index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
vdpau
/
surface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
1
-1
/
+1
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
1
-1
/
+1
*
st/vdpau: release held lock in error path
Grazvydas Ignotas
2018-01-19
1
-1
/
+3
*
st/vdpau: don't re-allocate interlaced buffer with packed YUV format
Leo Liu
2017-10-04
1
-0
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-15
/
+15
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-6
/
+6
*
st/vdpau: Provide YV12 to NV12 putBits conversion v2
Thomas Hellstrom
2017-02-24
1
-19
/
+75
*
vdpau: call texture_get_handle while the mutex is being held
Marek Olšák
2017-01-04
1
-4
/
+8
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-1
/
+2
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-1
/
+1
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-5
/
+5
*
st/vdpau: check for null pointer in get/put bits.
Nayan Deshmukh
2016-06-02
1
-0
/
+6
*
st/vdpau: correct null check
Thomas Hindoe Paaboel Andersen
2016-03-30
1
-4
/
+4
*
st/vdpau: implement the new DMA-buf based interop v2
Christian König
2016-03-29
1
-0
/
+69
*
st/vdpau: use vl_video_buffer_adjust_size
Christian König
2016-01-12
1
-10
/
+3
*
st/vdpau: move common functions to util
Leo Liu
2014-10-01
1
-77
/
+4
*
st/vdpau: add device reference counting
Christian König
2014-08-14
1
-1
/
+3
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
implement NV_vdpau_interop v7
Christian König
2013-10-26
1
-0
/
+21
*
st/vdpau: add format conversions for GetBitsYCbCr
Grigori Goronzy
2013-10-13
1
-8
/
+117
*
st/vdpau: Include u_surface.h for u_copy_rect.
Vinson Lee
2013-09-30
1
-0
/
+1
*
st/vdpau: don't try to create video buffer when the format is FORMAT_NONE
Emil Velikov
2013-08-19
1
-1
/
+4
*
vdpau/vl 422 chroma width/height mix up
Andy Furniss
2013-08-19
1
-1
/
+1
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
1
-0
/
+2
*
st/vdpau: remove vlCreateHTAB from surface functions
Christian König
2013-05-27
1
-9
/
+0
*
st/vdpau: invalidate the handles on destruction
Christian König
2013-05-27
1
-0
/
+2
*
vl/buffer: use 2D_ARRAY instead of 3D textures
Christian König
2013-05-01
1
-4
/
+4
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-1
/
+1
*
st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffers
Maarten Lankhorst
2012-11-17
1
-2
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-10
/
+3
*
st/vdpau: clear Cb&Cr with 0.5f
Christian König
2012-06-20
1
-2
/
+5
*
st/vdpau: fix YCbCr down/up-loads for buffers larger than requested
Christian König
2012-06-14
1
-2
/
+27
*
st/vdpau: clear video surface at least once
Christian König
2012-03-26
1
-0
/
+29
*
st/vdpau: add xine workaround
Christian König
2012-03-09
1
-1
/
+1
*
st/vdpau: make the interface thread save
Christian König
2012-03-05
1
-4
/
+21
*
st/vdpau: implement VideoSurfaceGetBitsYCbCr
Christian König
2012-03-02
1
-8
/
+53
*
vl: rework winsys interface
Christian König
2012-02-25
1
-2
/
+2
*
st/vdpau: Use transfer_inline_write to upload ycbcr data
Christian König
2012-02-21
1
-18
/
+5
*
st/vdpau: remove unnecessary tracing and adjust tracing levels a bit
Christian König
2012-02-21
1
-2
/
+0
*
st/vdpau: use interlacing capabilities
Christian König
2012-02-06
1
-0
/
+6
*
st/vdpau: implement uploads to interlaced video buffers
Christian König
2012-02-06
1
-21
/
+27
*
vl: fix YV12 handling
Christian König
2012-01-15
1
-1
/
+1
*
st/vdpau: recreate video buffer if format doesn't match
Christian König
2012-01-15
1
-18
/
+36
*
vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMAT
Christian König
2012-01-15
1
-1
/
+6
*
vl/video_buffer: use template style create params
Christian König
2012-01-15
1
-3
/
+7
*
st/vdpau: Add documentation from the VDPAU API and update some traces
Emeric Grange
2011-09-14
1
-0
/
+17
*
vdpau: Fix include style
Kai Wasserbäch
2011-08-29
1
-4
/
+4
*
vdpau: implement VdpOutputSurfaceGetParameters
Christian König
2011-07-10
1
-1
/
+1
*
[g3dvl] and finally remove pipe_video_context
Christian König
2011-07-08
1
-4
/
+1
*
[g3dvl] move video buffer creation out of video context
Christian König
2011-07-08
1
-2
/
+2
[next]