summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_format.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-21gallium: add b5g6r5 srgb formatRoland Scheidegger1-0/+2
2014-03-07gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-10-28vl: add 400 chroma format as wellChristian König1-0/+1
2013-08-22gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca1-0/+1
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson1-0/+22
2013-02-13gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák1-0/+12
2013-02-07gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák1-0/+14
2012-03-09gallium: add R8G8_R8B8 and G8R8_B8R8 formatsChristian König1-0/+3
2012-03-08gallium: remove format aliasesChristian König1-4/+0
2011-12-02gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu1-0/+3
2011-11-27gallium: add B10G10R10A2_UINT formatDave Airlie1-0/+1
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-7/+7
2011-10-08gallium: add initial pure integer support (v2)Dave Airlie1-0/+60
2011-09-05gallium: add missing formats for ARB_vertex_type_2_10_10_10_revDave Airlie1-0/+7
2011-09-01gallium: add R8A8 and A8R8 UNORM formatsChristian König1-0/+2
2011-09-01gallium: try to cleanup a bit of the format mess created with pipe-video mergeChristian König1-2/+3
2011-04-23Merge remote branch 'origin/master' into pipe-videoChristian König1-7/+25
2011-04-15gallium: add A/L/LA/I floating point formatsLuca Barbieri1-0/+9
2011-03-29gallium: add EXT_texture_snorm supportMarek Olšák1-0/+9
2011-03-19[g3dvl] merge fixesChristian König1-19/+19
2011-03-19Merge remote branch 'origin/master' into pipe-videoChristian König1-0/+5
2011-03-08gallium/util: add LATC supportMarek Olšák1-0/+5
2011-02-24Merge remote branch 'origin/master' into pipe-videoChristian König1-0/+10
2011-01-24gallium: implement modern sampling schemeZack Rusin1-0/+10
2011-01-08Merge remote branch 'origin/master' into pipe-videoChristian König1-0/+6
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák1-0/+6
2010-10-28Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König1-0/+4
2010-10-13gallium/format: add X32_S8X24_USCALED format.Dave Airlie1-0/+1
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie1-0/+3
2010-10-12Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König1-2/+0
2010-08-27gallium: Remove unnecessary header from p_format.h.Vinson Lee1-2/+0
2010-06-06vl: Decode to XRGB, not ARGB.Younes Manton1-0/+3
2010-04-30Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton1-118/+146
2010-04-10Squashed commit of the following:Keith Whitwell1-18/+0
2010-04-08gallium: Add a couple more of D3D9 formats forgotten earlier.José Fonseca1-0/+2
2010-04-08gallium: Add missing D3D9 color formats.José Fonseca1-0/+7
2010-03-29gallium: fix bogus depth/stencil format names (and channel descriptions)Roland Scheidegger1-4/+4
2010-03-29gallium: add new texture formatsRoland Scheidegger1-108/+128
2010-03-18Add format B5G5R5X1Alan Hourihane1-0/+1
2010-03-12gallium: Add common video format enums.Younes Manton1-13/+12
2010-03-03gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca1-1/+0
2010-03-01gallium: Standardize on the LSB->MSB notation.José Fonseca1-27/+27
2010-03-01gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca1-1/+0
2010-03-01gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM.José Fonseca1-0/+2
2010-03-01gallium: Remove inexisting formats.José Fonseca1-4/+0
2010-02-14gallium: Remove previously forgotten pf_name() prototype.José Fonseca1-5/+0
2010-02-01gallium: Remove unnecessary includes. Add others to compensate.José Fonseca1-4/+0
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-134/+0
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol1-27/+110