http://bugs.freedesktop.org/show_bug.cgi?id=18542
--- Comment #34 from Alex Deucher <[EMAIL PROTECTED]> 2008-12-04 07:43:33 PST --- (In reply to comment #30) > Complete patch at: > > http://git.infradead.org/users/drzeus/xf86-video-ati?a=shortlog;h=refs/heads/vsync > > Alex tested it on R200 but had problems where the state changes caused > problems > elsewhere. There was also some issue with fullscreen. Could you describe it in > more detail though, Alex? On r200, you have to reset the scissors when you switch to EXA or your rendering gets clipped. Also you can only scale the video to a certain size before it stops rendering. I suspect we are hitting a coordinate limit somewhere due to the huge triangle. All chips support rect lists (not just r100). That might be a better solution if it renders then as rects rather than as triangles. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
