summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-02mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu1-0/+22
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-2/+2
2011-09-20mesa: Don't expose compressed paletted formats via GL_{NUM_,}COMPRESSED_TEXTU...Ian Romanick1-15/+17
2011-09-17mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul1-4/+5
2011-09-08mesa: new _mesa_decompress_image() functionBrian Paul1-0/+86
2011-09-08gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)Adam Jackson1-1/+2
2011-07-25mesa: Make _mesa_get_compressed_formats match the texture compression specsIan Romanick1-27/+90
2011-07-25mesa: Add utility function to get base format from a GL compressed formatIan Romanick1-0/+88
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák1-0/+1
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák1-0/+18
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie1-0/+20
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-07-31mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg1-0/+18