Re: [Piglit] [PATCH 4/4] fbo-clear-formats: clean up error handling

2013-03-19 Thread Brian Paul
On 03/19/2013 05:14 AM, Jose Fonseca wrote: Series looks good to me. Reviewed-by: Jose Fonsecajfons...@vmware.com Thanks. BTW, I'm fixing my tabs vs. spaces indentation errors before committing. -Brian ___ Piglit mailing list

[Piglit] [PATCH 4/4] fbo-clear-formats: clean up error handling

2013-03-18 Thread Brian Paul
Use piglit_check_gl_error(). Note: we're getting an INVALID_OPERATION error from glBlitFramebuffer() with NVIDIA's driver. That'll be investigated/fixed separately. At least the test now reports FAIL instead of dying on an assertion. --- tests/fbo/fbo-clear-formats.c | 19 +++