summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-05-25 15:32:54 -0700
committerEric Anholt <eric@anholt.net>2010-05-26 12:14:44 -0700
commit3b68b6c83e491d7f85baff6a31dcceee28622ae0 (patch)
treef1a035e9755df09186415ecb850f4a89989d6d84 /docs
parentfd3425fdff4804f6fe3c3d07466f1b849a05c228 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes-7.9.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.9.html b/docs/relnotes-7.9.html
index f7d5016dc6..6122f8c34e 100644
--- a/docs/relnotes-7.9.html
+++ b/docs/relnotes-7.9.html
@@ -34,6 +34,7 @@ tbd
<h2>New features</h2>
<ul>
+<li>GL_EXT_timer_query extension (i965 driver only)
</ul>