mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC
authorAnuj Phogat <anuj.phogat@gmail.com>
Mon, 12 Nov 2012 23:58:25 +0000 (15:58 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 8 Dec 2012 00:29:48 +0000 (16:29 -0800)
commit62fc4b4ae16c924b63d9853a6f92c1da0c542b70
tree45e8e9224b5cb105beaea9be150268fa775f731d
parent965a24995d1bfe5c22dfc201de6c2215a3df35a7
mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC

Data in GL_COMPRESSED_RGBA8_ETC2_EAC format is decoded and stored
in MESA_FORMAT_RGBA8888_REV.

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