summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* svga: Use a shader id as low as possible.José Fonseca2010-01-037-24/+78
* svga: Rename error labels.José Fonseca2010-01-031-14/+14
* svga: Add a missing dependency from the prescale state.José Fonseca2009-12-111-1/+2
* svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca2009-12-111-0/+9
* svga: Keep tight control of texture handle ownership.José Fonseca2009-12-112-17/+27
* svga: Fix mixed signed comparisons.José Fonseca2009-12-111-1/+1
* svga: Add header files for overlay supportJakob Bornecrantz2009-12-012-0/+290
* svga: Re-add shader dumping.José Fonseca2009-11-271-0/+14
* svga: Handle comment tokens when dumping.José Fonseca2009-11-272-1/+12
* svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca2009-11-275-12/+12
* svga: Use consistent file names for dumping facilities.José Fonseca2009-11-2710-11/+11
* svga: flush our command buffer after the 8th distinct render targetKeith Whitwell2009-11-273-1/+11
* svga: add DEBUG_CACHE optionKeith Whitwell2009-11-278-9/+53
* svga: hash the whole key, not just the first four bytesKeith Whitwell2009-11-261-3/+3
* svga: Remove spurious argument to SVGA_DBG.José Fonseca2009-11-261-1/+1
* svga: try harder to make the cachable flag workKeith Whitwell2009-11-252-6/+19
* svga: revert packing of surface keyKeith Whitwell2009-11-251-3/+3
* svga: cache textures as well as buffersKeith Whitwell2009-11-245-117/+167
* svga: Filter out pendantic and ansi flagsJakob Bornecrantz2009-11-241-0/+3
* svga: Scrub Makefiles a bitJakob Bornecrantz2009-11-231-7/+1
* svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warningsJakob Bornecrantz2009-11-172-4/+1
* svga: Add svga driverJakob Bornecrantz2009-11-1771-0/+24312