summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-06-27 10:13:36 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-07-09 15:32:22 -0700
commit01a716364e9277e8f36d3524382b31a68b21b5a3 (patch)
tree0815dc53867f9680f701c9f3095e4802f8e5d0b6
parenta5e7ac2e820917c8cd7a2e7c0074f4d3177cff00 (diff)
tests/opengl: Add gl-3.3-vertex-attrib-p-type-size-match
Fixes: ce69a7afc5eb4c6a3093d0bdd9a66f51444bd07a ("Test that if VertexAttribPointer uses a packed type, size must be 4 or BGRA.") Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
-rw-r--r--tests/opengl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/opengl.py b/tests/opengl.py
index 5b9711186..252fc740d 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -4090,6 +4090,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,