summaryrefslogtreecommitdiff
path: root/gl33.xml
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-08-23 15:13:09 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-08-23 15:13:40 -0700
commit29da4e305726b0cb16800a4e3c3dc879fdcff61f (patch)
tree8622d29af3d5c2ffdb85490131aef3089372c5b0 /gl33.xml
parent2953e36d8846b382a723b8186d57a4179d0830b1 (diff)
gl33: Mark VertexAttribPNormalize as done.
This looks to be tested by tests/general/attribs.c. Mesa handles it.
Diffstat (limited to 'gl33.xml')
-rw-r--r--gl33.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl33.xml b/gl33.xml
index fac2c4c..a572f66 100644
--- a/gl33.xml
+++ b/gl33.xml
@@ -129,7 +129,7 @@
the type parameter must be INT_2_10_10_10_REV or
UNSIGNED_INT_2_10_10_10_REV.
</task>
- <task name="VertexAttribPNormalize" specref="GL 3.3 2.8.2">
+ <task name="VertexAttribPNormalize" specref="GL 3.3 2.8.2" piglit="done" mesa="done">
The "normalized" parameter of VertexAttribP{1234}ui and
VertexAttribP{1234}uiv specify whether input data is normalized.