summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svgadump
Commit message (Expand)AuthorAgeFilesLines
* svga: add SVGA3d_vgpu10_TransferFromBuffer()Charmaine Lee2016-09-171-0/+12
* svga: dump code for GenMips.Neha Bhende2016-07-151-0/+6
* svga: add dumping for more device commandsBrian Paul2016-07-081-155/+724
* svga: Make use of ARRAY_SIZE macroEdward O'Callaghan2015-12-061-1/+1
* svga: update the svga3d device header filesBrian Paul2015-09-021-23/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* svga: update dumping code with new GBS commands, etcBrian Paul2014-02-141-44/+268
* 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