aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svgadump/svga_dump.py
Commit message (Collapse)AuthorAgeFilesLines
* svga: remove shebang from svgadump/svga_dump.pyEmil Velikov2017-03-101-1/+0
| | | | | | | Analogous to earlier commit(s). Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* svga: remove execute bit from svga_dump.pyEmil Velikov2017-03-101-0/+0
| | | | | | | | | | | | The file is used to generate svgadump/svga_dump.c... in theory at least. Atm. the file is checked in-tree but that is about to change later commits. As we get to that we'll use $PYTHON2 or equivalent as used throughout the tree. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* svga: Allow to dump an individual command.José Fonseca2009-12-261-42/+52
|
* svga: Dump SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN commands.José Fonseca2009-12-051-4/+5
|
* svga: Use _debug_printf, so that output may be dumped in release builds too.José Fonseca2009-12-051-11/+11
| | | | The dump calls should be wrapped in #ifdef DEBUG .. #endif.
* svga: Use consistent file names for dumping facilities.José Fonseca2009-11-241-1/+1
|
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+329