summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_etc.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: remove old swrast-based compressed texel fetch codeBrian Paul2012-12-141-46/+0
* mesa: add new texel fetch code for etc formatsBrian Paul2012-12-141-0/+6
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-0/+8
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-0/+8
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat2012-12-071-0/+8
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat2012-12-071-0/+8
* mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat2012-12-071-1/+6
* mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat2012-12-071-0/+6
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat2012-12-071-0/+8
* mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat2012-12-071-0/+7
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat2012-12-071-0/+7
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat2012-12-071-2/+14
* mesa: include inttypes.h to get uint8_t typeBrian Paul2012-07-161-0/+1
* mesa: Add function for decoding ETC1 texturesChad Versace2012-07-161-0/+8
* mesa: Remove unneeded extern qualifiersChad Versace2012-07-101-2/+2
* mesa: add ETC1 decoding routinesChia-I Wu2011-12-021-0/+40