summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau/mixer.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14st/vdpau: add support for DEINTERLACE_TEMPORALGrigori Goronzy1-4/+65
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-10-09st/vdpau: fix GenerateCSCMatrix with NULL procampGrigori Goronzy1-9/+12
2013-08-19st/vdpau: drop unnecessary variable profEmil Velikov1-3/+4
2013-08-19vl: add entrypoint to get_video_paramChristian König1-2/+2
2013-05-01st/vdpau: fix background handling in the mixerChristian König1-9/+10
2013-05-01vl/compositor: cleanup background clearingChristian König1-1/+1
2012-06-20st/vdpau: use template size as default for source_rect.Christian König1-3/+10
2012-03-05st/vdpau: make the interface thread saveChristian König1-4/+27
2012-03-05st/vdpau: implement support for extra mixer layersChristian König1-6/+21
2012-03-02st/vdpau: avoid an unnessasary copyChristian König1-12/+21
2012-03-02vl/csc: simplify matrix handlingChristian König1-8/+6
2012-03-02vl/compositor: add support for per layer dst areasChristian König1-2/+2
2012-03-02vl/compositor: add per vertex color suportChristian König1-1/+1
2012-03-02vl/compositor: replace pipe_video_rect with u_rectChristian König1-1/+1
2012-03-02vl/compositor: split shaders and stateChristian König1-16/+19
2012-02-25vl: rework winsys interfaceChristian König1-5/+3
2012-02-21vl: add support for bob deinterlacingChristian König1-1/+20
2012-02-21st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König1-7/+3
2012-02-14st/vdpau: fix a small memory leakChristian König1-0/+5
2012-02-14vl: fix low strength denoise filterChristian König1-4/+4
2012-02-10st/vdpau: use matrix filter to blur/sharpen videoChristian König1-6/+72
2012-02-10st/vdpau: use median filter for noise reductionChristian König1-56/+230
2011-12-19vdpau: Add background surface supportMaarten Lankhorst1-1/+10
2011-12-19vdpau: Add support for mixer attributesMaarten Lankhorst1-12/+109
2011-12-19vdpau: Add support for parametersMaarten Lankhorst1-3/+85
2011-12-14st/vdpau: some mixer fixesChristian König1-2/+5
2011-12-14g3dvl/compositor: improve dirty area handlingChristian König1-1/+1
2011-11-03state_trackers/vdpau: Implement VdpGenerateCSCMatrixMaarten Lankhorst1-1/+19
2011-09-14st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange1-0/+30
2011-09-14st/vdpau: Various whitespace cleanups found while reading some codeEmeric Grange1-4/+4
2011-09-01st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König1-10/+3
2011-09-01g3dvl: extend the functionality of the compositorChristian König1-1/+1
2011-08-29vdpau: Fix include styleKai Wasserbäch1-3/+3
2011-08-29st/vdpau: Respect source_rect in VideoMixerRenderChristian König1-1/+11
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König1-2/+1
2011-07-15g3dvl: no need for flushing inside the compositor any moreChristian König1-1/+1
2011-07-15g3dvl: correctly distinct dst area and clip area in the compositorChristian König1-1/+1
2011-07-08[g3dvl] and finally remove pipe_video_contextChristian König1-3/+0
2011-07-08[g3dvl] move compositor creation and handling directly into the state trackersChristian König1-7/+7
2011-05-04vdpau: make state tracker far less noisyChristian König1-4/+4
2011-04-27vdpau: start to implement MPEG2 decoder partChristian König1-0/+12
2011-04-26vdpau: implement VideoMixerDestroyChristian König1-1/+13
2011-04-26vdpau: add stups for the missing functionsChristian König1-0/+42
2011-04-12vdpau: set at least a basic csc matrixChristian König1-0/+13
2011-04-08vdpau: get at least the very basic mixer functions workingChristian König1-4/+21
2011-04-08vdpau: add compositor to mixerChristian König1-1/+6
2011-03-19vdpau: make indention and formating more saneChristian König1-95/+90
2010-10-07vl: some more fixes and addition to the decoder handlingThomas Balling Sørensen1-0/+5
2010-10-06vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen1-0/+135