diff options
author | Eric Anholt <[email protected]> | 2011-09-20 15:27:07 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-09-22 10:58:34 -0700 |
commit | 03e623a27b95ef228fb4fca71c6d7c7a21630033 (patch) | |
tree | fe03c97a9a2e9f5e83072b80ec26502aec3a6661 /docs | |
parent | 2fd8c4e3edf989c6f7dd1261a67b01f06979feab (diff) |
i965: Add support for GL_EXT_packed_float.
This doesn't cover support for this format as a renderbuffer yet. The
spec allows implementations to not support it, though it is something
we do want to support.
Only one failure in piglit on gen6, which is texwrap with bordercolor
(as usual).
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.12.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.12.html b/docs/relnotes-7.12.html index f469f104533..19b918b158e 100644 --- a/docs/relnotes-7.12.html +++ b/docs/relnotes-7.12.html @@ -37,6 +37,7 @@ tbd <h2>New features</h2> <ul> <li>GL_EXT_texture_shared_exponent (i965) +<li>GL_EXT_packed_float (i965) </ul> |