summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-19glx: Move drawHash to display privateKristian Høgsberg
2010-07-19glx: Don't use __glXInitialize() when we might be holding __glXLock()Kristian Høgsberg
2010-07-19glx: Workaround mismatch in signedness between extensions and protocolKristian Høgsberg
2010-07-19glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg
2010-07-19glx: Move __driScreen into the dri screen privatesKristian Høgsberg
2010-07-19glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg
2010-07-19glx: Move DRI2 extensions to DRI2 screen privateKristian Høgsberg
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg
2010-07-19glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg
2010-07-19glx: Rename various DRI structs away from obnoxious __GLXfooRec conventionKristian Høgsberg
2010-07-19glx: Factor out common code from dri2WaitGL() and dri2WaitX()Kristian Høgsberg
2010-07-19glx: Dont use dri2WaitX() to update fake frontKristian Høgsberg
2010-07-19i965: Mostly fix glsl-max-varyings.Eric Anholt
2010-07-19i965: Clean up message register setup in emit_vertex_write().Eric Anholt
2010-07-19i965: Reduce repeated calculation of the attribute-offset-in-VUE.Eric Anholt
2010-07-19i965: Clarify the nr_regs calculation in brw_clip.cEric Anholt
2010-07-19i965: Don't set up VUE space for the disabled user clip distances on gen6.Eric Anholt
2010-07-19draw: fix incorrect instancing divisor in LLVM codeBrian Paul
2010-07-19mesa: remove restart.c from buildBrian Paul
2010-07-19r300g: fix possible crash in destroy_contextMarek Olšák
2010-07-19util: remove the dummy field in mempoolMarek Olšák
2010-07-19scons: Fix Mac OS X SCons build on 32-bit CPUs.Vinson Lee
2010-07-19util: add dummy field to empty structure typesBrian Paul
2010-07-19r300g: fix typoMarek Olšák
2010-07-19r300g: use memory pools for buffer_create and get_transferMarek Olšák
2010-07-19util: add a memory pool for equally sized memory allocationsMarek Olšák
2010-07-19st/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8 formatMarek Olšák
2010-07-19glx: Fix drawable lookup in DRI2 event handlerKristian Høgsberg
2010-07-18r300g: u_upload optimisationDave Airlie
2010-07-18gallium/st/dri2: add dri2 vblank query extension supportSven Arvidsson
2010-07-18llvmpipe: Remove dead initialization.Vinson Lee
2010-07-17r300g: final fix for r3xx constant buffer emissionMarek Olšák
2010-07-17r300g: fix typo in r3xx constant buffer emissionMarek Olšák
2010-07-17r300g: fix constant buffer emission on r3xxMarek Olšák
2010-07-17llvmpipe: Remove unused variable in lp_test_sincos.Vinson Lee
2010-07-16nv50: s/__func__/__FUNCTION__/Vinson Lee
2010-07-16nouveau: s/__func__/__FUNCTION__/Vinson Lee
2010-07-16nouveau: s/snprintf/util_snprintf/Vinson Lee
2010-07-16r300g: Remove unnecessary header.Vinson Lee
2010-07-16nouveau: s/inline/INLINE/Vinson Lee
2010-07-16glut: Remove duplicate symbol definition.José Fonseca
2010-07-16scons: Make PIPE_ALIGN_VAR() of static/global vars work on MinGW.José Fonseca
2010-07-16scons: Fix Cygwin build.Vinson Lee
2010-07-16r300g: inline winsys_buffer_destroyMarek Olšák
2010-07-16r300g: do not make copies of constant buffers, emit them directlyMarek Olšák
2010-07-16draw: updated debug/dump codeBrian Paul
2010-07-16draw: added array element debug / bounds checking code (disabled)Brian Paul
2010-07-16llvmpipe: use single swizzled tileKeith Whitwell
2010-07-16llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when ...José Fonseca