summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)Author
2010-01-21svga: Avoid synchronization issues when doing SW TNL.José Fonseca
2010-01-21svga: Follow buffer usage semantics properly.José Fonseca
2010-01-21svga: Remove unnecessary headers.Vinson Lee
2010-01-19svga: Do a more propper creation of textures from handlesJakob Bornecrantz
2010-01-18svga: Ensure buffer size/alignment is not zero.José Fonseca
2010-01-13svga: Fix compile_vs error code.José Fonseca
2010-01-06svga: Silence uninitialized variable warning.Vinson Lee
2010-01-05svga: Remove stale references to delete shader results.José Fonseca
2010-01-05svga: Rebind shaders when tokens change.José Fonseca
2010-01-04svga: Fix debug build crash when rendering to depth/stencil renderbuffer only.Michel Dänzer
2010-01-03svga: Use a shader id as low as possible.José Fonseca
2010-01-03svga: Rename error labels.José Fonseca
2009-12-11svga: Add a missing dependency from the prescale state.José Fonseca
2009-12-11svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca
2009-12-11svga: Keep tight control of texture handle ownership.José Fonseca
2009-12-11svga: Fix mixed signed comparisons.José Fonseca
2009-12-01svga: Add header files for overlay supportJakob Bornecrantz
2009-11-27svga: Re-add shader dumping.José Fonseca
2009-11-27svga: Handle comment tokens when dumping.José Fonseca
2009-11-27svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca
2009-11-27svga: Use consistent file names for dumping facilities.José Fonseca
2009-11-27svga: flush our command buffer after the 8th distinct render targetKeith Whitwell
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell
2009-11-26svga: hash the whole key, not just the first four bytesKeith Whitwell
2009-11-26svga: Remove spurious argument to SVGA_DBG.José Fonseca
2009-11-25svga: try harder to make the cachable flag workKeith Whitwell
2009-11-25svga: revert packing of surface keyKeith Whitwell
2009-11-24svga: cache textures as well as buffersKeith Whitwell
2009-11-24svga: Filter out pendantic and ansi flagsJakob Bornecrantz
2009-11-23svga: Scrub Makefiles a bitJakob Bornecrantz
2009-11-17svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warningsJakob Bornecrantz
2009-11-17svga: Add svga driverJakob Bornecrantz