Brian Paul <[email protected]> writes: > Skip the test if GL_MAX_SAMPLES=0. We basically do that test in most > of the other MSAA tests. > > As is, we get a bunch of errors because we cannot create the MSAA FBO and > then an unexpected GL_INVALID_OPERATION error generates a piglit failure.
You could only have this case if you're exposing GL_ARB_texture_multisample and GL_ARB_framebuffer_object but not GL_EXT_framebuffer_multisample, right? Does it make any sense to be exposing GL_ARB_texture_multisample without that? That said, the specs seem to allow it, so: Reviewed-by: Eric Anholt <[email protected]>
signature.asc
Description: PGP signature
_______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
