summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_format.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* initial support for PIPE_FORMAT_Z24_S8Brian2007-11-201-0/+9
* init luminance/intensity_bits to zero in st_get_format_info()Brian2007-11-061-2/+2
* Convert format bitfields to shifts and masks.Michel Dänzer2007-11-061-26/+25
* remove dead codeBrian2007-10-291-77/+0
* check for signed vs. unsigned in st_get_format_info() - fixes accum buffer fa...Brian2007-10-291-6/+12
* Replace supported_formats with is_format_supported interface.Michal Krol2007-10-281-44/+26
* Use PIPE_FORMAT in state tracker.michal2007-10-271-8/+175
* Refactor supported format queries.michal2007-10-271-67/+73
* Remove PIPE_FORMAT_COUNT references.michal2007-10-271-2/+2
* 16-bit rgba surface/format for accumBrian2007-10-141-1/+48
* format info for Z16/Z32Brian2007-10-131-1/+15
* added MESA_FORMAT_Z16 in st_mesa_format_to_pipe_format(), for GleanBrian2007-10-021-0/+2
* Add support for more surface types in sp_surface.cBrian2007-08-241-2/+10
* added st_sizeof_format()Brian2007-08-101-0/+9
* added st_mesa_format_to_pipe_format()Brian2007-08-101-0/+14
* rename st_cb_teximage.h st_format.hBrian2007-08-101-1/+1
* Rename (file contains surface format-related functions)Brian2007-08-101-0/+492