aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ddebug/dd_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* ddebug: optionally handle transfer commands like drawsNicolai Hähnle2017-11-091-0/+46
* ddebug: dump context and before/after times of drawsNicolai Hähnle2017-11-091-0/+2
* ddebug: rewrite to always use a threaded approachNicolai Hähnle2017-11-091-17/+28
* ddebug: write out final driver log messages with GALLIUM_DDEBUG=alwaysNicolai Hähnle2017-09-131-0/+2
* ddebug: remove dd_draw_record::driver_state_logNicolai Hähnle2017-08-221-1/+0
* ddebug: add driver log to record dumpsNicolai Hähnle2017-08-221-0/+4
* ddebug: handle get_query_result_resource as a GPU callNicolai Hähnle2017-08-021-0/+28
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-1/+0
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-101-1/+6
* ddebug: implement clear_textureMarek Olšák2017-03-301-0/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-071-1/+2
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* ddebug: implement pipelined hang detection modeMarek Olšák2016-07-261-0/+56
* ddebug: don't save pointers to call parametersMarek Olšák2016-07-261-2/+2
* ddebug: move dd_call into dd_pipe.hMarek Olšák2016-07-261-0/+66
* ddebug: move all states into a separate structureMarek Olšák2016-07-261-5/+10
* ddebug: add an option to dump info about a specific apitrace callMarek Olšák2016-07-051-1/+3
* ddebug: record and dump apitrace call numbersMarek Olšák2016-07-051-0/+1
* gallium: make image views non-persistent objectsIlia Mirkin2016-02-151-1/+1
* gallium/ddebug: add 'verbose' optionNicolai Hähnle2016-01-261-0/+1
* gallium/ddebug: add GALLIUM_DDEBUG_SKIP optionNicolai Hähnle2015-12-121-0/+3
* ddebug: separate creation of debug filesMarek Olšák2015-10-031-3/+1
* gallium/ddebug: new pipe for hang detection and driver state dumping (v2)Marek Olšák2015-08-261-0/+141