aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/driver_trace
Commit message (Expand)AuthorAgeFilesLines
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-144-4/+4
* 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/+8
* gallium/trace: Wrap resource_get_param if availableKenneth Graunke2019-08-211-0/+16
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-226-41/+41
* util: use standard name for vsnprintf()Eric Engestrom2019-07-191-1/+1
* gallium: add resource_get_info to pipe_screenJulien Isorce2019-04-301-0/+15
* gallium: trace: Add missing fence related wrappersGuido Günther2019-04-102-0/+68
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-2/+5
* gallium: add pipe_context::set_context_param for tuning perf on AMD Zen (v2)Marek Olšák2018-09-071-0/+20
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+2
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+1
* gallium: Check pipe_screen::resource_changed before dereferencing itMichel Dänzer2018-07-121-1/+2
* trace: Fix trace_context_transfer_unmap methods.Jose Fonseca2018-06-041-18/+42
* trace: allow image resource to be nullIlia Mirkin2018-04-211-1/+1
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-1314-0/+5218