So, along the lines of testing, I've also run into a weird issue on older (pre-GL 3.0) machines.
I have a Xith render loop up and running, and calls are executing, but the canvas is not updating (it just shows the previous screen contents in its buffer. This is after switching to LWJGL_AWT from JOGL_AWT. Is there a dependency for LWJGL to use newer versions of OpenGL?
So, I'm thinking that perhaps that has something to do with this. At the same time, despite importing the xith-tk project and xith3d projects into my Eclipse workspace, I can't get the blasted things to run. Compile, sure, but not run (though even that takes some tweaking--there are some weirdnesses in the OpenAL stuff).
So, I want to just test out the test suite for Xith. Is there any way to get just that, as a binary blob? I don't trust my development environment to do a compile from source, and just want to test switching from JOGL to LWJGL on the machines which show this issue.
Thanks, as always, for any aid.
-Chris
UPDATE: Checked the machines in question using
www.lwjgl.org/applet . So, fails to draw giving a pixel format not supported error. So, I'm pretty sure I just need to go back to using JOGL and all will be well.