summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/render_style.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Merge RenderStyle into Renderer::ImplJohn Firebaugh2017-08-241-92/+0
|
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-191-1/+1
|
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-191-1/+1
|
* [core] remove tile cache size setterIvo van Dongen2017-06-271-1/+0
|
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-2/+2
|
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-5/+5
|
* [core] Collection-level immutabilityJohn Firebaugh2017-06-051-3/+3
| | | | 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.
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-0/+93