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