summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svgadump
AgeCommit message (Expand)AuthorFilesLines
2018-09-05svga: Add SVGA3dCmdIntraSurfaceCopy command support in OpenGL driverNeha Bhende1-0/+17
2018-08-29svga: add missing switch cases for shadow texturesBrian Paul1-0/+3
2017-03-10svga: remove shebang from svgadump/svga_dump.pyEmil Velikov1-1/+0
2017-03-10svga: remove execute bit from svga_dump.pyEmil Velikov1-0/+0
2016-12-21svga: Fix a strict-aliasing violation in shader dumperEdward O'Callaghan1-1/+9
2016-09-17svga: add SVGA3d_vgpu10_TransferFromBuffer()Charmaine Lee1-0/+12
2016-07-15svga: dump code for GenMips.Neha Bhende1-0/+6
2016-07-08svga: add dumping for more device commandsBrian Paul1-155/+724
2015-12-06svga: Make use of ARRAY_SIZE macroEdward O'Callaghan1-1/+1
2015-09-02svga: update the svga3d device header filesBrian Paul1-23/+0
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-3/+3
2014-02-14svga: update dumping code with new GBS commands, etcBrian Paul1-44/+268
2011-09-23svgadump: Dump the new depth format names.José Fonseca1-0/+9
2011-09-23svgadump: Update for svga3d_reg.h header changes.José Fonseca1-33/+60
2011-01-31svga: TEXLDL opcode dst/src register information is correct.Michel Dänzer1-1/+1
2011-01-31svga: Print the number and mnemonic of the opcode we're missing information for.Michel Dänzer1-0/+2
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul1-1/+3
2010-02-12svga: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-02-12svgadump: Several improvements to shader dumping.José Fonseca4-336/+411
2009-12-26svga: Allow to dump an individual command.José Fonseca3-340/+363
2009-12-05svga: Dump SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN commands.José Fonseca2-4/+43
2009-12-05svga: Use _debug_printf, so that output may be dumped in release builds too.José Fonseca3-687/+687
2009-11-24svga: Handle comment tokens when dumping.José Fonseca2-1/+12
2009-11-24svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca5-12/+12
2009-11-24svga: Use consistent file names for dumping facilities.José Fonseca7-6/+6
2009-11-17svga: Add svga driverJakob Bornecrantz8-0/+3218