summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_etc.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: minor indentation fixes in texcompress_etc.cBrian Paul2012-12-141-17/+17
* mesa: remove old swrast-based compressed texel fetch codeBrian Paul2012-12-141-243/+1
* mesa: add new texel fetch code for etc formatsBrian Paul2012-12-141-0/+274
* mesa: Move declaration before statement.José Fonseca2012-12-081-1/+2
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-0/+78
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-21/+159
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat2012-12-071-0/+87
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat2012-12-071-0/+115
* mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat2012-12-071-0/+89
* mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat2012-12-071-3/+119
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat2012-12-071-0/+80
* mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat2012-12-071-4/+141
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat2012-12-071-4/+79
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat2012-12-071-8/+452
* mesa: Add function for decoding ETC1 texturesChad Versace2012-07-161-0/+32
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-1/+1
* mesa: add ETC1 decoding routinesChia-I Wu2011-12-021-0/+71