aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va/image.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-628/+0
* st/va: add support YUY2Pierre-Eric Pelloux-Prayer2020-02-271-0/+2
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-271-3/+3
* Revert "st/va: Convert interlaced NV12 to progressive"Thong Thai2020-02-131-51/+4
* st/va: Add support for P010, used for 10-bit videosThong Thai2020-01-031-3/+13
* st/va: Convert interlaced NV12 to progressiveThong Thai2019-12-191-4/+48
* st/va: set the visible image dimensions in vlVaDeriveImageJulien Isorce2019-05-101-2/+4
* st/va: check resource_get_info nullity in vlVaDeriveImageJulien Isorce2019-05-031-5/+8
* st/va: properly set stride and offset in vlVaDeriveImageJulien Isorce2019-04-301-10/+25
* st/va:Add support for indirect manner by returning VA_STATUS_ERROR_OPERATION_...Guttula, Suresh2019-02-111-2/+5
* st/va: use provided sizes and coords for vlVaGetImageBoyuan Zhang2018-10-111-3/+28
* st/va: release held locks in error pathsGrazvydas Ignotas2018-01-171-1/+3
* st/va: don't re-allocate interlaced buffer with pakced formatLeo Liu2017-10-041-4/+6
* st/va: add support for P010 and P016 formats v3Christian König2017-03-131-0/+12
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-20/+20
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-5/+5
* st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2017-02-241-20/+28
* st/va: add conversion for yv12 to nv12in putimage v2Boyuan Zhang2016-07-251-7/+27
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-4/+4
* st/va: use proper temp pipe_video_buffer templateJulien Isorce2016-06-131-4/+4
* st/va: avoid dereference after free in vlVaDestroyImageThomas Hindoe Paaboel Andersen2016-04-081-1/+3
* st/va: use vl_video_buffer_adjust_sizeChristian König2016-01-121-9/+4
* st/va: make the implementation thread safe v2Christian König2016-01-121-14/+54
* st/va: remove fence handling v3Christian König2015-12-161-1/+0
* st/va: retrieve size from the temporary img variableJulien Isorce2015-12-161-1/+1
* st/va: properly indent buffer.c, config.c, image.c and picture.cJulien Isorce2015-11-061-2/+2
* st/va: implement VaDeriveImageJulien Isorce2015-10-301-1/+94
* st/va: do not destroy old buffer when new one failedJulien Isorce2015-10-301-6/+13
* st/va: properly defines VAImageFormat formats and improve VaCreateImageJulien Isorce2015-10-301-6/+18
* st/va: Added support for NV12 to IYUV conversion in vlVaGetImageIndrajit Das2015-10-191-3/+5
* st/va: Used correct parameter to derive the value of the "h" variable in vlVa...Indrajit Das2015-10-191-1/+1
* st/va: added internal storage for VAImage and BGRA formatMichael Varga2014-11-191-25/+45
* st/va: added some calls to handle_table_remove()Michael Varga2014-11-191-0/+1
* st/va: implement vlVa(Query|Create|Get|Put|Destroy)ImageLeo Liu2014-10-011-8/+258
* st/va: skeleton VAAPI state trackerChristian König2014-10-011-0/+106