summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-06-08 00:11:22 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-08 00:11:54 -0700
commitee5fd97b87733359f33747dc23e7053174c0c058 (patch)
tree54aba395412a5937ae2b761b1fc97ff5a514717d
parent2aa7721f16cbf3e68fb3e90754ee269a0a8d0e5b (diff)
gl32: Mark Determinant as done.
Piglit tests already existed for this, and I just mailed out the obvious Mesa patch.
-rw-r--r--gl32.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl32.xml b/gl32.xml
index e826337..ee2fc2b 100644
--- a/gl32.xml
+++ b/gl32.xml
@@ -199,7 +199,7 @@
functionality behavior for any programmable pipeline stage. This
is not allowed in the core profile.
</task>
- <task name="Determinant" specref="GLSL 1.50 8.5">
+ <task name="Determinant" specref="GLSL 1.50 8.5" piglit="done" mesa="done">
The function determinant() is added.
</task>
<task name="RecursiveQuals" specref="GLSL 1.50 9">