summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-06-07 23:59:53 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-07 23:59:53 -0700
commitb1b1059cd9041a5fbf4670c4bb0ef55e8479e2ed (patch)
tree032ac885d3a1b4b447e716cd62d2b121c45f735a
parente4ea10cf7dc829746eefbc2abce1e2bbd9a029ae (diff)
gl32: Mark IB21 as done.
Yes they can.
-rw-r--r--gl32.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl32.xml b/gl32.xml
index bc51648..c67f0ab 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -1134,7 +1134,7 @@
<task name="IB20" specref="GLSL 1.50 4.3.7">
Input variables may only appear in input blocks.
</task>
- <task name="IB21" specref="GLSL 1.50 4.3.7">
+ <task name="IB21" specref="GLSL 1.50 4.3.7" piglit="done" mesa="done">
Input, output, and uniform variable declarations can be grouped
into named interface blocks.
</task>