summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-06-07 22:44:53 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-07 22:44:53 -0700
commit1b2ddf3fa60254c5f1f52a46efbf45f9e109a406 (patch)
tree4ff1872d7f2f7b7494ae61e58820fc65fbeb37f5
parente062c7331d0b3f2e50a39fc6db8216ea575846a6 (diff)
gl32: Mark GLSL profile tasks as done.
We technically haven't tested the compatibility profile stuff, but I'm marking it done nonetheless. There's no Mesa work to do, and since Mesa doesn't support it, there's no real need for Piglit tests either.
-rw-r--r--gl32.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/gl32.xml b/gl32.xml
index 132bb6c..7bd2080 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -1383,24 +1383,24 @@
CONTEXT_COMPATIBILITY_PROFILE_BIT depending on the API implemented
by the context.
</task>
- <task name="CoreRequired" specref="GL 3.2 E">
+ <task name="CoreRequired" specref="GL 3.2 E" piglit="done" mesa="done">
All implementations must support the core profile.
</task>
- <task name="GLSLProfile" specref="GLSL 1.50 3.3">
+ <task name="GLSLProfile" specref="GLSL 1.50 3.3" piglit="done" mesa="done">
After "#version &lt;number&gt;" there is an optional profile.
</task>
<task name="GLSLCoreDefault" specref="GLSL 1.50 3.3">
If no profile argument is provided, the default is "core".
</task>
- <task name="CoreDefine" specref="GLSL 1.50 3.3">
+ <task name="CoreDefine" specref="GLSL 1.50 3.3" piglit="done" mesa="done">
In both core and compatibility profiles, GL_core_profile is
#defined to 1.
</task>
- <task name="CompatDefine" specref="GLSL 1.50 3.3">
+ <task name="CompatDefine" specref="GLSL 1.50 3.3" piglit="done" mesa="done">
In the compatibility profile, GL_compatibility_profile is #defined
to 1.
</task>
- <task name="GLSLValidProfiles" specref="GLSL 1.50 3.3">
+ <task name="GLSLValidProfiles" specref="GLSL 1.50 3.3" piglit="done" mesa="done">
The optional profile may be either "core" or "compatibility".
</task>
</category>