summaryrefslogtreecommitdiff
path: root/drivers/gl_context/glew.h
AgeCommit message (Collapse)Author
2016-06-08GLEW: Define static + enabled and includes via SConsRĂ©mi Verschelde
This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location.
2016-05-05Fix build for Windows 64-bits with GCCGeorge Marques
2016-05-03Fix windows 64-bits build.George Marques
The change in `tools/doc/doc_data.cpp` is needed because the MSVC compiler does not support variable length arrays. Fix #4113
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky