[Bug 8938] [ATI/radeon] Xv tearing

bugzilla-daemon at annarchy.freedesktop.org bugzilla-daemon at annarchy.freedesktop.org
Thu Nov 30 16:06:57 PST 2006


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=8938          
     




------- Additional Comments From sroland at tungstengraphics.com  2006-11-30 16:06 -------
(In reply to comment #23)
> Spot the error: ;)
> 
> -    left >>= 1; src_w >>= 1;
> +    src_w >>= 1; left >> 1;
Ah very good find. Unfortunately left is typically always 0 anyway so it doesn't
change much. If you move the video window beyond left screen edge it will get
bogus, if you move beyond the upper edge X will finally segfault. Moreover, if
the source is only 16-pixel aligned but not 32-pixel, only garbage will be shown.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Xorg-driver-ati mailing list