aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texformat.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Redefine the RG formats as array formats.Eric Anholt2019-10-201-5/+5
* mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt2019-10-201-13/+10
* mesa: Replace the LA16_UNORM packed formats with one array format.Eric Anholt2019-10-201-1/+1
* mesa/core: Add definitions and translations for EXT_texture_sRGB_R8Gert Wollny2018-11-021-0/+3
* mesa: Add X1B5G5R5 along with A1B5G5R5.Eric Anholt2017-10-101-0/+1
* mesa: Use a 565 format for GL_RGB and GL_UNSIGNED_SHORT_5_6_5 textures.Kenneth Graunke2017-10-051-0/+3
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-021-10/+4
* mesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1Chad Versace2016-12-271-0/+2
* mesa: Make _mesa_choose_tex_format() handle stencil textures.Kenneth Graunke2016-04-011-0/+5
* mesa: remove _mesa_tex_target_is_arrayAlejandro Piñeiro2015-12-071-14/+0
* mesa/texformat: use format conversion function in _mesa_choose_tex_formatvulkan-protex-2015.09.24.r01-baseNanley Chery2015-08-311-81/+13
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-4/+4
* i915: Use L8A8 instead of I8 to simulate A8 on gen2Ville Syrjälä2014-11-131-0/+3
* mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)Richard Sandiford2014-09-171-0/+10
* mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}Richard Sandiford2014-09-171-0/+3
* mesa: Add the format enums for BPTC-compressed imagesNeil Roberts2014-08-121-0/+8
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-5/+0
* mesa: Prefer non-swizzled formats for most sized internalformatsChris Forbes2014-04-101-4/+18
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-3/+3
* mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2014-01-271-38/+38
* mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller2014-01-271-37/+37
* mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller2014-01-271-40/+40
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-51/+51
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-39/+39
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-18/+18
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* mesa: Don't choose S3TC for generic compression if we can't compress.Eric Anholt2013-08-301-4/+8
* mesa: Rip out more extension checking from texformat.c.Eric Anholt2013-08-301-10/+4
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa/texformat: add _mesa_tex_target_is_array functionJordan Justen2013-06-021-0/+14
* mesa: fix hodge podge indentation, update comments in texformat.cBrian Paul2013-06-021-186/+184
* mesa: Add missing break statement in _mesa_choose_tex_format.Vinson Lee2013-05-301-0/+1
* mesa: Remove extension checking from ChooseTexFormat.Eric Anholt2013-05-211-651/+533
* mesa: Add ChooseTexFormat support for the new XBGR formats.Eric Anholt2013-05-211-0/+10
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-061-1/+1
* mesa: Simplify _mesa_choose_tex_format handling of compressed formatsIan Romanick2013-01-231-167/+75
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-3/+4
* texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REVJordan Justen2013-01-121-1/+7
* mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat2012-12-071-0/+37
* intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden2012-10-011-3/+9
* mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_texture_s3tc define.Oliver McFadden2012-09-151-8/+0
* mesa: remove FEATURE_texture_fxt1 define.Oliver McFadden2012-09-151-2/+0
* mesa: don't try (generic) compression of 1D and 1D_ARRAY texturesBrian Paul2012-08-241-12/+26
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-2/+2