summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format_pack.py
AgeCommit message (Expand)Author
2010-03-31util: First stab at half-float conversion.Michal Krol
2010-03-31util: Add callback to fetch a single pixel.José Fonseca
2010-03-31util: Use u_format_pack.py's code instead of u_format_access.py.José Fonseca
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger
2010-03-31util: Put the format pack/unpack functions in the description table.José Fonseca
2010-03-31util: Make pack/unpack operate on spans.José Fonseca
2010-03-31util: Make util_format_xxx_pack_xxx take pointer as arguments.José Fonseca
2010-03-31util: Use VOID type for X channels in format descriptions.José Fonseca
2010-03-30gallium: make the python scripts for format parsing not fail on new formatsRoland Scheidegger
2010-03-09util: Use bitshift arithmetic for pack too.José Fonseca
2010-03-06util: Use bitshift arithmetic to unpack pixels.José Fonseca
2010-03-06util: Several fixes to clamping and test.José Fonseca
2010-02-26util: Code generate functions to pack and unpack a single pixel.José Fonseca