Replaced GLEW with (a highly customized) loader generated by glLoadGen, restructured GLExtensions.hpp for easier extension bookkeeping, make use of GLEXT definitions in Shader.cpp and Texture.cpp as well, replaced GL_MAX_TEXTURE_COORDS with GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, implemented flags for requesting a debug or core/compatibility profile context, changed the default context version from 2.0 to 2.1.

This commit is contained in:
binary1248 2015-01-12 18:58:22 +01:00
parent ea2bf65186
commit 3e397bff4b
34 changed files with 3067 additions and 30523 deletions

View file

@ -32,7 +32,5 @@ External libraries used by SFML
* libjpeg is public domain
* stb_image and stb_image_write are public domain
* freetype is under the FreeType license or the GPL license
* GLEW is under the modified BSD License, the Mesa 3-D License (MIT License), and the Khronos License (MIT License)
* libogg is under the BSD license
* libvorbis is under the BSD license
* libogg is under the BSD license* libvorbis is under the BSD license
* libflac is under the BSD license