aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format.csv
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-071-1/+1
|\
| * util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák2011-04-291-1/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-231-0/+16
|\|
| * gallium: add A/L/LA/I floating point formatsLuca Barbieri2011-04-151-0/+8
| * gallium: add EXT_texture_snorm supportMarek Olšák2011-03-291-0/+8
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-191-0/+6
|\|
| * gallium/util: add LATC supportMarek Olšák2011-03-081-0/+6
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-081-0/+4
|\|
| * gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák2010-12-231-0/+4
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-281-0/+3
|\|
| * gallium/format: add X32_S8X24_USCALED format.Dave Airlie2010-10-131-0/+1
| * gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie2010-10-131-0/+2
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2010-04-301-31/+78
|\|
| * util: Support PIPE_FORMAT_B4G4R4X4_UNORM and PIPE_FORMAT_R8G8B8X8_UNORM.José Fonseca2010-04-081-0/+3
| * util: Describe, implement, and test the new D3D9 color formats.José Fonseca2010-04-081-4/+20
| * util: Remove u_tile.c YCbCr's.José Fonseca2010-04-071-2/+0
| * util: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.José Fonseca2010-03-311-0/+4
| * gallium/util: use other layout instead of the old compressedRoland Scheidegger2010-03-301-2/+2
| * Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-301-12/+17
| |\
| | * util: Distinguish between the different compression formats.José Fonseca2010-03-291-8/+12
| * | gallium: make the python scripts for format parsing not fail on new formatsRoland Scheidegger2010-03-301-10/+10
| * | gallium: fix bogus depth/stencil format names (and channel descriptions)Roland Scheidegger2010-03-291-10/+9
| * | gallium: add new texture formatsRoland Scheidegger2010-03-291-0/+20
| |/
| * util: Update MSDN links.José Fonseca2010-03-281-3/+3
| * Add format B5G5R5X1Alan Hourihane2010-03-181-0/+1
* | gallium: Add common video format enums.Younes Manton2010-03-121-0/+7
|/
* util: Remove PIPE_FORMAT_R8G8B8X8_SNORM information.José Fonseca2010-03-031-2/+1
* util: Tweak comment for D3D10-like formats.José Fonseca2010-03-021-1/+3
* util: Rename pipe formats.José Fonseca2010-03-011-28/+27
* util: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2010-03-011-1/+0
* util: Fix PIPE_FORMAT_R8G8B8_SRGB swizzles.José Fonseca2010-03-011-1/+1
* util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-6/+2
* util: Fix PIPE_FORMAT_R8G8B8_UNORM description and notes.José Fonseca2010-03-011-3/+1
* util: Remove inexisting formats.José Fonseca2010-03-011-7/+0
* util: A few more links for D3D formats.José Fonseca2010-03-011-2/+3
* util: A few more todo marks.José Fonseca2010-03-011-0/+3
* util: More documentation for u_format.csvJosé Fonseca2010-03-011-0/+57
* util: Tweak comments regarding R8G8B8A8/X8_UNORM.José Fonseca2010-03-011-2/+2
* python: Don't mention deprecated drivers=trace option.José Fonseca2010-03-011-0/+4
* util: Fix X8/A8B8G8R8_SNORM's swizzle.José Fonseca2010-02-271-2/+2
* util: Define SRGB's channels as normalized.José Fonseca2010-02-261-9/+9
* util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx.José Fonseca2010-02-241-109/+109
* util: Minor tweaks to ambigous/unused format descriptions.José Fonseca2010-02-241-6/+6
* util: Fix swizzles for SRGB formats.José Fonseca2010-02-241-10/+10
* util: Organize formats in groups. Add comments.José Fonseca2010-02-241-35/+61
* Revert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats."Michal Krol2010-02-121-2/+2
* util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats.Michal Krol2010-02-121-2/+2
* util: Fix encoding for R8G8B8A8_UNORM formats and friends.Michal Krol2010-01-151-4/+4
* util: Fix format descriptor table entries.Michal Krol2010-01-061-11/+11
* util/format: Take advantage of sequential nature of pipe_format enum.Michal Krol2009-12-081-4/+4