mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT function
[mesa.git] / src / mesa / main / texcompress_etc.h
2018-07-02 Tomeu Vizosost/mesa/i965: Allow decompressing ETC2 to GL_RGBA
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
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 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 Brian Paulmesa: include inttypes.h to get uint8_t type
2012-07-16 Chad Versacemesa: Add function for decoding ETC1 textures
2012-07-10 Chad Versacemesa: Remove unneeded extern qualifiers
2011-12-02 Chia-I Wumesa: add ETC1 decoding routines