summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák1-0/+10
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák1-0/+19
2011-02-28swrast: add RGTC supportDave Airlie1-0/+19
2011-01-26mesa: Support internalFormat=GL_BGRA for DRI driversKristian Høgsberg1-0/+11
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2011-01-04intel: Merge our choosetexformat fallbacks into core.Eric Anholt1-1/+47
2011-01-04mesa: Make _mesa_choose_tex_format() choose formats out of a supported table.Eric Anholt1-91/+172
2010-12-23mesa: implement new texture format I16Marek Olšák1-2/+4
2010-12-23mesa: implement new texture format L16Marek Olšák1-2/+4
2010-12-23mesa: implement new texture format A16Marek Olšák1-2/+4
2010-12-23mesa: implement new texture format AL44Marek Olšák1-1/+3
2010-12-23mesa: implement new texture format ARGB2101010Marek Olšák1-0/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-01ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick1-0/+23
2010-07-05mesa: initial support for unnormalized integer texture formatsBrian Paul1-0/+47
2010-05-09mesa: added unsigned 16-bit/channel tex formatBrian Paul1-8/+14
2010-04-26mesa: start adding GL 3.1 signed normalized texture formatsBrian Paul1-0/+26
2010-01-18mesa: Remove unnecessary headers from texformat.c.Vinson Lee1-2/+0
2009-11-16AL1616: Enable MESA_FORMAT_AL1616 for software pathsIan Romanick1-2/+4
2009-10-28Merge branch 'texformat-rework'Brian Paul1-1706/+73
2009-10-23mesa: change s3tc vs. fxt1 priority when choosing compressed formatsBrian Paul1-8/+8
2009-10-05mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul1-179/+0
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul1-31/+6
2009-09-30mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul1-580/+4
2009-09-30mesa: remove gl_texture_formatBrian Paul1-908/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-73/+74
2009-09-27mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul1-4/+3