Re: [Mesa-dev] [PATCH] radv: enable timestampComputeAndGraphics

2017-04-14 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Fri, Apr 14, 2017 at 11:24 PM, Grazvydas Ignotas wrote: > Commit bfee9866 "radv: Use RELEASE_MEM packet for MEC timestamp query." > added WriteTimestamp handling for compute queues but forgot to flip > the flag. > > Tested with DOOM (by me) and CTS (by Bas), but

[Mesa-dev] [PATCH] radv: enable timestampComputeAndGraphics

2017-04-14 Thread Grazvydas Ignotas
Commit bfee9866 "radv: Use RELEASE_MEM packet for MEC timestamp query." added WriteTimestamp handling for compute queues but forgot to flip the flag. Tested with DOOM (by me) and CTS (by Bas), but without verification that these tests actually use timestamps on compute queues. Signed-off-by: Graz