aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/driver_ddebug/dd_draw.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-2/+7
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-2/+2
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-151-1/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-3/+3
* util: use standard name for snprintf()Eric Engestrom2019-07-191-6/+6
* ddebug: expose some helper functions as non-inlineNicolai Hähnle2019-04-251-1/+62
* ddebug: dump driver state into a separate fileNicolai Hähnle2019-04-251-5/+12
* ddebug: log calls to pipe->flushNicolai Hähnle2019-04-251-20/+55
* ddebug: set thread nameNicolai Hähnle2019-04-251-0/+10
* 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-191-59/+44
* ddebug: add PIPE_OS_UNIX/LINUX checks to fix MSVC buildBrian Paul2018-04-131-0/+5
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-131-0/+1645