summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/sources/render_image_source.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Use shared pointer to manage Image source raster data and speed up ↵Asheem Mamoowala2017-07-171-1/+1
| | | | change detection
* [core] refactor ClipID generationKonstantin Käfer2017-07-061-3/+2
|
* [core] remove tile cache size setterIvo van Dongen2017-06-271-2/+0
|
* [core] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-131-1/+0
|
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-6/+1
|
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-1/+1
|
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-7/+5
| | | | | | | * Eliminate updateBatch in favor of diffing layers and detecting changes to properties upon which layout depends. * Replace RenderSource::{update,remove,invalidate,reload}Tiles with a single update method * Replace TilePyramid::{update,remove,invalidate,reload}Tiles with a single update method * Remove Style& dependency TODO from GeometryTile and TileParameters
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-0/+1
|
* [core] Add templated RTTI for RenderSource classesAsheem Mamoowala2017-06-011-0/+5
|
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-5/+2
|
* [core] Render Image SourceAsheem Mamoowala2017-06-011-0/+71