summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ddebug/dd_draw.c
Commit message (Expand)AuthorAgeFilesLines
* ddebug: dump most driver information with GALLIUM_DDEBUG=alwaysMarek Olšák2016-10-051-1/+5
* ddebug: dump shader buffers and imagesMarek Olšák2016-09-131-3/+27
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-4/+8
* ddebug: dump driver states and shaders for apitrace callsMarek Olšák2016-08-091-1/+4
* ddebug: print the command line to all logs (v2)Marek Olšák2016-08-031-0/+4
* ddebug: don't use fmemopen on non-Linux OSMarek Olšák2016-08-031-0/+5
* ddebug: use pclose to close a popen()'d FILENicolai Hähnle2016-07-281-1/+1
* ddebug: implement pipelined hang detection modeMarek Olšák2016-07-261-0/+449
* ddebug: don't save pointers to call parametersMarek Olšák2016-07-261-4/+4
* ddebug: move dd_call into dd_pipe.hMarek Olšák2016-07-261-66/+0
* ddebug: separate draw call dumping logicMarek Olšák2016-07-261-21/+26
* ddebug: move all states into a separate structureMarek Olšák2016-07-261-101/+103
* ddebug: write contents of dmesg into hang reportsMarek Olšák2016-07-261-4/+25
* ddebug: don't use abort()Marek Olšák2016-07-261-1/+1
* ddebug: make dd_get_file_stream accept the screen onlyMarek Olšák2016-07-261-7/+8
* gallium: rework flags for pipe_context::dump_debug_stateMarek Olšák2016-07-261-2/+10
* ddebug: add an option to dump info about a specific apitrace callMarek Olšák2016-07-051-0/+8
* ddebug: implement pipe_context::generate_mipmapMarek Olšák2016-07-051-1/+52
* ddebug: record and dump apitrace call numbersMarek Olšák2016-07-051-0/+4
* gallium/ddebug: Implement launch_grid.Bas Nieuwenhuizen2016-05-131-0/+29
* gallium/ddebug: add 'verbose' optionNicolai Hähnle2016-01-261-1/+2
* gallium/ddebug: make 'noflush' also affect 'always' modeNicolai Hähnle2016-01-261-0/+3
* gallium/ddebug: regularly log the total number of draw callsNicolai Hähnle2015-12-121-0/+3
* gallium/ddebug: add GALLIUM_DDEBUG_SKIP optionNicolai Hähnle2015-12-121-15/+24
* ddebug: separate creation of debug filesMarek Olšák2015-10-031-25/+2
* gallium/ddebug: new pipe for hang detection and driver state dumping (v2)Marek Olšák2015-08-261-0/+807