summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/fill_program.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] refactor program object creationKonstantin Käfer2019-05-281-6/+0
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-7/+7
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-9/+14
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-1/+0
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-011-3/+3
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-20/+12
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-6/+6
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-231-0/+2
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-1/+1
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-141-2/+2
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-3/+1
* [core] Move CrossFadedPropertyEvaluator to its own fileJohn Firebaugh2016-12-061-1/+1
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+47