index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
vdpau
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-12
vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_create
Marek Olšák
1
-1
/
+1
2017-05-19
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
1
-2
/
+0
2017-05-19
configure: check once for DRI3 dependencies
Emil Velikov
1
-0
/
+1
2017-03-30
vdpau: fix a maybe-uninitialized warning
Marek Olšák
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
8
-88
/
+88
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
8
-52
/
+52
2017-03-07
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2
-2
/
+2
2017-03-07
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2
-2
/
+2
2017-03-07
gallium/util: remove pipe_static_mutex()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
1
-2
/
+2
2017-02-24
st/vdpau: Provide YV12 to NV12 putBits conversion v2
Thomas Hellstrom
2
-19
/
+88
2017-02-22
Revert "st/vdpau: Fix multithreading"
Thomas Hellstrom
1
-21
/
+1
2017-02-22
st/vdpau: Fix multithreading
Thomas Hellstrom
1
-1
/
+21
2017-02-14
vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangle
Marek Olšák
1
-0
/
+7
2017-02-01
st/vdpau: add h264 constrained baseline profile
Boyuan Zhang
1
-0
/
+4
2017-01-19
st/vdpau: only send buffers with B8G8R8A8 format to X
Nayan Deshmukh
3
-3
/
+11
2017-01-17
st/vdpau: remove the delayed rendering hack(v1.1)
Nayan Deshmukh
6
-141
/
+52
2017-01-17
st/vdpau: use dri3 to directly send the buffer to X(v2)
Nayan Deshmukh
2
-27
/
+33
2017-01-04
vdpau: call texture_get_handle while the mutex is being held
Marek Olšák
2
-6
/
+13
2017-01-03
st/vdpau: error handling
Nayan Deshmukh
3
-15
/
+50
2016-12-05
st/vdpau: fix compiler warning in vlVdpVideoMixerRender
Nayan Deshmukh
1
-1
/
+1
2016-11-04
Revert "st/vdpau: use linear layout for output surfaces"
Dave Airlie
1
-1
/
+1
2016-09-20
st/vdpau: flush the context before calling flush_frontbuffer
Nayan Deshmukh
1
-2
/
+5
2016-09-20
st/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf
Ilia Mirkin
1
-1
/
+1
2016-08-29
st/vdpau: use temporary buffers while applying filters
Nayan Deshmukh
1
-18
/
+57
2016-08-29
st/vdpau: Revert "change the order in which filters are applied(v3)"
Christian König
1
-18
/
+10
2016-08-25
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2
-2
/
+4
2016-08-16
st/vdpau: change the order in which filters are applied(v3)
Nayan Deshmukh
1
-10
/
+18
2016-08-10
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
1
-2
/
+2
2016-08-10
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
1
-1
/
+1
2016-07-23
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
3
-18
/
+18
2016-07-01
st/vdpau: use bicubic filter for scaling(v6.1)
Nayan Deshmukh
3
-14
/
+106
2016-06-16
st/vdpau: we support lumakeying now
Christian König
1
-0
/
+1
2016-06-14
st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectively
Nayan Deshmukh
2
-8
/
+8
2016-06-09
st/vdpau: implement luma keying
Nayan Deshmukh
2
-12
/
+39
2016-06-09
vl: Apply luma key filter before CSC conversion
Nayan Deshmukh
2
-4
/
+4
2016-06-02
st/vdpau: check for null pointer in get/put bits.
Nayan Deshmukh
2
-0
/
+12
2016-05-17
Treewide: Remove Elements() macro
Jan Vesely
1
-3
/
+3
2016-05-16
st/vdpau: add dri3 support
Leo Liu
1
-1
/
+5
2016-04-22
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
1
-12
/
+12
2016-03-30
st/vdpau: correct null check
Thomas Hindoe Paaboel Andersen
1
-4
/
+4
2016-03-29
st/vdpau: implement the new DMA-buf based interop v2
Christian König
4
-3
/
+116
2016-03-29
st/vdpau: move FormatRGBAToPipe into the interop
Christian König
4
-28
/
+8
2016-03-29
st/vdpau: use linear layout for output surfaces
Christian König
1
-1
/
+2
2016-01-12
st/vdpau: use vl_video_buffer_adjust_size
Christian König
1
-10
/
+3
2016-01-06
gallium: Remove unnecessary semicolons
Edward O'Callaghan
1
-1
/
+1
2015-11-20
st/vdpau: use the vl_screen dispatch
Emil Velikov
2
-11
/
+11
2015-11-20
auxiliary/vl: rename vl_screen_create to vl_dri2_screen_create
Emil Velikov
1
-1
/
+1
2015-10-27
st/vdpau: disable RefPicList for Vdpau HEVC
Boyuan Zhang
1
-0
/
+1
2015-08-26
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
1
-1
/
+1
[next]