summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_format.c
AgeCommit message (Expand)Author
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
2010-01-18mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM.José Fonseca
2010-01-14st/mesa: Remove unnecessary header from st_format.c.Vinson Lee
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-29st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info()Brian Paul
2009-12-27Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-27st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORMBrian Paul
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-17s/desc->type/desc->channel[0].type/Michal Krol
2009-12-09Revert "Simplify the redundant meaning of format layout."Michal Krol
2009-12-08Simplify the redundant meaning of format layout.Michal Krol
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-05st/mesa: Prefer alpha-less formats for RGB textures.Michel Dänzer
2009-12-03Remove pf_swizzle_* internal macros.Michal Krol