Re: [Mesa-dev] [PATCH 4/4] st/mesa: use asynchronous flushes for glFlush

2017-11-20 Thread Nicolai Hähnle
On 09.11.2017 14:45, Nicolai Hähnle wrote: From: Nicolai Hähnle Having the gallium driver thread flush in the background should be sufficient for glFlush semantics. Various end-of-frame flushes (from st_context_flush and st/dri) still use a synchronous flush. We

Re: [Mesa-dev] [PATCH 4/4] st/mesa: use asynchronous flushes for glFlush

2017-11-10 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Thu, Nov 9, 2017 at 2:45 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Having the gallium driver thread flush in the background should be > sufficient for glFlush