http://bugs.freedesktop.org/show_bug.cgi?id=25884
--- Comment #10 from Michel Dänzer <[email protected]> 2010-03-19 07:23:54 PST --- On Fri, 2010-03-19 at 16:20 +0200, Pauli Nieminen wrote: > > --- Comment #8 from Michel Dänzer <[email protected]> 2010-03-19 07:11:33 > > PST --- > > Pauli, please elaborate. How exactly are 'too many cliprects' causing the > > symptoms described in this report? > > Because r200 textured video is rendering the clipping regions using > vertices embed into command stream. So end result is that vertex data > takes more space than single CS array can hold. For xine case that I > tested it took about 28k dwords. > > Single buffer can hold only 16k dwords. So the textured video code needs to be fixed to use smaller draw packets in several CS. Even when using VBOs limits like this need to be dealt with somehow. -- 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
