Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2016-10-08 | 2.3 kB | |
OpenGL-0.70.tar.gz | 2016-10-08 | 783.8 kB | |
Totals: 2 Items | 786.1 kB | 5 |
+------------------------------------------------------------------------+ | OpenGL-0.70 +------------------------------------------------------------------------+ General Notes: * Add try/catch to catch Makefile.PL failures to improve report information from CPAN Testers reports. * Added OpenGL::Matrix to support uniform shader matrices. * Unified VBO extension with mainline GL functions. * fixed some formatting/documentation issues * Fixed some outstanding bugs from sf.net * on win32, clean up mingw recognition and allow gmake * updated included freeglut.dll to latest release in major version 2 * updated and greatly automated compilation of hardware-dependent functions and constants * enabled hardware feature detection for compilation on windows * Fixed compilation for OSX without FreeGLUT. * Restored support for GLX. * Fixed/improved a number of GLUT issues. Highlights: * Fixed multi-texture constants/APIs/exports * fix OpenGL::Array RPN calculation issues on osx * Added missing glutStrokeLength implementation. * Fixed missing OUTPUT for several pogl_glut methods. * Updated GL Version definitions in Makefile.PL. * Fixed a c++ name-mangling issue that was breaking builds on Linux. * Improved FREEGLUT searching/linking for Linux and Mac OS X. * Fixed/improved GLUT version reporting in util/glversion.c. * Restored GLX interface support for Makefile.PL. * Enhanced test.pl for OpenGL::Shader and VBOs * suppress osx 10.9 deprecation warnings * Added GLUT_VERSION to exported constant values * fix OSX warnings about data types * Updated OpenGL::Array to support 2D matrices; added OpenGL::Array->get_dimensions method. * Added OpenGL::Matrix subclass of OpenGL::Array * Unified the following extensions into mainline GL functions: GL_EXT_vertex_array GL_ARB_vertex_buffer_object GL_EXT_framebuffer_object GL_ARB_multitexture * Fixed sf.net #21 "delete functions removed from Mesa 10.6" * Fixed sf.net #22 "Perl::OpenGL make test fails (undefined symbol: glWindowPos4iMESA)". NOTE: This is a duplicate report of the problem in bug #21 but it motivated this release. Thanks for the report, Richard. * Fixed sf.net #20 "Prefer system GL/#gl.h on non-Win32"