[Piglit] [PATCH 5/5] fbo-clear-formats: Return texture name as uint.

Marek Olšák maraeo at gmail.com
Thu May 9 06:19:07 PDT 2013


Thanks. I went ahead and pushed this commit.

Marek

On Fri, May 3, 2013 at 9:18 AM, Fabian Bieler <fabianbieler at fastmail.fm> wrote:
> ---
>  tests/fbo/fbo-clear-formats.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/fbo/fbo-clear-formats.c b/tests/fbo/fbo-clear-formats.c
> index 690df72..8ee8e97 100644
> --- a/tests/fbo/fbo-clear-formats.c
> +++ b/tests/fbo/fbo-clear-formats.c
> @@ -227,7 +227,7 @@ do_stencil_clear(GLenum format, GLuint tex, int level, int size)
>         return true;
>  }
>
> -static bool
> +static GLuint
>  create_tex(GLenum internalformat, GLenum baseformat)
>  {
>         GLuint tex;
> --
> 1.8.1.2
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit


More information about the Piglit mailing list