Fixes: ce69a7afc5eb4c6a3093d0bdd9a66f51444bd07a ("Test that if VertexAttribPointer uses a packed type, size must be 4 or BGRA.") CC: Ian Romanick <i...@freedesktop.org> --- tests/opengl.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/opengl.py b/tests/opengl.py index 873cdac29..00bce15af 100644 --- a/tests/opengl.py +++ b/tests/opengl.py @@ -4089,6 +4089,7 @@ with profile.test_list.group_manager( 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') + g(['gl-3.3-vertex-attrib-p-type-size-match'], 'attrib-p-type-size-match') with profile.test_list.group_manager( PiglitGLTest, -- 2.17.1 _______________________________________________ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit