summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2013-12-02 11:22:24 -0800
committerPaul Berry <stereotype441@gmail.com>2013-12-02 11:22:27 -0800
commitcb3b4f26bb5a605bc8524487cdb702a9d2549c73 (patch)
treeeac56d80ab421173314712f78ef65e0b2c3219c4
parent3efc7f96b23df3fd612f73f2f0bd6a199fda84dc (diff)
Tasks checked off by Nick
Tests in piglit/tests/spec/arb_vertex_type_2_10_10_10_rev: - vertex-attrib-p-types.c - vertex-attrib-pointer-type-size-match.c
-rw-r--r--gl33.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl33.xml b/gl33.xml
index 2c920e2..2819a40 100644
--- a/gl33.xml
+++ b/gl33.xml
@@ -131,7 +131,7 @@
Functions VertexAttribP{1234}ui and VertexAttribP{1234}uiv are
added.
</task>
- <task name="VertexAttribPType" specref="GL 3.3 2.7" piglit="no" mesa="done">
+ <task name="VertexAttribPType" specref="GL 3.3 2.7" piglit="done" mesa="done">
When VertexAttribP{1234}ui and VertexAttribP{1234}uiv are used,
the type parameter must be INT_2_10_10_10_REV or
UNSIGNED_INT_2_10_10_10_REV.
@@ -143,11 +143,11 @@
During normalization, the conversion rules specified in
equations 2.1 and 2.2 are followed.
</task>
- <task name="VertexAttribPointerType" specref="GL 3.3 2.8" piglit="no" mesa="done">
+ <task name="VertexAttribPointerType" specref="GL 3.3 2.8" piglit="done" mesa="done">
The types INT_2_10_10_10_REV and UNSIGNED_INT_2_10_10_10_REV may
be passed as the type parameter to VertexAttribPointer.
</task>
- <task name="VertexAttribPointerSize" specref="GL 3.3 2.8" piglit="no" mesa="done">
+ <task name="VertexAttribPointerSize" specref="GL 3.3 2.8" piglit="done" mesa="done">
If INT_2_10_10_10_REV or UNSIGNED_INT_2_10_10_10_REV is passed
to VertexAttribPointer, the size must be either 4 or BGRA.
</task>