summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/tile_pyramid.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add gfx::UploadPass, split startRender into prepare and uploadupstream/gfx-refactor-7Konstantin Käfer2019-05-151-2/+8
* [core] RenderTile shall never be created for a not renderable tileMikhail Pozdnyakov2019-05-141-4/+2
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-081-1/+0
* [core] Update `style::LayerProperties` instances in tilesMikhail Pozdnyakov2019-04-171-0/+21
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-1/+1
* [core] TilePyramid has sorted render tilesMikhail Pozdnyakov2019-01-161-3/+15
* [core] don't prefetch AnnotationTilesMolly Lloyd2018-10-031-1/+1
* [core] don't prefetch tiles for geojson sources (#12529)Molly Lloyd2018-08-021-1/+1
* [core] re-assign ids when lng jumps to avoid flickerAnsis Brammanis2018-05-221-0/+40
* [core] fix circle querying for scale and alignmentChris Loer2018-04-261-3/+8
* [core] fix querying circles across tile boundariesChris Loer2018-04-261-2/+4
* Port global symbol query from GL JS:Chris Loer2018-04-251-4/+2
* [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques...Asheem Mamoowala2018-02-191-2/+5
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-141-1/+1
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-1/+6
* [core] port minor collision changes from -js (#10764)Ansis Brammanis2018-01-081-7/+0
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-0/+11
* [core] fix #10833 loading overscaled tilesAnsis Brammanis2018-01-051-3/+7
* [core] Allow prefetching tiles for all source typesBruno de Oliveira Abinader2018-01-031-6/+3
* [core] Symbol cross-fading.Chris Loer2017-11-171-0/+20
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-171-2/+4
* [core] Switch from background to foreground placementChris Loer2017-11-171-8/+10
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-2/+2
* [core] Do not cache stale tilesBruno de Oliveira Abinader2017-09-141-21/+20
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-2/+2
* [core] Refactor Painter awayJohn Firebaugh2017-07-191-5/+5
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-191-3/+1
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+1
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-07-111-5/+2
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-111-4/+9
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-071-2/+26
* [core] refactor ClipID generationKonstantin Käfer2017-07-061-16/+11
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-5/+2
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-1/+1
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-26/+32
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-0/+2
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-1/+1
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-0/+263