summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-09-20 15:27:07 -0700
committerEric Anholt <eric@anholt.net>2011-09-22 10:58:34 -0700
commit03e623a27b95ef228fb4fca71c6d7c7a21630033 (patch)
treefe03c97a9a2e9f5e83072b80ec26502aec3a6661 /docs
parent2fd8c4e3edf989c6f7dd1261a67b01f06979feab (diff)
downloadexternal_mesa3d-03e623a27b95ef228fb4fca71c6d7c7a21630033.zip
external_mesa3d-03e623a27b95ef228fb4fca71c6d7c7a21630033.tar.gz
external_mesa3d-03e623a27b95ef228fb4fca71c6d7c7a21630033.tar.bz2
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 <kenneth@whitecape.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes-7.12.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.12.html b/docs/relnotes-7.12.html
index f469f10..19b918b 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>