summaryrefslogtreecommitdiff
path: root/platform/qt/mbgl/gl/gl_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix Qt4 on macOSBruno de Oliveira Abinader2017-11-271-1/+6
|
* [qt] Fix build on some archsThiago Marcos P. Santos2017-10-311-0/+5
| | | | | When building for certain platforms, don't redefine OpenGL constants we use.
* [Qt] Use QOpenGLFunctions for Qt5Thiago Marcos P. Santos2017-10-251-2/+149
| | | | | | Do not link directly with OpenGL, so we load it using Qt5. Also, always build for OpenGL ES2 which is the compatibilty mode that should work on all platforms supported by Qt5.
* [core] Make the OpenGL implementation platform specificThiago Marcos P. Santos2017-10-251-0/+21
Split the headers, so each platform includes the most appropriated header.