summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-17mesa: make more use of the new _mesa_is_gles2() helperEric Engestrom1-1/+1
2023-02-17mesa: make more use of the new _mesa_is_gles1() helperEric Engestrom1-1/+1
2022-11-03mesa: Move glheader.h from mesa/main/glheader.h to util/glheader.hYonggang Luo1-1/+1
2021-12-07mesa: Remove unused _mesa_compressed_image_addressAdam Jackson1-32/+0
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-1/+1
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2019-04-23mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek1-0/+32
2018-12-04mesa: expose EXT_texture_compression_bptc in GLESMarek Olšák1-0/+8
2018-12-04mesa: expose EXT_texture_compression_rgtc on GLESMarek Olšák1-0/+9
2018-02-06mesa: minor whitespace fixes, line wrapping in texcompress.cBrian Paul1-12/+14
2018-02-06mesa: simplify _mesa_get_compressed_formats()Brian Paul1-117/+83
2016-11-04mesa: Add linear ETC2/EAC to the compressed format list with ES3 compat.Kenneth Graunke1-6/+12
2016-05-03mesa: Enable translation between astc 3d gl formats and mesa formatsAnuj Phogat1-0/+80
2016-05-03mesa: Handle astc 3d formats in _mesa_get_compressed_formats()Anuj Phogat1-0/+29
2016-03-02mesa: Fix function descriptionAnuj Phogat1-1/+1
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