summaryrefslogtreecommitdiffstats
path: root/src/gallium/Android.mk
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2016-09-12 11:46:12 +0200
committerNicolai Hähnle <[email protected]>2016-09-27 16:45:34 +0200
commita1e391e39df2b1d8169e773a30153167ab8e13e8 (patch)
tree0c203d55ab010cdacfe7548b11d5c583d4494643 /src/gallium/Android.mk
parent0edebde9a48ab609c636050208505885da363593 (diff)
winsys/radeon: add fine-grained fences for slab buffers
Note the logic for adding fences is somewhat different than for amdgpu, because radeon has no scheduler and we therefore have no guarantee about the order in which submissions from multiple threads are processed. (Ironically, this is only an issue when "multi-threaded submission" is disabled, because "multi-threaded submission" actually means that all submissions happen from a single thread that happens to be separate from the application's threads. If we only supported "multi-threaded submission", the fence handling could be simplified by adding the fences in that thread where everything is serialized.) Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/Android.mk')
0 files changed, 0 insertions, 0 deletions