aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-1314-5550/+0
* st/vdpau: make query test for 2D supportIlia Mirkin2020-04-031-2/+2
* st/vdpau: avoid asserting on new VDP_YCBCR_* formatsIlia Mirkin2020-04-031-2/+21
* vdpau: remove bogus assertPierre-Eric Pelloux-Prayer2020-03-111-1/+1
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-274-7/+7
* st/vdpau: Only call is_video_format_supported hook if neededMichel Dänzer2020-02-191-7/+7
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-142-2/+2
* meson: gallium media state trackers require libdrm with x11Dylan Baker2019-09-301-2/+2
* gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák2019-07-291-1/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-132-16/+13
* Delete autotoolsDylan Baker2019-04-151-44/+0
* meson/vdpau: add missing soversionEric Engestrom2019-01-251-1/+8
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-302-2/+2
* st/vdpau: Use output buffer as back buffer with 24-bit color onlyLeo Liu2018-09-131-1/+2
* st/vdpau: silence an unitialized-variable warningMarek Olšák2018-09-041-1/+1
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-312-9/+10
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-302-2/+2
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* st/vdpau: release held lock in error pathGrazvydas Ignotas2018-01-191-1/+3
* meson: build gallium vdpau state trackerDylan Baker2017-12-041-0/+32
* st/vdpau: don't re-allocate interlaced buffer with packed YUV formatLeo Liu2017-10-041-0/+2
* vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák2017-06-121-1/+1
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-191-2/+0
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-191-0/+1
* vdpau: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-078-88/+88
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-078-52/+52
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-072-2/+2
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-072-2/+2
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-2/+2
* st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom2017-02-242-19/+88
* Revert "st/vdpau: Fix multithreading"Thomas Hellstrom2017-02-221-21/+1
* st/vdpau: Fix multithreadingThomas Hellstrom2017-02-221-1/+21
* vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangleMarek Olšák2017-02-141-0/+7
* st/vdpau: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+4
* st/vdpau: only send buffers with B8G8R8A8 format to XNayan Deshmukh2017-01-193-3/+11
* st/vdpau: remove the delayed rendering hack(v1.1)Nayan Deshmukh2017-01-176-141/+52
* st/vdpau: use dri3 to directly send the buffer to X(v2)Nayan Deshmukh2017-01-172-27/+33
* vdpau: call texture_get_handle while the mutex is being heldMarek Olšák2017-01-042-6/+13
* st/vdpau: error handlingNayan Deshmukh2017-01-033-15/+50
* st/vdpau: fix compiler warning in vlVdpVideoMixerRenderNayan Deshmukh2016-12-051-1/+1
* Revert "st/vdpau: use linear layout for output surfaces"Dave Airlie2016-11-041-1/+1
* st/vdpau: flush the context before calling flush_frontbufferNayan Deshmukh2016-09-201-2/+5
* st/vdpau: fix argument type to vlVdpOutputSurfaceDMABufIlia Mirkin2016-09-201-1/+1
* st/vdpau: use temporary buffers while applying filtersNayan Deshmukh2016-08-291-18/+57
* st/vdpau: Revert "change the order in which filters are applied(v3)"Christian König2016-08-291-18/+10
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-252-2/+4
* st/vdpau: change the order in which filters are applied(v3)Nayan Deshmukh2016-08-161-10/+18
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-2/+2