summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau
Commit message (Expand)AuthorAgeFilesLines
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-311-2/+0
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-311-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
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-1/+1
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-233-18/+18
* st/vdpau: use bicubic filter for scaling(v6.1)Nayan Deshmukh2016-07-013-14/+106
* st/vdpau: we support lumakeying nowChristian König2016-06-161-0/+1
* st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectivelyNayan Deshmukh2016-06-142-8/+8
* st/vdpau: implement luma keyingNayan Deshmukh2016-06-092-12/+39
* vl: Apply luma key filter before CSC conversionNayan Deshmukh2016-06-092-4/+4
* st/vdpau: check for null pointer in get/put bits.Nayan Deshmukh2016-06-022-0/+12
* Treewide: Remove Elements() macroJan Vesely2016-05-171-3/+3
* st/vdpau: add dri3 supportLeo Liu2016-05-161-1/+5
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-12/+12
* st/vdpau: correct null checkThomas Hindoe Paaboel Andersen2016-03-301-4/+4
* st/vdpau: implement the new DMA-buf based interop v2Christian König2016-03-294-3/+116
* st/vdpau: move FormatRGBAToPipe into the interopChristian König2016-03-294-28/+8
* st/vdpau: use linear layout for output surfacesChristian König2016-03-291-1/+2
* st/vdpau: use vl_video_buffer_adjust_sizeChristian König2016-01-121-10/+3
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* st/vdpau: use the vl_screen dispatchEmil Velikov2015-11-202-11/+11
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-201-1/+1
* st/vdpau: disable RefPicList for Vdpau HEVCBoyuan Zhang2015-10-271-0/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* st/vdpau: add HEVC support v2Christian König2015-08-142-3/+139