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
/
auxiliary
/
vl
/
vl_video_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/video: remove pipe_video_buffer.chroma_format
Pierre-Eric Pelloux-Prayer
2020-02-27
1
-1
/
+1
*
gallium: Add PIPE_FORMAT_P010 support
Thong Thai
2020-01-03
1
-0
/
+1
*
gallium/auxiliary: Fix uses of gnu struct = {} extension
Dylan Baker
2019-11-26
1
-1
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
radeonsi: remove si_vid_join_surfaces and use combined planar allocations
Marek Olšák
2019-10-09
1
-0
/
+40
*
vl: use u_format in vl_video_buffer_formats
Marek Olšák
2019-10-09
1
-95
/
+19
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-1
/
+1
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-5
/
+1
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-2
/
+2
*
gallium: decrease the size of pipe_resource - 64 -> 48 bytes
Marek Olšák
2017-04-04
1
-2
/
+4
*
vl/video_buffer: add support for P016
Christian König
2017-03-13
1
-0
/
+10
*
st/va: ensure linear memory for dmabuf
Julien Isorce
2016-06-14
1
-1
/
+1
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-3
/
+3
*
vl/buffers: extract vl_video_buffer_adjust_size helper
Christian König
2016-01-12
1
-8
/
+2
*
vl/buffers: fixes vl_video_buffer_formats for RGBX
Julien Isorce
2015-11-30
1
-1
/
+1
*
vl/buffers: add RGBX and BGRX to the supported formats
Julien Isorce
2015-11-06
1
-0
/
+18
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
vl/buffers: consistent use on VL_MAX_SURFACES
Emil Velikov
2013-08-19
1
-3
/
+3
*
vl/buffer: add sanity check after CALLOC_STRUCT
Emil Velikov
2013-08-19
1
-0
/
+2
*
vdpau/vl 422 chroma width/height mix up
Andy Furniss
2013-08-19
1
-1
/
+1
*
vl: add entrypoint to is_video_format_supported
Christian König
2013-08-19
1
-1
/
+2
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
1
-0
/
+1
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
1
-4
/
+4
*
vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06e
Christian König
2013-05-03
1
-9
/
+14
*
vl/buffers: fix typo in function name
Christian König
2013-05-03
1
-8
/
+8
*
vl/buffer: use 2D_ARRAY instead of 3D textures
Christian König
2013-05-01
1
-11
/
+12
*
vl/video_buffer: fix up surface ordering for the interlaced case
Maarten Lankhorst
2013-01-16
1
-6
/
+6
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
vl/video_buffer: add YUYV and UYVY support
Christian König
2012-03-09
1
-16
/
+59
*
vl/video_buffer: add YUVA and VUYA support
Christian König
2012-03-08
1
-0
/
+20
*
vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS
Christian König
2012-02-06
1
-13
/
+13
*
vl: prefix size defines with VL_
Christian König
2012-02-06
1
-2
/
+2
*
vl/video_buffer: fix interlaced surface ordering
Christian König
2012-02-06
1
-7
/
+13
*
vl/video_buffer: fix height of interlaced video buffers
Christian König
2012-02-06
1
-2
/
+8
*
vl: Make array initialization portable.
José Fonseca
2012-01-16
1
-1
/
+4
*
vl: fix YV12 handling
Christian König
2012-01-15
1
-3
/
+34
*
vl/video_buffer: add support for interlaced buffers
Christian König
2012-01-15
1
-12
/
+23
*
vl/video_buffer: improve constructor
Christian König
2012-01-15
1
-45
/
+67
*
vl/video_buffer: use template style create params
Christian König
2012-01-15
1
-27
/
+20
*
vl: replace decode_buffers with auxiliary data field
Christian König
2012-01-09
1
-0
/
+29
*
g3dvl: Various whitespace cleanups found while reading some code
Emeric Grange
2011-09-14
1
-1
/
+1
*
vl: Fix include style
Kai Wasserbäch
2011-08-29
1
-8
/
+8
*
[g3dvl] add some more PIPE_VIDEO_CAPs
Christian König
2011-07-12
1
-0
/
+10
*
[g3dvl] fix a whole bunch of memory leaks
Christian König
2011-07-11
1
-0
/
+2
*
[g3dvl] move video buffer creation out of video context
Christian König
2011-07-08
1
-11
/
+49
*
[g3dvl] rename is_format_supported to is_video_format_supported and move it i...
Christian König
2011-07-08
1
-1
/
+24
*
[g3dvl] rework video buffer format handling
Christian König
2011-06-07
1
-0
/
+27
*
[g3dvl] fix setting width, height and chroma format in video buffer
Christian König
2011-04-27
1
-0
/
+3
*
[g3dvl] start supporting different render target formats
Christian König
2011-04-24
1
-20
/
+53
[next]