summaryrefslogtreecommitdiff
path: root/src/mesa/main/formats.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-11mesa: do a debug check of _mesa_format_to_type_and_comps()Brian Paul1-1/+23
2011-01-11mesa: fix a few format table mistakes, assertionsBrian Paul1-7/+8
2011-01-03mesa: Update comment about the list of BaseFormats for gl_formats.Eric Anholt1-3/+4
2010-12-23mesa: Assert format is not MESA_FORMAT_COUNT in _mesa_format_to_type_and_comps.Vinson Lee1-1/+4
2010-12-23mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps.Vinson Lee1-1/+1
2010-12-23mesa: implement new texture format I16Marek Olšák1-0/+10
2010-12-23mesa: implement new texture format L16Marek Olšák1-0/+10
2010-12-23mesa: implement new texture format A16Marek Olšák1-0/+10
2010-12-23mesa: implement new texture format AL44Marek Olšák1-0/+10
2010-12-23mesa: implement new texture format ARGB2101010Marek Olšák1-0/+14
2010-12-10mesa: Don't assertion fail for _mesa_get_format_name(MESA_FORMAT_NONE)Eric Anholt1-1/+0
2010-11-24mesa: added _mesa_format_image_size64()Brian Paul1-0/+30
2010-11-24mesa: add assertion and update comment in _mesa_format_image_size()Brian Paul1-1/+2
2010-11-11mesa: add missing formats in _mesa_format_to_type_and_comps()Brian Paul1-1/+26
2010-11-11mesa: improve error messageBrian Paul1-1/+2
2010-10-26mesa: rename function to _mesa_is_format_integer_color()Brian Paul1-1/+1
2010-10-26mesa: fix bug in _mesa_is_format_integer()Brian Paul1-2/+5
2010-10-23mesa: _mesa_is_format_integer() functionBrian Paul1-0/+12
2010-10-01mesa: Fix misplaced #endifIan Romanick1-1/+1
2010-10-01ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick1-0/+80
2010-09-16mesa: include mfeatures.h in formats.cBrian Paul1-0/+1
2010-08-27mesa: Use the format info to identify packed depth/stencil formats.Nick Bowler1-6/+2
2010-08-26mesa: Identify packed depth/stencil buffers using the Format field.Nick Bowler1-0/+16
2010-07-29mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-07-05mesa: initial support for unnormalized integer texture formatsBrian Paul1-1/+91
2010-05-09mesa: added unsigned 16-bit/channel tex formatBrian Paul1-0/+9
2010-05-09mesa: add missing cases for signed 16-bit formatsBrian Paul1-0/+13
2010-04-26mesa: start adding GL 3.1 signed normalized texture formatsBrian Paul1-0/+58
2010-01-18mesa: Remove unnecessary header from formats.c.Vinson Lee1-1/+0
2009-12-31mesa: Silence unused variable warning.Vinson Lee1-0/+1
2009-11-17Add MESA_FORMAT_XRGB8888_REV.Michel Dänzer1-0/+9
2009-11-16AL1616: Add formats for GL_LUMINANCE16_ALPHA16 texturesIan Romanick1-0/+25
2009-11-02mesa: fix incorrect approx bits/channel for fxt1 formatsBrian Paul1-2/+2
2009-10-30mesa: fix incorrect format info for MESA_FORMAT_SL8Brian Paul1-3/+3
2009-10-29mesa: Add MESA_FORMAT_Z24_X8.José Fonseca1-0/+14
2009-10-24mesa: added _mesa_get_format_block_size()Brian Paul1-0/+16
2009-10-24mesa: added _mesa_get_format_name()Brian Paul1-0/+75
2009-10-24mesa: additional comments in format codeBrian Paul1-1/+28
2009-10-21mesa: added MESA_FORMAT_X8_Z24 formatBrian Paul1-0/+13
2009-10-06mesa: added MESA_FORMAT_XRGB8888Brian Paul1-0/+9
2009-10-06mesa: added case for MESA_FORMAT_SIGNED_RGBA_16Brian Paul1-0/+4
2009-10-06mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffersBrian Paul1-1/+8
2009-10-06mesa: added _mesa_get_format_color_encoding()Brian Paul1-0/+25
2009-10-06mesa: accept more pnames in _mesa_get_format_bits()Brian Paul1-0/+19
2009-10-05mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul1-92/+165
2009-10-05mesa: move gl_format_info struct to formats.cBrian Paul1-0/+37
2009-10-05mesa: remove feature testsBrian Paul1-12/+0
2009-10-01mesa: added _mesa_format_row_stride()Brian Paul1-1/+21
2009-10-01mesa: added _mesa_format_image_size()Brian Paul1-0/+27
2009-09-30mesa: remove MESA_FORMAT_RGBA4444Brian Paul1-8/+0