summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Move *TileID hashing to separate implJesse Crocker2017-09-262-276/+29
* [core] fix loading of stale must-revalidate resourcesKonstantin Käfer2017-09-251-0/+3
* [core] custom layer - add contextLost callbackIvo van Dongen2017-09-224-3/+20
* [core] send signal to RenderCustomLayer when gl context has been lostIvo van Dongen2017-09-225-1/+27
* [core] allow context to be abandoned on destructionIvo van Dongen2017-09-222-1/+9
* [core] remove throttling from geometry tileIvo van Dongen2017-09-222-9/+2
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-2111-133/+183
* [core] make sure tiles are not treated as complete until all worker operation...Konstantin Käfer2017-09-217-37/+43
* [core] keep tiles renderable even if a subsequent error occursKonstantin Käfer2017-09-212-5/+0
* Fix platform dependent number type `unsigned long` -> `uint64_t`Asheem Mamoowala2017-09-202-3/+3
* [core] Don't redo placement for zoom changes at low pitch.Chris Loer2017-09-181-3/+3
* [core] Bypass GeoJSON tile data update if tileID zoom is above source's maxZoomBruno de Oliveira Abinader2017-09-151-5/+8
* [core] TransformState::getIntegerZoom should be uint8_tBruno de Oliveira Abinader2017-09-152-2/+2
* [core] Reset zoom history state in still modeBruno de Oliveira Abinader2017-09-151-2/+9
* [core] Partially revert ZoomHistory.lastIntegerZoom updateBruno de Oliveira Abinader2017-09-151-1/+1
* [core] Do not cache stale tilesBruno de Oliveira Abinader2017-09-142-23/+20
* [core] Precompute if has image diffs when updating sourcesBruno de Oliveira Abinader2017-09-141-5/+3
* [core] Clear atlasImage rect for a removed patternBruno de Oliveira Abinader2017-09-131-0/+7
* [core] Rename for clarity: ActiveTexture → ActiveTextureUnitJohn Firebaugh2017-09-116-12/+12
* [core] Dirty the correct state when a texture is deletedJohn Firebaugh2017-09-111-2/+4
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-082-0/+24
* [core] Align line vertex to 4-byte boundaryJohn Firebaugh2017-09-086-21/+13
* [core] Fix z-fighting of translucent fillsJohn Firebaugh2017-09-081-1/+3
* [core] Remove debug::renderTreeLauren Budorick2017-09-072-23/+0
* [core] remove map update enumIvo van Dongen2017-08-314-68/+41
* [core] move annotation tile updates to rendererIvo van Dongen2017-08-312-5/+4
* [core] annotation manager - manage dirty state internallyIvo van Dongen2017-08-313-24/+29
* [node] Cleanup NodeMap::RenderBruno de Oliveira Abinader2017-08-311-0/+7
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-303-10/+10
* [core] make thread.hpp publicIvo van Dongen2017-08-301-163/+0
* [core] Set Style::Impl::loaded only when finishing parsing styleBruno de Oliveira Abinader2017-08-301-1/+2
* [core] Clear RenderGeoJSONSource tilePyramid if no data is availableBruno de Oliveira Abinader2017-08-301-6/+11
* Implement icon-anchor propertyLauren Budorick2017-08-288-65/+107
* [core] Fix issue #9843 (overzoomed line label rendering glitch).Chris Loer2017-08-251-19/+53
* [core] Add optional type template parameter to util::unit, so that it doesn't...Chris Loer2017-08-251-2/+2
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-257-20/+41
* [core] Don't throttle placement in still modeBruno de Oliveira Abinader2017-08-252-2/+8
* Revert "[core] Ensure image dependencies in GeometryTileWorker::onImagesAvail...Bruno de Oliveira Abinader2017-08-251-6/+1
* [core] No need to skip glClear optimization in overdraw modeJohn Firebaugh2017-08-241-5/+0
* [core] Eliminate temporary sources setJohn Firebaugh2017-08-241-11/+8
* [core] Clean up includes and forward declarationsJohn Firebaugh2017-08-243-25/+13
* [core] Inline Renderer::Impl::doRenderJohn Firebaugh2017-08-243-41/+25
* [core] Remove unnecessary members from UpdateParametersJohn Firebaugh2017-08-243-8/+2
* [core] Create BackendScopes in Renderer, assert in ImplJohn Firebaugh2017-08-242-9/+7
* [core] Inline RenderItem and RenderDataJohn Firebaugh2017-08-242-49/+18
* [core] Merge RenderStyle into Renderer::ImplJohn Firebaugh2017-08-247-605/+477
* [core] Avoid GeometryTile dependency in FeatureIndexJohn Firebaugh2017-08-243-23/+14
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-2420-93/+77
* [core] Update ZoomHistory.lastInteger{Zoom,Time} if different from floor zoomBruno de Oliveira Abinader2017-08-221-16/+21
* Set Default MaxZoom to 22Asheem Mamoowala2017-08-212-2/+2