summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_etc.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-11/+11
2014-08-04mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand1-9/+10
2014-04-08mesa: move declaration before code in etc2_unpack_rgb8()Brian Paul1-3/+3
2014-04-08mesa: add bounds checking to eliminate buffer overrunCourtney Goeltzenleuchter1-24/+54
2014-02-21mesa: Remove unnecessary condition.Courtney Goeltzenleuchter1-2/+1
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-3/+3
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt1-31/+20
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-12-14mesa: minor indentation fixes in texcompress_etc.cBrian Paul1-17/+17
2012-12-14mesa: remove old swrast-based compressed texel fetch codeBrian Paul1-243/+1
2012-12-14mesa: add new texel fetch code for etc formatsBrian Paul1-0/+274
2012-12-08mesa: Move declaration before statement.José Fonseca1-1/+2
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-0/+78
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-21/+159
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat1-0/+87
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat1-0/+115
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat1-0/+89
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat1-3/+119
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat1-0/+80
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat1-4/+141
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat1-4/+79
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat1-8/+452
2012-07-16mesa: Add function for decoding ETC1 texturesChad Versace1-0/+32
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-1/+1
2011-12-02mesa: add ETC1 decoding routinesChia-I Wu1-0/+71