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

Conversation

@skia-flutter-autoroll
Copy link
Contributor

Roll Skia from 07ee548d5bcd to da076e9aca26 (41 revisions)

https://skia.googlesource.com/skia.git/+log/07ee548d5bcd..da076e9aca26

2021-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5d94010048eb to 9bc5c82512d2 (404 revisions)
2021-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 9bc9ac8df8df to c054008f9efb (16 revisions)
2021-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 010fd1a8d7c7 to 6d4617a2d28d (3 revisions)
2021-03-10 herb@google.com Revert "Reland "cache the creation of one GrAtlasTextOp""
2021-03-09 herb@google.com Reland "cache the creation of one GrAtlasTextOp"
2021-03-09 brianosman@google.com Test that we propagate 'const' to the GPU backend of runtime effects
2021-03-09 michaelludwig@google.com Consistently fail writePixels when rowbytes not a multiple of bpp
2021-03-09 jvanverth@google.com Cache precompiled MSL shaders.
2021-03-09 johnstiles@google.com Replace the vector in SwitchCase with a Block.
2021-03-09 ethannicholas@google.com Fixed an issue with DSL includes
2021-03-09 herb@google.com encapsulate GrTextBlob::Key creation into Key::Make
2021-03-09 adlai@google.com Remove a few unneeded retain & autoreleases from Metal
2021-03-09 penghuang@chromium.org Fix GrGpuBuffer::onRelease() crash problem.
2021-03-09 herb@google.com move subrun creation to GrTextBlob::Make
2021-03-09 adlai@google.com Always make unarchived SkMatrices thread-safe
2021-03-09 jvanverth@google.com Fix stencil format mismatch in GrMtlPipelineState creation.
2021-03-09 ethannicholas@google.com Added unary + and - DSL operators
2021-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 9bc86c50f283 to 9bc9ac8df8df (11 revisions)
2021-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5cd489ad4ec5 to 5d94010048eb (4448 revisions)
2021-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from de7d5775ab25 to 023914a27b63 (2 revisions)
2021-03-09 adlai@google.com GrResourceAllocator: cleanup after failed instantiation
2021-03-09 reed@google.com Remove supported for (removed) inheriting paint filter-quality
2021-03-08 johnstiles@google.com Optimize away self-comparison in the constant folder.
2021-03-08 johnstiles@google.com Performance experiment: disable control-flow analysis.
2021-03-08 herb@google.com GrTextBlob: remove unused hash function; add key() api
2021-03-08 johnstiles@google.com Flatten constant switches at IR generation time.
2021-03-08 adlai@google.com Simplify GrResourceAllocator API
2021-03-08 johnstiles@google.com Add Convert/Make factory functions to FieldAccess.
2021-03-08 johnstiles@google.com Avoid unnecessary copies of AST objects.
2021-03-08 csmartdalton@google.com Rename SampleCCPRGeometry.cpp -> SampleStrokeVerb.cpp
2021-03-08 johnstiles@google.com Add shader optimization level toggles to Viewer.
2021-03-08 adlai@google.com Pre-cache matrix type in SkMatrixImageFilter
2021-03-08 johnstiles@google.com Add Convert/Make factory functions to IndexExpression.
2021-03-08 jlavrova@google.com Revert the workaround for missing ICU API ubrk_safeClone
2021-03-08 bsalomon@google.com SkPictureShader::asFragmentProcessor should recreate proxy for resource.
2021-03-08 kjlubick@google.com [canvaskit] Remove unreliable perf jobs.
2021-03-08 cwallez@chromium.org Remove DEPS on shaderc and glslang
2021-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 95034f6528d4 to 010fd1a8d7c7 (1 revision)
2021-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6846389f25ca to de7d5775ab25 (1 revision)
2021-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from fe2efefac498 to 9bc86c50f283 (15 revisions)
2021-03-08 jlavrova@google.com Using non-breaking spaces as a hint to break too long words

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 kjlubick@google.com on the revert to ensure that a human
...

https://skia.googlesource.com/skia.git/+log/07ee548d5bcd..da076e9aca26

