History log of /external/mesa3d/src/mesa/main/texcompress_etc.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8ec721264c7ae0f73a520362963b2691bf098b9b 11-Jul-2012 Chad Versace <chad.versace@linux.intel.com> mesa: Add function for decoding ETC1 textures

Add function _mesa_etc1_unpack_rgba8888. It is intended to be used by
glCompressedTexSubImage2D to decode ETC1 textures into RGBA.

CC: Chia-I <olv@lunarg.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
/external/mesa3d/src/mesa/main/texcompress_etc.c
bd3c10c0f0c60ab3421c2da2eab814edc2296cb0 16-Jan-2012 Brian Paul <brianp@vmware.com> swrast: s/Data/Map/ in swrast_texture_image

To indicate that it points to mapped texture memory.
/external/mesa3d/src/mesa/main/texcompress_etc.c
51f4d2725417088c75d512b69a31a26ae5cb3ef2 28-Nov-2011 Chia-I Wu <olv@lunarg.com> mesa: add ETC1 decoding routines

The format is defined by GL_OES_compressed_ETC1_RGB8_texture. These routines
will be used in the following commit.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/main/texcompress_etc.c