aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_format.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format.José Fonseca2009-06-111-5/+9
* st: st_equal_formats() function to compare gallium/GL pixel formatsBrian Paul2009-04-151-0/+20
* gallium: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-9/+80
* add SRGB formatsAlan Hourihane2008-11-191-0/+26
* gallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stencil renderbuffersBrian Paul2008-08-181-2/+26
* mesa: pf_sprint_name->pf_name.José Fonseca2008-08-071-8/+1
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-46/+55
* gallium: fix st_choose_format(internalFormat=GL_RGBA16)Brian Paul2008-07-041-1/+4
* mesa: Remove duplicate code.Michal Krol2008-06-131-18/+1
* gallium: add some #if FEATURE_x testsBrian Paul2008-06-121-0/+4
* mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz2008-06-081-2/+4
* s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/Brian Paul2008-05-171-2/+2
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-301-16/+16
* gallium: return enum pipe_format, not uint, for a few functionsBrian Paul2008-04-281-3/+3
* gallium: make choose_format() non-static: st_choose_format()Brian Paul2008-04-161-4/+5
* gallium: fix the texture case in default_deep_rgba_format()Brian Paul2008-04-071-1/+4
* gallium: state tracker fixes for compressed texturesRoland Scheidegger2008-04-041-0/+8
* gallium: test if PIPE_FORMAT_YCBCR[_REV] is supported and enable GL_MESA_ycbc...Brian2008-04-031-8/+17
* gallium: re-work texture format selection codeBrian Paul2008-03-281-167/+93
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-20/+25
* Re-org of st_create_framebuffer() and renderbuffer format selection.Brian2007-12-121-50/+8
* Try PIPE_FORMAT_R5G6B5_UNORM for GL_RGB5 request.Brian2007-12-121-0/+2
* softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM.Michel Dänzer2007-12-111-0/+4
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-101-47/+48
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-8/+6
* Replace "duplicate" formatsBrian2007-12-071-44/+44
* Add PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format().Brian2007-12-071-22/+28
* st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.Michel Dänzer2007-12-061-0/+2
* Cleanup PIPE_FORMAT names.Michal Krol2007-11-241-6/+8