summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-06-08 00:02:05 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-08 00:02:05 -0700
commit2aa7721f16cbf3e68fb3e90754ee269a0a8d0e5b (patch)
tree95f8d107035b82f0cb7b387c3d36f2ea6410761c
parentb1b1059cd9041a5fbf4670c4bb0ef55e8479e2ed (diff)
gl32: Mark IB13 as done.
Many tests test this.
-rw-r--r--gl32.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl32.xml b/gl32.xml
index c67f0ab..e826337 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -1099,7 +1099,7 @@
For uniform blocks, the application uses the block name to
identify the block.
</task>
- <task name="IB13" specref="GLSL 1.50 4.3.7">
+ <task name="IB13" specref="GLSL 1.50 4.3.7" piglit="done" mesa="done">
If an interface block has an instance-name, names inside the block
are in a scope with their own name space, accessed with "." (like
structures).