summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texformat.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul2011-12-021-2/+2
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-0/+10
* mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie2011-11-281-0/+9
* mesa: Fall back to float16 if float32 isn't supported in ChooseTexFormat.Eric Anholt2011-11-221-0/+11
* mesa: Add fallback from RGB_FLOAT16 to RGBA_FLOAT16 before RGBA_FLOAT32.Eric Anholt2011-11-221-0/+1
* mesa: improve the warning message in _mesa_choose_tex_format()Brian Paul2011-10-231-1/+3
* mesa/texformat: add integer fallbacks to other formatsDave Airlie2011-10-081-73/+131
* mesa/texformat: update choose_tex_format for integer types.Dave Airlie2011-10-051-4/+79
* mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flagsIan Romanick2011-09-261-1/+3
* mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick2011-09-061-7/+0
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-291-3/+0
* mesa: initial ARB_depth_buffer_float supportMarek Olšák2011-07-101-0/+13
* mesa: Add MESA_FORMAT_X8_Z24 to _mesa_choose_tex_formatChad Versace2011-05-251-0/+2
* mesa: implement EXT_packed_floatMarek Olšák2011-04-291-0/+10
* mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2011-04-291-2/+2
* mesa: implement EXT_texture_shared_exponentMarek Olšák2011-04-291-0/+10
* mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COMPRESSED_RG.Eric Anholt2011-04-231-0/+8
* mesa: Add ChooseTexFormat fallbacks for floating point textures.Eric Anholt2011-04-201-4/+30
* mesa: add R/RG floating-point formatsMarek Olšák2011-04-151-0/+16
* mesa: Add fall-back formats for unsupported snorm formatsIan Romanick2011-04-041-3/+23
* mesa: initial EXT_texture_snorm supportMarek Olšák2011-03-291-16/+33
* mesa: add ATI_texture_compression_3dcMarek Olšák2011-03-081-0/+10
* mesa: add EXT_texture_compression_latcMarek Olšák2011-03-081-0/+19
* swrast: add RGTC supportDave Airlie2011-02-281-0/+19
* mesa: Support internalFormat=GL_BGRA for DRI driversKristian Høgsberg2011-01-261-0/+11
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* intel: Merge our choosetexformat fallbacks into core.Eric Anholt2011-01-041-1/+47
* mesa: Make _mesa_choose_tex_format() choose formats out of a supported table.Eric Anholt2011-01-041-91/+172
* mesa: implement new texture format I16Marek Olšák2010-12-231-2/+4
* mesa: implement new texture format L16Marek Olšák2010-12-231-2/+4
* mesa: implement new texture format A16Marek Olšák2010-12-231-2/+4
* mesa: implement new texture format AL44Marek Olšák2010-12-231-1/+3
* mesa: implement new texture format ARGB2101010Marek Olšák2010-12-231-0/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick2010-10-011-0/+23
* mesa: initial support for unnormalized integer texture formatsBrian Paul2010-07-051-0/+47
* mesa: added unsigned 16-bit/channel tex formatBrian Paul2010-05-091-8/+14
* mesa: start adding GL 3.1 signed normalized texture formatsBrian Paul2010-04-261-0/+26
* mesa: Remove unnecessary headers from texformat.c.Vinson Lee2010-01-181-2/+0
* AL1616: Enable MESA_FORMAT_AL1616 for software pathsIan Romanick2009-11-161-2/+4
* Merge branch 'texformat-rework'Brian Paul2009-10-281-1706/+73
|\
| * mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul2009-10-051-179/+0
| * mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-31/+6
| * mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-301-580/+4
| * mesa: remove gl_texture_formatBrian Paul2009-09-301-908/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-73/+74
| * mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul2009-09-271-4/+3
| * mesa: remove unused gl_texture_format fieldsBrian Paul2009-09-271-432/+0
| * mesa: rework null texel fetch/store funcsBrian Paul2009-09-271-22/+21