Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.0-beta.5 (performance improvements and bug fixes) #12940

Merged
32 commits merged into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0717903
Fix gl-stats.html and disjoint timer query extension (internal-810)
endanke Oct 5, 2023
9add822
Fix potential out of bounds issue (internal-827)
akoylasar Oct 5, 2023
776a1ea
Fix modellayer flickering when calling geojson source setData (intern…
jtorresfabra Oct 6, 2023
1619e1b
Add support for glb 3d tiles (internal-830)
jtorresfabra Oct 6, 2023
a68a3b7
update PR template, remove changelog action (internal-831)
mourner Oct 6, 2023
06af484
[MAPS3D-1072] Some bugfixes in landmarks elevation smoothing on terra…
akoylasar Oct 6, 2023
2501c78
[MAPS3D-1082] sync hillshade illumination direction with 3d lights (i…
alexey-romanov Oct 7, 2023
7145026
Use absolute flood light ground radius values and drop effect radius …
endanke Oct 9, 2023
23c55a1
Add ifdef to force abs value of flood light ground radius (internal-841)
endanke Oct 9, 2023
c27a08f
Add renderstart event (internal-845)
endanke Oct 9, 2023
7897707
Add job to trigger SLA tests in performance test repository (internal…
endanke Oct 10, 2023
d45d8bd
Bump @rollup/plugin-json from 6.0.0 to 6.0.1 (internal-832)
dependabot[bot] Oct 12, 2023
e8ea275
Bump @rollup/plugin-terser from 0.4.3 to 0.4.4 (internal-838)
dependabot[bot] Oct 12, 2023
a268d72
Bump sinon from 16.0.0 to 16.1.0 (internal-836)
dependabot[bot] Oct 12, 2023
6ef721f
Bump @rollup/plugin-replace from 5.0.2 to 5.0.3 (internal-833)
dependabot[bot] Oct 12, 2023
f4be302
[MAPS3D-1039] Render 3D layers from front to back (internal-821)
mpulkki-mapbox Oct 13, 2023
553d66f
[MAPS3D-1089] Port optimized fog rendering (internal-844)
mpulkki-mapbox Oct 13, 2023
9ffa07f
[[MAPS3D-1072]] remove unused calcs in loop (internal-849)
akoylasar Oct 14, 2023
97cd89e
Don't load a style as basemap import if it has fragment: false set
kkaefer Oct 11, 2023
cb7c502
Disable terrain on zoom-dependent expression 0. Smoothens zoom gestur…
astojilj Oct 16, 2023
2583232
Bump @babel/core from 7.23.0 to 7.23.2 (internal-858)
dependabot[bot] Oct 17, 2023
1ceda17
Bump @rollup/plugin-commonjs from 25.0.4 to 25.0.7 (internal-854)
dependabot[bot] Oct 17, 2023
c8f5dfa
Bump selenium-webdriver from 4.13.0 to 4.14.0 (internal-857)
dependabot[bot] Oct 17, 2023
865c25c
Bump tape from 5.7.0 to 5.7.1 (internal-855)
dependabot[bot] Oct 17, 2023
d9c7103
[MAPS3D-1093] Port shadow rendering performance optimizations (intern…
aleksigron Oct 17, 2023
629553f
[MAPS3D-1117] Alleviate tile reload for extra shadowCaster tiles (int…
jtorresfabra Oct 18, 2023
dcbba87
Fix an error when parsing 3D tiles with duplicate texture references
davojta Oct 18, 2023
6f02ab2
Do not fail rendering of layers with unrecognized style properties (i…
mourner Oct 19, 2023
facf867
Don't throw on image accessors after map was removed (internal-783)
stepankuzmin Oct 19, 2023
163d9fe
MAPS3D-459 don't render shadows below 0.65 opacity (internal-862)
astojilj Oct 19, 2023
3219de8
[MAPS3D-1051] Fix zOffset flickering (internal-863)
jtorresfabra Oct 19, 2023
4b3e858
v3.0.0-beta.5
mourner Oct 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@ workflows:
filters:
tags:
only: /.*/
- trigger-performance-tests:
context:
- "sdk-cicd/circleci-api"
filters:
branches:
only:
- internal

linux-defaults: &linux-defaults
docker:
Expand Down Expand Up @@ -584,3 +591,13 @@ jobs:
path: test/integration/render-tests
- store_artifacts:
path: "test/integration/render-tests/index.html"

trigger-performance-tests:
<<: *linux-defaults
steps:
- checkout
- run:
name: Trigger SLA performance tests
command: |
sha=$(git rev-parse HEAD)
curl --location --request POST 'https://circleci.com/api/v2/project/github/mapbox/mapbox-gl-js-performance-internal/pipeline' --header 'Content-Type: application/json' -u $CIRCLECI_API_TOKEN: -d "{ \"parameters\": { \"setup_sha\": \"$sha\", \"setup_source_branch\": \"internal\" } }"
20 changes: 8 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
## Launch Checklist

<!-- Thanks for the PR! Feel free to add or remove items from the checklist. -->

- [ ] briefly describe the changes in this PR
- [ ] include before/after visuals or gifs if this PR includes visual changes
- [ ] write tests for all new functionality
- [ ] document any changes to public APIs
- [ ] post benchmark scores
- [ ] manually test the debug page
- [ ] tagged `@mapbox/map-design-team` `@mapbox/static-apis` if this PR includes style spec API or visual changes
- [ ] tagged `@mapbox/gl-native` if this PR includes shader changes or needs a native port
- [ ] apply changelog label ('bug', 'feature', 'docs', etc) or use the label 'skip changelog'
- [ ] add an entry inside this element for inclusion in the `mapbox-gl-js` changelog: `<changelog></changelog>`
- [ ] Make sure the PR title is descriptive and preferably reflects the change from the user's perspective.
- [ ] Add additional detail and context in the PR description (with screenshots/videos if there are visual changes).
- [ ] Manually test the debug page.
- [ ] Write tests for all new functionality and make sure the CI checks pass.
- [ ] Document any changes to public APIs.
- [ ] Post benchmark scores if the change could affect performance.
- [ ] Tag `@mapbox/map-design-team` `@mapbox/static-apis` if this PR includes style spec API or visual changes.
- [ ] Tag `@mapbox/gl-native` if this PR includes shader changes or needs a native port.
12 changes: 0 additions & 12 deletions .github/actions/check-changelog/action.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/actions/check-changelog/index.js

This file was deleted.

10 changes: 0 additions & 10 deletions .github/actions/package.json

This file was deleted.

193 changes: 0 additions & 193 deletions .github/actions/yarn.lock

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/pull-request-requirements.yml

This file was deleted.

Loading