summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-17gallium: Keep only pipe_context::draw_vbo.gallium-unified-drawChia-I Wu25-1117/+7
2010-07-17gallium: Use unified pipe_context::draw_vbo.Chia-I Wu3-50/+44
2010-07-17gallium: Implement pipe_context::draw_vbo for all drivers.Chia-I Wu24-170/+558
2010-07-17gallium: Add unified pipe_context::draw_vbo.Chia-I Wu2-0/+26
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
2010-07-14mesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable() return valuesBrian Paul1-3/+3
2010-07-14mesa: update assertions and fix refcounting in depth/stencil renderbuffer codeBrian Paul1-6/+16
2010-07-14mesa: silence a printf warningBrian Paul1-2/+2
2010-07-14llvmpipe: delete lp_test_*.o files with make cleanBrian Paul1-0/+3
2010-07-14gallium: added CLEAN_EXTRA var for make clean targetBrian Paul1-1/+1
2010-07-14dri2: Track event mask in client code.Nick Bowler3-0/+18
2010-07-14gallium: Ensure prototypes are wrapped in extern "C".José Fonseca1-0/+11
2010-07-14llvmpipe: Remove redundant alignments.José Fonseca2-3/+1
2010-07-14llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.Chris Li3-3/+231
2010-07-14gallium: Add a macro for memory barriers.José Fonseca1-0/+19
2010-07-14gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca1-0/+5
2010-07-13Merge branch 'mesa-2d-registers'Zack Rusin17-63/+217
2010-07-13mesa: add comments and change Index2D to just Index2Zack Rusin7-25/+37
2010-07-14r300/compiler: fix swizzling in the transformation of Abs modifiersMarek Olšák1-2/+2
2010-07-13i965g: Fix scons build of dri driverJakob Bornecrantz1-1/+0
2010-07-13llvmpipe: fix comment typoRoland Scheidegger1-2/+2
2010-07-13llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger4-13/+22
2010-07-13llvmpipe: Align texture data to the cache line.José Fonseca1-2/+5
2010-07-13llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell8-92/+22
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell14-790/+901
2010-07-13llvmpipe: move fences from per-bin to per-threadKeith Whitwell8-29/+58
2010-07-13llvmpipe: Always swizzle/unswizzle whole tiles.José Fonseca3-18/+18