summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/symbol_program.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] No need for optional in map of VertexArraysJohn Firebaugh2017-07-171-4/+4
* [core] Per-segment-per-layer vertex arraysJohn Firebaugh2017-07-171-4/+7
* [core] Rework attribute binding (again)John Firebaugh2017-07-171-18/+30
* [core] Eliminate constant attribute bindingsJohn Firebaugh2017-07-171-5/+6
* [core] Don't use "current" icon/text-size when bindingJohn Firebaugh2017-07-171-16/+5
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-141-1/+2
* [core] add constant DDS values as uniformsKonstantin Käfer2017-06-141-1/+1
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-191-3/+5
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-5/+5
* [core] split off render layersIvo van Dongen2017-04-251-0/+1
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-19/+337
* Pack min + max into one attribute :muscle:Molly Lloyd2017-03-081-5/+3
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-25/+52
* [core] Check in generated shader codeJohn Firebaugh2017-02-071-2/+2
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-16/+20
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-0/+2
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+134