[Piglit] [PATCH] Add test to verify glBlitFramebuffer with non matching parameters in multisample FBOs

2012-06-01 Thread anuj . phogat
From: Anuj Phogat anuj.pho...@gmail.com This test verifies if glBlitFramebuffer() throws expected GL errors with multisample framebuffers and no blitting occurs in case of error. V2: Test is rewritten to utilize the functionality defined in common.cpp and to match the testing pattern of

[Piglit] [PATCH] Add test to verify glBlitFramebuffer with non matching parameters in multisample FBOs

2012-05-11 Thread Anuj Phogat
This test verifies if glBlitFramebuffer() throws expected GL errors with multisample framebuffers. V2: Test is rewritten to utilize the functionality defined in common.cpp and to match the testing pattern of other blitting tests written by Paul Berry. Command line options are provided to