[Piglit] [PATCH] GL_MESA_framebuffer_flip_y: Testing using gl_FragCoord
Checks that gl_FragCoord colors the correct area when the framebuffer is flipped. --- tests/opengl.py | 1 + .../CMakeLists.gles2.txt | 1 + .../spec/mesa_framebuffer_flip_y/fragcoord.c | 184 ++ 3 files changed, 186 insertion
[Piglit] [PATCH] GL_MESA_framebuffer_flip_y: Basic usage tests
Parameter checking and fbo flipping of scissored buffer. --- tests/opengl.py | 7 + tests/spec/CMakeLists.txt | 1 + .../CMakeLists.gles2.txt | 15 ++ .../mesa_framebuffer_flip_y/CMakeLists.txt| 1 + tests/spec/mesa_