summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/symbol_program.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-231-1/+0
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-3/+5
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-171-2/+2
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+1
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-1/+1
* [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