summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_format.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM.José Fonseca2010-01-181-0/+2
| * st/mesa: Remove unnecessary header from st_format.c.Vinson Lee2010-01-141-1/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-1/+2
|\|
| * st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info()Brian Paul2009-12-291-1/+2
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-271-0/+2
|\|
| * st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORMBrian Paul2009-12-271-0/+2
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-4/+32
|\ \
| * | st/mesa: Prefer alpha-less formats for RGB textures.Michel Dänzer2009-12-051-4/+32
| |/
* | s/desc->type/desc->channel[0].type/Michal Krol2009-12-171-3/+3
* | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-091-2/+3
* | Simplify the redundant meaning of format layout.Michal Krol2009-12-081-3/+2
* | Remove remaining pipe format utility functions.Michal Krol2009-12-081-34/+31
* | Remove pf_swizzle_* internal macros.Michal Krol2009-12-031-4/+7
* | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-25/+19
|/
* mesa: Add MESA_FORMAT_Z24_X8.José Fonseca2009-10-291-0/+2
* st/mesa: fix PIPE_FORMAT_X8Z24 <> MESA_FORMAT_X8_Z24 conversionDavid Heidelberger2009-10-291-0/+2
* st/mesa: Add conversion from PIPE_FORMAT_X8Z24_UNORM to MESA_FORMAT_S8_Z24.David Heidelberger2009-10-291-0/+2
* st/mesa: Fix nouveau glxinfo after merging texformat-rework.David Heidelberger2009-10-291-0/+6
* Merge branch 'texformat-rework'Brian Paul2009-10-281-51/+114
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-20/+83
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-31/+31
* | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul2009-10-071-6/+6
|/
* mesa st: Change the preferred internal format for some RGB formats.Thomas Hellstrom2009-07-301-2/+2