summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_pack_color.h
Commit message (Expand)AuthorAgeFilesLines
* util: Rename pipe formats.José Fonseca2010-03-011-33/+33
* util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-3/+3
* util: Handle FORMAT_Z32_FLOAT in util_pack_z().Michal Krol2010-01-151-0/+2
* util/pack: Handle the remaining formats with generic u_format access functions.Michal Krol2009-12-181-12/+26
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-82/+65
|\
| * gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-82/+65
* | Remove remaining pipe format utility functions.Michal Krol2009-12-081-1/+2
|/
* gallium/util: Initialize variables in u_pack_color.h.Vinson Lee2009-11-201-1/+4
* 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