aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/driver_noop
Commit message (Expand)AuthorAgeFilesLines
* gallium/noop: call finalize_nirMarek Olšák2019-11-151-0/+3
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* gallium: add pipe_screen::finalize_nirMarek Olšák2019-10-231-0/+5
* gallium/noop: implement get_disk_shader_cache and get_compiler_optionsMarek Olšák2019-10-231-0/+18
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-181-2/+6
* gallium/noop: Implement resource_get_paramKenneth Graunke2019-08-211-0/+23
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-222-31/+31
* noop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC warningBrian Paul2019-05-081-1/+1
* gallium: add pipe_context::set_context_param for tuning perf on AMD Zen (v2)Marek Olšák2018-09-071-0/+7
* noop: implement set_window_rectanglesMarek Olšák2018-08-141-0/+8
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+3
* gallium/auxiliary: Extern "c" fixes.Alexander von Gluck IV2018-07-271-0/+8
* gallium/noop: implement invalidate_resourceMarek Olšák2018-07-271-0/+6
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-133-0/+834