summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau
AgeCommit message (Expand)AuthorFilesLines
2017-06-12vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák1-1/+1
2017-05-19auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov1-2/+0
2017-05-19configure: check once for DRI3 dependenciesEmil Velikov1-0/+1
2017-03-30vdpau: fix a maybe-uninitialized warningMarek Olšák1-1/+1
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri8-88/+88
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri8-52/+52
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2-2/+2
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2-2/+2
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-2/+2
2017-02-24st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom2-19/+88
2017-02-22Revert "st/vdpau: Fix multithreading"Thomas Hellstrom1-21/+1
2017-02-22st/vdpau: Fix multithreadingThomas Hellstrom1-1/+21
2017-02-14vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangleMarek Olšák1-0/+7
2017-02-01st/vdpau: add h264 constrained baseline profileBoyuan Zhang1-0/+4
2017-01-19st/vdpau: only send buffers with B8G8R8A8 format to XNayan Deshmukh3-3/+11
2017-01-17st/vdpau: remove the delayed rendering hack(v1.1)Nayan Deshmukh6-141/+52
2017-01-17st/vdpau: use dri3 to directly send the buffer to X(v2)Nayan Deshmukh2-27/+33
2017-01-04vdpau: call texture_get_handle while the mutex is being heldMarek Olšák2-6/+13
2017-01-03st/vdpau: error handlingNayan Deshmukh3-15/+50
2016-12-05st/vdpau: fix compiler warning in vlVdpVideoMixerRenderNayan Deshmukh1-1/+1
2016-11-04Revert "st/vdpau: use linear layout for output surfaces"Dave Airlie1-1/+1
2016-09-20st/vdpau: flush the context before calling flush_frontbufferNayan Deshmukh1-2/+5
2016-09-20st/vdpau: fix argument type to vlVdpOutputSurfaceDMABufIlia Mirkin1-1/+1
2016-08-29st/vdpau: use temporary buffers while applying filtersNayan Deshmukh1-18/+57
2016-08-29st/vdpau: Revert "change the order in which filters are applied(v3)"Christian König1-18/+10
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2-2/+4
2016-08-16st/vdpau: change the order in which filters are applied(v3)Nayan Deshmukh1-10/+18
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-2/+2
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-1/+1
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák3-18/+18
2016-07-01st/vdpau: use bicubic filter for scaling(v6.1)Nayan Deshmukh3-14/+106
2016-06-16st/vdpau: we support lumakeying nowChristian König1-0/+1
2016-06-14st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectivelyNayan Deshmukh2-8/+8
2016-06-09st/vdpau: implement luma keyingNayan Deshmukh2-12/+39
2016-06-09vl: Apply luma key filter before CSC conversionNayan Deshmukh2-4/+4
2016-06-02st/vdpau: check for null pointer in get/put bits.Nayan Deshmukh2-0/+12
2016-05-17Treewide: Remove Elements() macroJan Vesely1-3/+3
2016-05-16st/vdpau: add dri3 supportLeo Liu1-1/+5
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-12/+12
2016-03-30st/vdpau: correct null checkThomas Hindoe Paaboel Andersen1-4/+4
2016-03-29st/vdpau: implement the new DMA-buf based interop v2Christian König4-3/+116
2016-03-29st/vdpau: move FormatRGBAToPipe into the interopChristian König4-28/+8
2016-03-29st/vdpau: use linear layout for output surfacesChristian König1-1/+2
2016-01-12st/vdpau: use vl_video_buffer_adjust_sizeChristian König1-10/+3
2016-01-06gallium: Remove unnecessary semicolonsEdward O'Callaghan1-1/+1
2015-11-20st/vdpau: use the vl_screen dispatchEmil Velikov2-11/+11
2015-11-20auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov1-1/+1
2015-10-27st/vdpau: disable RefPicList for Vdpau HEVCBoyuan Zhang1-0/+1
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+1