This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll src/third_party/skia 8561fc23c927..854ac61e90a4 (36 commits)#17620
Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom Apr 10, 2020
Merged
Conversation
https://skia.googlesource.com/skia.git/+log/8561fc23c927..854ac61e90a4 git log 8561fc2..854ac61 --date=short --first-parent --format='%ad %ae %s' 2020-04-09 [email protected] Roll Dawn 11652ff8f8b3..6574f92747a2. 2020-04-09 [email protected] Remove the dependency on Dawn's SwapChainUtils. 2020-04-09 [email protected] Rename GrMeshDrawOp::Target::glyphCache to strikeCache 2020-04-09 [email protected] More robust fix for command buffer context crash. 2020-04-09 [email protected] [svg] Remove primitive type wrappers 2020-04-09 [email protected] Add check that the PlotLocator's plotIndex is consistent w/ the glyph rect 2020-04-09 [email protected] [SVG] Implement currentColor for fill and stroke 2020-04-09 [email protected] Move the GrStrikeCache from the recording context to the direct context 2020-04-09 [email protected] fix computation for localToWorld 2020-04-09 [email protected] Take MorphologyImageFilter radii as SkScalar. 2020-04-09 [email protected] [infra] Update dimensions for Golo Windows machines 2020-04-09 [email protected] example of overdraw CF that we can JIT 2020-04-09 [email protected] Fix PinnedImageTest to make current original context at end. 2020-04-09 [email protected] Clean up GrText-related headers a bit 2020-04-09 [email protected] Add markCTM(id) api, to replace functionality of saveCamera. 2020-04-09 [email protected] Sort viewer slides by filename when traversing a directory. 2020-04-09 [email protected] fix JIT min/max 2020-04-09 [email protected] [svg] Skip "inherited" presentation attributes 2020-04-09 [email protected] D3D fixes to clean up crashes in tests 2020-04-09 [email protected] Delay creation of GrTextStrike and GrGlyphs until flush time 2020-04-09 [email protected] [SVG] Fix polyline/polygon point parsing 2020-04-09 [email protected] [svg] Adjust container size on Viewer window resize 2020-04-09 [email protected] [svg] Fix dasharray padding 2020-04-09 [email protected] Roll third_party/externals/angle2 8bd3dab..2caf7ff (7 commits) 2020-04-09 [email protected] Update Go Deps 2020-04-09 [email protected] Roll ../src 65c03361bcc9..9fa8abd9f4b8 (398 commits) 2020-04-09 [email protected] Roll third_party/externals/swiftshader ba0c95eb406f..3cfa8e28be80 (9 commits) 2020-04-08 [email protected] Add Usage::kColor to SkVertices custom attributes 2020-04-08 [email protected] Fixes for running on the iOS simulator. 2020-04-08 [email protected] Add onMap, onUnmap, and onUpdateData to GrD3DBuffer. 2020-04-08 [email protected] [svg] Reference cycle avoidance 2020-04-08 [email protected] Add getter for channels to GrBackendFormat 2020-04-08 [email protected] [SVG] Fix application of skewX/skewY attributes 2020-04-08 [email protected] more infixifcation -- no functional change 2020-04-08 [email protected] add SkVM_min_max unit test 2020-04-08 [email protected] add Pixel CPU Test jobs Created with: gclient setdep -r src/third_party/skia@854ac61e90a4 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/+/master/autoroll/README.md Bug: None Tbr: [email protected]
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 10, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 10, 2020
goderbauer
pushed a commit
to goderbauer/engine
that referenced
this pull request
Apr 16, 2020
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/+log/8561fc23c927..854ac61e90a4
git log 8561fc2..854ac61 --date=short --first-parent --format='%ad %ae %s'
2020-04-09 [email protected] Roll Dawn 11652ff8f8b3..6574f92747a2.
2020-04-09 [email protected] Remove the dependency on Dawn's SwapChainUtils.
2020-04-09 [email protected] Rename GrMeshDrawOp::Target::glyphCache to strikeCache
2020-04-09 [email protected] More robust fix for command buffer context crash.
2020-04-09 [email protected] [svg] Remove primitive type wrappers
2020-04-09 [email protected] Add check that the PlotLocator's plotIndex is consistent w/ the glyph rect
2020-04-09 [email protected] [SVG] Implement currentColor for fill and stroke
2020-04-09 [email protected] Move the GrStrikeCache from the recording context to the direct context
2020-04-09 [email protected] fix computation for localToWorld
2020-04-09 [email protected] Take MorphologyImageFilter radii as SkScalar.
2020-04-09 [email protected] [infra] Update dimensions for Golo Windows machines
2020-04-09 [email protected] example of overdraw CF that we can JIT
2020-04-09 [email protected] Fix PinnedImageTest to make current original context at end.
2020-04-09 [email protected] Clean up GrText-related headers a bit
2020-04-09 [email protected] Add markCTM(id) api, to replace functionality of saveCamera.
2020-04-09 [email protected] Sort viewer slides by filename when traversing a directory.
2020-04-09 [email protected] fix JIT min/max
2020-04-09 [email protected] [svg] Skip "inherited" presentation attributes
2020-04-09 [email protected] D3D fixes to clean up crashes in tests
2020-04-09 [email protected] Delay creation of GrTextStrike and GrGlyphs until flush time
2020-04-09 [email protected] [SVG] Fix polyline/polygon point parsing
2020-04-09 [email protected] [svg] Adjust container size on Viewer window resize
2020-04-09 [email protected] [svg] Fix dasharray padding
2020-04-09 [email protected] Roll third_party/externals/angle2 8bd3dab..2caf7ff (7 commits)
2020-04-09 [email protected] Update Go Deps
2020-04-09 [email protected] Roll ../src 65c03361bcc9..9fa8abd9f4b8 (398 commits)
2020-04-09 [email protected] Roll third_party/externals/swiftshader ba0c95eb406f..3cfa8e28be80 (9 commits)
2020-04-08 [email protected] Add Usage::kColor to SkVertices custom attributes
2020-04-08 [email protected] Fixes for running on the iOS simulator.
2020-04-08 [email protected] Add onMap, onUnmap, and onUpdateData to GrD3DBuffer.
2020-04-08 [email protected] [svg] Reference cycle avoidance
2020-04-08 [email protected] Add getter for channels to GrBackendFormat
2020-04-08 [email protected] [SVG] Fix application of skewX/skewY attributes
2020-04-08 [email protected] more infixifcation -- no functional change
2020-04-08 [email protected] add SkVM_min_max unit test
2020-04-08 [email protected] add Pixel CPU Test jobs
Created with:
gclient setdep -r src/third_party/skia@854ac61e90a4
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/+/master/autoroll/README.md
Bug: None
Tbr: [email protected]