[Piglit] [PATCH 5/9] tests/opengl: Add gl-3.3-vertex-attrib-p-type-size-match

Dylan Baker dylan at pnwbakers.com
Wed Jun 27 17:32:26 UTC 2018


Fixes: ce69a7afc5eb4c6a3093d0bdd9a66f51444bd07a
       ("Test that if VertexAttribPointer uses a packed type, size must be 4 or BGRA.")
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 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



More information about the Piglit mailing list