Remove remnants of 'intel' from active state tracker code.
[mesa.git] / src / mesa / state_tracker / st_format.c
2007-12-09 Michel Dänzerst_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-24 Michal KrolCleanup PIPE_FORMAT names.
2007-11-20 Brianinitial support for PIPE_FORMAT_Z24_S8
2007-11-20 Ben SkeggsAdd support for Z24_S8 to GL state tracker.
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)