Commit Graph

5 Commits (c79db48ea11e41c6ffb6adce1afdd14079d56d34)

Author SHA1 Message Date
Yuri Kunde Schlesner 478289140d Replace GLEW with a glLoadGen loader.
This should fix the GL loading errors that occur in some drivers due to
the use of deprecated functions by GLEW. Side benefits are more accurate
auto-completion (deprecated function and symbols don't exist) and faster
pointer loading (less entrypoints to load). In addition it removes an
external library depency, simplifying the build system a bit and
eliminating one set of binary libraries for Windows.
archshift 71b8789803 Indent fixes
archshift 1e729e7cae Added FindGLEW to cmake-modules
bunnei 80a040ac77 fixes to scm_rev generation to make it conistent with windows build
bunnei 4405a53cf3 added scm rev generation on Linux/cmake