[Piglit] [PATCH] fbo-blit-scaled-linear: Require GLSL 1.30.

Paul Berry stereotype441 at gmail.com
Tue Nov 5 16:02:06 PST 2013


On 3 November 2013 15:58, Vinson Lee <vlee at freedesktop.org> wrote:

> Signed-off-by: Vinson Lee <vlee at freedesktop.org>
> ---
>  tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Paul Berry <stereotype441 at gmail.com>


>
> diff --git a/tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp
> b/tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp
> index 5a3a485..a656abe 100644
> --- a/tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp
> +++ b/tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp
> @@ -183,6 +183,7 @@ piglit_init(int argc, char **argv)
>  {
>         piglit_require_gl_version(21);
>         piglit_require_extension("GL_ARB_vertex_array_object");
> +       piglit_require_GLSL_version(130);
>
>         /* Create two singlesample FBOs with same format and dimensions but
>          * different color attachment types.
> --
> 1.8.3.2
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20131105/e0271a5c/attachment.html>


More information about the Piglit mailing list