summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/driver_ddebug
Commit message (Expand)AuthorAgeFilesLines
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-282-3/+3
* gallium: add pipe_screen::finalize_nirMarek Olšák2019-10-231-0/+9
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-181-2/+7
* gallium/ddebug: Wrap resource_get_param if availableKenneth Graunke2019-08-211-0/+13
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-151-1/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-224-14/+14
* util: use standard name for snprintf()Eric Engestrom2019-07-191-6/+6
* ddebug: fix a few MSVC compiler warningsBrian Paul2019-05-082-8/+9
* gallium: add resource_get_info to pipe_screenJulien Isorce2019-04-301-0/+12
* ddebug: expose some helper functions as non-inlineNicolai Hähnle2019-04-252-59/+70
* ddebug: dump driver state into a separate fileNicolai Hähnle2019-04-251-5/+12
* ddebug: log calls to pipe->flushNicolai Hähnle2019-04-252-20/+61
* ddebug: set thread nameNicolai Hähnle2019-04-251-0/+10
* ddebug: add compute functions to help hang detectionDave Airlie2019-04-051-2/+21
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-2/+4
* gallium: ddebug: Add missing fence related wrappersGuido Günther2019-04-042-0/+37
* ddebug: always flush when requested, even when hang detection is disabledNicolai Hähnle2018-12-191-0/+2
* ddebug: simplify watchdog loop and fix crash in the no-timeout caseNicolai Hähnle2018-12-193-73/+52
* gallium: add pipe_context::set_context_param for tuning perf on AMD Zen (v2)Marek Olšák2018-09-071-0/+11
* ddebug: implement set_window_rectanglesMarek Olšák2018-08-141-0/+12
* ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdirAndres Gomez2018-08-021-3/+4
* gallium: fix ddebug on windowsDylan Baker2018-08-011-1/+5
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+2
* gallium/auxiliary: Extern "c" fixes.Alexander von Gluck IV2018-07-271-0/+8
* gallium: Check pipe_screen::resource_changed before dereferencing itMichel Dänzer2018-07-121-1/+2
* ddebug: add PIPE_OS_UNIX/LINUX checks to fix MSVC buildBrian Paul2018-04-132-2/+12
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-136-0/+3628