summaryrefslogtreecommitdiff
path: root/platform/node
Commit message (Collapse)AuthorAgeFilesLines
* [build] Added CircleCI macos-release-node{4,6} jobsBruno de Oliveira Abinader2017-11-282-80/+5
|
* [node, build] Don't fail on non-node tagsJason Wray2017-11-201-0/+2
|
* Release node v3.5.6 (#9610)node-v3.5.6Bobby Sudekum2017-09-292-6/+11
|
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-211-1/+0
| | | Port of https://github.com/mapbox/mapbox-gl-js/pull/5101: adds a new render pass `Pass3D` before any other rendering wherein we render layers with 3D passes (fill-extrusion layers) to offscreen framebuffers, sharing a depth renderbuffer between those layers in order to render 3D space correctly. Those framebuffers are saved on the RenderLayers and copied back to the map during the translucent pass. Rendering to offscreen framebuffers before we do any clear + draw means we can avoid expensive framebuffer restores.
* [node] Added 'removeSource'Bruno de Oliveira Abinader2017-09-153-0/+21
|
* [core] Do not cache stale tilesBruno de Oliveira Abinader2017-09-141-1/+0
|
* [node] Reflect GL JS changes in render.test.jsBruno de Oliveira Abinader2017-09-141-45/+1
|
* [node] Implement GeoJSON converterBruno de Oliveira Abinader2017-09-133-22/+14
|
* [core] Clear atlasImage rect for a removed patternBruno de Oliveira Abinader2017-09-131-0/+1
|
* [node] Shuffle seed supportBruno de Oliveira Abinader2017-09-121-1/+27
|
* [core] Fix z-fighting of translucent fillsJohn Firebaugh2017-09-081-1/+3
|
* [test] Unignore render-tests/circle-pitch-alignment/*Bruno de Oliveira Abinader2017-08-311-4/+0
|
* [test] One map per pixel ratio in render.test.js --recycle-mapBruno de Oliveira Abinader2017-08-311-16/+36
|
* [test] Interpret render tests params: --recycleMap and --shuffleBruno de Oliveira Abinader2017-08-311-2/+14
|
* [node] Set style default camera upon each test suite runBruno de Oliveira Abinader2017-08-312-1/+19
|
* [node] Cleanup NodeMap::RenderBruno de Oliveira Abinader2017-08-311-21/+6
|
* Update gl-js SHA + ignore fill-extrusion-multiple testLauren Budorick2017-08-301-0/+1
|
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-301-4/+0
|
* Enable tests for #1350, #9704Asheem Mamoowala2017-08-291-6/+1
|
* [core] Fix issue #9843 (overzoomed line label rendering glitch).Chris Loer2017-08-251-2/+2
| | | | | | Ports fix for GL JS issue #5112. Line label projection can't be based on tile geometry that's behind the plane of the camera. The relevant tests are still ignored because the overzoomed collision behavior is different between native and JS.
* [test] Un-ignore regressions/mapbox-gl-native#9792Bruno de Oliveira Abinader2017-08-251-1/+0
|
* Update ignores + suite_implementationLauren Budorick2017-08-232-3/+10
|
* [ios][macos][node][android] Updated documentation and Changelogs for #9821Asheem Mamoowala2017-08-221-0/+3
|
* Skip test for issue #9792, as it currently causes the test harness to time out.Chris Loer2017-08-181-0/+1
|
* [tests] Ignore render test failuresJohn Firebaugh2017-08-081-0/+7
|
* [core] fix rendering of fill outlines that have a different color than the ↵Konstantin Käfer2017-08-071-6/+1
| | | | fill itself
* Add native ignore for text-letter-spacing/property-function and ↵Nicki Dlugash2017-08-011-0/+2
| | | | zoom-and-property-function (#9669)
* [test] Add native ignore for text-max-width/property-function and ↵Nicki Dlugash2017-08-011-0/+2
| | | | | text-max-width/zoom-and-property-function (#9655) [test] Add native ignore for text-max-width/property-function and text-max-width/zoom-and-property-function
* [core] modify texture coordinate scaling (#9153)Molly Lloyd2017-07-271-0/+3
| | | | | | | | | ignore unsupported dds property tests fix tests remove unneeded texture extent variable bump gl-js to master
* [core][android][macos][ios] Implement property functions for line-join, ↵Lauren Budorick2017-07-261-5/+0
| | | | text-justify, text-anchor (#9583)
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-264-143/+23
|
* [core] Replace API.ZoomHistory test with integration testJohn Firebaugh2017-07-261-0/+2
|
* [node] manage backendscope in renderer frontendIvo van Dongen2017-07-253-6/+10
|
* [node] Reset Style::Impl::lastError when loading a new styleJohn Firebaugh2017-07-241-0/+51
|
* [node] Protect against more badly behaved request implementationsJohn Firebaugh2017-07-242-7/+70
|
* [node] Rewrite request testsJohn Firebaugh2017-07-244-136/+71
|
* [node] Protect against synchronous request implementationsJohn Firebaugh2017-07-211-1/+7
|
* Partially revert "[node] Fix memory test hanging after GlyphAtlas ↵John Firebaugh2017-07-212-16/+0
| | | | | | refactoring (#8394)" This reverts commit 5700c99e553c6e487649350505f438844056a1c8.
* add native ignore for `text-justify/property-function`Nicki Dlugash2017-07-201-0/+1
|
* [test] Add native ignore for 'text-anchor/property-function' (#9556)Chris Loer2017-07-191-1/+2
|
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-181-11/+1
|
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-183-3/+3
|
* [node] rendering interface changesIvo van Dongen2017-07-184-10/+123
|
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+0
|
* [android][glfw][ios][macos][node][qt] split backend from mapobserverIvo van Dongen2017-07-182-3/+9
|
* [build] Fix node package publish logicBruno de Oliveira Abinader2017-07-171-1/+1
|
* [node] Bump version to 3.5.5Bruno de Oliveira Abinader2017-07-141-0/+3
|
* [build] Publish node packages with RelWithDebInfoBruno de Oliveira Abinader2017-07-142-4/+7
|
* [tests] Local ignores.json file for ignored integration testsJohn Firebaugh2017-07-123-8/+71
|
* [build] Switch from Travis CI to CircleCIBruno de Oliveira Abinader2017-06-221-1/+1
|