aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_format.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: move/rename is_depth_or_stencil_format()Brian Paul2010-04-271-22/+1
* st/mesa: rename var and update st_choose_format() commentsBrian Paul2010-04-271-47/+53
* st/mesa: call is_format_supported() for compressed formatsBrian Paul2010-04-271-4/+20
* st/mesa: 80-column wrappingBrian Paul2010-04-271-14/+28
* st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formatsBrian Paul2010-04-271-2/+20
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-2/+3
* st/mesa: re-do binding flags in st_ChooseTextureFormat(), againBrian Paul2010-04-231-12/+17
* st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed texturesBrian Paul2010-04-231-5/+7
* st/mesa: get rid of default_deep_rgba_format()Brian Paul2010-04-231-23/+1
* st/mesa: fix binding flags in st_ChooseTextureFormat()Brian Paul2010-04-221-1/+14
* st/mesa: consolidate code for finding supported formatsBrian Paul2010-04-221-92/+57
* st/mesa: refactor depth/stencil format selection codeBrian Paul2010-04-221-12/+45
* Merge branch '7.8'Brian Paul2010-04-221-0/+4
|\
| * st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24Brian Paul2010-04-221-0/+4
* | mesa/st: Translate a few more mesa/gallium formats.José Fonseca2010-04-211-5/+15
* | Squashed commit of the following:Keith Whitwell2010-04-101-7/+7
* | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-23/+23
|/
* mesa: Rename pipe formats.José Fonseca2010-03-011-72/+72
* mesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-3/+3
* st/mesa: updated commentsBrian Paul2010-02-241-2/+2
* st/mesa: consolidate redundant format conversion codeBrian Paul2010-02-241-86/+21
* st/mesa: more format code clean-up and removalBrian Paul2010-02-241-53/+18
* st/mesa: clean-up of format-related codeBrian Paul2010-02-241-57/+3
* mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-241-3/+7
* mesa: Use util_format_name().José Fonseca2010-02-141-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+2
|\