mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
authorAnuj Phogat <anuj.phogat@gmail.com>
Tue, 13 Nov 2012 00:32:08 +0000 (16:32 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 8 Dec 2012 00:29:48 +0000 (16:29 -0800)
commitaa217090f52dc532b84186a63c07167bd82e8f22
tree920ddb6909411ad8ed1bf69f2fd2418ec8f33fe4
parentdc86cb3705eb8af51e4a951f24bb1b67c4929dc8
mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC

Data in GL_COMPRESSED_RG11_EAC format is decoded and stored in
MESA_FORMAT_RG1616.

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