summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/program.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Bind only active attributes in order to avoid exceeding attribute limi...Lauren Budorick2017-06-291-5/+7
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-131-6/+5
* [core] cleanup ProgramParametersKonstantin Käfer2017-06-131-2/+2
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-0/+61
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-7/+23
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-18/+24
* [core] Use indexed rendering everywhereJohn Firebaugh2016-12-011-26/+0
* [core] Introduce SegmentVectorJohn Firebaugh2016-11-151-3/+4
* [core] Assign attribute locations sequentiallyJohn Firebaugh2016-11-151-1/+1
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-3/+61
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+37