summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_pack_color.h
AgeCommit message (Collapse)Author
2008-04-29gallium: add pack for _FLOAT formats to pack_ubKeith Whitwell
2008-04-29gallium: fix pack for A1R5B5G5Keith Whitwell
2008-04-29gallium: add pack for A4R4G4B4Keith Whitwell
2008-04-29gallium: add pack for A1R5B5G5Keith Whitwell
2008-04-29gallium: add debug_print_format() make it easier to print format error messagesKeith Whitwell
2008-04-29gallium: add \n to error stringsBrian Paul
2008-04-29gallium: fix error msg typoBrian Paul
2008-04-24gallium: Initial support for pixel formats with unused storage components.Michel Dänzer
Also clarify that RGB formats with no (used) alpha component are treated as having alpha = 1.0.
2008-04-16gallium: added util_pack_color_ub()Brian Paul
2008-03-18gallium: protect against multi-#includeBrian
2008-03-18gallium: utility for packing color, z values according to pipe_formatBrian