2021-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5d94010048eb to 9bc5c82512d2 (404 revisions)
2021-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 9bc9ac8df8df to c054008f9efb (16 revisions)
2021-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 010fd1a8d7c7 to 6d4617a2d28d (3 revisions)
2021-03-10 herb@google.com Revert "Reland "cache the creation of one GrAtlasTextOp""
2021-03-09 herb@google.com Reland "cache the creation of one GrAtlasTextOp"
2021-03-09 brianosman@google.com Test that we propagate 'const' to the GPU backend of runtime effects
2021-03-09 michaelludwig@google.com Consistently fail writePixels when rowbytes not a multiple of bpp
2021-03-09 jvanverth@google.com Cache precompiled MSL shaders.
2021-03-09 johnstiles@google.com Replace the vector<Statement> in SwitchCase with a Block.
2021-03-09 ethannicholas@google.com Fixed an issue with DSL includes
2021-03-09 herb@google.com encapsulate GrTextBlob::Key creation into Key::Make
2021-03-09 adlai@google.com Remove a few unneeded retain & autoreleases from Metal
2021-03-09 penghuang@chromium.org Fix GrGpuBuffer::onRelease() crash problem.
2021-03-09 herb@google.com move subrun creation to GrTextBlob::Make
2021-03-09 adlai@google.com Always make unarchived SkMatrices thread-safe
2021-03-09 jvanverth@google.com Fix stencil format mismatch in GrMtlPipelineState creation.
2021-03-09 ethannicholas@google.com Added unary + and - DSL operators
2021-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 9bc86c50f283 to 9bc9ac8df8df (11 revisions)
2021-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5cd489ad4ec5 to 5d94010048eb (4448 revisions)
2021-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from de7d5775ab25 to 023914a27b63 (2 revisions)
2021-03-09 adlai@google.com GrResourceAllocator: cleanup after failed instantiation
2021-03-09 reed@google.com Remove supported for (removed) inheriting paint filter-quality
2021-03-08 johnstiles@google.com Optimize away self-comparison in the constant folder.
2021-03-08 johnstiles@google.com Performance experiment: disable control-flow analysis.
2021-03-08 herb@google.com GrTextBlob: remove unused hash function; add key() api
2021-03-08 johnstiles@google.com Flatten constant switches at IR generation time.
2021-03-08 adlai@google.com Simplify GrResourceAllocator API
2021-03-08 johnstiles@google.com Add Convert/Make factory functions to FieldAccess.
2021-03-08 johnstiles@google.com Avoid unnecessary copies of AST objects.
2021-03-08 csmartdalton@google.com Rename SampleCCPRGeometry.cpp -> SampleStrokeVerb.cpp
2021-03-08 johnstiles@google.com Add shader optimization level toggles to Viewer.
2021-03-08 adlai@google.com Pre-cache matrix type in SkMatrixImageFilter
2021-03-08 johnstiles@google.com Add Convert/Make factory functions to IndexExpression.
2021-03-08 jlavrova@google.com Revert the workaround for missing ICU API ubrk_safeClone
2021-03-08 bsalomon@google.com SkPictureShader::asFragmentProcessor should recreate proxy for resource.
2021-03-08 kjlubick@google.com [canvaskit] Remove unreliable perf jobs.
2021-03-08 cwallez@chromium.org Remove DEPS on shaderc and glslang
2021-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 95034f6528d4 to 010fd1a8d7c7 (1 revision)
2021-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6846389f25ca to de7d5775ab25 (1 revision)
2021-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from fe2efefac498 to 9bc86c50f283 (15 revisions)
2021-03-08 jlavrova@google.com Using non-breaking spaces as a hint to break too long words

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 kjlubick@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 Mar 10, 2021
@fluttergithubbot fluttergithubbot merged commit cdd44d0 into flutter:master Mar 10, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 10, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 10, 2021
renyou pushed a commit to renyou/engine that referenced this pull request Mar 10, 2021
renyou added a commit that referenced this pull request Mar 10, 2021
* Revert "Fix memory leak and bug in the RunsOnCreationTaskRunner check (#24690)" (#24874)

This reverts commit 735876e.

* Roll Skia from 07ee548d5bcd to da076e9aca26 (41 revisions) (#24914)

Co-authored-by: skia-flutter-autoroll <skia-flutter-autoroll@skia.org>
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-41ae27b6-410c-4832-a675-79aeba0fec5a-1615356867 branch March 17, 2021 07:06
hjfreyer pushed a commit to hjfreyer/engine that referenced this pull request Mar 22, 2021
chriscraws pushed a commit to chriscraws/engine that referenced this pull request Mar 23, 2021
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