diff options
author | Chris Wilson <[email protected]> | 2016-10-06 21:07:18 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2017-06-03 13:38:45 +0100 |
commit | 8d07cb125c6afc11b6b8c7a97ec848868814b1d6 (patch) | |
tree | 69ceef558c8bec9d95f1cecdbd30b286688bca8a /src/amd/vulkan/radv_cmd_buffer.c | |
parent | 98fc0243ef7b0ce1e11061738756b0827c0d3c42 (diff) |
i965: Order write of query availablity with earlier writes
Currently we signal the availabilty of the query result using an
unordered pipe-control write. As it is unordered, it may be executed
before the write of the query result itself - and so an observer may
read the query result too early. Fix this by requesting that the write
of the availablity flag is ordered after earlier pipe control writes.
Testcase: piglit/arb_query_buffer_object-qbo/*async*
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Alejandro PiƱeiro <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_cmd_buffer.c')
0 files changed, 0 insertions, 0 deletions