Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-28 | Replace supported_formats with is_format_supported interface. | Michal Krol | |
The old supported_formats interface returned a list of formats supported by a pipe/winsys implementation. This was reasonable when gallium had a fixed list of predefined format. Now things has changed and the definition of PIPE_FORMAT is more flexible. The new shiny is_format_supported interface gets PIPE_FORMAT as an argument and returns a boolean whether this particular format is supported. | |||
2007-10-27 | Use PIPE_FORMAT in state tracker. | michal | |
Fix PIPE_FORMAT field encoding. Re-implement st_get_format_info. | |||
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 | |
replace PIPE_FORMAT_U_L8_A8 with PIPE_FORMAT_U_A8_L8 | |||
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 | |