Age | Commit message (Expand) | Author |
2008-04-07 | gallium: fix the texture case in default_deep_rgba_format() | Brian Paul |
2008-04-04 | gallium: state tracker fixes for compressed textures | Roland Scheidegger |
2008-04-03 | gallium: test if PIPE_FORMAT_YCBCR[_REV] is supported and enable GL_MESA_ycbc... | Brian |
2008-03-28 | gallium: re-work texture format selection code | Brian Paul |
2008-02-27 | gallium: move is_format_supported() to pipe_screen struct | Brian |
2007-12-12 | Re-org of st_create_framebuffer() and renderbuffer format selection. | Brian |
2007-12-12 | Try PIPE_FORMAT_R5G6B5_UNORM for GL_RGB5 request. | Brian |
2007-12-11 | softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM. | Michel Dänzer |
2007-12-10 | Add 'type' parameter to is_format_supported() to specify texture vs. drawing ... | Brian |
2007-12-07 | Define PIPE_FORMAT_ tokens as an enum set, rather than #defines. | Brian |
2007-12-07 | Replace "duplicate" formats | Brian |
2007-12-07 | Add PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format(). | Brian |
2007-12-06 | st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444. | Michel Dänzer |
2007-11-24 | Cleanup PIPE_FORMAT names. | Michal Krol |
2007-11-20 | initial support for PIPE_FORMAT_Z24_S8 | Brian |
2007-11-06 | init luminance/intensity_bits to zero in st_get_format_info() | Brian |
2007-11-06 | Convert format bitfields to shifts and masks. | Michel Dänzer |
2007-10-29 | remove dead code | Brian |
2007-10-29 | check for signed vs. unsigned in st_get_format_info() - fixes accum buffer fa... | Brian |
2007-10-28 | Replace supported_formats with is_format_supported interface. | Michal Krol |
2007-10-27 | Use PIPE_FORMAT in state tracker. | michal |
2007-10-27 | Refactor supported format queries. | michal |
2007-10-27 | Remove PIPE_FORMAT_COUNT references. | michal |
2007-10-14 | 16-bit rgba surface/format for accum | Brian |
2007-10-13 | format info for Z16/Z32 | Brian |
2007-10-02 | added MESA_FORMAT_Z16 in st_mesa_format_to_pipe_format(), for Glean | Brian |
2007-08-24 | Add support for more surface types in sp_surface.c | Brian |
2007-08-10 | added st_sizeof_format() | Brian |
2007-08-10 | added st_mesa_format_to_pipe_format() | Brian |
2007-08-10 | rename st_cb_teximage.h st_format.h | Brian |
2007-08-10 | Rename (file contains surface format-related functions) | Brian |