summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/fill_extrusion_program.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix: fill-extrusion-vertical-gradient was ignored. #14784Aleksandar Stojiljkovic2019-05-311-3/+6
* [core] refactor program object creationKonstantin Käfer2019-05-281-4/+0
* [core] render extrusions directly in the main framebufferKonstantin Käfer2019-05-081-1/+4
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-14/+14
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-6/+8
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-1/+0
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-1/+1
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-011-15/+15
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-26/+18
* [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] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+81