[Piglit] [PATCH 4/9] tests/opengl: Add gl-3.3-vertex-attrib-p-types

Ian Romanick idr at freedesktop.org
Thu Jun 28 00:51:22 UTC 2018


Patches 4 and 5 are

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 06/27/2018 10:32 AM, Dylan Baker wrote:
> Fixes: bcaa0cd75fd7b1d35817792b4802cce5eb47754d
>        ("Test that VertexAttribP*() must use one of the appropriate types.")
> CC: Ian Romanick <idr at freedesktop.org>
> ---
> 
>  tests/opengl.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/opengl.py b/tests/opengl.py
> index 6657cffdb..873cdac29 100644
> --- a/tests/opengl.py
> +++ b/tests/opengl.py
> @@ -4088,6 +4088,7 @@ with profile.test_list.group_manager(
>      g(['draw-vertices-2101010'], run_concurrent=False)
>      g(['attribs', 'GL_ARB_vertex_type_2_10_10_10_rev'], 'attribs')
>      g(['arb_vertex_type_2_10_10_10_rev-array_types'])
> +    g(['gl-3.3-vertex-attrib-p-types'], 'attrib-p-types')
>  
>  with profile.test_list.group_manager(
>          PiglitGLTest,
> 



More information about the Piglit mailing list