OSDN Git Service

mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 10 Oct 2012 20:46:20 +0000 (13:46 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 8 Dec 2012 00:29:48 +0000 (16:29 -0800)
commit75211f4367cab6477890111211d3437bf469670b
tree305fa1cdbcef5c7a741cf43d92fe005c0cff9c08
parent7697f25667d13031a46d1c373ea53919c06c9df5
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC

Data in GL_COMPRESSED_SIGNED_RG11_EAC format is decoded and stored in
MESA_FORMAT_SIGNED_GR1616.

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