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: 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
|
*
gallium: add new texture formats
Roland Scheidegger
2010-03-29
1
-108
/
+128
|
*
Add format B5G5R5X1
Alan Hourihane
2010-03-18
1
-0
/
+1
*
|
gallium: Add common video format enums.
Younes Manton
2010-03-12
1
-13
/
+12
|
/
*
gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.
José Fonseca
2010-03-03
1
-1
/
+0
*
gallium: Standardize on the LSB->MSB notation.
José Fonseca
2010-03-01
1
-27
/
+27
*
gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM.
José Fonseca
2010-03-01
1
-1
/
+0
*
gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM.
José Fonseca
2010-03-01
1
-0
/
+2
*
gallium: Remove inexisting formats.
José Fonseca
2010-03-01
1
-4
/
+0
*
gallium: Remove previously forgotten pf_name() prototype.
José Fonseca
2010-02-14
1
-5
/
+0
*
gallium: Remove unnecessary includes. Add others to compensate.
José Fonseca
2010-02-01
1
-4
/
+0
*
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-134
/
+0
*
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-27
/
+110
|
\
|
*
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-71
/
+52
*
|
gallium: Make pipe_format a sequential enum.
Michal Krol
2009-12-08
1
-294
/
+113
*
|
Remove remaining pipe format utility functions.
Michal Krol
2009-12-08
1
-18
/
+0
*
|
Remove pf_swizzle_* internal macros.
Michal Krol
2009-12-03
1
-5
/
+0
*
|
gallium: Remove pf_mixed_*().
Michal Krol
2009-12-03
1
-11
/
+0
*
|
gallium: Remove pf_rev().
Michal Krol
2009-12-03
1
-5
/
+0
*
|
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-27
/
+0
*
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-36
/
+0
*
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-39
/
+0
*
|
Move pf_is_depth_and_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-7
/
+0
*
|
Move pf_is_depth_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-14
/
+0
*
|
Move pf_is_compressed() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-6
/
+0
*
|
gallium: Remove unused format functions.
Michal Krol
2009-12-03
1
-38
/
+0
|
/
*
g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs
Younes Manton
2009-09-27
1
-0
/
+18
*
gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...
Thomas Hellstrom
2009-06-15
1
-1
/
+5
[prev]
[next]