| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/texformat: use format conversion function in _mesa_choose_tex_formatvulkan-protex-2015.09.24.r01-base | Nanley Chery | 2015-08-31 | 1 | -81/+13 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -1/+1 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -4/+4 |
* | i915: Use L8A8 instead of I8 to simulate A8 on gen2 | Ville Syrjälä | 2014-11-13 | 1 | -0/+3 |
* | mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2) | Richard Sandiford | 2014-09-17 | 1 | -0/+10 |
* | mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB} | Richard Sandiford | 2014-09-17 | 1 | -0/+3 |
* | mesa: Add the format enums for BPTC-compressed images | Neil Roberts | 2014-08-12 | 1 | -0/+8 |
* | Remove the ATI_envmap_bumpmap extension | Jason Ekstrand | 2014-06-30 | 1 | -5/+0 |
* | mesa: Prefer non-swizzled formats for most sized internalformats | Chris Forbes | 2014-04-10 | 1 | -4/+18 |
* | mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up. | Kenneth Graunke | 2014-02-09 | 1 | -3/+3 |
* | mesa: Fix Type A _INT formats to MESA_FORMAT naming standard | Mark Mueller | 2014-01-27 | 1 | -38/+38 |
* | mesa: Fix MESA_FORMAT names containg SIGNED | Mark Mueller | 2014-01-27 | 1 | -37/+37 |
* | mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE | Mark Mueller | 2014-01-27 | 1 | -40/+40 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 1 | -51/+51 |
* | mesa: Change many Type A MESA_FORMATs to meet naming standard | Mark Mueller | 2014-01-27 | 1 | -39/+39 |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 1 | -18/+18 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -2/+2 |
* | mesa: Don't choose S3TC for generic compression if we can't compress. | Eric Anholt | 2013-08-30 | 1 | -4/+8 |
* | mesa: Rip out more extension checking from texformat.c. | Eric Anholt | 2013-08-30 | 1 | -10/+4 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa/texformat: add _mesa_tex_target_is_array function | Jordan Justen | 2013-06-02 | 1 | -0/+14 |
* | mesa: fix hodge podge indentation, update comments in texformat.c | Brian Paul | 2013-06-02 | 1 | -186/+184 |
* | mesa: Add missing break statement in _mesa_choose_tex_format. | Vinson Lee | 2013-05-30 | 1 | -0/+1 |
* | mesa: Remove extension checking from ChooseTexFormat. | Eric Anholt | 2013-05-21 | 1 | -651/+533 |
* | mesa: Add ChooseTexFormat support for the new XBGR formats. | Eric Anholt | 2013-05-21 | 1 | -0/+10 |
* | 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: fixup inconsistent naming of RG16 formats | Marek Olšák | 2013-02-06 | 1 | -1/+1 |
* | mesa: Simplify _mesa_choose_tex_format handling of compressed formats | Ian Romanick | 2013-01-23 | 1 | -167/+75 |
* | mesa: Use a single flag for the S3TC extensions that don't require on-line co... | Ian Romanick | 2013-01-23 | 1 | -3/+4 |
* | texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REV | Jordan Justen | 2013-01-12 | 1 | -1/+7 |
* | mesa: Add new MESA_FORMATs for ETC2 compressed textures | Anuj Phogat | 2012-12-07 | 1 | -0/+37 |
* | intel: add support for ANGLE_texture_compression_dxt. | Oliver McFadden | 2012-10-01 | 1 | -3/+9 |
* | 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 | -8/+0 |
* | mesa: remove FEATURE_texture_fxt1 define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: don't try (generic) compression of 1D and 1D_ARRAY textures | Brian Paul | 2012-08-24 | 1 | -12/+26 |
* | mesa: add texture target field to ChooseTextureFormat() driver hook | Brian Paul | 2012-08-24 | 1 | -2/+2 |
* | mesa: Replace VersionMajor/VersionMinor with a Version field. | Eric Anholt | 2012-08-07 | 1 | -2/+2 |
* | mesa: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -1/+1 |
* | mesa formats: add MESA_FORMAT_ABGR2101010_UINT | Jordan Justen | 2012-07-21 | 1 | -0/+1 |
* | mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility | Marek Olšák | 2012-07-13 | 1 | -0/+10 |
* | mesa: allow exposing GL3 without EXT_texture_integer | Marek Olšák | 2012-01-25 | 1 | -1/+9 |
* | mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formats | Brian Paul | 2012-01-18 | 1 | -0/+4 |
* | mesa: fix tex format selection for GL_R32F and other R/G float formats | Brian Paul | 2012-01-18 | 1 | -0/+10 |
* | mesa: add MESA_FORMAT_RGB565[_REV] as candidates for GL_R3_G3_B2 | Brian Paul | 2011-12-16 | 1 | -0/+2 |
* | mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88 | Brian Paul | 2011-12-02 | 1 | -2/+2 |
* | mesa: add support for GL_OES_compressed_ETC1_RGB8_texture | Chia-I Wu | 2011-12-02 | 1 | -0/+10 |