summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau/query.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-13/+13
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-9/+9
2017-02-24st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom1-0/+13
2016-07-01st/vdpau: use bicubic filter for scaling(v6.1)Nayan Deshmukh1-0/+1
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 Deshmukh1-4/+4
2016-03-29st/vdpau: move FormatRGBAToPipe into the interopChristian König1-5/+5
2014-02-14st/vdpau: add support for DEINTERLACE_TEMPORALGrigori Goronzy1-0/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-08-21vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.Rico Schüller1-1/+6
2013-08-19st/vdpau: drop unnecessary variable profEmil Velikov1-3/+4
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König1-2/+4
2013-08-19vl: add entrypoint to get_video_paramChristian König1-6/+12
2013-08-14vl: Add support for max level query v2Rico Schüller1-2/+2
2012-03-28vl: move winsys helper out of winsys directoryChristian König1-1/+0
2012-03-08st/vdpau: fix chroma_format handling in VideoSurfaceQueryGetPutBitsYCbCrCapab...Christian König1-4/+18
2012-03-05st/vdpau: make the interface thread saveChristian König1-2/+28
2012-03-02st/vdpau: implement OutputSurfaceQueryPutBitsYCbCrCapabilitiesChristian König1-1/+33
2012-03-02st/vdpau: implement OutputSurfaceQueryGetPutBitsNativeCapabilitiesChristian König1-1/+23
2012-03-02st/vdpau: implement OutputSurfaceQueryPutBitsIndexedCapabilitiesChristian König1-1/+43
2012-03-02st/vdpau: implement BitmapSurfaceQueryCapabilitiesChristian König1-1/+35
2012-02-21st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König1-16/+0
2012-02-10st/vdpau: use matrix filter to blur/sharpen videoChristian König1-0/+1
2012-02-10st/vdpau: use median filter for noise reductionChristian König1-3/+9
2012-02-06st/vdpau: implement vlVdpOutputSurfaceQueryCapabilitiesChristian König1-2/+36
2011-12-19vdpau: Add support for mixer attributesMaarten Lankhorst1-2/+35
2011-12-19vdpau: Add support for parametersMaarten Lankhorst1-3/+38
2011-09-14st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange1-10/+61
2011-08-29vdpau: Fix include styleKai Wasserbäch1-5/+6
2011-07-12[g3dvl] add some more PIPE_VIDEO_CAPsChristian König1-20/+12
2011-07-10vdpau: make capabilities query more saneChristian König1-41/+32
2011-07-10vdpau: implement VdpOutputSurfaceGetParametersChristian König1-1/+1
2011-05-04vdpau: make state tracker far less noisyChristian König1-9/+9
2011-04-26vdpau: add stups for the missing functionsChristian König1-0/+15
2011-03-19Merge remote branch 'origin/master' into pipe-videoChristian König1-2/+1
2011-03-19vdpau: make indention and formating more saneChristian König1-30/+30
2010-10-05vl: changed video pipe to use the new gallium API within masterThomas Balling Sørensen1-0/+1
2010-07-22Added stubs for the rest of the vdpau interfaceThomas Balling Sørensen1-2/+16
2010-07-20Made some decoding function for mpeg2-decodingThomas Balling Sørensen1-9/+54
2010-07-14vdpau changesThomas Balling Sørensen1-3/+54
2010-06-27st/vdpau: Initial commit.Younes Manton1-0/+171