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>
This commit is contained in:
Eric Anholt
2011-09-20 15:27:07 -07:00
parent 2fd8c4e3ed
commit 03e623a27b
4 changed files with 6 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ tbd
<h2>New features</h2>
<ul>
<li>GL_EXT_texture_shared_exponent (i965)
<li>GL_EXT_packed_float (i965)
</ul>