summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/program.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+1
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-49/+6
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-4/+54
* [core] Extract and de-templatize several Program static methodsJohn Firebaugh2017-03-091-27/+4
* [core] De-duplicate shader prelude sourceJohn Firebaugh2017-03-081-2/+3
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-4/+50
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* Always use a dot as a decimal point in string, independent of localeAki Koskinen2016-11-291-1/+6
* [core] update native for line property function shaders changes (#6658)Molly Lloyd2016-11-161-13/+18
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-3/+5
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+31