summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format_table.py
Commit message (Expand)AuthorAgeFilesLines
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-7/+7
* gallium: add ASTC formatsIlia Mirkin2015-11-231-1/+1
* gallium/util: remove the fake format helpers for bptc and etc2Ilia Mirkin2015-11-231-3/+7
* gallium: add ETC2 format supportIlia Mirkin2015-02-181-1/+1
* gallium: add basic support for BPTC formatsIlia Mirkin2014-08-121-1/+2
* util: Split out channel-printing Python codeRichard Sandiford2014-04-281-14/+20
* util: Add more query methods to u_format_parse.FormatRichard Sandiford2014-04-281-5/+5
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-2/+2
* u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formatsMarek Olšák2012-01-051-3/+9
* gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu2011-12-021-0/+1
* util: Add missing initializer.José Fonseca2011-10-311-1/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-6/+6
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-081-4/+19
* gallium/util: add LATC supportMarek Olšák2011-03-081-0/+1
* gallium: add RGTC UNORM support to u_format.Dave Airlie2011-03-021-1/+2
* gallium: Avoid using __doc__ in python scripts.José Fonseca2010-10-281-2/+2
* util: Add a fetch_rgba_8unorm.José Fonseca2010-07-021-0/+5
* util: Reorder format tests -- group by format.José Fonseca2010-04-091-1/+0
* util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca2010-04-091-5/+28
* util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-031-2/+1
* gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-021-1/+2
* util: Hook into libtxc_dxtn.so (WIP).José Fonseca2010-03-311-0/+1
* util: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.José Fonseca2010-03-311-50/+1
* util: Add callback to fetch a single pixel.José Fonseca2010-03-311-2/+9
* util: Put the format pack/unpack functions in the description table.José Fonseca2010-03-311-1/+35
* 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