Archives Sept. 6, 2006
Fixed one regression, another discovered (Don't fix unbroken things...)
Written by
on
in
Snaking.
The bug in the array handling for OpenGL-ctypes was due to my trying to be too clever. Oops. Finished running the OpenGL and OpenGLContext test suites. Biggest issues that surfaced were that the nurbs support has been broken somehow :( , and that the OpenGLContext mouse-handling code is accepting far too many events for processing, ...
Something got fixed on my machine (Probably by the gcc and glibc update)
Written by
on
in
Snaking,
Tuxedo.
Running the PyOpenGL GLUT demo "gears.py", which is basically identical to the standard glxgears program, today I get 1430fps on my workstation, (compared to about 1600 for glxgears today). This same machine was getting around 150fps last week (with either program). I'm guessing the complete system rebuild with gcc 4.x and glibc 2.4.x (which was ...
Apparently a regression crept in over the weekend (My lunch-break in testing...)
Written by
on
in
Snaking.
Spent the lunch break working on testing OpenGL-ctypes. Got through all of the PyOpenGL demos, but far more were failing than should have been. It appears I've introduced a bug in array handling at some point and didn't notice it. Grr. Worse, as I was testing in the OpenGLContext area I discovered a bug that ...