Re: [Piglit] [PATCH 3/3] glx/glx-multithread-texture: Use larger color differences

2017-06-21 Thread Brian Paul
On 06/21/2017 06:25 AM, Thomas Hellstrom wrote: Color spacing of 1 between consecutive textures may yield false positives when probing, and defer error reporting to the transition from color 255 to color 0. That may be confusing. So increase the color spacing to detect errors earlier. Cc: Frank

[Piglit] [PATCH 3/3] glx/glx-multithread-texture: Use larger color differences

2017-06-21 Thread Thomas Hellstrom
Color spacing of 1 between consecutive textures may yield false positives when probing, and defer error reporting to the transition from color 255 to color 0. That may be confusing. So increase the color spacing to detect errors earlier. Cc: Frank Henigman Signed-off-by: