summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Correct x-offset introduced by vertical glyph rotationChris Loer2017-08-183-12/+21
* [core] Ensure image dependencies in GeometryTileWorker::onImagesAvailableBruno de Oliveira Abinader2017-08-141-1/+6
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-114-45/+14
* [core] remove dependencies on RunLoopIvo van Dongen2017-08-094-8/+8
* [core] current schedulerIvo van Dongen2017-08-091-0/+19
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-087-40/+39
* [core] finish must-revalidate supportKonstantin Käfer2017-08-081-0/+1
* [core] Do not use polymorphic lambdaThiago Marcos P. Santos2017-08-071-34/+52
* [core] Include what you useThiago Marcos P. Santos2017-08-071-0/+1
* [core] Remove std:: namespace for some functionsThiago Marcos P. Santos2017-08-071-1/+1
* [core] fix rendering of fill outlines that have a different color than the fi...Konstantin Käfer2017-08-071-30/+22
* [core] Simplify generate-shaders.jsJohn Firebaugh2017-08-0212-24/+176
* [core] modify texture coordinate scaling (#9153)Molly Lloyd2017-07-275-17/+23
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-2612-99/+112
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-2611-25/+18
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-267-3/+14
* [core] fix backend scope handling on render, cleanup and lowmemoryIvo van Dongen2017-07-251-4/+4