summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/layers/render_heatmap_layer.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add gfx::UploadPass, split startRender into prepare and uploadupstream/gfx-refactor-7Konstantin Käfer2019-05-151-0/+1
* [core] Simplify RenderLayer interface.Mikhail Pozdnyakov2019-04-171-1/+0
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-171-12/+4
* [core] add gfx::Renderable and gfx::OffscreenTextureKonstantin Käfer2019-04-051-2/+2
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-2/+2
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-0/+1
* [core] Layer manager is responsible for buckets and layouts creationMikhail Pozdnyakov2019-02-251-2/+0
* [core] Remove RenderLayer's is<> as<> methodsAlexander Shalamov2018-11-191-5/+0
* [core] Remove casts where expected type is part of the contractAlexander Shalamov2018-11-191-0/+4
* [core] Move layer specific color ramp updates behind common update() methodAlexander Shalamov2018-11-191-2/+4
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-0/+1
* [core] fix circle querying for scale and alignmentChris Loer2018-04-261-1/+2
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+48