summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_format.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-08st/mesa: add LATC and 3DC supportMarek Olšák
2011-03-02st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possibleMarek Olšák
2011-02-28mesa/st: add RGTC format support.Dave Airlie
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul
2011-02-21st/mesa: fix the default case in st_format_datatype()Brian Paul
2011-01-24st/mesa: support internalFormat=GL_BGRA in TexImage2DBenjamin Franzke
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-12-23st/mesa: do not require all texture formats to be renderableMarek Olšák
2010-12-23st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16Marek Olšák
2010-12-23st/mesa: if Z32 is unsupported, prefer Z24 to Z16Marek Olšák
2010-12-23st/mesa: use RGBA16 for RGB12 and RGB16Marek Olšák
2010-12-23st/mesa: use DXT SRGB formats for COMPRESSED_SRGBMarek Olšák
2010-10-25st/mesa: support RGBA16 and use it for RGBA12 as wellMarek Olšák
2010-10-23st/mesa: add format selection for signed/unsigned integer formatsBrian Paul
2010-10-21st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13st/mesa: add option to choose a texture format that we won't render to.Dave Airlie
2010-10-02mesa/st: initial attempt at RG support for gallium driversDave Airlie
2010-09-24st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()Brian Paul
2010-08-26st/mesa: Remove unnecessary header.Vinson Lee
2010-08-26st/mesa: add missing packed depth/stencil formats in st_format_datatype()Brian Paul
2010-06-08st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-04-27mesa: move/rename is_depth_or_stencil_format()Brian Paul
2010-04-27st/mesa: rename var and update st_choose_format() commentsBrian Paul
2010-04-27st/mesa: call is_format_supported() for compressed formatsBrian Paul
2010-04-27st/mesa: 80-column wrappingBrian Paul
2010-04-27st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formatsBrian Paul
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-23st/mesa: re-do binding flags in st_ChooseTextureFormat(), againBrian Paul
2010-04-23st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed texturesBrian Paul
2010-04-23st/mesa: get rid of default_deep_rgba_format()Brian Paul
2010-04-22st/mesa: fix binding flags in st_ChooseTextureFormat()Brian Paul
2010-04-22st/mesa: consolidate code for finding supported formatsBrian Paul
2010-04-22st/mesa: refactor depth/stencil format selection codeBrian Paul
2010-04-22Merge branch '7.8'Brian Paul
2010-04-22st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24Brian Paul
2010-04-21mesa/st: Translate a few more mesa/gallium formats.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-01mesa: Rename pipe formats.José Fonseca
2010-03-01mesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca
2010-02-24st/mesa: updated commentsBrian Paul
2010-02-24st/mesa: consolidate redundant format conversion codeBrian Paul
2010-02-24st/mesa: more format code clean-up and removalBrian Paul
2010-02-24st/mesa: clean-up of format-related codeBrian Paul
2010-02-24mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca
2010-02-14mesa: Use util_format_name().José Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul