Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll Skia from 93c2d81f199a to 9fd75e96d712 (29 revisions) #23635

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://skia.googlesource.com/skia.git/+log/93c2d81f199a..9fd75e96d712

2021-01-12 mtklein@google.com Revert "sketch Half in skvm"
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2c65da28a2ee to 5b8dec52b68f (3 revisions)
2021-01-12 csmartdalton@google.com Move GrAATriangulator into its own file
2021-01-12 johnstiles@google.com Add flag to force skslc to compile one test file at a time.
2021-01-12 csmartdalton@google.com Move various static GrTriangulator functions into structs
2021-01-12 brianosman@google.com Remove SkEffectBinding feature from particle system
2021-01-12 jvanverth@google.com Reland "Fix issues with MTLPixelFormatBGR10A2Unorm on older OSes."
2021-01-12 johnstiles@google.com Construct IntLiterals with type fIntLiteral.
2021-01-12 brianosman@google.com Add is_apple (= is_mac || is_ios) to our GN files
2021-01-12 brianosman@google.com Remove all particle examples that use SkEffectBinding
2021-01-12 johnstiles@google.com Revert "Scrub memory released from a GrMemoryPool in debug mode."
2021-01-12 fmalita@chromium.org Bump SkXMLParser buffer size
2021-01-12 ethannicholas@google.com Changed signature of IRGenerator::convertIndex
2021-01-12 johnstiles@google.com Improve handling of SkSL literal types.
2021-01-12 jvanverth@google.com Revert "Fix issues with MTLPixelFormatBGR10A2Unorm on older OSes."
2021-01-12 egdaniel@google.com Add recycled gpu resource ref counting and use it in GrVkCommandBuffer.
2021-01-12 tdenniston@google.com [svg] Implement feGaussianBlur
2021-01-12 jvanverth@google.com Fix issues with MTLPixelFormatBGR10A2Unorm on older OSes.
2021-01-12 bsalomon@google.com Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo
2021-01-12 tdenniston@google.com [svg] Implement onObjectBoundingBox for circle and path
2021-01-12 ethannicholas@google.com Add SkSL DSLVar
2021-01-12 johnstiles@google.com Scrub memory released from a GrMemoryPool in debug mode.
2021-01-12 bsalomon@google.com Revert "asyncRescaleAndRead supports unpremul results on GPU"
2021-01-12 johnstiles@google.com Add a reference to the ErrorReporter to the SkSL Context.
2021-01-12 brianosman@google.com Convert interpreter "compound types" test to SkVM
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 9da1d76d9cd4 to b9b9a8a5022a (443 revisions)
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 0b90eef09f60 to 2c65da28a2ee (13 revisions)
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 348ba200aa29 to 3549479dc4cc (3 revisions)
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 3a0405597374 to 9ff83f6c957f (8 revisions)

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 ethannicholas@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/+doc/master/autoroll/README.md

https://skia.googlesource.com/skia.git/+log/93c2d81f199a..9fd75e96d712

