summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-06-07 23:57:17 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-07 23:57:17 -0700
commit56994fd1aa460f1922405b9d8afea81815a6bcfe (patch)
treea9ed2fa672336edeafcfbf5c9fbc0f82cd53ad79
parentee9193f495df11fd477c215290720ac200ca4037 (diff)
gl32: Mark IB23 as done.
Tested by interface-blocks-basic.{vert,frag}
-rw-r--r--gl32.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl32.xml b/gl32.xml
index ee90236..279c84a 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -1142,7 +1142,7 @@
Interface blocks can have an optional instance name (used to refer
to them within the shader).
</task>
- <task name="IB23" specref="GLSL 1.50 4.3.7">
+ <task name="IB23" specref="GLSL 1.50 4.3.7" piglit="done" mesa="done">
Interpolation and storage qualifiers may appear within an
interface block.
</task>