aboutsummaryrefslogtreecommitdiff
path: root/drivers/gl_context/GL
Commit message (Collapse)AuthorAgeFilesLines
* GLEW: Update to upstream version 1.13.0 (pristine)Rémi Verschelde2016-06-253-942/+5811
| | | | | | | | | | This removes a custom redefinition of glewGetProcAddress, which was apparently necessary for older Macs with buggy OpenGL (see #5087). The added source files are as provided in the upstream tarball. (cherry picked from commit 5bed0af65e7bac0a4f8b97ea5392d2df2c25622d)
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-253-0/+18109
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. (cherry picked from commit 768e9252714b57421b5c893a8258469a14630a30)