check for signed vs. unsigned in st_get_format_info() - fixes accum buffer failure
[mesa.git] / src / mesa / state_tracker / st_format.c
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)