summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format_table.py
AgeCommit message (Expand)Author
2011-03-08gallium/util: add LATC supportMarek Olšák
2011-03-02gallium: add RGTC UNORM support to u_format.Dave Airlie
2010-10-28gallium: Avoid using __doc__ in python scripts.José Fonseca
2010-07-02util: Add a fetch_rgba_8unorm.José Fonseca
2010-04-09util: Reorder format tests -- group by format.José Fonseca
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri
2010-03-31util: Hook into libtxc_dxtn.so (WIP).José Fonseca
2010-03-31util: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.José Fonseca
2010-03-31util: Add callback to fetch a single pixel.José Fonseca
2010-03-31util: Put the format pack/unpack functions in the description table.José Fonseca
2010-03-06util: Add a new flag, for formats that can be described as a bitmask.José Fonseca
2010-03-06util: Add the shortened format name to the description.José Fonseca
2010-02-26util: Factor some code into u_format_parse.pyJosé Fonseca
2010-02-26util: Use python names consistent with u_format.hJosé Fonseca
2010-02-25util: remove a trailing semicolon in format table codeBrian Paul
2010-02-24util: Cope with the fact that formats in u_format.csv are not ordered.José Fonseca
2010-02-24util: Store more derived data in the the format description.José Fonseca
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-09Revert "Simplify the redundant meaning of format layout."Michal Krol
2009-12-08Simplify the redundant meaning of format layout.Michal Krol
2009-12-08util/format: Take advantage of sequential nature of pipe_format enum.Michal Krol
2009-12-03util: Fix generated swizzle comments.José Fonseca
2009-08-30util: Auto generate pixel format accessor functions fromJosé Fonseca
2009-08-29util: Make pixel format layout more meaningful.José Fonseca
2009-08-29util: Pixel format database.José Fonseca