diff options
author | Christian König <[email protected]> | 2011-07-15 17:20:55 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-07-15 17:36:02 +0200 |
commit | 2cbf532ae13513c3cbc7dad8ae41beeff931529e (patch) | |
tree | b8154a4482045e352b74990524c388b367094f43 /src/gallium/state_trackers/vdpau/presentation.c | |
parent | a3d23a4868e0d95971086df17e04ed9f9f5f3121 (diff) |
g3dvl: correctly distinct dst area and clip area in the compositor
Otherwise xine won't scale correctly.
Diffstat (limited to 'src/gallium/state_trackers/vdpau/presentation.c')
-rw-r--r-- | src/gallium/state_trackers/vdpau/presentation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/vdpau/presentation.c b/src/gallium/state_trackers/vdpau/presentation.c index 1176c7a30b7..fe93741ed0d 100644 --- a/src/gallium/state_trackers/vdpau/presentation.c +++ b/src/gallium/state_trackers/vdpau/presentation.c @@ -170,7 +170,7 @@ vlVdpPresentationQueueDisplay(VdpPresentationQueue presentation_queue, vl_compositor_clear_layers(&pq->compositor); vl_compositor_set_rgba_layer(&pq->compositor, 0, surf->sampler_view, NULL, NULL); vl_compositor_render(&pq->compositor, PIPE_MPEG12_PICTURE_TYPE_FRAME, - drawable_surface, NULL, NULL); + drawable_surface, NULL, NULL, NULL); pq->device->context->pipe->screen->flush_frontbuffer ( |