Hi,
Since yesterday i own some ATI Radeon 9200 GFX Card ;D, It was so cheap i must buy it.
So i have two Maschines for Tesing lwjgl.
After Install the new GFx Card, the whole Demo crashed…but after download the newest Drivers from ATI the demo runs fine under ATI Chipset…keep on the good work! Did someone tested the 0.7pre 2 under Linux ? I plan to do it next, but i read about some Depthbuffer Problems on Linux. On Windows i dont have specifiy a Depth Buffer when creating a Display for Fullscreen like:
Window.create ( "test" ,displaymode.bpp , 0 , 0 , 0 ) ;
For me this i not correct, cause it should give also DisplayProblems , or am i wrong ?
I’ve noticed you added a isFullscreen Method on Window.class, good to use!