Re: [Piglit] [PATCH] GL 1.50: Test that UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER is accepted by GetActiveUniformBlockiv()

2013-10-07 Thread Eric Anholt
Nicholas Mack nichm...@gmail.com writes: v2: Incorporate this test into referenced-by-shader.c @@ -40,10 +41,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; - config.window_width = 10; - config.window_height = 10; - config.window_visual =

[Piglit] [PATCH] GL 1.50: Test that UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER is accepted by GetActiveUniformBlockiv()

2013-08-28 Thread Nicholas Mack
--- tests/spec/glsl-1.50/CMakeLists.gl.txt | 13 +++ tests/spec/glsl-1.50/CMakeLists.txt| 1 + .../query-uniform-block-referenced-by-gs.c | 124 + 3 files changed, 138 insertions(+) create mode 100644