summaryrefslogtreecommitdiff
path: root/gl33.xml
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-08-23 10:46:03 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-08-23 10:46:03 -0700
commit2c0e794e1eddee6e0aabd24af536f3ee20b7c72a (patch)
treeefd358e4a5071316e789b73fa64ddfbe748c461b /gl33.xml
parent9ef076a38c9d20f118b8211a5696884e624fb31d (diff)
gl33: Mark TimerQueryBits as done in Mesa, but not tested.
i965 implements a 36-bit counter on Gen6+. There are no Piglit tests for this, though.
Diffstat (limited to 'gl33.xml')
-rw-r--r--gl33.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl33.xml b/gl33.xml
index ce3d8e0..ba86ac8 100644
--- a/gl33.xml
+++ b/gl33.xml
@@ -309,7 +309,7 @@
<task name="NewTimerQueries" specref="GL 3.3 6.1.7" piglit="done" mesa="done">
Query types TIME_ELAPSED and TIMESTAMP are added.
</task>
- <task name="TimerQueryBits" specref="GL 3.3 6.1.7">
+ <task name="TimerQueryBits" specref="GL 3.3 6.1.7" piglit="no" mesa="done">
For timer queries (target TIME_ELAPSED and TIMESTAMP), if the
number of bits is non-zero, the minimum number of bits allowed
is 30.