aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/formats.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add EXT_texture_compression_latcMarek Olšák2011-03-081-0/+40
* mesa: Add RGTC texture store/fetch support.Dave Airlie2011-02-281-1/+41
* mesa: fix mipmap generation for MESA_FORMAT_AL44Marek Olšák2011-02-161-1/+5
* mesa: add comment for _mesa_get_srgb_format_linear()Brian Paul2011-01-151-0/+5
* mesa/swrast: implement EXT_texture_sRGB_decodeDave Airlie2011-01-161-0/+37
* mesa: do a debug check of _mesa_format_to_type_and_comps()Brian Paul2011-01-111-1/+23
* mesa: fix a few format table mistakes, assertionsBrian Paul2011-01-111-7/+8
* mesa: Update comment about the list of BaseFormats for gl_formats.Eric Anholt2011-01-031-3/+4
* mesa: Assert format is not MESA_FORMAT_COUNT in _mesa_format_to_type_and_comps.Vinson Lee2010-12-231-1/+4
* mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps.Vinson Lee2010-12-231-1/+1
* mesa: implement new texture format I16Marek Olšák2010-12-231-0/+10
* mesa: implement new texture format L16Marek Olšák2010-12-231-0/+10
* mesa: implement new texture format A16Marek Olšák2010-12-231-0/+10
* mesa: implement new texture format AL44Marek Olšák2010-12-231-0/+10
* mesa: implement new texture format ARGB2101010Marek Olšák2010-12-231-0/+14
* mesa: Don't assertion fail for _mesa_get_format_name(MESA_FORMAT_NONE)Eric Anholt2010-12-101-1/+0
* mesa: added _mesa_format_image_size64()Brian Paul2010-11-241-0/+30
* mesa: add assertion and update comment in _mesa_format_image_size()Brian Paul2010-11-241-1/+2
* mesa: add missing formats in _mesa_format_to_type_and_comps()Brian Paul2010-11-111-1/+26
* mesa: improve error messageBrian Paul2010-11-111-1/+2
* mesa: rename function to _mesa_is_format_integer_color()Brian Paul2010-10-261-1/+1
* mesa: fix bug in _mesa_is_format_integer()Brian Paul2010-10-261-2/+5
* mesa: _mesa_is_format_integer() functionBrian Paul2010-10-231-0/+12
* mesa: Fix misplaced #endifIan Romanick2010-10-011-1/+1
* ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick2010-10-011-0/+80
* mesa: include mfeatures.h in formats.cBrian Paul2010-09-161-0/+1
* mesa: Use the format info to identify packed depth/stencil formats.Nick Bowler2010-08-271-6/+2
* mesa: Identify packed depth/stencil buffers using the Format field.Nick Bowler2010-08-261-0/+16
* mesa: Remove unnecessary headers.Vinson Lee2010-07-291-1/+0
* mesa: initial support for unnormalized integer texture formatsBrian Paul2010-07-051-1/+91
* mesa: added unsigned 16-bit/channel tex formatBrian Paul2010-05-091-0/+9
* mesa: add missing cases for signed 16-bit formatsBrian Paul2010-05-091-0/+13
* mesa: start adding GL 3.1 signed normalized texture formatsBrian Paul2010-04-261-0/+58
* mesa: Remove unnecessary header from formats.c.Vinson Lee2010-01-181-1/+0
* mesa: Silence unused variable warning.Vinson Lee2009-12-311-0/+1
* Add MESA_FORMAT_XRGB8888_REV.Michel Dänzer2009-11-171-0/+9
* AL1616: Add formats for GL_LUMINANCE16_ALPHA16 texturesIan Romanick2009-11-161-0/+25
* mesa: fix incorrect approx bits/channel for fxt1 formatsBrian Paul2009-11-021-2/+2
* mesa: fix incorrect format info for MESA_FORMAT_SL8Brian Paul2009-10-301-3/+3
* mesa: Add MESA_FORMAT_Z24_X8.José Fonseca2009-10-291-0/+14
* mesa: added _mesa_get_format_block_size()Brian Paul2009-10-241-0/+16
* mesa: added _mesa_get_format_name()Brian Paul2009-10-241-0/+75
* mesa: additional comments in format codeBrian Paul2009-10-241-1/+28
* mesa: added MESA_FORMAT_X8_Z24 formatBrian Paul2009-10-211-0/+13
* mesa: added MESA_FORMAT_XRGB8888Brian Paul2009-10-061-0/+9
* mesa: added case for MESA_FORMAT_SIGNED_RGBA_16Brian Paul2009-10-061-0/+4
* mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffersBrian Paul2009-10-061-1/+8
* mesa: added _mesa_get_format_color_encoding()Brian Paul2009-10-061-0/+25
* mesa: accept more pnames in _mesa_get_format_bits()Brian Paul2009-10-061-0/+19
* mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul2009-10-051-92/+165