Re: [Piglit] [PATCH] ext_framebuffer_multisample: report SKIP if the FBO is unsupported

2012-12-22 Thread Eric Anholt
Marek Olšák mar...@gmail.com writes: Why it reports FAIL in that case is beyond me. Yeah, you're allowed to say unsupported for basically any reason, so: Reviewed-by: Eric Anholt e...@anholt.net pgpxI4crkSUsR.pgp Description: PGP signature ___

[Piglit] [PATCH] ext_framebuffer_multisample: report SKIP if the FBO is unsupported

2012-12-21 Thread Marek Olšák
Why it reports FAIL in that case is beyond me. R6xx doesn't support integer formats and R11G11B10 for MSAA rendering. --- tests/spec/ext_framebuffer_multisample/common.cpp | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git