Re: [Mesa-dev] [PATCH v2 11/26] gallium/u_threaded: avoid syncs for get_query_result

2017-11-09 Thread Marek Olšák
This commit makes most query piglit tests crash. I've not investigated further. Marek On Mon, Nov 6, 2017 at 11:23 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Queries should still get marked as flushed when flushes are executed > asynchronously in the driver thread. > > To this end, th

[Mesa-dev] [PATCH v2 11/26] gallium/u_threaded: avoid syncs for get_query_result

2017-11-06 Thread Nicolai Hähnle
From: Nicolai Hähnle Queries should still get marked as flushed when flushes are executed asynchronously in the driver thread. To this end, the management of the unflushed_queries list is moved into the driver thread. Reviewed-by: Marek Olšák --- src/gallium/auxiliary/util/u_threaded_context.