summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gl32.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl32.xml b/gl32.xml
index 40622ee..f86988b 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -1047,19 +1047,19 @@
</task>
</category>
<category name="interface blocks">
- <task name="IB1" specref="GLSL 1.50 4.3.6">
+ <task name="IB1" specref="GLSL 1.50 4.3.6" piglit="done" mesa="done">
It is permissible for an input and an output to have the same name
provided that one of them is nested inside an interface block with
an instance name.
</task>
- <task name="IB2" specref="GLSL 1.50 4.3.6">
+ <task name="IB2" specref="GLSL 1.50 4.3.6" piglit="done" mesa="done">
Outputs can also appear in interface blocks.
</task>
<task name="IB3" specref="GLSL 1.50 4.3.7">
"Attribute" and "varying" qualifiers may not be used in interface
blocks.
</task>
- <task name="IB4" specref="GLSL 1.50 4.3.7">
+ <task name="IB4" specref="GLSL 1.50 4.3.7" piglit="done" mesa="done">
A block-name is allowed to have different definitions in different
interfaces (e.g. same block name used as both an input and an
output block, I think)