summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_pack_color.h
AgeCommit message (Expand)Author
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-11-20gallium/util: Initialize variables in u_pack_color.h.Vinson Lee
2009-04-08gallium: handle the case of util_pack_z_stencil(format=PIPE_FORMAT_S8_UNORM)Brian Paul
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-04-04gallium: Add utility helper for packing combined depth/stencil values.Michel Dänzer
2008-09-05gallium: remove debug code from prev commitBrian Paul
2008-09-05gallium: new util_unpack_color_ub() functionBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-06-11small optimizationAlan Hourihane
2008-05-07gallium: Implement util_pack_color for A8, L8, and I8 formats.José Fonseca
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
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