Re: [Mesa-dev] [PATCH 5/5] mesa: flush and wait after creating a fallback texture

2017-10-31 Thread Marek Olšák
I asked a question on patch 3. Other than that, the series is: Reviewed-by: Marek Olšák Marek On Sun, Oct 22, 2017 at 9:18 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Fixes non-deterministic failures in > dEQP-EGL.functional.sharing.gles2.multithread.simple_egl_sync.images.texture_so

[Mesa-dev] [PATCH 5/5] mesa: flush and wait after creating a fallback texture

2017-10-22 Thread Nicolai Hähnle
From: Nicolai Hähnle Fixes non-deterministic failures in dEQP-EGL.functional.sharing.gles2.multithread.simple_egl_sync.images.texture_source.teximage2d_render and others in dEQP-EGL.functional.sharing.gles2.multithread.* --- src/mesa/main/texobj.c | 5 + 1 file changed, 5 insertions(+) diff