summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-07-15egl: Return the correct array size in _eglFlattenArray.Chia-I Wu
2010-07-14mesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable() return valuesBrian Paul
2010-07-14mesa: update assertions and fix refcounting in depth/stencil renderbuffer codeBrian Paul
2010-07-14mesa: silence a printf warningBrian Paul
2010-07-14llvmpipe: delete lp_test_*.o files with make cleanBrian Paul
2010-07-14gallium: added CLEAN_EXTRA var for make clean targetBrian Paul
2010-07-14dri2: Track event mask in client code.Nick Bowler
2010-07-14gallium: Ensure prototypes are wrapped in extern "C".José Fonseca
2010-07-14llvmpipe: Remove redundant alignments.José Fonseca
2010-07-14llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.Chris Li
2010-07-14gallium: Add a macro for memory barriers.José Fonseca
2010-07-14gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca
2010-07-13Merge branch 'mesa-2d-registers'Zack Rusin
2010-07-13mesa: add comments and change Index2D to just Index2Zack Rusin
2010-07-14r300/compiler: fix swizzling in the transformation of Abs modifiersMarek Olšák
2010-07-13i965g: Fix scons build of dri driverJakob Bornecrantz
2010-07-13llvmpipe: fix comment typoRoland Scheidegger
2010-07-13llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger
2010-07-13llvmpipe: Align texture data to the cache line.José Fonseca
2010-07-13llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell
2010-07-13llvmpipe: move fences from per-bin to per-threadKeith Whitwell
2010-07-13llvmpipe: Always swizzle/unswizzle whole tiles.José Fonseca
2010-07-13llvmpipe: Ignores!Jakob Bornecrantz
2010-07-13targets: Link xorg drivers with LLVM if builtJakob Bornecrantz
2010-07-13targets: Clean up xorg make files a bitJakob Bornecrantz
2010-07-13libgl-xlib: add depend to make clean listBrian Paul
2010-07-13glapi: use _mesa_snprintf()Brian Paul
2010-07-13r300/compiler: implement the Abs source operand modifier for vertex shadersMarek Olšák
2010-07-13r300/compiler: emulate SIN/COS/SCS in r3xx-r4xx vertex shadersMarek Olšák