summaryrefslogtreecommitdiff
path: root/src/mbgl/style/collection.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix -Wshadow when using GCC 4.9Thiago Marcos P. Santos2019-12-121-4/+4
|
* [core] Introduce style::CollectionWithPersistentOrderMikhail Pozdnyakov2019-11-191-37/+74
| | | | | | So that we do not unnecessarily remove and re-add sources and images if their order has been modified in the updated style.
* [core] Collection-level immutabilityJohn Firebaugh2017-06-051-0/+141
Introduce a second level of immutability, over each of the collections held by a style: sources, images, and layers. Tracking immutability at this level allows us to short-circuit significant portions of the RenderStyle update logic via a simple equality check, greatly improving performance.