summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-06-08 00:44:40 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-08 00:45:31 -0700
commit0a6d5adae4a9d83595e985cde8d13b99ff107be3 (patch)
tree8793b8a6e0cddb88981705362d5ab5a6b9a76207
parentb50e3bff9217fac148810ba38cf5b4b7cf354717 (diff)
gl32: Mark BaseVertex9 as done.
draw-elements-base-vertex-neg tests negative indices.
-rw-r--r--gl32.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl32.xml b/gl32.xml
index ce9a5a2..62186e8 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -313,7 +313,7 @@
When the *BaseVertex drawing commands are used, basevertex is
implicitly added to each index in the indices buffer.
</task>
- <task name="BaseVertex9" specref="GL 3.2 2.8.2">
+ <task name="BaseVertex9" specref="GL 3.2 2.8.2" piglit="done" mesa="done">
When the *BaseVertex drawing commands are used, the operation is
undefined if adding the offset would cause a negative index.
</task>