summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svgadump
Commit message (Expand)AuthorAgeFilesLines
* svgadump: Dump the new depth format names.José Fonseca2011-09-231-0/+9
* svgadump: Update for svga3d_reg.h header changes.José Fonseca2011-09-231-33/+60
* svga: TEXLDL opcode dst/src register information is correct.Michel Dänzer2011-01-311-1/+1
* svga: Print the number and mnemonic of the opcode we're missing information for.Michel Dänzer2011-01-311-0/+2
* svga: use memset() to initialize u to avoid warningsBrian Paul2010-03-111-1/+3
* svga: Silence uninitialized variable warning.Vinson Lee2010-02-121-1/+1
* svgadump: Several improvements to shader dumping.José Fonseca2010-02-124-336/+411
* svga: Allow to dump an individual command.José Fonseca2009-12-263-340/+363
* svga: Dump SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN commands.José Fonseca2009-12-052-4/+43
* svga: Use _debug_printf, so that output may be dumped in release builds too.José Fonseca2009-12-053-687/+687
* svga: Handle comment tokens when dumping.José Fonseca2009-11-242-1/+12
* svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca2009-11-245-12/+12
* svga: Use consistent file names for dumping facilities.José Fonseca2009-11-247-6/+6
* svga: Add svga driverJakob Bornecrantz2009-11-178-0/+3218