summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/segment.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Eliminate constant attribute bindingsJohn Firebaugh2017-06-141-3/+3
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-231-5/+0
* [core] Use std::call_once to report about missing VAOsBruno de Oliveira Abinader2017-02-221-4/+4
* [core] Redo approach to unsupported VAO extensionJohn Firebaugh2017-02-201-6/+11
* [core] Restore support for GL implementations without VAO extensionJohn Firebaugh2017-02-101-5/+10
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-2/+31
* [core] Use indexed rendering everywhereJohn Firebaugh2016-12-011-7/+0
* [core] Return to static, per-segment approach to VAOsJohn Firebaugh2016-11-151-0/+6
* [core] Introduce SegmentVectorJohn Firebaugh2016-11-151-0/+13
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-6/+6
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-0/+27