summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-06-08 00:44:06 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-08 00:44:06 -0700
commitb50e3bff9217fac148810ba38cf5b4b7cf354717 (patch)
tree647a523c329f63e5513495b454a57f59bab24f89
parentfba69adf45da62c84e42006350ed0937b55a6d53 (diff)
gl32: Mark BaseVertex8 as done.
Basically every test hits this.
-rw-r--r--gl32.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl32.xml b/gl32.xml
index 3fcc47b..ce9a5a2 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -309,7 +309,7 @@
buffer having &lt;32-bit width, the addition of a basevertex
should occur as though upconverted to 32-bit.
</task>
- <task name="BaseVertex8" specref="GL 3.2 2.8.2">
+ <task name="BaseVertex8" specref="GL 3.2 2.8.2" piglit="done" mesa="done">
When the *BaseVertex drawing commands are used, basevertex is
implicitly added to each index in the indices buffer.
</task>