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
/
state_trackers
/
vdpau
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
14
-5550
/
+0
*
st/vdpau: make query test for 2D support
Ilia Mirkin
2020-04-03
1
-2
/
+2
*
st/vdpau: avoid asserting on new VDP_YCBCR_* formats
Ilia Mirkin
2020-04-03
1
-2
/
+21
*
vdpau: remove bogus assert
Pierre-Eric Pelloux-Prayer
2020-03-11
1
-1
/
+1
*
gallium/video: remove pipe_video_buffer.chroma_format
Pierre-Eric Pelloux-Prayer
2020-02-27
4
-7
/
+7
*
st/vdpau: Only call is_video_format_supported hook if needed
Michel Dänzer
2020-02-19
1
-7
/
+7
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
2
-2
/
+2
*
meson: gallium media state trackers require libdrm with x11
Dylan Baker
2019-09-30
1
-2
/
+2
*
gallium: create multimedia contexts as compute-only if graphics is unsupported
Marek Olšák
2019-07-29
1
-1
/
+1
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
2
-16
/
+13
*
Delete autotools
Dylan Baker
2019-04-15
1
-44
/
+0
*
meson/vdpau: add missing soversion
Eric Engestrom
2019-01-25
1
-1
/
+8
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
2
-2
/
+2
*
st/vdpau: Use output buffer as back buffer with 24-bit color only
Leo Liu
2018-09-13
1
-1
/
+2
*
st/vdpau: silence an unitialized-variable warning
Marek Olšák
2018-09-04
1
-1
/
+1
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
2
-9
/
+10
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
2
-2
/
+2
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-0
/
+2
*
st/vdpau: release held lock in error path
Grazvydas Ignotas
2018-01-19
1
-1
/
+3
*
meson: build gallium vdpau state tracker
Dylan Baker
2017-12-04
1
-0
/
+32
*
st/vdpau: don't re-allocate interlaced buffer with packed YUV format
Leo Liu
2017-10-04
1
-0
/
+2
*
vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_create
Marek Olšák
2017-06-12
1
-1
/
+1
*
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
2017-05-19
1
-2
/
+0
*
configure: check once for DRI3 dependencies
Emil Velikov
2017-05-19
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
[next]