index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texcompress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add linear ETC2/EAC to the compressed format list with ES3 compat.
Kenneth Graunke
2016-11-04
1
-6
/
+12
*
mesa: Enable translation between astc 3d gl formats and mesa formats
Anuj Phogat
2016-05-03
1
-0
/
+80
*
mesa: Handle astc 3d formats in _mesa_get_compressed_formats()
Anuj Phogat
2016-05-03
1
-0
/
+29
*
mesa: Fix function description
Anuj Phogat
2016-03-02
1
-1
/
+1
*
mesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FORMATS queries
Nanley Chery
2015-10-29
1
-22
/
+63
*
mesa/texcompress: Restrict FXT1 format to desktop GL subset
Nanley Chery
2015-10-29
1
-1
/
+2
*
mesa/texcompress: add compressed formats to base format utility function
Nanley Chery
2015-09-19
1
-0
/
+14
*
mesa/formats: add MESA_LAYOUT_LATC
Nanley Chery
2015-09-19
1
-0
/
+1
*
mesa/texcompress: correct mapping of S3TC formats in conversion function
Nanley Chery
2015-08-31
1
-2
/
+2
*
mesa/texcompress: enable translation between MESA and GL ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+114
*
mesa: don't enable online compression for ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+22
*
mesa/formats: add more MESA_FORMAT_LAYOUTs
Nanley Chery
2015-08-19
1
-24
/
+6
*
mesa: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
1
-1
/
+0
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-2
/
+2
*
mesa: Add texel fetch functions for BPTC-compressed textures
Neil Roberts
2014-08-12
1
-0
/
+6
*
mesa: Add the format enums for BPTC-compressed images
Neil Roberts
2014-08-12
1
-0
/
+24
*
mesa: Fix the base format for GL_COMPRESSED_RGB_BPTC_*_FLOAT_ARB
Neil Roberts
2014-08-12
1
-2
/
+2
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-24
/
+24
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-5
/
+5
*
mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLES
Ian Romanick
2014-01-15
1
-0
/
+37
*
mesa: Never advertise _S3TC compressed formats
Ian Romanick
2013-08-21
1
-12
/
+0
*
mesa: Only advertise GL_ETC1_RGB8_OES in ES contexts
Ian Romanick
2013-08-21
1
-1
/
+9
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
1
-1
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2013-01-23
1
-1
/
+3
*
mesa: add missing texel fetch code for sRGB DXT formats
Brian Paul
2012-12-26
1
-0
/
+4
*
mesa: reimplement _mesa_decompress_image() using new tex fetch code
Brian Paul
2012-12-14
1
-103
/
+7
*
mesa: added _mesa_get_compressed_fetch_func()
Brian Paul
2012-12-14
1
-0
/
+33
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_R11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
1
-0
/
+100
*
mesa: remove FEATURE_ES test in _mesa_get_compressed_formats()
Brian Paul
2012-10-16
1
-2
/
+0
*
Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...
José Fonseca
2012-09-15
1
-0
/
+2
*
mesa: remove remaining FEATURE_* defines where protected by API check.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_EXT_texture_sRGB define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_texture_s3tc define.
Oliver McFadden
2012-09-15
1
-3
/
+0
*
mesa: remove FEATURE_texture_fxt1 define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formats
Brian Paul
2012-08-24
1
-4
/
+4
[next]