Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-10-14 | 1.2 kB | |
OpenGL-0.6702.tar.gz | 2013-10-14 | 674.0 kB | |
Totals: 2 Items | 675.2 kB | 0 |
+------------------------------------------------------------------------+ | OpenGL-0.6702 +------------------------------------------------------------------------+ General Notes: * This release fixes some minor build issures for Strawberry Perl 32bit where the wrong FreeGLUT library would be linked in---this failed at runtime during the 'perl Makefile.PL' step. Highlights: * Clean up INSTALL, README, and bring more up-to-date. * Put util/strawberry.bat under git configuration management. * glutCloseFunc() feature has been disabled. A warning is given the first time the close handler is called. * Strawberry perl builds are now detected and the build configuration is corrected. This should allow for automated builds. * Comment out failing tests in t/10_opengl_array.t. Ideally, we could replace this implementation with something using pdls instead. * Some GLUT cleanup for POGL * Remove GL_TYPE_RGBA_FLOAT_ATI support. The sid debian build for AMD has problems with this. * New example/glxgears.pl ported by Brian Medley (thanks!) * Removed OS/2 support code (no longer supported) * Various other fixes (see GIT_CHANGES)