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 0d6f81593b1f to 045adb564e19 (27 revisions) #20328

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://skia.googlesource.com/skia.git/+log/0d6f81593b1f..045adb564e19

2020-08-07 mtklein@google.com Revert "Reland "Switch GN defs on Mac and iOS to use frameworks, take 2.""
2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from bedac4f to 3831ac2 (14 revisions)
2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 69b685d4bfd2 to 2acf87cc82a2 (445 revisions)
2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from be7c55a2a8ce to a202c209bc91 (6 revisions)
2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from fa4b74d479aa to 2cf5a08cfc1b (1 revision)
2020-08-07 johnstiles@google.com Replace unimpl comments with = delete.
2020-08-06 johnstiles@google.com Disable the coverage-as-alpha optimization flag for the Bicubic effect.
2020-08-06 brianosman@google.com Fix IWYU error in metal-code generator, re-gen dither effect
2020-08-06 nifong@google.com allow external files in canvas_perf.js tests
2020-08-06 robertphillips@google.com Fix parameter evaluation order bug in DDLPromiseImageHelper
2020-08-06 johnstiles@google.com Update the DitherEffect @test to ensure non-zero dithering.
2020-08-06 jvanverth@google.com Fix unaligned pointer warning on iOS.
2020-08-06 johnstiles@google.com Implement matrix casting in Metal.
2020-08-06 ethannicholas@google.com simplified SkSL REHYDRATE=0
2020-08-06 johnstiles@google.com Enable ClangTidy check llvm-namespace-comment.
2020-08-06 brianosman@google.com SkRuntimeEffect: Apply uniform transforms in color filters, too
2020-08-06 westont@google.com [infra] iPad 13.6
2020-08-06 westont@google.com [infra] Add new provisioning profile including 4 new ipad UIDs.
2020-08-06 adlai@google.com Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext"
2020-08-06 adlai@google.com Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext"
2020-08-06 brianosman@google.com Disallow runtime effect color filters that depend on position
2020-08-06 herb@google.com use a single point as DirectMaskSubRun's vertex data
2020-08-06 robertphillips@google.com Begin wrapping GrSmallPathRenderer atlas accesses
2020-08-06 jvanverth@google.com Reland "Switch GN defs on Mac and iOS to use frameworks, take 2."
2020-08-06 mtklein@google.com add SkGraphics::AllowJIT()
2020-08-06 adlai@google.com Migrate SkImage::MakeFromTexture to GrRecordingContext
2020-08-06 adlai@google.com Migrate MakeCrossContextFromPixmap to GrDirectContext

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 herb@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/0d6f81593b1f..045adb564e19

2020-08-07 mtklein@google.com Revert "Reland "Switch GN defs on Mac and iOS to use frameworks, take 2.""
2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from bedac4f to 3831ac2 (14 revisions)
2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 69b685d4bfd2 to 2acf87cc82a2 (445 revisions)
2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from be7c55a2a8ce to a202c209bc91 (6 revisions)
2020-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from fa4b74d479aa to 2cf5a08cfc1b (1 revision)
2020-08-07 johnstiles@google.com Replace `unimpl` comments with `= delete`.
2020-08-06 johnstiles@google.com Disable the coverage-as-alpha optimization flag for the Bicubic effect.
2020-08-06 brianosman@google.com Fix IWYU error in metal-code generator, re-gen dither effect
2020-08-06 nifong@google.com allow external files in canvas_perf.js tests
2020-08-06 robertphillips@google.com Fix parameter evaluation order bug in DDLPromiseImageHelper
2020-08-06 johnstiles@google.com Update the DitherEffect @test to ensure non-zero dithering.
2020-08-06 jvanverth@google.com Fix unaligned pointer warning on iOS.
2020-08-06 johnstiles@google.com Implement matrix casting in Metal.
2020-08-06 ethannicholas@google.com simplified SkSL REHYDRATE=0
2020-08-06 johnstiles@google.com Enable ClangTidy check llvm-namespace-comment.
2020-08-06 brianosman@google.com SkRuntimeEffect: Apply uniform transforms in color filters, too
2020-08-06 westont@google.com [infra] iPad 13.6
2020-08-06 westont@google.com [infra] Add new provisioning profile including 4 new ipad UIDs.
2020-08-06 adlai@google.com Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext"
2020-08-06 adlai@google.com Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext"
2020-08-06 brianosman@google.com Disallow runtime effect color filters that depend on position
2020-08-06 herb@google.com use a single point as DirectMaskSubRun's vertex data
2020-08-06 robertphillips@google.com Begin wrapping GrSmallPathRenderer atlas accesses
2020-08-06 jvanverth@google.com Reland "Switch GN defs on Mac and iOS to use frameworks, take 2."
2020-08-06 mtklein@google.com add SkGraphics::AllowJIT()
2020-08-06 adlai@google.com Migrate SkImage::MakeFromTexture to GrRecordingContext
2020-08-06 adlai@google.com Migrate MakeCrossContextFromPixmap to GrDirectContext

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 herb@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 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 Aug 7, 2020
@fluttergithubbot fluttergithubbot merged commit 0dce634 into flutter:master Aug 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 8, 2020
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-c935f2d2-0a2c-41d1-93a0-203d8f0e0531-1596804317 branch August 14, 2020 13:32
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
3 participants