Re: [Mesa-dev] [PATCH] swr: Remove stall waiting for core query counters.

2016-05-04 Thread Kyriazis, George
Reviewed-By: George Kyriazis > -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On > Behalf Of BruceCherniak > Sent: Thursday, April 28, 2016 12:13 PM > To: mesa-dev@lists.freedesktop.org > Subject: [Mesa-dev] [PATCH] swr: Remove stal

[Mesa-dev] [PATCH] swr: Remove stall waiting for core query counters.

2016-04-28 Thread BruceCherniak
When gathering query results, swr_gather_stats was unnecessarily stalling the entire pipeline. Results are now collected asynchronously, with a fence marking completion. --- src/gallium/drivers/swr/swr_fence.cpp |6 - src/gallium/drivers/swr/swr_fence.h |8 ++ src/gallium/drivers/swr/sw