summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-16mesa: add MESA_FORMAT_RGB565[_REV] as candidates for GL_R3_G3_B2Brian Paul1-0/+2
2011-12-02mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul1-2/+2
2011-12-02mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu1-0/+10
2011-11-28mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie1-0/+9
2011-11-22mesa: Fall back to float16 if float32 isn't supported in ChooseTexFormat.Eric Anholt1-0/+11
2011-11-22mesa: Add fallback from RGB_FLOAT16 to RGBA_FLOAT16 before RGBA_FLOAT32.Eric Anholt1-0/+1
2011-10-23mesa: improve the warning message in _mesa_choose_tex_format()Brian Paul1-1/+3
2011-10-08mesa/texformat: add integer fallbacks to other formatsDave Airlie1-73/+131
2011-10-05mesa/texformat: update choose_tex_format for integer types.Dave Airlie1-4/+79
2011-09-26mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flagsIan Romanick1-1/+3
2011-09-06mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick1-7/+0
2011-08-29mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick1-3/+0
2011-07-10mesa: initial ARB_depth_buffer_float supportMarek Olšák1-0/+13
2011-05-25mesa: Add MESA_FORMAT_X8_Z24 to _mesa_choose_tex_formatChad Versace1-0/+2
2011-04-29mesa: implement EXT_packed_floatMarek Olšák1-0/+10
2011-04-29mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák1-2/+2
2011-04-29mesa: implement EXT_texture_shared_exponentMarek Olšák1-0/+10
2011-04-23mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COMPRESSED_RG.Eric Anholt1-0/+8
2011-04-20mesa: Add ChooseTexFormat fallbacks for floating point textures.Eric Anholt1-4/+30
2011-04-15mesa: add R/RG floating-point formatsMarek Olšák1-0/+16
2011-04-04mesa: Add fall-back formats for unsupported snorm formatsIan Romanick1-3/+23
2011-03-29mesa: initial EXT_texture_snorm supportMarek Olšák1-16/+33