summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-18st/dri: move backend hooks to appropriate objectst-driGeorge Sapountzis7-29/+78
2010-07-18st/dri: drop dri1_helperGeorge Sapountzis13-229/+23
2010-07-18st/dri: mv driDriverAPI to backendsGeorge Sapountzis6-130/+49
2010-07-18gallium/st/dri2: add dri2 vblank query extension supportSven Arvidsson1-0/+1
2010-07-18llvmpipe: Remove dead initialization.Vinson Lee1-1/+1
2010-07-17r300g: final fix for r3xx constant buffer emissionMarek Olšák1-1/+1
2010-07-17r300g: fix typo in r3xx constant buffer emissionMarek Olšák1-1/+1
2010-07-17r300g: fix constant buffer emission on r3xxMarek Olšák1-1/+1
2010-07-17llvmpipe: Remove unused variable in lp_test_sincos.Vinson Lee1-2/+0
2010-07-16nv50: s/__func__/__FUNCTION__/Vinson Lee1-1/+1
2010-07-16nouveau: s/__func__/__FUNCTION__/Vinson Lee1-1/+1
2010-07-16nouveau: s/snprintf/util_snprintf/Vinson Lee1-1/+2
2010-07-16r300g: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-16nouveau: s/inline/INLINE/Vinson Lee3-5/+5
2010-07-16glut: Remove duplicate symbol definition.José Fonseca1-2/+0
2010-07-16scons: Make PIPE_ALIGN_VAR() of static/global vars work on MinGW.José Fonseca1-0/+3
2010-07-16scons: Fix Cygwin build.Vinson Lee1-3/+3
2010-07-16r300g: inline winsys_buffer_destroyMarek Olšák1-12/+4
2010-07-16r300g: do not make copies of constant buffers, emit them directlyMarek Olšák7-47/+28
2010-07-16draw: updated debug/dump codeBrian Paul1-12/+25
2010-07-16draw: added array element debug / bounds checking code (disabled)Brian Paul1-4/+24
2010-07-16llvmpipe: use single swizzled tileKeith Whitwell7-100/+148
2010-07-16llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when ...José Fonseca1-3/+30
2010-07-16llvmpipe: Only use -mssse3 on gcc 4.3+José Fonseca1-1/+5
2010-07-16draw/llvm: adjust the instance id at run timeZack Rusin3-16/+29
2010-07-16draw: use the instance id when fetching vertex dataZack Rusin1-3/+11
2010-07-16mesa: return retval in _mesa_RenderObjectUnpurgeable()Brian Paul1-1/+1
2010-07-16st/egl: Fix build on FreeBSD.Chia-I Wu4-1/+6
2010-07-16egl: Build egl_dri2 only when DRI drivers are built.Chia-I Wu1-14/+15
2010-07-16egl: Build egl_dri2 only when xcb-dri2 is available.Chia-I Wu1-4/+3
2010-07-16glu/sgi: Remove dead initialization in extract565rev.Vinson Lee1-1/+1
2010-07-16i965g: Remove dead initialization in precalc_tex.Vinson Lee1-1/+1
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák20-557/+664
2010-07-15mesa: Add error path in compressed_texture_error_check.Vinson Lee1-0/+4
2010-07-15glsl/apps: Handle ftell errors in non-debug builds.Vinson Lee5-0/+15
2010-07-15llvmpipe: implement instanced drawing functionsBrian Paul1-20/+108
2010-07-15draw: update comments for drawing functionsBrian Paul1-5/+16
2010-07-15draw: move prototype, update commentBrian Paul1-3/+3
2010-07-15softpipe: re-order drawing functions to get rid of prototypeBrian Paul1-108/+102
2010-07-15graw: new tri-instanced.c program to test instanced drawingBrian Paul2-0/+297
2010-07-15r600: fix typo in r700 assemblerAlex Deucher1-1/+1
2010-07-15radeon: Also flush if it's not the current context that's being destroyed.Henri Verbeet1-1/+1
2010-07-15radeon: allow driconf vblank settings with dri2Alex Deucher1-0/+1
2010-07-15st/mesa: fix quad strip trimming bugBrian Paul1-27/+57
2010-07-15llvmpipe: Remove redundant statement.José Fonseca1-1/+0
2010-07-15glu/sgi: Remove dead initialization in extract565.Vinson Lee1-1/+1
2010-07-15tgsi: Remove dead assignment in uprcase function.Vinson Lee1-1/+1
2010-07-15mesa: Fix potential out-of-bounds access by _vbo_Materialf.Vinson Lee1-1/+4
2010-07-15glx: Move dereference and initialization to after NULL check.Vinson Lee1-1/+3
2010-07-15egl: Return the correct array size in _eglFlattenArray.Chia-I Wu1-1/+4