summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-06-07 23:45:25 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-07 23:45:25 -0700
commit45ce42a19e61659fc32160a12c8100f43e50a862 (patch)
tree821010a9ce6153a99de3a7fe071bf6eb8310c3b1
parent80e7dc2c8534606542d09fcfa47aa551cbcbda65 (diff)
gl32: Mark IB29 as done.
Tested by interface-blocks-basic.{vert,frag} - they omit the qualifiers in one block, and use them in the other. Mesa passes these.
-rw-r--r--gl32.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl32.xml b/gl32.xml
index da3fb2a..dde2b76 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -1163,7 +1163,7 @@
Previously declared structures can be used within an interface
block.
</task>
- <task name="IB29" specref="GLSL 1.50 4.3.7">
+ <task name="IB29" specref="GLSL 1.50 4.3.7" piglit="done" mesa="done">
Repeating the "in", "out", or "uniform" interface qualifier for a
member within a block is optional.
</task>