summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format_table.py
Commit message (Expand)AuthorAgeFilesLines
* util: Add a new flag, for formats that can be described as a bitmask.José Fonseca2010-03-061-0/+2
* util: Add the shortened format name to the description.José Fonseca2010-03-061-0/+2
* util: Factor some code into u_format_parse.pyJosé Fonseca2010-02-261-1/+4
* util: Use python names consistent with u_format.hJosé Fonseca2010-02-261-4/+4
* util: remove a trailing semicolon in format table codeBrian Paul2010-02-251-1/+1
* util: Cope with the fact that formats in u_format.csv are not ordered.José Fonseca2010-02-241-28/+47
* util: Store more derived data in the the format description.José Fonseca2010-02-241-0/+6
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-10/+9
|\
| * util: Fix generated swizzle comments.José Fonseca2009-12-031-10/+9
* | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-091-7/+3
* | Simplify the redundant meaning of format layout.Michal Krol2009-12-081-3/+7
* | util/format: Take advantage of sequential nature of pipe_format enum.Michal Krol2009-12-081-9/+9
|/
* util: Auto generate pixel format accessor functions fromJosé Fonseca2009-08-301-84/+14
* util: Make pixel format layout more meaningful.José Fonseca2009-08-291-5/+7
* util: Pixel format database.José Fonseca2009-08-291-0/+212