index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
include
/
pipe
/
p_format.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: do not wrap header inclusion in
Emil Velikov
2016-03-09
1
-2
/
+2
*
gallium: remove duplicate define from enum pipe_format
Oded Gabbay
2016-02-25
1
-1
/
+0
*
gallium: add ASTC formats
Ilia Mirkin
2015-11-23
1
-0
/
+30
*
st/va: properly defines VAImageFormat formats and improve VaCreateImage
Julien Isorce
2015-10-30
1
-1
/
+2
*
gallium: add ETC2 format support
Ilia Mirkin
2015-02-18
1
-0
/
+11
*
gallium: update comment for enum pipe_format
Brian Paul
2014-09-22
1
-6
/
+1
*
gallium: replace pipe_type enum with tgsi_return_type enum
Brian Paul
2014-09-22
1
-9
/
+0
*
gallium: Define PIPE_FORMAT_xyzw8888_{SNORM, SRGB} aliases
Richard Sandiford
2014-09-17
1
-0
/
+24
*
gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formats
Richard Sandiford
2014-09-17
1
-0
/
+3
*
gallium: Define PIPE_FORMAT_{LA, AL, RG, GR}nn aliases
Richard Sandiford
2014-09-17
1
-0
/
+32
*
gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn formats
Richard Sandiford
2014-09-17
1
-0
/
+10
*
gallium: add basic support for BPTC formats
Ilia Mirkin
2014-08-12
1
-0
/
+5
*
gallium: add b5g6r5 srgb format
Roland Scheidegger
2014-03-21
1
-0
/
+2
*
gallium: rename R4A4 and A4R4 formats to match their swizzle
Marek Olšák
2014-03-07
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
vl: add 400 chroma format as well
Christian König
2013-10-28
1
-0
/
+1
*
gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
José Fonseca
2013-08-22
1
-0
/
+1
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
1
-0
/
+22
*
gallium: add red-alpha texture formats and a couple of util functions
Marek Olšák
2013-02-13
1
-0
/
+12
*
gallium: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
1
-0
/
+14
*
gallium: add R8G8_R8B8 and G8R8_B8R8 formats
Christian König
2012-03-09
1
-0
/
+3
*
gallium: remove format aliases
Christian König
2012-03-08
1
-4
/
+0
*
gallium: add PIPE_FORMAT_ETC1_RGB8
Chia-I Wu
2011-12-02
1
-0
/
+3
*
gallium: add B10G10R10A2_UINT format
Dave Airlie
2011-11-27
1
-0
/
+1
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-7
/
+7
*
gallium: add initial pure integer support (v2)
Dave Airlie
2011-10-08
1
-0
/
+60
*
gallium: add missing formats for ARB_vertex_type_2_10_10_10_rev
Dave Airlie
2011-09-05
1
-0
/
+7
*
gallium: add R8A8 and A8R8 UNORM formats
Christian König
2011-09-01
1
-0
/
+2
*
gallium: try to cleanup a bit of the format mess created with pipe-video merge
Christian König
2011-09-01
1
-2
/
+3
*
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-04-23
1
-7
/
+25
|
\
|
*
gallium: add A/L/LA/I floating point formats
Luca Barbieri
2011-04-15
1
-0
/
+9
|
*
gallium: add EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-0
/
+9
*
|
[g3dvl] merge fixes
Christian König
2011-03-19
1
-19
/
+19
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-03-19
1
-0
/
+5
|
\
|
|
*
gallium/util: add LATC support
Marek Olšák
2011-03-08
1
-0
/
+5
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-02-24
1
-0
/
+10
|
\
|
|
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-0
/
+10
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-01-08
1
-0
/
+6
|
\
|
|
*
gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORM
Marek Olšák
2010-12-23
1
-0
/
+6
*
|
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
Christian König
2010-10-28
1
-0
/
+4
|
\
|
|
*
gallium/format: add X32_S8X24_USCALED format.
Dave Airlie
2010-10-13
1
-0
/
+1
|
*
gallium/format: add support for X24S8 and S8X24 formats.
Dave Airlie
2010-10-13
1
-0
/
+3
*
|
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
Christian König
2010-10-12
1
-2
/
+0
|
\
|
|
*
gallium: Remove unnecessary header from p_format.h.
Vinson Lee
2010-08-27
1
-2
/
+0
*
|
vl: Decode to XRGB, not ARGB.
Younes Manton
2010-06-06
1
-0
/
+3
*
|
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
Younes Manton
2010-04-30
1
-118
/
+146
|
\
|
|
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-18
/
+0
|
*
gallium: Add a couple more of D3D9 formats forgotten earlier.
José Fonseca
2010-04-08
1
-0
/
+2
|
*
gallium: Add missing D3D9 color formats.
José Fonseca
2010-04-08
1
-0
/
+7
|
*
gallium: fix bogus depth/stencil format names (and channel descriptions)
Roland Scheidegger
2010-03-29
1
-4
/
+4
[next]