diff options
author | Christian König <[email protected]> | 2011-12-12 16:28:24 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-12-14 14:20:44 +0100 |
commit | 9e51c200a78b8be8be195e0d82d69e952afd1343 (patch) | |
tree | ee6a5111abdd318965fa2a378055b1fe146e8d36 /src/gallium/state_trackers/vdpau/output.c | |
parent | 167b1b32c5ff30d514253072ce54513112c03d4d (diff) |
st/vdpau: some mixer fixes
Correctly use destination_rect and destination_video_rect
in the mixer, and also use a dirty area tracking for output surfaces.
Based on work of Maarten Lankhorst <[email protected]>
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/vdpau/output.c')
-rw-r--r-- | src/gallium/state_trackers/vdpau/output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/vdpau/output.c b/src/gallium/state_trackers/vdpau/output.c index d83831e5dd2..cca69c4373e 100644 --- a/src/gallium/state_trackers/vdpau/output.c +++ b/src/gallium/state_trackers/vdpau/output.c @@ -114,6 +114,8 @@ vlVdpOutputSurfaceCreate(VdpDevice device, pipe_resource_reference(&res, NULL); + vl_compositor_reset_dirty_area(&vlsurface->dirty_area); + return VDP_STATUS_OK; } |