mesa.git
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-16 Brian Paultgsi: use flr(), not trunc() for ARL
2008-12-16 Brian Paulmesa: disable debug output
2008-12-16 Brian Paulmesa: fix some GLSL array regressions
2008-12-16 Alan Hourihanegallium: fix some asserts
2008-12-16 Ben Skeggsnv40: apply ABS modifier to RSQ source in vp
2008-12-16 Ben Skeggsnouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE...
2008-12-16 Brian Paulmesa: rename slang_library_noise.[ch] to prog_noise...
2008-12-16 Brian Paulmesa: updated GLSL docs
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-16 Brian Paulmesa: bump glsl grammar revision
2008-12-16 Brian Paulmesa: in slang linker, replace assertion with link...
2008-12-16 Brian Pauldemos: updated tests/floattex.c (doesn't work just...
2008-12-16 Brian Paulmesa: move _mesa_dlopen(), etc into separate dlopen...
2008-12-16 Brian Paulglut: added GLUT_PPM_FILE env var to dump first frame...
2008-12-16 Brian Paulmesa: more re-org of variable declarations in glsl...
2008-12-15 Brian Paulmesa: more comments, clean up
2008-12-15 Brian Paulmesa: added comments, remove unused code
2008-12-15 Brian Paulmesa: checkpoint: handle uniform vars in _slang_gen_var...
2008-12-15 Eric Anholtintel: stub out CompressedTexSubImage2D instead of...
2008-12-15 Eric Anholti965: Update state before checking for fallbacks in...
2008-12-15 Michal Krolgallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition.
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-15 Pierre Willenbrockintel: Don't steal renderbuffer from caller in intel_mi...
2008-12-15 Eric Anholti965: Add decode of index/vertex buffer and primitive...
2008-12-15 Eric Anholtintel: Add batchbuffer assertions to hopefully catch...
2008-12-15 Ian RomanickPerform range checking on app supplied texture base...
2008-12-15 Ian RomanickGLX: Include glapi.h before glapitable.h
2008-12-15 Ian RomanickGLX: Change resulting from previous commit
2008-12-15 Neil RobertsReturn 0 as the request size when the pixels parameter...
2008-12-15 Ian RomanickGLX: Fix protocol for glTexSubImage#D
2008-12-14 Dan NicholsonAdd OSMesa pkg-config file
2008-12-14 Dan NicholsonAdd more package metadata to the pkg-config files
2008-12-14 Gary WongFix silly type mismatch error in multinoise demo.
2008-12-13 Gary Wongi965: Finish OPCODE_NOISEn instructions.
2008-12-13 Gary WongAdd "multinoise" demo, to test 1/2/3/4 dimensional...
2008-12-13 Gary WongEnsure p.w is initialised in noise demo.
2008-12-13 Pekka PaalanenNouveau: move the definition of log2i() to header
2008-12-13 Brian Paulmesa: use IFLOOR(x) instead of (int) FLOORF(x)
2008-12-13 Brian Paulmesa: place glsl constant arrays in constant memory
2008-12-13 Brian Paulmesa: remove old size=4 limit
2008-12-12 Brian Paulmesa: code clean-up in glsl compiler
2008-12-12 Brian Paulmesa: remove unneeded swizzle init code in glsl compiler
2008-12-12 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-12 Brian Paulmesa: disable glsl debug output
2008-12-12 Brian Paulmesa: remove unused varpool code in glsl compiler
2008-12-12 Brian Paulmesa: basic array constructors work now
2008-12-12 Brian Paulmesa: copy array_len in slang_fully_specified_type_copy()
2008-12-12 Brian Paulmesa: remove incorrect array_len assignment
2008-12-12 Alan Hourihanemesa: move declaration
2008-12-12 Alan Hourihanemesa: when we have interleaved arrays, check bounds...
2008-12-12 Brian Paulmesa: array size fix in _slang_typeof_operation()
2008-12-12 Brian Paulmesa: fix some more GLSL 1.20 array things.
2008-12-12 Keith Whitwellgallium: fix refcount bug introduced in eb20e2984
2008-12-12 Keith WhitwellMerge branch 'no-validate' into gallium-0.1
2008-12-12 Brian Paulmesa: more glsl function renaming
2008-12-12 Brian Paulmesa: use _slang_alloc()
2008-12-12 Brian Paulmesa: glsl compiler function renaming
2008-12-12 Brian Paulmesa: more glsl type/function movement
2008-12-12 Brian Paulmesa: move some glsl compiler functions to different...
2008-12-12 Brian Paulmesa: move _slang_locate_function() to different file
2008-12-12 Brian Paulmesa: remove unused fixup table code in glsl compiler
2008-12-12 Keith Whitwellgallium: avoid mapping same vertex buffer in subsequent...
2008-12-12 Keith Whitwellst: reduce unnecessary calls to pipe->set_vertex_buffers()
2008-12-12 Keith Whitwellst: move feedback draw function to new file
2008-12-12 Keith Whitwellst: don't unilaterally ABS the argument to RSQ
2008-12-12 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2008-12-12 Patrice Mandinnouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy...
2008-12-12 Keith WhitwellRevert "pipebuffer: Implement proper buffer validation."
2008-12-12 Keith WhitwellRevert "pipebuffer: Ondemand buffer manager."
2008-12-12 Keith WhitwellRevert "pipebuffer: Fix buffer overflow."
2008-12-12 José Fonsecaglut: MinGW portability fixes.
2008-12-12 José Fonsecagdi: Reimplement using the WGL statetracker.
2008-12-12 José Fonsecamesa: Bring in new mesa sub-statetracker.
2008-12-12 Roland Scheideggergallium: fixes for srgb, new srgb formats
2008-12-12 Roland Scheideggermesa: fixes for srgb, new srgb formats
2008-12-12 José Fonsecascons: Build progs.
2008-12-12 Brian Paulmesa: consolidate variable declaration initializer...
2008-12-12 Brian Paulmesa: move variable initializer IR generation into...
2008-12-12 Brian Paulmesa: simplify some glsl variable declaration code
2008-12-12 Xiang, Haihaointel: check for null texture. (fix #13902)
2008-12-12 Brian Paulmesa: glsl clean-ups
2008-12-12 Brian Paulmesa: checkpoint commit of GLSL 1.20 array syntax.
2008-12-12 José Fonsecascons: Allow to request the winddk toolchain.
2008-12-11 Alan Hourihanegallium: catch vertex overflow higher up
2008-12-11 Keith Whitwellst: reduce unnecessary calls to pipe->set_vertex_buffers()
2008-12-11 Keith Whitwellst: move feedback draw function to new file
2008-12-11 Keith Whitwellst: don't unilaterally ABS the argument to RSQ
2008-12-11 Michal Krolsoftpipe: Add missing header include.
2008-12-11 Michal Kroldraw: Silencium compiler warnings on Windows.
2008-12-11 Xiang, Haihaoi915: fallback for cube map texture.
2008-12-11 Brian Paulgallium: added missing brace to fix broken build
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian Paulgallium: added draw_set_mrd() function to fix polygon...
2008-12-11 Brian Paulgallium: only mark back color buffer surfaces as undefi...
2008-12-11 Brian Paulgallium: restore default_depth_bits() call in xlib...
2008-12-10 Alan Hourihanegallium: change 65535 to UNDEFINED_VERTEX_ID
2008-12-10 Keith Whitwellmesa: more trivial tests
2008-12-10 Keith Whitwellutil: new funcs for triming/validating primitives
next