Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] align raster imagery rendering to pixel rid to avoid blurriness | Konstantin Käfer | 2018-01-24 | 1 | -0/+0 |
| | |||||
* | [core] update mapbox-gl-js submodule pin | Konstantin Käfer | 2018-01-24 | 1 | -0/+0 |
| | | | | | * disables transition render test (transitions are not supported with Still image rendering in Node.js) * removes support for hillshade-illumniation-direction-transition | ||||
* | [core] Use separate shaders for background and clipping | Lauren Budorick | 2018-01-09 | 1 | -0/+0 |
| | |||||
* | [core] Update debug collision circle shader. | Chris Loer | 2018-01-09 | 1 | -0/+0 |
| | | | | Fixes issue #10876. | ||||
* | Fix distant collision perspective ratios (#10794). | Chris Loer | 2018-01-04 | 1 | -0/+0 |
| | | | | | Analog of GL JS issue #5911. Add native ignore for tilejson-bounds. | ||||
* | Update mapbox-gl-js submodule | Lauren Budorick | 2017-12-20 | 1 | -0/+0 |
| | |||||
* | [core] Better align fill-extrusion vertex layout | Lauren Budorick | 2017-12-20 | 1 | -0/+0 |
| | |||||
* | [core] Overzoomed image sources vanish (#10677) | Asheem Mamoowala | 2017-12-13 | 1 | -0/+0 |
| | | | Use z0 tile coordinates instead of screen coordinates to compute ideal zoom for image sources | ||||
* | Update gl-js submodule | John Firebaugh | 2017-12-01 | 1 | -0/+0 |
| | |||||
* | [core] Remove ignores for passing tests. | Chris Loer | 2017-11-17 | 1 | -0/+0 |
| | | | | | Update ignore links to specific issues. Bump mapbox-gl-js version to get latest text-pitch-spacing test. | ||||
* | [core] Split MapMode::Still into Static and Tile | Ansis Brammanis | 2017-11-17 | 1 | -0/+0 |
| | | | | | `Tile` makes sure the symbols in the resulting tile are tileable while symbols in `Still` match rendering in `Continuous` mode. | ||||
* | Fix gl-js submodule sha (#10420) | Anand Thakker | 2017-11-08 | 1 | -0/+0 |
| | |||||
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 1 | -0/+0 |
| | | | Ports https://github.com/mapbox/mapbox-gl-js/pull/4777 (and its several follow-ups) | ||||
* | [core, node] Support axonometric rendering | Lauren Budorick | 2017-10-14 | 1 | -0/+0 |
| | |||||
* | [core] Bypass GeoJSON tile data update if tileID zoom is above source's maxZoom | Bruno de Oliveira Abinader | 2017-09-15 | 1 | -0/+0 |
| | |||||
* | [node] Reflect GL JS changes in render.test.js | Bruno de Oliveira Abinader | 2017-09-14 | 1 | -0/+0 |
| | |||||
* | [node] Implement GeoJSON converter | Bruno de Oliveira Abinader | 2017-09-13 | 1 | -0/+0 |
| | |||||
* | [core] Clear atlasImage rect for a removed pattern | Bruno de Oliveira Abinader | 2017-09-13 | 1 | -0/+0 |
| | |||||
* | [core] Align line vertex to 4-byte boundary | John Firebaugh | 2017-09-08 | 1 | -0/+0 |
| | | | | 10 byte vertices are heavily penalized by common GL implementations. | ||||
* | [core] Fix z-fighting of translucent fills | John Firebaugh | 2017-09-08 | 1 | -0/+0 |
| | |||||
* | [node] Split 'test-suite' run using 'run-s' script | Bruno de Oliveira Abinader | 2017-08-31 | 1 | -0/+0 |
| | |||||
* | Update gl-js SHA + ignore fill-extrusion-multiple test | Lauren Budorick | 2017-08-30 | 1 | -0/+0 |
| | |||||
* | Update gl-js SHA | Asheem Mamoowala | 2017-08-30 | 1 | -0/+0 |
| | |||||
* | Implement icon-anchor property | Lauren Budorick | 2017-08-28 | 1 | -0/+0 |
| | |||||
* | Update ignores + suite_implementation | Lauren Budorick | 2017-08-23 | 1 | -0/+0 |
| | |||||
* | [core] Correct x-offset introduced by vertical glyph rotation | Chris Loer | 2017-08-18 | 1 | -0/+0 |
| | | | | | Fixes issue#9768. Port of GL JS PR #5100. | ||||
* | [core] Use separate attribute component for line normals | John Firebaugh | 2017-08-08 | 1 | -0/+0 |
| | | | | Broadcom GPUs don't cope well with using the least significant bit for this. | ||||
* | [core] fix rendering of fill outlines that have a different color than the ↵ | Konstantin Käfer | 2017-08-07 | 1 | -0/+0 |
| | | | | fill itself | ||||
* | [core] Replace API.ZoomHistory test with integration test | John Firebaugh | 2017-07-26 | 1 | -0/+0 |
| | |||||
* | [core] generate masks for raster tiles to avoid painting over children | Konstantin Käfer | 2017-07-24 | 1 | -0/+0 |
| | |||||
* | [core] Correctly track sprite loaded state through smart setStyle | John Firebaugh | 2017-07-20 | 1 | -0/+0 |
| | |||||
* | [build] Publish node packages with RelWithDebInfo | Bruno de Oliveira Abinader | 2017-07-14 | 1 | -0/+0 |
| | |||||
* | Update mapbox-gl-jsupstream/attribute-location | John Firebaugh | 2017-07-12 | 1 | -0/+0 |
| | |||||
* | [tests] Local ignores.json file for ignored integration tests | John Firebaugh | 2017-07-12 | 1 | -0/+0 |
| | |||||
* | [test] Pull in re-enabled tests from mapbox-gl-js. | Chris Loer | 2017-07-12 | 1 | -0/+0 |
| | |||||
* | [test] Re-enable keep-upright test for pitched views. | Chris Loer | 2017-07-12 | 1 | -0/+0 |
| | |||||
* | [test] Bump mapbox-gl-js version to re-enable pitched testsupstream/cloer_text_pitch_scaling | Chris Loer | 2017-07-11 | 1 | -0/+0 |
| | |||||
* | [core] improve legibility of labels that follow lines | Ansis Brammanis | 2017-07-11 | 1 | -0/+0 |
| | | | | | | | | | | port https://github.com/mapbox/mapbox-gl-js/pull/4781 This improves legibility of labels that follow lines in pitched views. The previous approach used the limited information in the shader to calculate put the glyph in approximatelyright place. The new approach does this more accurately by doing it on the cpu where we have access to the entire line geometry. | ||||
* | [core] Bump mapbox-gl-js to get updated circle shader. | Chris Loer | 2017-07-06 | 1 | -0/+0 |
| | |||||
* | [core] Enable property functions for line-width (#9250) | Lauren Budorick | 2017-06-19 | 1 | -0/+0 |
| | |||||
* | [core] Fix composite function approximation for non-integer stops | John Firebaugh | 2017-06-16 | 1 | -0/+0 |
| | |||||
* | [tests] Enable set-style-* integration tests | John Firebaugh | 2017-06-15 | 1 | -0/+0 |
| | |||||
* | [tests] Test updating icon and pattern images | John Firebaugh | 2017-06-13 | 1 | -0/+0 |
| | |||||
* | Update GL-JS submodule pin to latest master | Asheem Mamoowala | 2017-06-01 | 1 | -0/+0 |
| | |||||
* | [core] Update gl-js submodule to include ImageSource render tests | Asheem Mamoowala | 2017-06-01 | 1 | -0/+0 |
| | |||||
* | [core] Simplify and fix sprite atlas coordinate calculations | John Firebaugh | 2017-05-23 | 1 | -0/+0 |
| | | | | | | | | * Always return image metrics exclusive of padding * Work with integer coordinates whenever possible * Eliminate redundant SpriteAtlasElement members * Fix asymmetric re-padding in getIconQuad when pixelRatio != 1 * Add explanatory comments | ||||
* | [core] Update gl-js submodule. | Chris Loer | 2017-05-22 | 1 | -0/+0 |
| | |||||
* | [core] Remove obsolete modular arithmetic on atlas coordinates | John Firebaugh | 2017-05-17 | 1 | -0/+0 |
| | | | | We switched to 16-bit coordinates in attributes in b0cb8715ed74678b4d0f05829fa71a590e41b2f6, so there's no longer any reason to require that they are divisible by four. | ||||
* | [test] Update gl-js submodule | John Firebaugh | 2017-05-15 | 1 | -0/+0 |
| | |||||
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 1 | -0/+0 |
| |