[Piglit] [PATCH 3/4] tex-swizzle: don't require OpenGL 2

Marek Olšák maraeo at gmail.com
Mon Aug 16 13:25:38 PDT 2010


On Mon, Aug 16, 2010 at 2:46 PM, Luca Barbieri <luca at luca-barbieri.com>wrote:

> Requiring EXT_texture_swizzle should be enough.
> ---
>  tests/texturing/tex-swizzle.c |    5 -----
>  1 files changed, 0 insertions(+), 5 deletions(-)
>
> diff --git a/tests/texturing/tex-swizzle.c b/tests/texturing/tex-swizzle.c
> index efc9b13..2e5c86c 100644
> --- a/tests/texturing/tex-swizzle.c
> +++ b/tests/texturing/tex-swizzle.c
> @@ -100,11 +100,6 @@ void
>  piglit_init(int argc, char **argv)
>  {
>
> -       if (!GLEW_VERSION_2_0) {
> -               printf("Requires OpenGL 2.0\n");
> -               piglit_report_result(PIGLIT_SKIP);
> -       }
> -
>        piglit_ortho_projection(piglit_width, piglit_height, GL_FALSE);
>
>        piglit_require_extension("GL_EXT_texture_swizzle");
> --
> 1.7.0.4
>

Pushed, thanks.

Marek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20100816/d0266e37/attachment-0001.htm>


More information about the Piglit mailing list