summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/formats.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix MESA_FORMAT_RG88 format match testBrian Paul2011-11-301-1/+1
* mesa: Fix the datatype of GL_DEPTH32F_STENCIL8's depth channel.Eric Anholt2011-11-291-1/+4
* mesa: update comments for _mesa_format_matches_format_and_type(), 80-column w...Brian Paul2011-11-281-10/+9
* mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie2011-11-281-0/+17
* mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu2011-11-271-0/+24
* mesa: Make formats.c "datatype" values match glGetTexLevelParameter return.Eric Anholt2011-11-221-6/+6
* mesa: Add a function for comparing gl_format to format/type.Eric Anholt2011-11-031-0/+318
* mesa: fix software mipmap generation code for packed Z/stencil formatsBrian Paul2011-10-071-4/+4
* mesa/formats: add rest of integer formats.Dave Airlie2011-10-051-2/+516
* mesa: added _mesa_get_uncompressed_format(), _mesa_format_num_components()Brian Paul2011-09-081-0/+64
* mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick2011-09-061-1/+0
* mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/Brian Paul2011-08-311-1/+1
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-291-16/+4
* mesa: add a comment in _mesa_test_formatsMarek Olšák2011-07-111-0/+1
* mesa: fix assertion failure in _mesa_test_formatsMarek Olšák2011-07-111-1/+2
* mesa: initial ARB_depth_buffer_float supportMarek Olšák2011-07-101-0/+29
* mesa: Fix return type of _mesa_get_format_bytes() (#37351)Adam Jackson2011-05-231-1/+3
* mesa: implement EXT_packed_floatMarek Olšák2011-04-291-0/+14
* mesa: implement EXT_texture_shared_exponentMarek Olšák2011-04-291-1/+15
* mesa: add R/RG floating-point formatsMarek Olšák2011-04-151-0/+40
* mesa: fix L16F and L32F format propertiesMarek Olšák2011-04-151-2/+2
* mesa: initial EXT_texture_snorm supportMarek Olšák2011-03-291-9/+91
* 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