summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_pack_color.h
AgeCommit message (Expand)Author
2010-10-06util: Cleanup util_pack_z_stencil and friends.José Fonseca
2010-09-25util: fix util_pack_color for B4G4R4A4Marek Olšák
2010-08-23util: fix util_fill_rect to take util_color instead of u32 paramRoland Scheidegger
2010-07-29util: add uint version of pack_z_stencilKeith Whitwell
2010-04-09util: Include u_debug for debug_print_format.Corbin Simpson
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-18Add format B5G5R5X1Alan Hourihane
2010-03-01util: Rename pipe formats.José Fonseca
2010-03-01util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca
2010-01-15util: Handle FORMAT_Z32_FLOAT in util_pack_z().Michal Krol
2009-12-18util/pack: Handle the remaining formats with generic u_format access functions.Michal Krol
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