summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/debugging.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] remove gl/context.hpp from more files, cast where necessaryKonstantin Käfer2019-03-201-3/+3
|
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-121-0/+2
| | | | | | This patch will make Mapbox GL Core never use OpenGL directly. We should consider locking into OpenGL ES 2.0 to simplify the code path and remove #ifdefs.
* [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
| | | | Previously, we initialized global variables that held pointers to the extension functions. While this seemed to work, the spec doesn't guarantee that the function pointers are identical for different OpenGL contexts. Therefore, we are now making them a member variable of the Context object.
* [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
| | | | This reverts commit 8c4da72d09e585bd10d030129c99e1e609a2d2f9.
* [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
| | | | Use a macro to completely remove all instantiations of mbgl::gl::debugging::group so that we aren't executing the code to generate the arguments to the object instantiation
* Extensible GL extension supportJohn Firebaugh2015-05-131-0/+195