[Mesa-dev] [PATCH] st/vdpau: fix subtitle related bug v2

2013-04-09 Thread Christian König
From: Christian König Drawing subtitles didn't increased the dirty area of the surface. v2: don't clear the surface Signed-off-by: Christian König --- src/gallium/state_trackers/vdpau/output.c |4 1 file changed, 4 insertions(+) diff --git a/src/gallium/state_trackers/vdpau/output.c

[Mesa-dev] [PATCH] st/vdpau: fix subtitle related bug

2013-04-09 Thread Christian König
From: Christian König Drawing subtitles didn't increased the dirty area of the surface. Signed-off-by: Christian König --- src/gallium/state_trackers/vdpau/output.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/state_trackers/vdpau/output.c b/src/g