summaryrefslogtreecommitdiff
path: root/include/mbgl/gl/gl.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Privatize gl/gl.hppKonstantin Käfer2017-03-281-50/+0
* [Qt] Remove legacy QOpenGL dependency from Qt5 buildThiago Marcos P. Santos2017-03-031-2/+2
* [core] Add noexcept(false) in MBGL_CHECK_ERRORJohn Firebaugh2017-02-151-1/+1
* [Qt] Use Qt's OpenGL headerThiago Marcos P. Santos2017-01-201-0/+3
* [core] Improve attribute binding APIJohn Firebaugh2016-10-051-32/+0
* [core] Move shader and uniform to gl directoryJohn Firebaugh2016-10-051-1/+1
* [core] Refactor BufferJohn Firebaugh2016-10-051-3/+35
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-44/+3
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-5/+0
* [core] remove unused GL_TRACK functionsKonstantin Käfer2016-09-281-72/+0
* [core] store viewport and FBO bindingKonstantin Käfer2016-09-271-0/+1
* [core] check GL errors in loopMike Morris2016-09-211-3/+2
* [core] Use NDEBUG instead of DEBUGBruno de Oliveira Abinader2016-08-051-1/+1
* [core] code style cleanupsKonstantin Käfer2016-07-011-3/+3
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-2/+2
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Don't put static objects in a header file (#4707)John Firebaugh2016-04-141-25/+8
* [gl] Moved VAO helpers to common headerBruno de Oliveira Abinader2016-02-181-0/+26
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-0/+159