aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/driver_rbug
Commit message (Expand)AuthorAgeFilesLines
* rbug: do not return void-valueErik Faye-Lund2020-03-251-1/+1
* rbug: clean up cast-warningsErik Faye-Lund2020-03-251-2/+2
* 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/+9
* rbug: remove superfluous NULL checkLucas Stach2019-10-181-2/+1
* rbug: implement resource creation with modifierLucas Stach2019-10-181-0/+38
* rbug: forward can_create_resource to pipe driverLucas Stach2019-10-181-0/+12
* rbug: forward texture_barrier to pipe driverLucas Stach2019-10-181-0/+12
* rbug: implement missing explicit sync related fence functionsLucas Stach2019-10-182-0/+38
* rbug: move flush_resource initializationLucas Stach2019-10-181-1/+1
* rbug: unwrap index buffer resourceLucas Stach2019-10-181-2/+7
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-181-2/+8
* gallium/rbug: Wrap resource_get_param if availableKenneth Graunke2019-08-211-0/+17
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-225-23/+23
* gallium: add resource_get_info to pipe_screenJulien Isorce2019-04-301-0/+15
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-0/+2
* gallium: Check pipe_screen::resource_changed before dereferencing itMichel Dänzer2018-07-121-1/+2
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-139-0/+3279