summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/debugging.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add MBGL_CHECK_ERROR to some locations where it was missingKonstantin Käfer2017-06-211-4/+4
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-231-177/+17
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] Disable debug groups in release buildsJohn Firebaugh2017-01-171-28/+30
* [core] Restore GL_KHR_debug messages in release buildsJohn Firebaugh2017-01-171-3/+0
* [build] move logging to utilKonstantin Käfer2016-11-221-2/+2
* [core] only load debug extensions in debug modeKonstantin Käfer2016-09-291-0/+3
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-0/+1
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-3/+3
* fix debugging names on iOSKonstantin Käfer2015-08-191-1/+1
* disable debugging groups in non-debug buildsKonstantin Käfer2015-08-191-5/+0
* Extensible GL extension supportJohn Firebaugh2015-05-131-0/+195