summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-29mesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FORMATS queriesNanley Chery1-22/+63
2015-10-29mesa/texcompress: Restrict FXT1 format to desktop GL subsetNanley Chery1-1/+2
2015-09-19mesa/texcompress: add compressed formats to base format utility functionNanley Chery1-0/+14
2015-09-19mesa/formats: add MESA_LAYOUT_LATCNanley Chery1-0/+1
2015-08-31mesa/texcompress: correct mapping of S3TC formats in conversion functionNanley Chery1-2/+2
2015-08-26mesa/texcompress: enable translation between MESA and GL ASTC formatsNanley Chery1-0/+114
2015-08-26mesa: don't enable online compression for ASTC formatsNanley Chery1-0/+22
2015-08-19mesa/formats: add more MESA_FORMAT_LAYOUTsNanley Chery1-24/+6
2015-04-01mesa: remove unneeded #include of colormac.hBrian Paul1-1/+0
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-2/+2
2014-08-12mesa: Add texel fetch functions for BPTC-compressed texturesNeil Roberts1-0/+6
2014-08-12mesa: Add the format enums for BPTC-compressed imagesNeil Roberts1-0/+24
2014-08-12mesa: Fix the base format for GL_COMPRESSED_RGB_BPTC_*_FLOAT_ARBNeil Roberts1-2/+2
2014-01-27mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller1-24/+24
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-5/+5
2014-01-15mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLESIan Romanick1-0/+37
2013-08-21mesa: Never advertise _S3TC compressed formatsIan Romanick1-12/+0
2013-08-21mesa: Only advertise GL_ETC1_RGB8_OES in ES contextsIan Romanick1-1/+9
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-23mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick1-1/+3
2012-12-26mesa: add missing texel fetch code for sRGB DXT formatsBrian Paul1-0/+4
2012-12-14mesa: reimplement _mesa_decompress_image() using new tex fetch codeBrian Paul1-103/+7
2012-12-14mesa: added _mesa_get_compressed_fetch_func()Brian Paul1-0/+33
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat1-0/+100
2012-10-16mesa: remove FEATURE_ES test in _mesa_get_compressed_formats()Brian Paul1-2/+0
2012-09-15Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca1-0/+2
2012-09-15mesa: remove remaining FEATURE_* defines where protected by API check.Oliver McFadden1-2/+0
2012-09-15mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden1-2/+0
2012-09-15mesa: remove FEATURE_texture_s3tc define.Oliver McFadden1-3/+0
2012-09-15mesa: remove FEATURE_texture_fxt1 define.Oliver McFadden1-2/+0
2012-08-24mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formatsBrian Paul1-4/+4
2012-08-24mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formatsBrian Paul1-8/+8
2012-08-24mesa: s/GLuint/gl_format/ in _mesa_compressed_format_to_glenum()Brian Paul1-1/+1
2012-02-10mesa: push row stride adjustment down into _mesa_decompress_image()Brian Paul1-1/+11
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-1/+1