summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_etc.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: avoid valgrind warning due to opaque only being set sometimesIlia Mirkin2016-08-181-2/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-11/+11
* mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand2014-08-041-9/+10
* mesa: move declaration before code in etc2_unpack_rgb8()Brian Paul2014-04-081-3/+3
* mesa: add bounds checking to eliminate buffer overrunCourtney Goeltzenleuchter2014-04-081-24/+54
* mesa: Remove unnecessary condition.Courtney Goeltzenleuchter2014-02-211-2/+1
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-3/+3
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-301-31/+20
* 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