i965: Add support for GL_EXT_packed_float.
authorEric Anholt <eric@anholt.net>
Tue, 20 Sep 2011 22:27:07 +0000 (15:27 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 22 Sep 2011 17:58:34 +0000 (10:58 -0700)
commit03e623a27b95ef228fb4fca71c6d7c7a21630033
treefe03c97a9a2e9f5e83072b80ec26502aec3a6661
parent2fd8c4e3edf989c6f7dd1261a67b01f06979feab
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>
docs/relnotes-7.12.html
src/mesa/drivers/dri/i965/brw_wm_surface_state.c
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/drivers/dri/intel/intel_extensions.c