| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: avoid valgrind warning due to opaque only being set sometimes | Ilia Mirkin | 2016-08-18 | 1 | -2/+2 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -11/+11 |
* | mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -9/+10 |
* | mesa: move declaration before code in etc2_unpack_rgb8() | Brian Paul | 2014-04-08 | 1 | -3/+3 |
* | mesa: add bounds checking to eliminate buffer overrun | Courtney Goeltzenleuchter | 2014-04-08 | 1 | -24/+54 |
* | mesa: Remove unnecessary condition. | Courtney Goeltzenleuchter | 2014-02-21 | 1 | -2/+1 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 1 | -3/+3 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -2/+2 |
* | swrast: Replace ImageOffsets with an ImageSlices pointer. | Eric Anholt | 2013-04-30 | 1 | -31/+20 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: minor indentation fixes in texcompress_etc.c | Brian Paul | 2012-12-14 | 1 | -17/+17 |
* | mesa: remove old swrast-based compressed texel fetch code | Brian Paul | 2012-12-14 | 1 | -243/+1 |
* | mesa: add new texel fetch code for etc formats | Brian Paul | 2012-12-14 | 1 | -0/+274 |
* | mesa: Move declaration before statement. | José Fonseca | 2012-12-08 | 1 | -1/+2 |
* | mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -0/+78 |
* | mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -21/+159 |
* | mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC | Anuj Phogat | 2012-12-07 | 1 | -0/+87 |
* | mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC | Anuj Phogat | 2012-12-07 | 1 | -0/+115 |
* | mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC | Anuj Phogat | 2012-12-07 | 1 | -0/+89 |
* | mesa: Add decoding functions for GL_COMPRESSED_R11_EAC | Anuj Phogat | 2012-12-07 | 1 | -3/+119 |
* | mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC | Anuj Phogat | 2012-12-07 | 1 | -0/+80 |
* | mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC | Anuj Phogat | 2012-12-07 | 1 | -4/+141 |
* | mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -4/+79 |
* | mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -8/+452 |
* | mesa: Add function for decoding ETC1 textures | Chad Versace | 2012-07-16 | 1 | -0/+32 |
* | swrast: s/Data/Map/ in swrast_texture_image | Brian Paul | 2012-01-24 | 1 | -1/+1 |
* | mesa: add ETC1 decoding routines | Chia-I Wu | 2011-12-02 | 1 | -0/+71 |