Re: [Piglit] [PATCH 2/3] glx/glx-multithread-texture: Don't probe an undefined back buffer

2017-06-21 Thread Brian Paul
On 06/21/2017 06:25 AM, Thomas Hellstrom wrote: Backbuffer contents become undefined after a swapbuffer call, so instead probe the front buffer. Alternatively we can of course probe the back before the swapbuffer call. Cc: Frank Henigman Signed-off-by: Thomas Hellstrom --- tests/glx/glx-mult

[Piglit] [PATCH 2/3] glx/glx-multithread-texture: Don't probe an undefined back buffer

2017-06-21 Thread Thomas Hellstrom
Backbuffer contents become undefined after a swapbuffer call, so instead probe the front buffer. Alternatively we can of course probe the back before the swapbuffer call. Cc: Frank Henigman Signed-off-by: Thomas Hellstrom --- tests/glx/glx-multithread-texture.c | 1 + 1 file changed, 1 insertio