summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/render_tile.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-2/+2
* [core] Remove default move operator for RenderTileRoman Kuznetsov2019-11-191-1/+0
* [core] Add setFeatureState API to Tile classesJuha Alanen2019-09-181-0/+3
* [core] RenderSource creates render itemsMikhail Pozdnyakov2019-07-041-2/+2
* [core] Introduce TileRenderDataMikhail Pozdnyakov2019-07-041-2/+5
* [core] Remove orchestration methods from RenderTileMikhail Pozdnyakov2019-07-041-2/+0
* [core] Refactor tile pyramidMikhail Pozdnyakov2019-06-101-2/+0
* [core] fix warnings with Xcode 11's updated Clang versionKonstantin Käfer2019-06-041-1/+1
* [core] RenderTile returns textures by const referenceMikhail Pozdnyakov2019-05-281-2/+2
* [core] RenderTile does not expose TileMikhail Pozdnyakov2019-05-281-1/+19
* [core] Prepare render sources before render layers are initializedMikhail Pozdnyakov2019-05-221-1/+3
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-2/+12
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-081-1/+0
* [core] change approach to stencil clipping to (almost) match JSKonstantin Käfer2019-04-291-2/+0
* [core] re-assign ids when lng jumps to avoid flickerAnsis Brammanis2018-05-221-1/+1
* [core] don't generate clip IDs for buckets/layers that don't need to be clippedKonstantin Käfer2017-10-171-0/+1
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-241-0/+2
* [core] Refactor Painter awayJohn Firebaugh2017-07-191-3/+3
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-191-0/+1
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-2/+2
* [core] refactor ClipID generationKonstantin Käfer2017-07-061-1/+1
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-3/+3
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+14
* [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-081-0/+1
* [core] Delete the now-unused ptr.hppJohn Firebaugh2016-09-061-1/+0
* [core] Move translatedMatrix to RenderTileJohn Firebaugh2016-07-111-0/+8
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-3/+1
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-3/+3
* [core] Tile ⇢ RenderTileJohn Firebaugh2016-06-131-0/+28