Dnia 20-01-2005, czw o godzinie 08:50 -0700, Brian Paul napisał(a): > > Any suggestion what programs use to test such modification. I suspect > > that following things may be broken: red/draw pixels etc, poligon > > stipple, scissor. > > The Mesa drawpix.c and readpix.c tests would be good for starters. > The drawpix program also has a scissor option. > > redbook/polys.c tests polygon stipple. It would be easy to adapt > those programs or write new ones as needed.
Thanks, I'll run those. > When you run those programs, be sure to test what happens when the > window is dragged off the edge of the screen, to be sure clipping works. > I already did similar tests. Clipping is working with one exception. It is broken just after window move. It is caused by that driver already uses new cliprects calculated for new offset but new offset isn't uploaded to hardware yet. After one frame everything seems to be working ok and is not affected by dragging window off the edge. I need to check below the screen though. Best, -- Jacek Rosik <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
