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 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
*
mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formats
Brian Paul
2012-08-24
1
-8
/
+8
*
mesa: s/GLuint/gl_format/ in _mesa_compressed_format_to_glenum()
Brian Paul
2012-08-24
1
-1
/
+1
*
mesa: push row stride adjustment down into _mesa_decompress_image()
Brian Paul
2012-02-10
1
-1
/
+11
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-24
1
-1
/
+1
*
mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-0
/
+22
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
1
-2
/
+2
*
mesa: Don't expose compressed paletted formats via GL_{NUM_,}COMPRESSED_TEXTU...
Ian Romanick
2011-09-20
1
-15
/
+17
*
mesa: move gl_texture_image::FetchTexel fields to swrast
Brian Paul
2011-09-17
1
-4
/
+5
*
mesa: new _mesa_decompress_image() function
Brian Paul
2011-09-08
1
-0
/
+86
*
gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)
Adam Jackson
2011-09-08
1
-1
/
+2
*
mesa: Make _mesa_get_compressed_formats match the texture compression specs
Ian Romanick
2011-07-25
1
-27
/
+90
*
mesa: Add utility function to get base format from a GL compressed format
Ian Romanick
2011-07-25
1
-0
/
+88
*
mesa: add ATI_texture_compression_3dc
Marek Olšák
2011-03-08
1
-0
/
+1
*
mesa: add EXT_texture_compression_latc
Marek Olšák
2011-03-08
1
-0
/
+18
[next]