aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format.csv
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fix comment about possible colorspaces.Eric Anholt2019-01-251-1/+1
* gallium: add SINT formats to have exact counterparts to SNORM formatsMarek Olšák2019-01-221-0/+4
* Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny2018-11-021-0/+1
* gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt2018-02-021-0/+1
* gallium: Add support for 5551 with the 1-bit field in the low bit.Eric Anholt2017-10-101-0/+2
* gallium: add PIPE_FORMAT_R10G10B10X2_UNORMNicolai Hähnle2017-10-021-0/+1
* gallium: add P016 formatChristian König2017-03-131-0/+2
* gallium: add ASTC formatsIlia Mirkin2015-11-231-0/+30
* gallium: add ETC2 format supportIlia Mirkin2015-02-181-0/+11
* gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formatsRichard Sandiford2014-09-171-0/+3
* gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn formatsRichard Sandiford2014-09-171-0/+9
* util: Add big-endian layout for a number of formats.Richard Sandiford2014-09-161-33/+35
* gallium: add basic support for BPTC formatsIlia Mirkin2014-08-121-0/+6
* gallium: add b5g6r5 srgb formatRoland Scheidegger2014-03-211-0/+3
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-071-2/+2
* gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca2013-08-221-0/+1
* gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák2013-02-131-0/+12
* gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-071-0/+14
* gallium: add R8G8_R8B8 and G8R8_B8R8 formatsChristian König2012-03-091-0/+2
* gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu2011-12-021-0/+3
* gallium: add B10G10R10A2_UINT formatDave Airlie2011-11-271-0/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-8/+9
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-081-0/+61
* gallium: add missing formats for ARB_vertex_type_2_10_10_10_revDave Airlie2011-09-051-1/+8
* gallium: add R8A8 and A8R8 UNORM formatsChristian König2011-09-011-0/+2
* gallium: try to cleanup a bit of the format mess created with pipe-video mergeChristian König2011-09-011-2/+4
* gallium: change formats merged with pipe-video to type "other"Christian König2011-07-251-7/+7
* 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
| |/