diff options
author | Eric Anholt <eric@anholt.net> | 2010-05-25 15:32:54 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-05-26 12:14:44 -0700 |
commit | 3b68b6c83e491d7f85baff6a31dcceee28622ae0 (patch) | |
tree | f1a035e9755df09186415ecb850f4a89989d6d84 /docs/relnotes-7.9.html | |
parent | fd3425fdff4804f6fe3c3d07466f1b849a05c228 (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/relnotes-7.9.html')
-rw-r--r-- | docs/relnotes-7.9.html | 1 |
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> |