summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/attribute.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Reduce memory requirements of VertexArraysJohn Firebaugh2017-07-121-8/+14
* [core] Rework attribute binding (again)John Firebaugh2017-07-121-72/+78
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-121-4/+1
* [core] Bind only active attributes in order to avoid exceeding attribute limi...Lauren Budorick2017-06-291-1/+11
* [core] Eliminate constant attribute bindingsJohn Firebaugh2017-06-141-50/+39
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-1/+12
* [core] Fix overspecialization of PaintPropertyBinder templateJohn Firebaugh2017-03-171-12/+15
* Pack min + max into one attribute :muscle:Molly Lloyd2017-03-081-12/+34
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-44/+141
* [core] Assign attribute locations sequentiallyJohn Firebaugh2016-11-151-2/+5
* [core] Put ignore in util namespaceJohn Firebaugh2016-11-081-6/+6
* [core] Introduce and use IndexedTupleJohn Firebaugh2016-11-081-15/+11
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-9/+7
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-6/+4
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-081-23/+153
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-4/+0
* [core] Improve attribute binding APIJohn Firebaugh2016-10-051-0/+50