This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll src/third_party/skia 00c680d2bb7c..e11dfd3da4d7 (18 commits)#10062
Merged
skia-flutter-autoroll merged 1 commit intoflutter:masterfrom Jul 23, 2019
Merged
Conversation
https://skia.googlesource.com/skia.git /compare/00c680d2bb7c..e11dfd3 git log 00c680d..e11dfd3 --date=short --no-merges --format=%ad %ae %s 2019-07-23 [email protected] Always include surface origin in keys for program/pipeline state 2019-07-23 [email protected] Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) 2019-07-23 [email protected] Fixing the build 2019-07-23 [email protected] refactor paragraph samples 2019-07-23 [email protected] Add driver workaround to avoid noperspective on QC with ver 3.1 or earlier 2019-07-23 [email protected] remove default looper flag, rely on clients to opt-in 2019-07-23 [email protected] [sksg] Fix setVisible() invalidation 2019-07-22 [email protected] Lift GrRenderTargetContext::rescale to GrSufaceContext 2019-07-23 [email protected] Fix a couple potential bugs when adding sampler info to a program key 2019-07-22 [email protected] Remove sample count from GrSurfaceDesc. 2019-06-21 [email protected] The current version... 2019-07-23 [email protected] Roll third_party/externals/angle2 9ec3f51..0240774 (12 commits) 2019-07-23 [email protected] Update Go deps 2019-07-23 [email protected] Revert "ccpr: Unblacklist Radeon in MSAA mode" 2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-07-22 [email protected] add 'r'epeat option sans the HUD (to not complicate the profile) 2019-07-22 [email protected] hoist tbl masks The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
Contributor
Author
|
Auto-roller completed checks. About to merge. |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jul 23, 2019
engine-flutter-autoroll
added a commit
to flutter/flutter
that referenced
this pull request
Jul 24, 2019
flutter/engine@8ed5da8...ef99738 git log 8ed5da8..ef99738 --no-merges --oneline ef99738 Added a DartExecutor API for querying # of pending channel callbacks (flutter/engine#10021) a0ec528 Embedding testing app (flutter/engine#10007) 2bf1506 Disable DartLifecycleTest::ShuttingDownTheVMShutsDownAllIsolates in runtime_unittests. (flutter/engine#10064) 8edd257 Roll fuchsia/sdk/core/linux-amd64 from M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC to XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC (flutter/engine#10061) e32bdf5 Roll src/third_party/skia 00c680d2bb7c..e11dfd3da4d7 (18 commits) (flutter/engine#10062) 6603dbd Update .cirrus.yml (flutter/engine#10056) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
johnsonmh
pushed a commit
to johnsonmh/flutter
that referenced
this pull request
Jul 30, 2019
flutter/engine@8ed5da8...ef99738 git log 8ed5da8..ef99738 --no-merges --oneline ef99738 Added a DartExecutor API for querying # of pending channel callbacks (flutter/engine#10021) a0ec528 Embedding testing app (flutter/engine#10007) 2bf1506 Disable DartLifecycleTest::ShuttingDownTheVMShutsDownAllIsolates in runtime_unittests. (flutter/engine#10064) 8edd257 Roll fuchsia/sdk/core/linux-amd64 from M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC to XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC (flutter/engine#10061) e32bdf5 Roll src/third_party/skia 00c680d2bb7c..e11dfd3da4d7 (18 commits) (flutter/engine#10062) 6603dbd Update .cirrus.yml (flutter/engine#10056) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
https://skia.googlesource.com/skia.git
/compare/00c680d2bb7c..e11dfd3
git log 00c680d..e11dfd3 --date=short --no-merges --format=%ad %ae %s
2019-07-23 [email protected] Always include surface origin in keys for program/pipeline state
2019-07-23 [email protected] Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2)
2019-07-23 [email protected] Fixing the build
2019-07-23 [email protected] refactor paragraph samples
2019-07-23 [email protected] Add driver workaround to avoid noperspective on QC with ver 3.1 or earlier
2019-07-23 [email protected] remove default looper flag, rely on clients to opt-in
2019-07-23 [email protected] [sksg] Fix setVisible() invalidation
2019-07-22 [email protected] Lift GrRenderTargetContext::rescale to GrSufaceContext
2019-07-23 [email protected] Fix a couple potential bugs when adding sampler info to a program key
2019-07-22 [email protected] Remove sample count from GrSurfaceDesc.
2019-06-21 [email protected] The current version...
2019-07-23 [email protected] Roll third_party/externals/angle2 9ec3f51..0240774 (12 commits)
2019-07-23 [email protected] Update Go deps
2019-07-23 [email protected] Revert "ccpr: Unblacklist Radeon in MSAA mode"
2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-22 [email protected] add 'r'epeat option sans the HUD (to not complicate the profile)
2019-07-22 [email protected] hoist tbl masks
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff ([email protected]), and stop
the roller if necessary.