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 src/third_party/skia e4ddb8a7cddc..c88a3bc3f561 (24 commits) #15945
Merged
dnfield
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:skia-flutter-autoroll
Jan 23, 2020
Merged
Roll src/third_party/skia e4ddb8a7cddc..c88a3bc3f561 (24 commits) #15945
dnfield
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:skia-flutter-autoroll
Jan 23, 2020
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/e4ddb8a7cddc..c88a3bc3f561 git log e4ddb8a..c88a3bc --date=short --first-parent --format='%ad %ae %s' 2020-01-23 jlavrova@google.com Bidi segmentation BEFORE anything else 2020-01-23 csmartdalton@google.com Move GrTessellator::VertexAllocator to GrEagerVertexAllocator 2020-01-23 herb@google.com Convert evict callback from function to interface 2020-01-23 brianosman@google.com Remove unused functions and members from PipelineStageCodeGenerator 2020-01-23 mtklein@google.com more bits for shader program hash 2020-01-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-23 robertphillips@google.com Clean up some "const SkISize& dimensions" usages w/in Ganesh 2020-01-23 reed@google.com Don't make promises about rowbytes 2020-01-23 egdaniel@google.com Treat GrTextureAdjusters mip copy like other producers, i.e. no fallback. 2020-01-23 michaelludwig@google.com Revert "Increase precision of some quad AA calculations" 2020-01-23 mtklein@google.com basic pass at gradients 2020-01-23 reed@google.com remove some memory-based methods, add rc() 2020-01-23 senorblanco@chromium.org Implement support for framebufferOnly render targets. 2020-01-23 egdaniel@google.com GrPixelConfig is DEAD!!!!! 2020-01-23 halcanary@google.com Fix build when (is_ios && !skia_enable_skottie) 2020-01-23 michaelludwig@google.com Increase precision in barycentric_coord calculations 2020-01-23 egdaniel@google.com Remove fConfig from GrSurfaceDesc. 2020-01-23 bsalomon@google.com Fix issue introduced in 33c0f26 2020-01-23 michaelludwig@google.com Increase precision of some quad AA calculations 2020-01-23 herb@google.com Reland "Specialize SkRectanzier to SkRectanizerSkyline" 2020-01-23 reed@google.com row/col methods 2020-01-23 reed@google.com remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS 2020-01-23 brianosman@google.com Disable Programs test on MacBook10.1-Metal 2020-01-23 michaelludwig@google.com Add GM for crbug:10141204 Created with: gclient setdep -r src/third_party/skia@c88a3bc3f561 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 benjaminwagner@google.com 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/+/master/autoroll/README.md Bug: None Tbr: benjaminwagner@google.com
Contributor
|
Redness is fake, landing this to fix. |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 24, 2020
engine-flutter-autoroll
added a commit
to flutter/flutter
that referenced
this pull request
Jan 24, 2020
flutter/engine@439a218...f10f03a git log 439a218..f10f03a --first-parent --oneline 2020-01-24 chinmaygarde@google.com Fix data race in DartIsolateGroupData. (flutter/engine#15949) 2020-01-23 1889916+miguelfrde@users.noreply.github.com [fuchsia] Add LogSink to flutter_[jit & aot]_product_runner (flutter/engine#15697) 2020-01-23 jason-simmons@users.noreply.github.com Do not produce timeline events in release mode (flutter/engine#15894) 2020-01-23 skia-flutter-autoroll@skia.org Roll src/third_party/dart e84bea25df23..3eaae5405d37 (17 commits) (flutter/engine#15946) 2020-01-23 skia-flutter-autoroll@skia.org Roll src/third_party/skia e4ddb8a7cddc..c88a3bc3f561 (24 commits) (flutter/engine#15945) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC aaclarke@google.com 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/+/master/autoroll/README.md
NoamDev
pushed a commit
to NoamDev/engine
that referenced
this pull request
Feb 27, 2020
https://skia.googlesource.com/skia.git/+log/e4ddb8a7cddc..c88a3bc3f561 git log e4ddb8a..c88a3bc --date=short --first-parent --format='%ad %ae %s' 2020-01-23 jlavrova@google.com Bidi segmentation BEFORE anything else 2020-01-23 csmartdalton@google.com Move GrTessellator::VertexAllocator to GrEagerVertexAllocator 2020-01-23 herb@google.com Convert evict callback from function to interface 2020-01-23 brianosman@google.com Remove unused functions and members from PipelineStageCodeGenerator 2020-01-23 mtklein@google.com more bits for shader program hash 2020-01-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-23 robertphillips@google.com Clean up some "const SkISize& dimensions" usages w/in Ganesh 2020-01-23 reed@google.com Don't make promises about rowbytes 2020-01-23 egdaniel@google.com Treat GrTextureAdjusters mip copy like other producers, i.e. no fallback. 2020-01-23 michaelludwig@google.com Revert "Increase precision of some quad AA calculations" 2020-01-23 mtklein@google.com basic pass at gradients 2020-01-23 reed@google.com remove some memory-based methods, add rc() 2020-01-23 senorblanco@chromium.org Implement support for framebufferOnly render targets. 2020-01-23 egdaniel@google.com GrPixelConfig is DEAD!!!!! 2020-01-23 halcanary@google.com Fix build when (is_ios && !skia_enable_skottie) 2020-01-23 michaelludwig@google.com Increase precision in barycentric_coord calculations 2020-01-23 egdaniel@google.com Remove fConfig from GrSurfaceDesc. 2020-01-23 bsalomon@google.com Fix issue introduced in 33c0f26 2020-01-23 michaelludwig@google.com Increase precision of some quad AA calculations 2020-01-23 herb@google.com Reland "Specialize SkRectanzier to SkRectanizerSkyline" 2020-01-23 reed@google.com row/col methods 2020-01-23 reed@google.com remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS 2020-01-23 brianosman@google.com Disable Programs test on MacBook10.1-Metal 2020-01-23 michaelludwig@google.com Add GM for crbug:10141204 Created with: gclient setdep -r src/third_party/skia@c88a3bc3f561 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 benjaminwagner@google.com 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/+/master/autoroll/README.md Bug: None Tbr: benjaminwagner@google.com
NoamDev
added a commit
to NoamDev/engine
that referenced
this pull request
Feb 27, 2020
…ter#15945)" This reverts commit 73f5417.
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/+log/e4ddb8a7cddc..c88a3bc3f561
git log e4ddb8a..c88a3bc --date=short --first-parent --format='%ad %ae %s'
2020-01-23 jlavrova@google.com Bidi segmentation BEFORE anything else
2020-01-23 csmartdalton@google.com Move GrTessellator::VertexAllocator to GrEagerVertexAllocator
2020-01-23 herb@google.com Convert evict callback from function to interface
2020-01-23 brianosman@google.com Remove unused functions and members from PipelineStageCodeGenerator
2020-01-23 mtklein@google.com more bits for shader program hash
2020-01-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-23 robertphillips@google.com Clean up some "const SkISize& dimensions" usages w/in Ganesh
2020-01-23 reed@google.com Don't make promises about rowbytes
2020-01-23 egdaniel@google.com Treat GrTextureAdjusters mip copy like other producers, i.e. no fallback.
2020-01-23 michaelludwig@google.com Revert "Increase precision of some quad AA calculations"
2020-01-23 mtklein@google.com basic pass at gradients
2020-01-23 reed@google.com remove some memory-based methods, add rc()
2020-01-23 senorblanco@chromium.org Implement support for framebufferOnly render targets.
2020-01-23 egdaniel@google.com GrPixelConfig is DEAD!!!!!
2020-01-23 halcanary@google.com Fix build when (is_ios && !skia_enable_skottie)
2020-01-23 michaelludwig@google.com Increase precision in barycentric_coord calculations
2020-01-23 egdaniel@google.com Remove fConfig from GrSurfaceDesc.
2020-01-23 bsalomon@google.com Fix issue introduced in 33c0f26
2020-01-23 michaelludwig@google.com Increase precision of some quad AA calculations
2020-01-23 herb@google.com Reland "Specialize SkRectanzier to SkRectanizerSkyline"
2020-01-23 reed@google.com row/col methods
2020-01-23 reed@google.com remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS
2020-01-23 brianosman@google.com Disable Programs test on MacBook10.1-Metal
2020-01-23 michaelludwig@google.com Add GM for crbug:10141204
Created with:
gclient setdep -r src/third_party/skia@c88a3bc3f561
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 benjaminwagner@google.com 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/+/master/autoroll/README.md
Bug: None
Tbr: benjaminwagner@google.com