aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_format.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: add support for int type conversionDave Airlie2011-10-081-67/+386
* st/mesa: fix/update comment on st_translate_color()Brian Paul2011-09-141-2/+3
* st/mesa: initial ARB_depth_buffer_float supportMarek Olšák2011-07-101-0/+19
* st/mesa: handle float formats in st_format_datatypeMarek Olšák2011-07-081-2/+14
* st/mesa: use the first non-VOID channel in st_format_datatypeMarek Olšák2011-07-081-3/+16
* st/mesa: add PIPE_FORMAT_R8G8B8A8_UNORM as the first RGBA format.Stéphane Marchesin2011-06-241-1/+1
* st/mesa: fix format selection regressionBrian Paul2011-06-231-3/+7
* st/mesa: prefer native texture formats when possible.Stéphane Marchesin2011-06-221-3/+93
* st/mesa: Remove unneeded texture format terminators.Stéphane Marchesin2011-06-201-2/+2
* st/mesa: put const qualifer on format_map tableBrian Paul2011-06-201-1/+1
* st/mesa: remove unneeded test for GL_TRUEBrian Paul2011-06-171-1/+1
* st/mesa: remove redundant _mesa_is_depth_format() callBrian Paul2011-06-171-2/+1
* st/mesa: remove trailing whitespace in st_format.cBrian Paul2011-06-171-2/+2
* st/mesa: move comment for ChooseTextureFormat() to right placeBrian Paul2011-06-171-3/+4
* st/mesa: add GL_R11F_G11F_B10F to format tableBrian Paul2011-06-021-0/+4
* st/mesa: add format table entry for GL_RGB9_E5Brian Paul2011-06-011-0/+4
* st/mesa: fix typos and add some format fallbacks in format_mapMarek Olšák2011-05-301-11/+11
* st/mesa: consolidate listing of depth formatsMarek Olšák2011-05-301-11/+12
* st/mesa: add GL_DEPTH_COMPONENT32 fallback formatsMarek Olšák2011-05-301-1/+4
* st/mesa: prefer formats without stencil for DEPTH_COMPONENTBrian Paul2011-05-241-4/+6
* st/mesa: rewrite st_choose_format() to be table drivenBrian Paul2011-05-241-905/+549
* st/mesa: support EXT_packed_floatMarek Olšák2011-04-291-0/+11
* st/mesa: support EXT_texture_shared_exponentMarek Olšák2011-04-291-0/+13
* st/mesa: choose 3-component float formats before 4-component formatsBrian Paul2011-04-271-2/+21
* st/mesa: convert Mesa float formats to GalliumMarek Olšák2011-04-151-0/+237
* gallium: add EXT_texture_snorm supportMarek Olšák2011-03-291-2/+230
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-124/+86
* st/mesa: add LATC and 3DC supportMarek Olšák2011-03-081-2/+52
* st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possibleMarek Olšák2011-03-021-2/+8
* mesa/st: add RGTC format support.Dave Airlie2011-02-281-0/+17
* st/mesa: need to translate clear color according to surface's base formatBrian Paul2011-02-211-0/+52
* st/mesa: fix the default case in st_format_datatype()Brian Paul2011-02-211-5/+2
* st/mesa: support internalFormat=GL_BGRA in TexImage2DBenjamin Franzke2011-01-241-1/+10
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* st/mesa: do not require all texture formats to be renderableMarek Olšák2010-12-231-1/+6
* st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16Marek Olšák2010-12-231-17/+78
* st/mesa: if Z32 is unsupported, prefer Z24 to Z16Marek Olšák2010-12-231-2/+2
* st/mesa: use RGBA16 for RGB12 and RGB16Marek Olšák2010-12-231-2/+2
* st/mesa: use DXT SRGB formats for COMPRESSED_SRGBMarek Olšák2010-12-231-4/+16
* st/mesa: support RGBA16 and use it for RGBA12 as wellMarek Olšák2010-10-251-1/+10
* st/mesa: add format selection for signed/unsigned integer formatsBrian Paul2010-10-231-0/+120
* st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()Brian Paul2010-10-211-0/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* st/mesa: add option to choose a texture format that we won't render to.Dave Airlie2010-10-131-7/+17
* mesa/st: initial attempt at RG support for gallium driversDave Airlie2010-10-021-0/+66
* st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()Brian Paul2010-09-241-0/+2
* st/mesa: Remove unnecessary header.Vinson Lee2010-08-261-1/+0
* st/mesa: add missing packed depth/stencil formats in st_format_datatype()Brian Paul2010-08-261-1/+3
* st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie2010-06-081-0/+33
* mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-59/+91