gallium: add some #if FEATURE_x tests
[mesa.git] / src / mesa / state_tracker / st_format.c
2008-06-12 Brian Paulgallium: add some #if FEATURE_x tests
2008-06-08 Jakob Bornecrantzmesa: Add MESA_FORMAT_S8_Z24 texture format
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Brian Pauls/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/
2008-04-30 Brian Paulgallium: use the newer PIPE_FORMAT_x_UNORM format names
2008-04-28 Brian Paulgallium: return enum pipe_format, not uint, for a few...
2008-04-16 Brian Paulgallium: make choose_format() non-static: st_choose_for...
2008-04-07 Brian Paulgallium: fix the texture case in default_deep_rgba_format()
2008-04-04 Roland Scheideggergallium: state tracker fixes for compressed textures
2008-04-03 Briangallium: test if PIPE_FORMAT_YCBCR[_REV] is supported...
2008-03-28 Brian Paulgallium: re-work texture format selection code
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-12 BrianTry PIPE_FORMAT_R5G6B5_UNORM for GL_RGB5 request.
2007-12-11 Michel Dänzersoftpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and...
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianReplace "duplicate" formats
2007-12-07 BrianAdd PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format().
2007-12-06 Michel Dänzerst_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.
2007-11-24 Michal KrolCleanup PIPE_FORMAT names.
2007-11-20 Brianinitial support for PIPE_FORMAT_Z24_S8
2007-11-06 Brianinit luminance/intensity_bits to zero in st_get_format_...
2007-11-06 Michel DänzerConvert format bitfields to shifts and masks.
2007-10-29 Brianremove dead code
2007-10-29 Briancheck for signed vs. unsigned in st_get_format_info...
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-27 michalUse PIPE_FORMAT in state tracker.
2007-10-27 michalRefactor supported format queries.
2007-10-27 michalRemove PIPE_FORMAT_COUNT references.
2007-10-14 Brian16-bit rgba surface/format for accum
2007-10-13 Brianformat info for Z16/Z32
2007-10-02 Brianadded MESA_FORMAT_Z16 in st_mesa_format_to_pipe_format...
2007-08-25 BrianAdd support for more surface types in sp_surface.c
2007-08-10 Brianadded st_sizeof_format()
2007-08-10 Brianadded st_mesa_format_to_pipe_format()
2007-08-10 Brianrename st_cb_teximage.h st_format.h
2007-08-10 BrianRename (file contains surface format-related functions)