[Piglit] [PATCH 6/9] tests/opengl: Add glx-swap-copy

Brian Paul brianp at vmware.com
Mon Jul 2 16:50:59 UTC 2018


On 06/27/2018 11:32 AM, Dylan Baker wrote:
> Fixes: 2a7047a32bb3a9a4fad5bea0a8185d63af6bddf3
>         ("glx: Introduce a glx-swap-copy test v2")
> CC: Thomas Hellstrom <thellstrom at vmware.com>
> CC: Brian Paul <brianp at vmware.com>
> ---
>   tests/opengl.py | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tests/opengl.py b/tests/opengl.py
> index 00bce15af..a83d235c1 100644
> --- a/tests/opengl.py
> +++ b/tests/opengl.py
> @@ -401,6 +401,7 @@ with profile.test_list.group_manager(
>       g(['glx-swap-pixmap'], run_concurrent=False)
>       g(['glx-swap-pixmap-bad'], run_concurrent=False)
>       g(['glx-swap-singlebuffer'], run_concurrent=False)
> +    g(['glx-swap-copy'], run_concurrent=False)
>       g(['glx-make-current'], run_concurrent=False)
>       g(['glx-make-glxdrawable-current'], run_concurrent=False)
>       g(['glx-context-flush-control'], run_concurrent=False)
> 


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


More information about the Piglit mailing list