| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -2/+2 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: remove old swrast-based compressed texel fetch code | Brian Paul | 2012-12-14 | 1 | -46/+0 |
* | mesa: add new texel fetch code for etc formats | Brian Paul | 2012-12-14 | 1 | -0/+6 |
* | mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -0/+8 |
* | mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -0/+8 |
* | mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC | Anuj Phogat | 2012-12-07 | 1 | -0/+8 |
* | mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC | Anuj Phogat | 2012-12-07 | 1 | -0/+8 |
* | mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC | Anuj Phogat | 2012-12-07 | 1 | -1/+6 |
* | mesa: Add decoding functions for GL_COMPRESSED_R11_EAC | Anuj Phogat | 2012-12-07 | 1 | -0/+6 |
* | mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC | Anuj Phogat | 2012-12-07 | 1 | -0/+8 |
* | mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC | Anuj Phogat | 2012-12-07 | 1 | -0/+7 |
* | mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -0/+7 |
* | mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -2/+14 |
* | mesa: include inttypes.h to get uint8_t type | Brian Paul | 2012-07-16 | 1 | -0/+1 |
* | mesa: Add function for decoding ETC1 textures | Chad Versace | 2012-07-16 | 1 | -0/+8 |
* | mesa: Remove unneeded extern qualifiers | Chad Versace | 2012-07-10 | 1 | -2/+2 |
* | mesa: add ETC1 decoding routines | Chia-I Wu | 2011-12-02 | 1 | -0/+40 |