Yesterday I installed the new ATI 10.2 driver (up from 9.12) and promptly ran into the problem that you guys already fixed in 2.3.
It turned out I also had to migrate all usage of Byte/Float/Double/IntBuffers to use direct buffers.
Now the problem is that no objects are displayed anymore. I still see the ground and sky (with texture) and shadows of objects.
But objects themselves are gone, instead I see occasional large (25%-75% of the display) black or grey triangles flickering randomly.
One difference between ground/sky/shadow and object display is that I use
GL11.glPushMatrix();
GL11.glMultMatrix (matrixD); //matrixD being a DoubleBuffer
or
GL11.glPushMatrix();
GL11.glMultMatrix (matrixF); //matrixF being a FloatBuffer
which are not used in ground/sky display.
I've been checking again and again and again, but I'm sure my refactoring from normal to direct buffers is correct.
Is it possible that some other change has been introduced between 2.2.1 and 2.3?
I don't mean necessarily a bug in lwjgl 2.3; chances are that I was doing something incorrect before the refactoring, and now a change in the 2.3 made lwjgl refuse to work with my previously incorrect code.
Any ideas what might be going on?
I only use lwjgl for demonstration purpose, therefore I'm not very experienced and was never concerned with performance either.
I'm on 64bit SUSE Linux, using an 10.2 ATI driver on HD 3850.
Tilmann
===========
www.ode4j.org