aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_threaded_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_threaded: avoid syncing in threaded_context_flushNicolai Hähnle2017-11-201-1/+2
* radeonsi: avoid syncing the driver thread in si_fence_finishNicolai Hähnle2017-11-201-0/+8
* u_threaded_gallium: remove synchronization in fence_server_syncNicolai Hähnle2017-11-201-0/+1
* gallium/u_threaded: implement asynchronous flushesNicolai Hähnle2017-11-091-0/+59
* gallium/u_threaded: mark queries flushed only for non-deferred flushesNicolai Hähnle2017-11-091-1/+1
* gallium/u_threaded: don't map big VRAM buffers for the first upload directlyMarek Olšák2017-11-061-0/+6
* gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZEDMarek Olšák2017-08-281-2/+2
* tc: add ARB_bindless_texture supportSamuel Pitoiset2017-06-141-1/+1
* gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák2017-06-051-1/+0
* gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák2017-06-051-1/+8
* gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák2017-05-151-3/+1
* gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák2017-05-151-0/+349