Re: [Mesa-dev] [PATCH 2/5] anv/query: Write both dwords in emit_zero_queries

2018-09-16 Thread Lionel Landwerlin
I did wonder about using a PIPE_CONTROL with WriteImmediate, but there is a workaround in gpgpu mode so not really worth it... On 15/09/2018 04:14, Jason Ekstrand wrote: Each query slot is a uint64_t and we were only zeroing half of it. Fixes: 7ec6e4e68980 "anv/query: implement multiview

[Mesa-dev] [PATCH 2/5] anv/query: Write both dwords in emit_zero_queries

2018-09-14 Thread Jason Ekstrand
Each query slot is a uint64_t and we were only zeroing half of it. Fixes: 7ec6e4e68980 "anv/query: implement multiview interactions" --- src/intel/vulkan/genX_query.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/intel/vulkan/genX_query.c b/src/intel/vulkan/genX_query.c index