summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_pack_color.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: handle the case of util_pack_z_stencil(format=PIPE_FORMAT_S8_UNORM)Brian Paul2009-04-081-0/+8
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-6/+8
* gallium: Add utility helper for packing combined depth/stencil values.Michel Dänzer2009-04-041-0/+20
* gallium: remove debug code from prev commitBrian Paul2008-09-051-2/+0
* gallium: new util_unpack_color_ub() functionBrian Paul2008-09-051-0/+157
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-4/+32
* small optimizationAlan Hourihane2008-06-111-2/+10
* gallium: Implement util_pack_color for A8, L8, and I8 formats.José Fonseca2008-05-071-0/+26
* gallium: add pack for _FLOAT formats to pack_ubKeith Whitwell2008-04-291-0/+18
* gallium: fix pack for A1R5B5G5Keith Whitwell2008-04-291-2/+2
* gallium: add pack for A4R4G4B4Keith Whitwell2008-04-291-0/+12
* gallium: add pack for A1R5B5G5Keith Whitwell2008-04-291-0/+12
* gallium: add debug_print_format() make it easier to print format error messagesKeith Whitwell2008-04-291-3/+6
* gallium: add \n to error stringsBrian Paul2008-04-291-2/+2
* gallium: fix error msg typoBrian Paul2008-04-291-1/+1
* gallium: Initial support for pixel formats with unused storage components.Michel Dänzer2008-04-241-0/+38
* gallium: added util_pack_color_ub()Brian Paul2008-04-161-0/+39
* gallium: protect against multi-#includeBrian2008-03-181-0/+8
* gallium: utility for packing color, z values according to pipe_formatBrian2008-03-181-0/+125