summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va
Commit message (Expand)AuthorAgeFilesLines
...
* st/va: clean up post process includesChristian König2015-12-141-6/+0
* st/va: cleanup filter color standard handlingChristian König2015-12-141-4/+4
* st/va: disable MPEG4 by default v2Christian König2015-12-071-1/+9
* st/va: move HEVC functions into separate file v2Christian König2015-12-074-168/+215
* st/va: also retrieve reference frames info for h264Julien Isorce2015-12-011-0/+52
* st/va: delay decoder creation until max_references is knownJulien Isorce2015-12-014-34/+68
* st/va: add missing break statementEmil Velikov2015-11-291-0/+1
* st/va: add missing profiles in PipeToProfile's switch.Julien Isorce2015-11-261-0/+7
* st/va: fix indentationChristian König2015-11-241-7/+7
* st/va: move MPEG4 functions into separate fileChristian König2015-11-244-180/+220
* st/va: move VC-1 functions into separate fileChristian König2015-11-244-35/+70
* st/va: move H264 functions into separate fileChristian König2015-11-244-72/+121
* st/va: move MPEG12 functions into separate fileChristian König2015-11-244-49/+92
* st/va: move post processing function into own fileChristian König2015-11-244-57/+100
* st/va: fix post process dirty area handlingChristian König2015-11-241-4/+1
* st/va: use the vl_screen dispatchEmil Velikov2015-11-203-16/+9
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-201-1/+1
* st/va: trivial cleanupEmil Velikov2015-11-201-9/+2
* st/va: use vl screen drm support from vl_wys_drmLeo Liu2015-11-081-21/+3
* st/va: fix build fails with pipe loaderLeo Liu2015-11-081-2/+3
* st/vaapi: fix vaapi VC-1 simple/main corruption v2Boyuan Zhang2015-11-061-0/+2
* st/va: add support for RGBX and BGRX in VPPJulien Isorce2015-11-062-18/+23
* st/va: properly use brackets in vlVaAcquireBufferHandle's switchJulien Isorce2015-11-061-5/+4
* st/va: properly indent buffer.c, config.c, image.c and picture.cJulien Isorce2015-11-064-56/+56
* st/va: fix memory leak on error in vlVaCreateSurfaces2Julien Isorce2015-11-051-3/+9
* st/va: indent vlVaQuerySurfaceAttributes and vlVaCreateSurfaces2Julien Isorce2015-11-051-283/+283
* st/va: add support to export a surface as dmabufJulien Isorce2015-10-303-2/+144
* st/va: implement VaDeriveImageJulien Isorce2015-10-303-5/+138
* st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBufferJulien Isorce2015-10-301-0/+6
* st/va: add headless support, i.e. VA_DISPLAY_DRMJulien Isorce2015-10-302-6/+73
* st/va: handle Video Post Processing for configsJulien Isorce2015-10-302-2/+25
* st/va: add colospace conversion through Video Post ProcessingJulien Isorce2015-10-304-52/+259
* st/va: implement dmabuf import for VaCreateSurfaces2Julien Isorce2015-10-301-1/+96
* st/va: implement VaCreateSurfaces2 and VaQuerySurfaceAttributesJulien Isorce2015-10-303-52/+249
* 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-302-10/+55
* st/va: add VAAPI HEVC decode supportBoyuan Zhang2015-10-274-1/+208
* st/va: pass picture desc to begin and decodeJulien Isorce2015-10-261-2/+2
* 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
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+2
* st/va: add h264 decoder level supportLeo Liu2015-04-281-0/+5
* automake: rework VL dependency trackingEmil Velikov2014-11-261-0/+1
* st/va: surface: render subpictureMichael Varga2014-11-191-0/+120
* st/va: subpicture implementationMichael Varga2014-11-192-13/+161
* st/va: added internal storage for VAImage and BGRA formatMichael Varga2014-11-192-26/+48
* st/va: added some calls to handle_table_remove()Michael Varga2014-11-193-0/+3
* st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()Michael Varga2014-11-101-0/+7
* st/va: MPEG4 generate GOV and VOP headerMichael Varga2014-11-101-0/+92
* st/va: MPEG4 populate the SPS structureMichael Varga2014-11-101-0/+6