On Wed, Sep 9, 2015 at 11:22 AM, Ian Romanick <[email protected]> wrote:
> From: Ian Romanick <[email protected]>
>
> The shaders in the test use GLSL 1.30.
>
> Signed-off-by: Ian Romanick <[email protected]>
> Cc: Anuj Phogat <[email protected]>
> ---
>  tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git 
> a/tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp 
> b/tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp
> index 7e14d59..e14bb58 100644
> --- a/tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp
> +++ b/tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp
> @@ -45,7 +45,7 @@ const int pattern_width = 258; const int pattern_height = 
> 258;
>
>  PIGLIT_GL_TEST_CONFIG_BEGIN
>
> -       config.supports_gl_compat_version = 10;
> +       config.supports_gl_compat_version = 30;
>
>         config.window_width = pattern_width * 2;
>         config.window_height = pattern_height;
> @@ -272,7 +272,6 @@ piglit_init(int argc, char **argv)
>         if (endptr != argv[1] + strlen(argv[1]))
>                 print_usage_and_exit(argv[0]);
>
> -       piglit_require_gl_version(21);
>         piglit_require_extension("GL_ARB_vertex_array_object");
>         
> piglit_require_extension("GL_EXT_framebuffer_multisample_blit_scaled");
>
> --
> 2.1.0
>
Reviewed-by: Anuj Phogat <[email protected]>
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to