mesa: Change many Type P MESA_FORMATs to meet naming spec
[mesa.git] / src / mesa / main / texcompress_etc.c
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2012-12-14 Brian Paulmesa: minor indentation fixes in texcompress_etc.c
2012-12-14 Brian Paulmesa: remove old swrast-based compressed texel fetch...
2012-12-14 Brian Paulmesa: add new texel fetch code for etc formats
2012-12-08 José Fonsecamesa: Move declaration before statement.
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_PU...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGB8_PUN...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SIGNED_R...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SIGNED_R...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_R11_EAC
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_AL...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGBA8_ET...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
2012-07-16 Chad Versacemesa: Add function for decoding ETC1 textures
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2011-12-02 Chia-I Wumesa: add ETC1 decoding routines