summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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: 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
2010-07-16llvmpipe: Only use -mssse3 on gcc 4.3+José Fonseca
2010-07-16draw/llvm: adjust the instance id at run timeZack Rusin
2010-07-16draw: use the instance id when fetching vertex dataZack Rusin
2010-07-16mesa: return retval in _mesa_RenderObjectUnpurgeable()Brian Paul
2010-07-16st/egl: Fix build on FreeBSD.Chia-I Wu
2010-07-16glu/sgi: Remove dead initialization in extract565rev.Vinson Lee
2010-07-16i965g: Remove dead initialization in precalc_tex.Vinson Lee
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák
2010-07-15mesa: Add error path in compressed_texture_error_check.Vinson Lee
2010-07-15glsl/apps: Handle ftell errors in non-debug builds.Vinson Lee
2010-07-15llvmpipe: implement instanced drawing functionsBrian Paul
2010-07-15draw: update comments for drawing functionsBrian Paul
2010-07-15draw: move prototype, update commentBrian Paul
2010-07-15softpipe: re-order drawing functions to get rid of prototypeBrian Paul
2010-07-15graw: new tri-instanced.c program to test instanced drawingBrian Paul
2010-07-15r600: fix typo in r700 assemblerAlex Deucher
2010-07-15radeon: Also flush if it's not the current context that's being destroyed.Henri Verbeet
2010-07-15radeon: allow driconf vblank settings with dri2Alex Deucher
2010-07-15st/mesa: fix quad strip trimming bugBrian Paul
2010-07-15llvmpipe: Remove redundant statement.José Fonseca
2010-07-15glu/sgi: Remove dead initialization in extract565.Vinson Lee
2010-07-15tgsi: Remove dead assignment in uprcase function.Vinson Lee
2010-07-15mesa: Fix potential out-of-bounds access by _vbo_Materialf.Vinson Lee
2010-07-15glx: Move dereference and initialization to after NULL check.Vinson Lee