summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_threaded_context.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-16gallium/u_threaded: flush batch when hitting mapping limitPierre-Eric Pelloux-Prayer1-0/+6
2018-09-18Revert "radeonsi: avoid syncing the driver thread in si_fence_finish"Timothy Arceri1-8/+0
2018-09-04gallium/u_threaded: increase batch size to increase performanceMarek Olšák1-1/+1
2017-11-20gallium/u_threaded: avoid syncing in threaded_context_flushNicolai Hähnle1-1/+2
2017-11-20radeonsi: avoid syncing the driver thread in si_fence_finishNicolai Hähnle1-0/+8
2017-11-20u_threaded_gallium: remove synchronization in fence_server_syncNicolai Hähnle1-0/+1
2017-11-09gallium/u_threaded: implement asynchronous flushesNicolai Hähnle1-0/+59
2017-11-09gallium/u_threaded: mark queries flushed only for non-deferred flushesNicolai Hähnle1-1/+1
2017-11-06gallium/u_threaded: don't map big VRAM buffers for the first upload directlyMarek Olšák1-0/+6
2017-08-28gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZEDMarek Olšák1-2/+2
2017-06-14tc: add ARB_bindless_texture supportSamuel Pitoiset1-1/+1
2017-06-05gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák1-1/+0
2017-06-05gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák1-1/+8
2017-05-15gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák1-3/+1
2017-05-15gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák1-0/+349