summaryrefslogtreecommitdiff
path: root/mapbox-gl-js
Commit message (Collapse)AuthorAgeFilesLines
* [core] Bypass GeoJSON tile data update if tileID zoom is above source's maxZoomBruno de Oliveira Abinader2017-09-151-0/+0
|
* [node] Reflect GL JS changes in render.test.jsBruno de Oliveira Abinader2017-09-141-0/+0
|
* [node] Implement GeoJSON converterBruno de Oliveira Abinader2017-09-131-0/+0
|
* [core] Clear atlasImage rect for a removed patternBruno de Oliveira Abinader2017-09-131-0/+0
|
* [core] Align line vertex to 4-byte boundaryJohn Firebaugh2017-09-081-0/+0
| | | | 10 byte vertices are heavily penalized by common GL implementations.
* [core] Fix z-fighting of translucent fillsJohn Firebaugh2017-09-081-0/+0
|
* [node] Split 'test-suite' run using 'run-s' scriptBruno de Oliveira Abinader2017-08-311-0/+0
|
* Update gl-js SHA + ignore fill-extrusion-multiple testLauren Budorick2017-08-301-0/+0
|
* Update gl-js SHAAsheem Mamoowala2017-08-301-0/+0
|
* Implement icon-anchor propertyLauren Budorick2017-08-281-0/+0
|
* Update ignores + suite_implementationLauren Budorick2017-08-231-0/+0
|
* [core] Correct x-offset introduced by vertical glyph rotationChris Loer2017-08-181-0/+0
| | | | | Fixes issue#9768. Port of GL JS PR #5100.
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-081-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äfer2017-08-071-0/+0
| | | | fill itself
* [core] Replace API.ZoomHistory test with integration testJohn Firebaugh2017-07-261-0/+0
|
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-241-0/+0
|
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-201-0/+0
|
* [build] Publish node packages with RelWithDebInfoBruno de Oliveira Abinader2017-07-141-0/+0
|
* Update mapbox-gl-jsupstream/attribute-locationJohn Firebaugh2017-07-121-0/+0
|
* [tests] Local ignores.json file for ignored integration testsJohn Firebaugh2017-07-121-0/+0
|
* [test] Pull in re-enabled tests from mapbox-gl-js.Chris Loer2017-07-121-0/+0
|
* [test] Re-enable keep-upright test for pitched views.Chris Loer2017-07-121-0/+0
|
* [test] Bump mapbox-gl-js version to re-enable pitched testsupstream/cloer_text_pitch_scalingChris Loer2017-07-111-0/+0
|
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-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 Loer2017-07-061-0/+0
|
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-0/+0
|
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-161-0/+0
|
* [tests] Enable set-style-* integration testsJohn Firebaugh2017-06-151-0/+0
|
* [tests] Test updating icon and pattern imagesJohn Firebaugh2017-06-131-0/+0
|
* Update GL-JS submodule pin to latest masterAsheem Mamoowala2017-06-011-0/+0
|
* [core] Update gl-js submodule to include ImageSource render testsAsheem Mamoowala2017-06-011-0/+0
|
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-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 Loer2017-05-221-0/+0
|
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-171-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 submoduleJohn Firebaugh2017-05-151-0/+0
|
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-0/+0
|
* [core] Immutable ImplsJohn Firebaugh2017-05-121-0/+0
|
* [core] When a layer is added, reload its source's tilesJohn Firebaugh2017-05-111-0/+0
|
* [core] Corrected mapbox-gl-js submodule pinMinh Nguyễn2017-05-041-0/+0
|
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-021-0/+0
| | | | | Fix Node tests suite implementation to parse pixelRatio from style json Premultiply images in the node binding before sending to mbgl core
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+0
|
* [core] fix an issue with lines that have duplicate points (#8808)Vladimir Agafonkin2017-04-241-0/+0
| | | An equivalent of https://github.com/mapbox/mapbox-gl-js/pull/4634.
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-201-0/+0
| | | | b5b4549 / #8613 handled the edge case for layout properties, but not paint properties. Move the check for a degenerate range to interpolationFactor in order to handle both correctly.
* [core] Render parent raster tiles when ideal tile can't be loadedKonstantin Käfer2017-04-201-0/+0
|
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-0/+0
|
* [core] Invalidate cached tiles of disabled sources on relayoutJohn Firebaugh2017-04-071-0/+0
|
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Update gl-js and generate style code * Factor out packUint8Pair() helper function * Draft implementation of DDS for {text,icon}-size Ports https://github.com/mapbox/mapbox-gl-js/pull/4455 * Fix text-size/composite-function-line-placement test * Refactor to PaintPropertyBinders-like strategy * Dedupe gl::Program construction * Use exponential function base for interpolation * Dedupe coveringZoomStops method * Fixup tests * Fix CI errors (hidden within #if block)
* Slightly move center of text-font/chinese test to avoid render errorsChris Loer2017-04-041-0/+0
| | | | presumed to stem from issue #6863.
* [core] return empty optional when color could not be parsedIvo van Dongen2017-04-041-0/+0
|
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-311-0/+0
|