i965: Add support for EXT_timer_query on Ironlake.

We could potentially do this on G45 as well, though the units are
different.  On 965, the timestamp is tied to hclk, which would make
supporting it harder.
This commit is contained in:
Eric Anholt
2010-05-25 15:32:54 -07:00
parent fd3425fdff
commit 3b68b6c83e
3 changed files with 66 additions and 22 deletions
+1
View File
@@ -34,6 +34,7 @@ tbd
<h2>New features</h2>
<ul>
<li>GL_EXT_timer_query extension (i965 driver only)
</ul>