summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [node] Reset Style::Impl::lastError when loading a new styleJohn Firebaugh2017-07-241-0/+2
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-2411-8/+105
* [core] add algorithm for computing masks for raster tilesKonstantin Käfer2017-07-243-0/+148
* [android] Disable program caching on Adreno 3xx, 4xx, and 5xx GPUs due to kno...John Firebaugh2017-07-211-1/+15
* [core] Work around Adreno 2xx GPU bugs (#9573)John Firebaugh2017-07-211-0/+7
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-204-13/+20
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-1911-11/+13
* [core] Refactor Painter awayJohn Firebaugh2017-07-1941-870/+811
* [core] Inline Painter::renderPassJohn Firebaugh2017-07-192-41/+42
* [core] Move extrusion rendering to RenderFillExtrusionLayerJohn Firebaugh2017-07-192-53/+42
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-199-266/+175