summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_etc.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-12-14mesa: remove old swrast-based compressed texel fetch codeBrian Paul1-46/+0
2012-12-14mesa: add new texel fetch code for etc formatsBrian Paul1-0/+6
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-0/+8
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-0/+8
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat1-0/+8
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat1-0/+8
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat1-1/+6
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat1-0/+6
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat1-0/+8
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat1-0/+7
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat1-0/+7
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat1-2/+14
2012-07-16mesa: include inttypes.h to get uint8_t typeBrian Paul1-0/+1
2012-07-16mesa: Add function for decoding ETC1 texturesChad Versace1-0/+8
2012-07-10mesa: Remove unneeded extern qualifiersChad Versace1-2/+2
2011-12-02mesa: add ETC1 decoding routinesChia-I Wu1-0/+40