2021-01-12 mtklein@google.com Revert "sketch Half in skvm"
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2c65da28a2ee to 5b8dec52b68f (3 revisions)
2021-01-12 csmartdalton@google.com Move GrAATriangulator into its own file
2021-01-12 johnstiles@google.com Add flag to force skslc to compile one test file at a time.
2021-01-12 csmartdalton@google.com Move various static GrTriangulator functions into structs
2021-01-12 brianosman@google.com Remove SkEffectBinding feature from particle system
2021-01-12 jvanverth@google.com Reland "Fix issues with MTLPixelFormatBGR10A2Unorm on older OSes."
2021-01-12 johnstiles@google.com Construct IntLiterals with type fIntLiteral.
2021-01-12 brianosman@google.com Add is_apple (= is_mac || is_ios) to our GN files
2021-01-12 brianosman@google.com Remove all particle examples that use SkEffectBinding
2021-01-12 johnstiles@google.com Revert "Scrub memory released from a GrMemoryPool in debug mode."
2021-01-12 fmalita@chromium.org Bump SkXMLParser buffer size
2021-01-12 ethannicholas@google.com Changed signature of IRGenerator::convertIndex
2021-01-12 johnstiles@google.com Improve handling of SkSL literal types.
2021-01-12 jvanverth@google.com Revert "Fix issues with MTLPixelFormatBGR10A2Unorm on older OSes."
2021-01-12 egdaniel@google.com Add recycled gpu resource ref counting and use it in GrVkCommandBuffer.
2021-01-12 tdenniston@google.com [svg] Implement feGaussianBlur
2021-01-12 jvanverth@google.com Fix issues with MTLPixelFormatBGR10A2Unorm on older OSes.
2021-01-12 bsalomon@google.com Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo
2021-01-12 tdenniston@google.com [svg] Implement onObjectBoundingBox for circle and path
2021-01-12 ethannicholas@google.com Add SkSL DSLVar
2021-01-12 johnstiles@google.com Scrub memory released from a GrMemoryPool in debug mode.
2021-01-12 bsalomon@google.com Revert "asyncRescaleAndRead supports unpremul results on GPU"
2021-01-12 johnstiles@google.com Add a reference to the ErrorReporter to the SkSL Context.
2021-01-12 brianosman@google.com Convert interpreter "compound types" test to SkVM
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 9da1d76d9cd4 to b9b9a8a5022a (443 revisions)
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 0b90eef09f60 to 2c65da28a2ee (13 revisions)
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 348ba200aa29 to 3549479dc4cc (3 revisions)
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 3a0405597374 to 9ff83f6c957f (8 revisions)

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 ethannicholas@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/+doc/master/autoroll/README.md
@skia-flutter-autoroll skia-flutter-autoroll force-pushed the skia-flutter-autoroll-f5b65cb2-4315-42e9-9ed4-ec2107f4a971-1610489763 branch from 981f089 to 71f3d05 Compare January 12, 2021 22:16
@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 Jan 12, 2021
@fluttergithubbot fluttergithubbot merged commit f743c89 into flutter:master Jan 12, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 13, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 13, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 13, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 13, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 13, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 13, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 13, 2021
zanderso pushed a commit to flutter/flutter that referenced this pull request Jan 13, 2021
* 51dd6aa [web] Enable the new rich paragraph implementation (flutter/engine#23162)

* 0f9fc3d Roll Skia from 7cf3addb1bd8 to 93c2d81f199a (1 revision) (flutter/engine#23614)

* a1e7424 [dart-runner] Avoid calling Destroy on nullptr (flutter/engine#23608)

* 846d958 Windows textures: Add placeholder flutter_texture_registrar.h (flutter/engine#23623)

* 55afc18 Roll Dart SDK from 7fcbd388b620 to ef8bf7f0a667 (5 revisions) (flutter/engine#23628)

* d2b8154 [canvaskit] apply invser scale on the left (flutter/engine#23550)

* be1a3c0 Roll Fuchsia Linux SDK from UB6RsTbdU... to FfWbbB4r8... (flutter/engine#23633)

* f743c89 Roll Skia from 93c2d81f199a to 9fd75e96d712 (29 revisions) (flutter/engine#23635)

* cf42dbe Roll wuffs to google/wuffs@c86add2 (flutter/engine#23607)

* f1278d0 Link SkShaper/SkParagraph into the engine by default (flutter/engine#23626)

* fb56b4b Android deeplink sends "path + query" instead of just path (flutter/engine#23561)

* 22bb891 Plumbing refactor to allow the usage of Dart_CreateIsolateInGroup (flutter/engine#23549)

* 20991a5 Add accessibility suport to Linux shell. (flutter/engine#19634)

* 145922b Roll Dart SDK from ef8bf7f0a667 to 636ff0ec97e0 (1 revision) (flutter/engine#23639)

* 176ae6e Roll Fuchsia Mac SDK from oll0Dgp9o... to JSzm8D59u... (flutter/engine#23641)

* d2320a8 Roll Dart SDK from 636ff0ec97e0 to d3d7b77e8165 (1 revision) (flutter/engine#23642)

* 8bdd099 Roll Skia from 9fd75e96d712 to 38ca513408d1 (1 revision) (flutter/engine#23643)

* cc572e1 Roll Skia from 38ca513408d1 to be2a8614c5d6 (2 revisions) (flutter/engine#23644)

* e9383a0 Roll Dart SDK from d3d7b77e8165 to 010633edc631 (1 revision) (flutter/engine#23645)

* 9d6ed8b Roll Fuchsia Linux SDK from FfWbbB4r8... to BUsKF6z4t... (flutter/engine#23646)

* 6d55dd4 Roll Dart SDK from 010633edc631 to 724d9e5e7d71 (1 revision) (flutter/engine#23647)

* 299f081 Roll Skia from be2a8614c5d6 to 0d7de6bc9ac3 (1 revision) (flutter/engine#23648)

* 0ec99cf Roll Fuchsia Mac SDK from JSzm8D59u... to BsUY1yjWh... (flutter/engine#23650)

* 859494f Revert "[web] Enable the new rich paragraph implementation (#23162)" (flutter/engine#23651)

* 648dae9 Roll Skia from 0d7de6bc9ac3 to 92969f265686 (7 revisions) (flutter/engine#23652)
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-f5b65cb2-4315-42e9-9ed4-ec2107f4a971-1610489763 branch January 19, 2021 22:48
gspencergoog pushed a commit to gspencergoog/engine that referenced this pull request Jan 20, 2021
hjfreyer pushed a commit to hjfreyer/engine that referenced this pull request Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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