Hello,
my Xith3d application runs fine on a Windows PC with Detonator graphics driver. The application builds a very small scenegraph (a few primitive objects). Then it calls view.renderOnce() for the very first time and the call takes literally no time, as expected for a fast PC.
However, when the same Xith app is run on the same PC with an Ati graphics card and Catalyst driver (v3.09), the very first call to renderOnce() takes about 5 seconds. 
I quit the app and start it again, but suddenly the first call to renderOnce() is OK and takes literally no time.
Do I have some Ati-Jogl-Xith3d cache problem?
If I quit the Xith app and use some other 3d software or change resolution/bpp etc, and start the Xith app, again its first call to renderOnce() takes about 5 seconds.
Did anybody experience “longer starting times” with Ati drivers and Xith/Jog apps, too?
PS: I don’t use the very newest Catalyst driver (4.10) because the first time I started my Xith app resulted in a BSoD (the blue screen sayed an AtiXXX.dll caused it). 

