summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau
AgeCommit message (Expand)AuthorFilesLines
2012-12-12gallium: remove pipe_surface::usageMarek Olšák2-2/+0
2012-11-17st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffersMaarten Lankhorst1-2/+2
2012-10-11gallium: unify transfer functionsMarek Olšák2-20/+5
2012-06-20st/vdpau: use template size as default for source_rect.Christian König1-3/+10
2012-06-20st/vdpau: clear Cb&Cr with 0.5fChristian König1-2/+5
2012-06-14st/vdpau: fix YCbCr down/up-loads for buffers larger than requestedChristian König1-2/+27
2012-04-03st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatusChristian König1-1/+2
2012-03-28vl: move winsys helper out of winsys directoryChristian König4-8/+2
2012-03-26st/vdpau: clear video surface at least onceChristian König3-0/+31
2012-03-26st/vdpau: invert interlaced buffer checksChristian König1-1/+1
2012-03-22st/vdpau: improve frame dumping functionality a bitChristian König1-3/+6
2012-03-22st/vdpau: add VC-1 startcode if none is found in the streamChristian König1-7/+42
2012-03-09st/vdpau: fix two small memory leaksChristian König2-2/+6
2012-03-09st/vdpau: add xine workaroundChristian König1-1/+1
2012-03-08st/vdpau: cleanup YCBCR matching functionsChristian König1-6/+6
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önig9-35/+175
2012-03-05st/vdpau: implement support for high-precision output timingChristian König1-10/+3
2012-03-05st/vdpau: implement support for extra mixer layersChristian König1-6/+21
2012-03-02st/vdpau: implement OutputSurfaceQueryPutBitsYCbCrCapabilitiesChristian König1-1/+33
2012-03-02st/vdpau: implement OutputSurfacePutBitsYCbCrChristian König1-1/+82
2012-03-02st/vdpau: implement VideoSurfaceGetBitsYCbCrChristian König1-8/+53
2012-03-02st/vdpau: implement OutputSurfaceQueryGetPutBitsNativeCapabilitiesChristian König1-1/+23
2012-03-02st/vdpau: implement OutputSurfaceGetBitsNativeChristian König1-1/+36
2012-03-02st/vdpau: implement OutputSurfacePutBitsNativeChristian König3-15/+43
2012-03-02st/vdpau: implement OutputSurfaceQueryPutBitsIndexedCapabilitiesChristian König1-1/+43
2012-03-02st/vdpau: fix default swizzle for Output/Bitmap samplersChristian König4-6/+24
2012-03-02st/vdpau: add support for per vertex colorsChristian König1-2/+28
2012-03-02st/vdpau: implement BitmapSurfaceQueryCapabilitiesChristian König1-1/+35
2012-03-02st/vdpau: implement OutputSurfaceRenderBitmapSurfaceChristian König1-1/+40
2012-03-02st/vdpau: implement BitmapSurfaceGetParametersChristian König1-1/+14
2012-03-02st/vdpau: implement BitmapSurfacePutBitsNativeChristian König1-2/+31
2012-03-02st/vdpau: implement BitmapSurfaceCreate/DestroyChristian König2-3/+81
2012-03-02st/vdpau: avoid an unnessasary copyChristian König5-21/+112
2012-03-02vl/csc: simplify matrix handlingChristian König2-10/+12
2012-03-02vl/compositor: add support for per layer dst areasChristian König2-4/+4
2012-03-02vl/compositor: add per vertex color suportChristian König3-3/+3
2012-03-02vl/compositor: replace pipe_video_rect with u_rectChristian König4-20/+18
2012-03-02vl/compositor: split shaders and stateChristian König4-34/+48
2012-03-01vl: move dirty area handling into winsys abstractionChristian König2-4/+4
2012-02-25vl: rework winsys interfaceChristian König7-34/+39
2012-02-21vl: add support for bob deinterlacingChristian König1-1/+20
2012-02-21st/vdpau: Use transfer_inline_write to upload ycbcr dataChristian König1-18/+5
2012-02-21st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König7-64/+4
2012-02-14st/vdpau: fix a small memory leakChristian König1-0/+5
2012-02-14vl: fix low strength denoise filterChristian König2-5/+5
2012-02-10st/vdpau: use matrix filter to blur/sharpen videoChristian König3-7/+81
2012-02-10st/vdpau: use median filter for noise reductionChristian König3-60/+248
2012-02-06st/vdpau: use dst surface size if clip width/height is zeroChristian König1-2/+2
2012-02-06st/vdpau: implement vlVdpOutputSurfaceQueryCapabilitiesChristian König1-2/+36