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

https://skia.googlesource.com/skia.git/+log/1b075ff14e7e..48b27317b475

2022-07-06 johnstiles@google.com Fix fuzzer-discovered error with range checks.
2022-07-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 86c735bfe650 to 9070e279a887 (5 revisions)
2022-07-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d1116fa9e9dc to 7987bda077c8 (1 revision)
2022-07-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from b9ab0240030d to 871c213d1b23 (6 revisions)
2022-07-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from da984303fda1 to 86c735bfe650 (4 revisions)
2022-07-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from c4f0232de2dc to b9ab0240030d (6 revisions)
2022-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from defd99dc4cd5 to da984303fda1 (8 revisions)
2022-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 24239fcc4786 to c4f0232de2dc (7 revisions)
2022-07-03 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2022-07-02 johnstiles@google.com Add padding to properly align mixed-size uniforms.
2022-07-01 bsalomon@google.com Update SkMesh buffer API to take const void* instead of SkData
2022-07-01 armansito@google.com [ganesh][dawn] Use GrRingBuffer for uniform buffer allocation
2022-07-01 robertphillips@google.com Remove special case arena-based allocation of Compose and Color shaders
2022-07-01 kjlubick@google.com Remove extra file
2022-07-01 michaelludwig@google.com [graphite] Use new Transform concat functions in text code
2022-07-01 herb@google.com Reland "Replace SK_ARRAY_COUNT with std::size() all the rest"
2022-07-01 bsalomon@google.com Reland "Add option to GrGpuBuffer::updateData to not discard non-updated area."
2022-07-01 herb@google.com Revert "Replace SK_ARRAY_COUNT with std::size() all the rest"
2022-07-01 jvanverth@google.com [graphite] Fill in shader and vertex buffer for DirectMask subruns.
2022-07-01 michaelludwig@google.com [graphite] Add more utility and SkM44/SkMatrix interop to Transform class
2022-07-01 johnstiles@google.com Fix uniform manager handling of mat2 types.
2022-07-01 herb@google.com Replace SK_ARRAY_COUNT with std::size() all the rest
2022-07-01 kjlubick@google.com Add --keep_going to IWYU enforcement

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 jsimmons@google.com,robertphillips@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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

https://skia.googlesource.com/skia.git/+log/1b075ff14e7e..48b27317b475

2022-07-06 johnstiles@google.com Fix fuzzer-discovered error with range checks.
2022-07-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 86c735bfe650 to 9070e279a887 (5 revisions)
2022-07-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d1116fa9e9dc to 7987bda077c8 (1 revision)
2022-07-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from b9ab0240030d to 871c213d1b23 (6 revisions)
2022-07-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from da984303fda1 to 86c735bfe650 (4 revisions)
2022-07-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from c4f0232de2dc to b9ab0240030d (6 revisions)
2022-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from defd99dc4cd5 to da984303fda1 (8 revisions)
2022-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 24239fcc4786 to c4f0232de2dc (7 revisions)
2022-07-03 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2022-07-02 johnstiles@google.com Add padding to properly align mixed-size uniforms.
2022-07-01 bsalomon@google.com Update SkMesh buffer API to take const void* instead of SkData
2022-07-01 armansito@google.com [ganesh][dawn] Use GrRingBuffer for uniform buffer allocation
2022-07-01 robertphillips@google.com Remove special case arena-based allocation of Compose and Color shaders
2022-07-01 kjlubick@google.com Remove extra file
2022-07-01 michaelludwig@google.com [graphite] Use new Transform concat functions in text code
2022-07-01 herb@google.com Reland "Replace SK_ARRAY_COUNT with std::size() all the rest"
2022-07-01 bsalomon@google.com Reland "Add option to GrGpuBuffer::updateData to *not* discard non-updated area."
2022-07-01 herb@google.com Revert "Replace SK_ARRAY_COUNT with std::size() all the rest"
2022-07-01 jvanverth@google.com [graphite] Fill in shader and vertex buffer for DirectMask subruns.
2022-07-01 michaelludwig@google.com [graphite] Add more utility and SkM44/SkMatrix interop to Transform class
2022-07-01 johnstiles@google.com Fix uniform manager handling of mat2 types.
2022-07-01 herb@google.com Replace SK_ARRAY_COUNT with std::size() all the rest
2022-07-01 kjlubick@google.com Add --keep_going to IWYU enforcement

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 jsimmons@google.com,robertphillips@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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/main/autoroll/README.md
@skia-flutter-autoroll skia-flutter-autoroll force-pushed the skia-flutter-autoroll-df75faf9-abce-4a7b-b74e-97a765fe5e1a-1657120202 branch from 981f089 to 731078f Compare July 6, 2022 15:10
@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 Jul 6, 2022
@fluttergithubbot fluttergithubbot merged commit ea9e0d0 into flutter:main Jul 6, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 6, 2022
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-df75faf9-abce-4a7b-b74e-97a765fe5e1a-1657120202 branch July 13, 2022 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

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.

2 participants