On Wed, 2006-06-21 at 15:06 +0200, Martijn van Oosterhout wrote: > > Turns out I was at least partly wrong. The card does support up to > three clipping rectanges. If there are more, it repeats each draw > command which each set of three clipping rectangles. Now, if I enable > debugging in the kernel, I see that most of the time it does not have > any clipping at all, which means the somehow it only sets up clipping > when it thinks it needs it. > > So I have two questions: > > 1. Is there a way I can see the clipping rectangles setup by the X > server.
You could inspect them in r128GetLock(), e.g. > 2. Is there a good description somewhere of how Mesa works internally, > so I 'd have a better idea where to look? You may find something from http://dri.freedesktop.org/wiki/Documentation , but it's usually best to look at other drivers. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
