Re: [Mesa-dev] [PATCH v2 10/26] gallium/u_threaded: implement asynchronous flushes

2017-11-06 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Nov 6, 2017 at 11:23 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This requires out-of-band creation of fences, and will be signaled to > the pipe_context::flush implementation by a special TC_FLUSH_ASYNC flag. > > v2: > - remove an incorrect asse

[Mesa-dev] [PATCH v2 10/26] gallium/u_threaded: implement asynchronous flushes

2017-11-06 Thread Nicolai Hähnle
From: Nicolai Hähnle This requires out-of-band creation of fences, and will be signaled to the pipe_context::flush implementation by a special TC_FLUSH_ASYNC flag. v2: - remove an incorrect assertion - handle fence_server_sync for unsubmitted fences by relying on the improved cs_add_fence_depe