mesa: Add decoding functions for GL_COMPRESSED_R11_EAC
authorAnuj Phogat <anuj.phogat@gmail.com>
Tue, 13 Nov 2012 00:28:07 +0000 (16:28 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 8 Dec 2012 00:29:48 +0000 (16:29 -0800)
commitdc86cb3705eb8af51e4a951f24bb1b67c4929dc8
treee5984e0d2cd0a71607051dbb158158d88f8c4ba9
parent5ea8cd008426a0d92a524ccb747b8d3c02f1142a
mesa: Add decoding functions for GL_COMPRESSED_R11_EAC

Data in GL_COMPRESSED_R11_EAC format is decoded and stored in
MESA_FORMAT_R16.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/texcompress.c
src/mesa/main/texcompress_etc.c
src/mesa/main/texcompress_etc.h
src/mesa/main/texstore.c
src/mesa/swrast/s_texfetch.c