summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/layers/render_heatmap_layer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | This is a step to stop using of render layers in tile worker thread.
* [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 ↵Molly Lloyd2018-08-311-0/+1
| | | | expressions in `*-pattern` properties
* [core] fix circle querying for scale and alignmentChris Loer2018-04-261-1/+2
| | | | | | | This fixes circle querying for cases where either circle-pitch-alignment=map or circle-pitch-scaling=viewport
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+48
Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com>