Re: [Piglit] [PATCH] fbo: add test for multiple draw buffer combinations including GL_NONE

2013-04-20 Thread Marek Olšák
Could you please make this test concurrent? (make sure it works with -fbo, then use add_concurrent_test in all.tests) Marek On Sat, Apr 20, 2013 at 2:54 PM, Christoph Bumiller wrote: > From: Christoph Bumiller > > Passes on NV blob (except segfault on doing glBlitFramebuffer when > glReadBuffer

[Piglit] [PATCH] fbo: add test for multiple draw buffer combinations including GL_NONE

2013-04-20 Thread Christoph Bumiller
From: Christoph Bumiller Passes on NV blob (except segfault on doing glBlitFramebuffer when glReadBuffer is GL_NONE), and fails horribly with st/mesa for obvious reasons. --- tests/all.tests |1 + tests/fbo/CMakeLists.gl.txt |1 + tests/fbo/fbo-draw-buffers.c | 252 +++