summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-27mesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1Chad Versace1-0/+2
2016-04-01mesa: Make _mesa_choose_tex_format() handle stencil textures.Kenneth Graunke1-0/+5
2015-12-07mesa: remove _mesa_tex_target_is_arrayAlejandro Piñeiro1-14/+0
2015-08-31mesa/texformat: use format conversion function in _mesa_choose_tex_formatvulkan-protex-2015.09.24.r01-baseNanley Chery1-81/+13
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-1/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-4/+4
2014-11-13i915: Use L8A8 instead of I8 to simulate A8 on gen2Ville Syrjälä1-0/+3
2014-09-17mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)Richard Sandiford1-0/+10
2014-09-17mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}Richard Sandiford1-0/+3
2014-08-12mesa: Add the format enums for BPTC-compressed imagesNeil Roberts1-0/+8
2014-06-30Remove the ATI_envmap_bumpmap extensionJason Ekstrand1-5/+0
2014-04-10mesa: Prefer non-swizzled formats for most sized internalformatsChris Forbes1-4/+18
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke1-3/+3
2014-01-27mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller1-38/+38
2014-01-27mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller1-37/+37
2014-01-27mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller1-40/+40
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-51/+51
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-39/+39
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-18/+18
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2013-08-30mesa: Don't choose S3TC for generic compression if we can't compress.Eric Anholt1-4/+8
2013-08-30mesa: Rip out more extension checking from texformat.c.Eric Anholt1-10/+4
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-06-02mesa/texformat: add _mesa_tex_target_is_array functionJordan Justen1-0/+14
2013-06-02mesa: fix hodge podge indentation, update comments in texformat.cBrian Paul1-186/+184
2013-05-30mesa: Add missing break statement in _mesa_choose_tex_format.Vinson Lee1-0/+1
2013-05-21mesa: Remove extension checking from ChooseTexFormat.Eric Anholt1-651/+533
2013-05-21mesa: Add ChooseTexFormat support for the new XBGR formats.Eric Anholt1-0/+10
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-02-06mesa: fixup inconsistent naming of RG16 formatsMarek Olšák1-1/+1
2013-01-23mesa: Simplify _mesa_choose_tex_format handling of compressed formatsIan Romanick1-167/+75
2013-01-23mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick1-3/+4
2013-01-12texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REVJordan Justen1-1/+7
2012-12-07mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat1-0/+37
2012-10-01intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden1-3/+9
2012-09-15mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden1-2/+0
2012-09-15mesa: remove FEATURE_texture_s3tc define.Oliver McFadden1-8/+0
2012-09-15mesa: remove FEATURE_texture_fxt1 define.Oliver McFadden1-2/+0
2012-08-24mesa: don't try (generic) compression of 1D and 1D_ARRAY texturesBrian Paul1-12/+26
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-2/+2
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-2/+2
2012-07-30mesa: add support for using API_OPENGL_COREJordan Justen1-1/+1
2012-07-21mesa formats: add MESA_FORMAT_ABGR2101010_UINTJordan Justen1-0/+1
2012-07-13mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibilityMarek Olšák1-0/+10
2012-01-25mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák1-1/+9
2012-01-18mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formatsBrian Paul1-0/+4
2012-01-18mesa: fix tex format selection for GL_R32F and other R/G float formatsBrian Paul1-0/+10