This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Roll Skia from 224e3e257d06 to 773a0b8c7e74 (44 revisions) #27399
Merged
fluttergithubbot
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:skia-flutter-autoroll-cc4cc012-b162-4e26-bc0a-448ddca61ef5-1626282417
Jul 14, 2021
Merged
Roll Skia from 224e3e257d06 to 773a0b8c7e74 (44 revisions) #27399
fluttergithubbot
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:skia-flutter-autoroll-cc4cc012-b162-4e26-bc0a-448ddca61ef5-1626282417
Jul 14, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://skia.googlesource.com/skia.git/+log/224e3e257d06..773a0b8c7e74 2021-07-14 [email protected] Use stencil clips when DMSAA is supported 2021-07-14 [email protected] Don't let interior AAStrokeRectOp edges cross 2021-07-14 [email protected] Bail on AAStrokeRectOp if there are unequal, subpixel stroke widths 2021-07-14 [email protected] Added modifier support to DSLFunction 2021-07-14 [email protected] Add GrGLSLVarying helpers to use a varying as a FS or VS GrShaderVar. 2021-07-14 [email protected] Limit PowerVRRougue shader derivative workaround by driver version 2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-14 [email protected] Roll Chromium from 3572711a2c6a to 378115c18d5c (529 revisions) 2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-14 [email protected] Roll SwiftShader from 4716eec90fcb to ba18c78e4696 (1 revision) 2021-07-14 [email protected] Roll ANGLE from a8e98a238521 to 2534ee4c5b9d (11 revisions) 2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-13 [email protected] Make elliptical ops in GrOvalOpFactory compatible with DMSAA 2021-07-13 [email protected] Never disable multisample with DMSAA 2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-13 [email protected] Fixing placeholder position 2021-07-13 [email protected] Use attachment in GrMtlTexture rather than raw id<MTLTexture>. 2021-07-13 [email protected] Check hairline after resolving edge flags 2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-13 [email protected] Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo 2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-13 [email protected] Fixing canvaskit test after fixing line metrics 2021-07-13 [email protected] Disallow DMSAA with DDL 2021-07-13 [email protected] Move the DMSAA surface flag into the public API 2021-07-13 [email protected] Roll SK Tool from 2a0de43aadc8 to 662df6e651a2 2021-07-13 [email protected] Pass CTM to path effects (experimental) 2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-13 [email protected] Account for hairline mode in rect op bounds for clipping 2021-07-13 [email protected] Apparently, line metrics should not include newlines 2021-07-13 [email protected] Roll skcms from bae5e281e80f to ba17399285ce (1 revision) 2021-07-13 [email protected] Replace benjaminwagner@ and mtklein@ with rmistry@ and jcgregorio@. 2021-07-13 [email protected] Count trailing spaces when calculating glyph position 2021-07-13 [email protected] Add hints to slicing-constructor error messages. 2021-07-13 [email protected] Add static to global nullopt symbol. 2021-07-13 [email protected] Make GrAuditTrail V1-only 2021-07-13 [email protected] Fix typo in doc-comments. 2021-07-13 [email protected] [skottie] Avoid null ptr deref in motion tile 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] on the revert to ensure that a human is aware of the problem. 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
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jul 15, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jul 15, 2021
flar
pushed a commit
to flutter/flutter
that referenced
this pull request
Jul 15, 2021
* a7b5522 refactor and simplify CI dart analysis (flutter/engine#27370) * 137009b Switch test_suites to yaml. (flutter/engine#27368) * a22a3ca [web] fix a few analysis lints (flutter/engine#27375) * a02c017 make it work on <API 24 (flutter/engine#27398) * 0220256 Make FlutterFragment usable without requiring it to be attached to an Android Activity. (Attempt 2) (flutter/engine#27397) * 51e07a5 [fuchsia] Use FFI to get System clockMonotonic (flutter/engine#27353) * 4015d8b Roll Skia from 224e3e257d06 to 773a0b8c7e74 (44 revisions) (flutter/engine#27399) * 7db1a96 [ci.yaml] Add Linux Android Scenarios postsubmit (flutter/engine#27400) * a02f6bc remove the use of package:isolate (flutter/engine#27401) * 3237f4f Roll Skia from 773a0b8c7e74 to 36c1804e8f5c (1 revision) (flutter/engine#27402) * 75af7c8 Roll Dart SDK from ab009483f343 to 746879714c96 (5 revisions) (flutter/engine#27403) * be21e40 [ci.yaml] Add linux benchmarks, add enabled branches (flutter/engine#27405) * c8d7a97 Roll Fuchsia Mac SDK from wUg-tGGCL... to uhahzGJ6H... (flutter/engine#27408) * 3649200 Roll Skia from 36c1804e8f5c to 947a2eb3c043 (7 revisions) (flutter/engine#27410) * f04d941 [web] enable always_specify_types lint (flutter/engine#27406) * bdaaa4f [fuchsia] fix race in DefaultSessionConnection (flutter/engine#27377) * 84247f2 Update the Fuchsia runner to use fpromise instead of fit::promise (flutter/engine#27416) * 39119d2 Roll Skia from 947a2eb3c043 to 9081276b2907 (6 revisions) (flutter/engine#27426) * 9002bc7 Roll Skia from 9081276b2907 to 0547b914f691 (2 revisions) (flutter/engine#27430) * 58e0688 Roll Fuchsia Linux SDK from hykYtaK7D... to s2vrjrfuS... (flutter/engine#27431) * 1dca887 Roll Dart SDK from 746879714c96 to d53eb1066384 (2 revisions) (flutter/engine#27432) * c9008f3 Use python to run firebase testlab, do not expect recipe to know location of APK (flutter/engine#27434) * 8f7c529 Roll Skia from 0547b914f691 to 7d336c9557bd (3 revisions) (flutter/engine#27436) * 534404e Roll Fuchsia Mac SDK from uhahzGJ6H... to TWPguQ-ow... (flutter/engine#27438) * 9f13308 Roll Dart SDK from d53eb1066384 to fcbaa0a90b4b (1 revision) (flutter/engine#27439) * e5e7b94 Roll Skia from 7d336c9557bd to 7dc26fadc90b (2 revisions) (flutter/engine#27440) * bf3d265 Roll Skia from 7dc26fadc90b to dd561d021470 (1 revision) (flutter/engine#27442) * 6e62915 [ci.yaml] Add xcode property to ci.yaml (flutter/engine#27415) * 33c17a1 Roll Skia from dd561d021470 to 0e99fbe5da5c (1 revision) (flutter/engine#27443) * 0bc2479 Adjust web_sdk rule deps (flutter/engine#27435) * 7a8969a [web] enable prefer_final_locals lint (flutter/engine#27420) * 590902b Roll Dart SDK from fcbaa0a90b4b to 207232b5abe0 (1 revision) (flutter/engine#27446) * 283a42f fuchsia: Log vsync stats in inspect (flutter/engine#27433) * 4af14b9 Deeplink URI fragment on Android and iOS (flutter/engine#26185) * 47899db Remove unused generate_dart_ui target (flutter/engine#27445) * fb265c2 Roll Skia from 0e99fbe5da5c to a2d22b2e085e (3 revisions) (flutter/engine#27447) * 8bb5760 [ci.yaml] Mark Linux Android Scenarios as flaky (flutter/engine#27422)
moffatman
pushed a commit
to moffatman/engine
that referenced
this pull request
Aug 5, 2021
naudzghebre
pushed a commit
to naudzghebre/engine
that referenced
this pull request
Sep 2, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla: yes
waiting for tree to go green
This PR is approved and tested, but waiting for the tree to be green to land.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Roll Skia from 224e3e257d06 to 773a0b8c7e74 (44 revisions)
https://skia.googlesource.com/skia.git/+log/224e3e257d06..773a0b8c7e74
2021-07-14 [email protected] Use stencil clips when DMSAA is supported
2021-07-14 [email protected] Don't let interior AAStrokeRectOp edges cross
2021-07-14 [email protected] Bail on AAStrokeRectOp if there are unequal, subpixel stroke widths
2021-07-14 [email protected] Added modifier support to DSLFunction
2021-07-14 [email protected] Add GrGLSLVarying helpers to use a varying as a FS or VS GrShaderVar.
2021-07-14 [email protected] Limit PowerVRRougue shader derivative workaround by driver version
2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-14 [email protected] Roll Chromium from 3572711a2c6a to 378115c18d5c (529 revisions)
2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-14 [email protected] Roll SwiftShader from 4716eec90fcb to ba18c78e4696 (1 revision)
2021-07-14 [email protected] Roll ANGLE from a8e98a238521 to 2534ee4c5b9d (11 revisions)
2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-13 [email protected] Make elliptical ops in GrOvalOpFactory compatible with DMSAA
2021-07-13 [email protected] Never disable multisample with DMSAA
2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-13 [email protected] Fixing placeholder position
2021-07-13 [email protected] Use attachment in GrMtlTexture rather than raw id.
2021-07-13 [email protected] Check hairline after resolving edge flags
2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-13 [email protected] Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo
2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-13 [email protected] Fixing canvaskit test after fixing line metrics
2021-07-13 [email protected] Disallow DMSAA with DDL
2021-07-13 [email protected] Move the DMSAA surface flag into the public API
2021-07-13 [email protected] Roll SK Tool from 2a0de43aadc8 to 662df6e651a2
2021-07-13 [email protected] Pass CTM to path effects (experimental)
2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-13 [email protected] Account for hairline mode in rect op bounds for clipping
2021-07-13 [email protected] Apparently, line metrics should not include newlines
2021-07-13 [email protected] Roll skcms from bae5e281e80f to ba17399285ce (1 revision)
2021-07-13 [email protected] Replace benjaminwagner@ and mtklein@ with rmistry@ and jcgregorio@.
2021-07-13 [email protected] Count trailing spaces when calculating glyph position
2021-07-13 [email protected] Add hints to slicing-constructor error messages.
2021-07-13 [email protected] Add static to global nullopt symbol.
2021-07-13 [email protected] Make GrAuditTrail V1-only
2021-07-13 [email protected] Fix typo in doc-comments.
2021-07-13 [email protected] [skottie] Avoid null ptr deref in motion tile effect
If this roll has caused a breakage, revert this CL and stop the roller
...