Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Roll Skia from 2564767d24e5 to bf66ffbbd4ce (27 revisions)#21230

Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom
skia-flutter-autoroll:skia-flutter-autoroll-6cce8241-23e2-43b5-b0b7-780da6393633-1600301426
Sep 17, 2020
Merged

Roll Skia from 2564767d24e5 to bf66ffbbd4ce (27 revisions)#21230
fluttergithubbot merged 1 commit intoflutter:masterfrom
skia-flutter-autoroll:skia-flutter-autoroll-6cce8241-23e2-43b5-b0b7-780da6393633-1600301426

Conversation

@skia-flutter-autoroll
Copy link
Contributor

https://skia.googlesource.com/skia.git/+log/2564767d24e5..bf66ffbbd4ce

2020-09-16 [email protected] Reland "Revert "moved BinaryExpression's data into IRNode""
2020-09-16 [email protected] Add support for #pragma settings comments in SkSL.
2020-09-16 [email protected] Don't link against MetalKit when building the base Skia library.
2020-09-16 [email protected] update skvx scalar-fallback strategy
2020-09-16 [email protected] Remove "Recompiling..." output when building .fp files
2020-09-16 [email protected] Convert additional GLSL tests to use golden files.
2020-09-16 [email protected] Revert "Revert "moved BinaryExpression's data into IRNode""
2020-09-16 [email protected] Avoid generating identity swizzles in the IR.
2020-09-16 [email protected] Remove unnecessary casting from SkSL in GMs
2020-09-16 [email protected] verify there are no glyph searches
2020-09-16 [email protected] Reland "Enable novel GrClipStack on bots, disable elsewhere"
2020-09-16 [email protected] Remove swizzle helper function for type creation
2020-09-16 [email protected] Avoid redundant zeros and ones in swizzle constructor.
2020-09-16 [email protected] simplify setMetricsAndImage API
2020-09-16 [email protected] Remove SkSurface::getContext
2020-09-16 [email protected] Use SkClipOp::kIntersect instead of kReplace_ClipOp
2020-09-16 [email protected] Revert "moved BinaryExpression's data into IRNode"
2020-09-16 [email protected] Migrate swizzle tests to golden SkSL files.
2020-09-16 [email protected] good codegen for Op::mul_q14x2
2020-09-16 [email protected] refactor skvx min/max
2020-09-16 [email protected] moved BinaryExpression's data into IRNode
2020-09-16 [email protected] Revert "Enable novel GrClipStack on bots, disable elsewhere"
2020-09-16 [email protected] in fm_bot, use -foo to remove a source
2020-09-16 [email protected] Enable novel GrClipStack on bots, disable elsewhere
2020-09-16 [email protected] add another q14x2 test
2020-09-16 [email protected] Add initial GrThreadSafeUniquelyKeyedProxyViewCache implementation
2020-09-16 [email protected] Add a method of returning the list of commands that use an image

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/master/autoroll/README.md

https://skia.googlesource.com/skia.git/+log/2564767d24e5..bf66ffbbd4ce

2020-09-16 [email protected] Reland "Revert "moved BinaryExpression's data into IRNode""
2020-09-16 [email protected] Add support for #pragma settings comments in SkSL.
2020-09-16 [email protected] Don't link against MetalKit when building the base Skia library.
2020-09-16 [email protected] update skvx scalar-fallback strategy
2020-09-16 [email protected] Remove "Recompiling..." output when building .fp files
2020-09-16 [email protected] Convert additional GLSL tests to use golden files.
2020-09-16 [email protected] Revert "Revert "moved BinaryExpression's data into IRNode""
2020-09-16 [email protected] Avoid generating identity swizzles in the IR.
2020-09-16 [email protected] Remove unnecessary casting from SkSL in GMs
2020-09-16 [email protected] verify there are no glyph searches
2020-09-16 [email protected] Reland "Enable novel GrClipStack on bots, disable elsewhere"
2020-09-16 [email protected] Remove swizzle helper function for type creation
2020-09-16 [email protected] Avoid redundant zeros and ones in swizzle constructor.
2020-09-16 [email protected] simplify setMetricsAndImage API
2020-09-16 [email protected] Remove SkSurface::getContext
2020-09-16 [email protected] Use SkClipOp::kIntersect instead of kReplace_ClipOp
2020-09-16 [email protected] Revert "moved BinaryExpression's data into IRNode"
2020-09-16 [email protected] Migrate swizzle tests to golden SkSL files.
2020-09-16 [email protected] good codegen for Op::mul_q14x2
2020-09-16 [email protected] refactor skvx min/max
2020-09-16 [email protected] moved BinaryExpression's data into IRNode
2020-09-16 [email protected] Revert "Enable novel GrClipStack on bots, disable elsewhere"
2020-09-16 [email protected] in fm_bot, use -foo to remove a source
2020-09-16 [email protected] Enable novel GrClipStack on bots, disable elsewhere
2020-09-16 [email protected] add another q14x2 test
2020-09-16 [email protected] Add initial GrThreadSafeUniquelyKeyedProxyViewCache implementation
2020-09-16 [email protected] Add a method of returning the list of commands that use an image

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/master/autoroll/README.md
@skia-flutter-autoroll skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Sep 17, 2020
@fluttergithubbot fluttergithubbot merged commit a0f27d1 into flutter:master Sep 17, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 17, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 19, 2020
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-6cce8241-23e2-43b5-b0b7-780da6393633-1600301426 branch September 24, 2020 00:44
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants