aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va/surface.c
Commit message (Expand)AuthorAgeFilesLines
* st/va: remove unneeded codeThong Thai2020-02-281-22/+12
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-271-2/+0
* st/va: Add support for P010, used for 10-bit videosThong Thai2020-01-031-12/+22
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-091-4/+2
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* st/va: Return correct status from vlVaQuerySurfaceStatusIndrajit Das2019-01-091-0/+31
* st/va: fix incorrect use of resource_destroyMarek Olšák2018-11-051-4/+2
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-301-4/+2
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-2/+2
* st/va: Support YUV formats in vaCreateSurfacesDrew Davenport2018-05-031-23/+36
* st/va: Fix typosDrew Davenport2018-04-261-24/+24
* st/va: Fix potential buffer overreadDrew Davenport2018-04-261-1/+1
* st/va: Enable vaExportSurfaceHandle()Mark Thompson2018-02-091-1/+1
* st/va: enable dual instances encode only for H264Boyuan Zhang2018-02-051-10/+13
* st/va: Return correct width and height for encode/decode supportMark Thompson2017-10-171-10/+30
* st/va: Disable vaExportSurfaceHandle()Mark Thompson2017-10-171-1/+1
* st/va: Implement vaExportSurfaceHandle()Mark Thompson2017-10-071-0/+148
* st/va: add RGB support to vlVaPutSurfaceLeo Liu2017-10-041-1/+13
* st/va: make internal func vlVaHandleSurfaceAllocate() call simplerLeo Liu2017-09-251-5/+2
* Revert "st/va: add enviromental variable to disable interlace"Leo Liu2017-09-071-4/+0
* st/va: make surface allocate functions more usefullyLeo Liu2017-08-211-4/+4
* util: Port nir_array functionality to u_dynarrayThomas Helland2017-06-071-1/+1
* st/va: add support for allocating 10bpp surfacesChristian König2017-03-131-9/+15
* st/va: clear the video surface on allocationChristian König2017-03-131-4/+35
* st/va: cleanup error handling in vlVaCreateSurfaces2Christian König2017-03-131-25/+27
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-14/+14
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-5/+5
* st/va: Fix forward/backward referencing for deinterlacingMark Thompson2017-03-061-2/+2
* st/va: remove unused variable pbuffJuan A. Suarez Romero2016-12-051-1/+0
* st/va: force to submit two consecutive single jobsBoyuan Zhang2016-12-051-2/+6
* st/va: set default rt formats when calling vaCreateConfigJulien Isorce2016-10-181-2/+3
* st/va: Return surface formats depending on config chroma formatMark Thompson2016-10-141-2/+10
* st/va: Fix vaSyncSurface with no outstanding operationMark Thompson2016-09-271-0/+7
* st/va: flush the context before calling flush_frontbuffer(v2)Nayan Deshmukh2016-09-201-1/+5
* st/va: also honors interlaced preference when providing a video formatJulien Isorce2016-09-121-17/+19
* st/va: add missing mutex_unlockEric Engestrom2016-08-241-1/+3
* st/va: enable dual instances encode by sync surfaceBoyuan Zhang2016-08-191-0/+32
* st/va: add enviromental variable to disable interlaceBoyuan Zhang2016-07-251-0/+4
* st/va: add encode entrypoint v2Boyuan Zhang2016-07-251-3/+11
* st/va: Check NULL pointerGurkirpal Singh2016-06-271-0/+4
* st/va: ensure linear memory for dmabufJulien Isorce2016-06-141-0/+8
* Treewide: Remove Elements() macroJan Vesely2016-05-171-2/+2
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-1/+2
* st/va: add motion adaptive deinterlacing v2Christian König2016-01-181-3/+19
* st/va: add BOB deinterlacing v2Christian König2016-01-121-2/+14
* st/va: make the implementation thread safe v2Christian König2016-01-121-3/+17
* st/va: remove fence handling v3Christian König2015-12-161-9/+1
* st/va: cleanup filter color standard handlingChristian König2015-12-141-4/+4
* st/va: use the vl_screen dispatchEmil Velikov2015-11-201-7/+6
* st/va: add support for RGBX and BGRX in VPPJulien Isorce2015-11-061-16/+20