[Piglit] [PATCH] fbo-clear-format: test stencil glClear

2012-10-15 Thread Marek Olšák
The test visualizes the stencil buffer (unlike some other tests), which is very useful for debugging. Unfortunately, it doesn't work with Mesa. There seems to be a bogus GL error. The problem can be reproduced by running: ./fbo-clear-formats GL_EXT_packed_depth_stencil stencil -auto It would be

Re: [Piglit] [PATCH] fbo-clear-format: test stencil glClear

2012-10-15 Thread Brian Paul
On 10/15/2012 11:10 AM, Marek Olšák wrote: The test visualizes the stencil buffer (unlike some other tests), which is very useful for debugging. Unfortunately, it doesn't work with Mesa. There seems to be a bogus GL error. The problem can be reproduced by running: ./fbo-clear-formats