Re: [Mesa-dev] [PATCH 2/2] radv: Use correct stage for ready bit.

2017-05-01 Thread Grazvydas Ignotas
Haven't noticed any difference in DOOM graphs, but that's not a bad thing I guess. Tested-by: Grazvydas Ignotas On Sun, Apr 30, 2017 at 7:40 PM, Bas Nieuwenhuizen wrote: > Set the bit in the same stage as the timestamp, instead always at top of >

[Mesa-dev] [PATCH 2/2] radv: Use correct stage for ready bit.

2017-04-30 Thread Bas Nieuwenhuizen
Set the bit in the same stage as the timestamp, instead always at top of pipe. Signed-off-by: Bas Nieuwenhuizen --- src/amd/vulkan/radv_query.c | 33 - 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/src/amd/vulkan/radv_query.c