summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/va
AgeCommit message (Expand)AuthorFilesLines
2015-11-08st/va: use vl screen drm support from vl_wys_drmLeo Liu1-21/+3
2015-11-08st/va: fix build fails with pipe loaderLeo Liu1-2/+3
2015-11-06st/vaapi: fix vaapi VC-1 simple/main corruption v2Boyuan Zhang1-0/+2
2015-11-06st/va: add support for RGBX and BGRX in VPPJulien Isorce2-18/+23
2015-11-06st/va: properly use brackets in vlVaAcquireBufferHandle's switchJulien Isorce1-5/+4
2015-11-06st/va: properly indent buffer.c, config.c, image.c and picture.cJulien Isorce4-56/+56
2015-11-05st/va: fix memory leak on error in vlVaCreateSurfaces2Julien Isorce1-3/+9
2015-11-05st/va: indent vlVaQuerySurfaceAttributes and vlVaCreateSurfaces2Julien Isorce1-283/+283
2015-10-30st/va: add support to export a surface as dmabufJulien Isorce3-2/+144
2015-10-30st/va: implement VaDeriveImageJulien Isorce3-5/+138
2015-10-30st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBufferJulien Isorce1-0/+6
2015-10-30st/va: add headless support, i.e. VA_DISPLAY_DRMJulien Isorce2-6/+73
2015-10-30st/va: handle Video Post Processing for configsJulien Isorce2-2/+25
2015-10-30st/va: add colospace conversion through Video Post ProcessingJulien Isorce4-52/+259
2015-10-30st/va: implement dmabuf import for VaCreateSurfaces2Julien Isorce1-1/+96
2015-10-30st/va: implement VaCreateSurfaces2 and VaQuerySurfaceAttributesJulien Isorce3-52/+249
2015-10-30st/va: do not destroy old buffer when new one failedJulien Isorce1-6/+13
2015-10-30st/va: properly defines VAImageFormat formats and improve VaCreateImageJulien Isorce2-10/+55
2015-10-27st/va: add VAAPI HEVC decode supportBoyuan Zhang4-1/+208
2015-10-26st/va: pass picture desc to begin and decodeJulien Isorce1-2/+2
2015-10-19st/va: Added support for NV12 to IYUV conversion in vlVaGetImageIndrajit Das1-3/+5
2015-10-19st/va: Used correct parameter to derive the value of the "h" variable in vlVa...Indrajit Das1-1/+1
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+2
2015-04-28st/va: add h264 decoder level supportLeo Liu1-0/+5
2014-11-26automake: rework VL dependency trackingEmil Velikov1-0/+1
2014-11-19st/va: surface: render subpictureMichael Varga1-0/+120
2014-11-19st/va: subpicture implementationMichael Varga2-13/+161
2014-11-19st/va: added internal storage for VAImage and BGRA formatMichael Varga2-26/+48
2014-11-19st/va: added some calls to handle_table_remove()Michael Varga3-0/+3
2014-11-10st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()Michael Varga1-0/+7
2014-11-10st/va: MPEG4 generate GOV and VOP headerMichael Varga1-0/+92
2014-11-10st/va: MPEG4 populate the SPS structureMichael Varga1-0/+6
2014-11-10st/va: MPEG4 populate the iq matrix buffersMichael Varga1-0/+16
2014-11-10st/va: MPEG4 populate the PPS structureMichael Varga2-0/+81
2014-11-10st/va: refactored handleVASliceDataBufferTypeMichael Varga1-35/+40
2014-10-01st/va: implement vlVa(Query|Create|Get|Put|Destroy)ImageLeo Liu3-9/+281
2014-10-01st/va: implement Picture functions for mpeg2 h264 and vc1Christian König4-6/+371
2014-10-01st/va: implement Context Surface and BufferChristian König4-21/+320
2014-10-01st/va: implement vlVa(Create|Destroy|Query|Get)ConfigChristian König3-5/+143
2014-10-01st/va: skeleton VAAPI state trackerChristian König11-0/+941
2012-10-09Remove VAAPI support.Matt Turner12-1292/+0
2012-03-28vl: move winsys helper out of winsys directoryChristian König2-5/+2
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin1-1/+1
2011-08-29va: Fix include styleKai Wasserbäch8-19/+19
2011-07-12vaapi: cleanup the source and let the st at least compile againChristian König11-611/+517
2011-04-28[g3dvl] Name of pkg-config file is libva.Johannes Obermayr1-1/+1
2010-10-28vl: initial implementation of vlVaQueryImageFormats(), vlVaCreateImage(), vlV...Thomas Balling Sørensen10-27/+211
2010-10-28vl: rest of va stubsThomas Balling Sørensen4-6/+7
2010-10-28vl: enable target va-r600Thomas Balling Sørensen1-3/+3
2010-10-28vl: Initial implementation of vlVaQuerySubpictureFormats.Thomas Balling Sørensen1-2/+34