[Piglit] [PATCH 1/8] enable -fbo for general/line-aa-width

Brian Paul brianp at vmware.com
Mon Apr 30 07:09:52 PDT 2012


On 04/28/2012 06:44 PM, Chris Forbes wrote:
> ---
>   tests/general/line-aa-width.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/general/line-aa-width.c b/tests/general/line-aa-width.c
> index 4cd560c..832fd4f 100644
> --- a/tests/general/line-aa-width.c
> +++ b/tests/general/line-aa-width.c
> @@ -193,7 +193,7 @@ piglit_display(void)
>   		}
>   	}
>
> -	glutSwapBuffers();
> +	piglit_present_results();
>
>   	return pass ? PIGLIT_PASS : PIGLIT_FAIL;
>   }

For the series,

Reviewed-by: Brian Paul <brianp at vmware.com>


More information about the Piglit mailing list