summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_threaded_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZEDMarek Olšák2017-08-281-2/+2
* gallium/u_threaded: disallow discard_range if map_buffer is unsynchronizedMarek Olšák2017-08-281-1/+3
* gallium/u_threaded: fix a typoMarek Olšák2017-08-251-1/+1
* gallium/util: fix unused variable warningTimothy Arceri2017-07-261-3/+5
* tc: add ARB_bindless_texture supportSamuel Pitoiset2017-06-141-0/+128
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-071-1/+1
* gallium/u_threaded: fixes for MSVCBrian Paul2017-06-051-7/+9
* gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák2017-06-051-2/+0
* gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák2017-06-051-2/+9
* gallium/u_threaded: add a fast path for unbinding shader buffersMarek Olšák2017-05-181-3/+9
* gallium/u_threaded: add a fast path for unbinding shader imagesMarek Olšák2017-05-181-4/+10
* gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák2017-05-151-0/+7
* gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák2017-05-151-0/+2305