-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter/engine
base: b71b366e3de3
head repository: flutter/engine
compare: 154d6fd601a3
- 6 commits
- 22 files changed
- 5 contributors
Commits on Sep 13, 2023
-
[Impeller] Fixes stroke path geometry that can draw outside of path i…
…f the path ends at sharp turn. (#45252) Fixes flutter/flutter#133032 The issue is that when we draw a line we always try to draw a complete rectangle from point 1 to point2 before drawing the join and the next line  This becomes a problem if there is a sharp turn   Notice there will be a slight over drawing at the bottom. The solution then is to not draw the rect first before drawing the join. It will be the join's responsibility to draw the complete the rect from the line start to the join. This should also save a lot of repeatedly drawing during the join  [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Configuration menu - View commit details
-
Copy full SHA for 343dfe8 - Browse repository at this point
Copy the full SHA 343dfe8View commit details -
Roll Skia from 78d18d509475 to 471216072c74 (4 revisions) (#45774)
https://skia.googlesource.com/skia.git/+log/78d18d509475..471216072c74 2023-09-13 [email protected] [graphite] Rename AtlasShape to CoverageMaskShape. 2023-09-13 [email protected] Add SkASSERTF_RELEASE 2023-09-13 [email protected] [sksl] Support dual-src blending in Dawn 2023-09-13 [email protected] Reland "Use over-sampling to avoid branches in 2D blur effect" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC [email protected],[email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for cad3646 - Browse repository at this point
Copy the full SHA cad3646View commit details -
[Impeller] Remove dependency on //flutter/vulkan and use a single pro…
…c table. (#45741) Fixes flutter/flutter#121947
Configuration menu - View commit details
-
Copy full SHA for cf1c3a1 - Browse repository at this point
Copy the full SHA cf1c3a1View commit details -
Roll Skia from 471216072c74 to e39cf360ea93 (4 revisions) (#45776)
https://skia.googlesource.com/skia.git/+log/471216072c74..e39cf360ea93 2023-09-13 [email protected] [graphite] Begin refactoring paint key creation 2023-09-13 [email protected] Reland "Add epsilon to texture effect clamping at pixel centers" 2023-09-13 [email protected] [sksl] Raise feature errors before code generation 2023-09-13 [email protected] Bring back SkNoPixelsDevice::resetForNextPicture If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC [email protected],[email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for bc7bb64 - Browse repository at this point
Copy the full SHA bc7bb64View commit details -
Revert "[Impeller] Patch the compiler to account for subpass inputs a…
…nd PSO metadata." (#45777) Reverts #45739 fixes flutter/flutter#134666
Configuration menu - View commit details
-
Copy full SHA for 2049b69 - Browse repository at this point
Copy the full SHA 2049b69View commit details -
Auto update dependencies for web_ui. (#45754)
This is to autofix problems like: https://github.com/flutter/engine/security/dependabot [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Configuration menu - View commit details
-
Copy full SHA for 154d6fd - Browse repository at this point
Copy the full SHA 154d6fdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b71b366e3de3...154d6fd601a3