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 6ef5116f7877 to 49f89eafefcf (42 revisions)

https://skia.googlesource.com/skia.git/+log/6ef5116f7877..49f89eafefcf

2022-06-30 armansito@google.com [canvaskit] Update CHANGELOG on WebGPU support
2022-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from d50b22764b7f to 4884e9de1da9 (8 revisions)
2022-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ec31f547750c to 90fdde382489 (6 revisions)
2022-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from c64ca23d94aa to 8866b114af93 (14 revisions)
2022-06-30 herb@google.com Replace SK_ARRAY_COUNT with std::size() for skia/src/core
2022-06-30 johnstiles@google.com Create simple unit test for UniformManager types and layouts.
2022-06-30 johnstiles@google.com Add support for short uniform types in Metal.
2022-06-29 jvanverth@google.com [graphite] Re-enable text as paths.
2022-06-29 armansito@google.com [canvaskit] New public API methods for WebGPU context creation
2022-06-29 egdaniel@google.com [Graphite] Store Task Graph on Recording.
2022-06-29 herb@google.com Aggressively check maximum glyph dimensions
2022-06-29 jvanverth@google.com [graphite] Hook up text renderers.
2022-06-29 robertphillips@google.com [graphite] Add compile guards to precompile system (take 2)
2022-06-29 bsalomon@google.com Add offset parameter to GrGpuBuffer::updateData.
2022-06-29 ethannicholas@google.com Added threadgroup modifier to compute shaders
2022-06-29 herb@google.com Replace SK_ARRAY_COUNT with std::size() for skia/src/gpu
2022-06-29 johnstiles@google.com Expose generic uniform-write ability.
2022-06-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 4e6188c82519 to 5d1ce362f85f (2 revisions)
2022-06-29 kjlubick@google.com [canvaskit] Handle Premul textures better
2022-06-29 johnstiles@google.com Add custom glue code for Graphite runtime shaders.
2022-06-29 jvanverth@google.com [graphite] Add Geometry creation for text.
2022-06-29 michaelludwig@google.com Manual dawn roll
2022-06-29 kjlubick@google.com Revert "[graphite] Add compile guards to precompile system"
2022-06-29 robertphillips@google.com [graphite] Add compile guards to precompile system
2022-06-29 johnstiles@google.com Factor out addTextToArena into dedicated function.
2022-06-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c775dd498ae4 to d50b22764b7f (11 revisions)
2022-06-29 bsalomon@google.com Add GrGpuBuffer MapType to describe map semantics.
2022-06-28 aaronhk@chromium.org SkPixmap::getColor4f and SkBitmap::getColor4f
2022-06-28 armansito@google.com [canvaskit] Use WebGPU in npm_build/example.html
2022-06-28 armansito@google.com [canvaskit] Implement WebGPU API methods for surface creation
2022-06-28 johnstiles@google.com Add map from code-snippet ID to runtime-effect in Recorder.
2022-06-28 ethannicholas@google.com Require compute shader in/out arrays to be unsized
2022-06-28 johnstiles@google.com Remove unchecked_bit_puns.
2022-06-28 egdaniel@google.com [Graphite] Add a ResourceProvider onto the Context.
2022-06-28 egdaniel@google.com [Graphite] Add QueueManager Class.
2022-06-28 johnstiles@google.com Create SkUniform data in findOrCreateRuntimeEffectSnippet.
2022-06-28 herb@google.com Refix perspective for glyph drawing of last resort
2022-06-28 jvanverth@google.com [graphite] Change Device::drawGeometry() to take a Transform parameter
2022-06-28 johnstiles@google.com Split ArenaAlloc test into separate tests with narrower scope.
2022-06-28 armansito@google.com [ganesh][dawn] Implement GrDawnBuffer::onRelease
2022-06-28 kjlubick@google.com [bazel] Replace -isystem with -I for copts
2022-06-28 johnstiles@google.com Add SkRuntimeEffect flag indicating half-precision uniforms.

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
...

https://skia.googlesource.com/skia.git/+log/6ef5116f7877..49f89eafefcf

2022-06-30 armansito@google.com [canvaskit] Update CHANGELOG on WebGPU support
2022-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from d50b22764b7f to 4884e9de1da9 (8 revisions)
2022-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ec31f547750c to 90fdde382489 (6 revisions)
2022-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from c64ca23d94aa to 8866b114af93 (14 revisions)
2022-06-30 herb@google.com Replace SK_ARRAY_COUNT with std::size() for skia/src/core
2022-06-30 johnstiles@google.com Create simple unit test for UniformManager types and layouts.
2022-06-30 johnstiles@google.com Add support for short uniform types in Metal.
2022-06-29 jvanverth@google.com [graphite] Re-enable text as paths.
2022-06-29 armansito@google.com [canvaskit] New public API methods for WebGPU context creation
2022-06-29 egdaniel@google.com [Graphite] Store Task Graph on Recording.
2022-06-29 herb@google.com Aggressively check maximum glyph dimensions
2022-06-29 jvanverth@google.com [graphite] Hook up text renderers.
2022-06-29 robertphillips@google.com [graphite] Add compile guards to precompile system (take 2)
2022-06-29 bsalomon@google.com Add offset parameter to GrGpuBuffer::updateData.
2022-06-29 ethannicholas@google.com Added threadgroup modifier to compute shaders
2022-06-29 herb@google.com Replace SK_ARRAY_COUNT with std::size() for skia/src/gpu
2022-06-29 johnstiles@google.com Expose generic uniform-write ability.
2022-06-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 4e6188c82519 to 5d1ce362f85f (2 revisions)
2022-06-29 kjlubick@google.com [canvaskit] Handle Premul textures better
2022-06-29 johnstiles@google.com Add custom glue code for Graphite runtime shaders.
2022-06-29 jvanverth@google.com [graphite] Add Geometry creation for text.
2022-06-29 michaelludwig@google.com Manual dawn roll
2022-06-29 kjlubick@google.com Revert "[graphite] Add compile guards to precompile system"
2022-06-29 robertphillips@google.com [graphite] Add compile guards to precompile system
2022-06-29 johnstiles@google.com Factor out addTextToArena into dedicated function.
2022-06-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c775dd498ae4 to d50b22764b7f (11 revisions)
2022-06-29 bsalomon@google.com Add GrGpuBuffer MapType to describe map semantics.
2022-06-28 aaronhk@chromium.org SkPixmap::getColor4f and SkBitmap::getColor4f
2022-06-28 armansito@google.com [canvaskit] Use WebGPU in npm_build/example.html
2022-06-28 armansito@google.com [canvaskit] Implement WebGPU API methods for surface creation
2022-06-28 johnstiles@google.com Add map from code-snippet ID to runtime-effect in Recorder.
2022-06-28 ethannicholas@google.com Require compute shader in/out arrays to be unsized
2022-06-28 johnstiles@google.com Remove unchecked_bit_puns.
2022-06-28 egdaniel@google.com [Graphite] Add a ResourceProvider onto the Context.
2022-06-28 egdaniel@google.com [Graphite] Add QueueManager Class.
2022-06-28 johnstiles@google.com Create SkUniform data in findOrCreateRuntimeEffectSnippet.
2022-06-28 herb@google.com Refix perspective for glyph drawing of last resort
2022-06-28 jvanverth@google.com [graphite] Change Device::drawGeometry() to take a Transform parameter
2022-06-28 johnstiles@google.com Split ArenaAlloc test into separate tests with narrower scope.
2022-06-28 armansito@google.com [ganesh][dawn] Implement GrDawnBuffer::onRelease
2022-06-28 kjlubick@google.com [bazel] Replace -isystem with -I for copts
2022-06-28 johnstiles@google.com Add SkRuntimeEffect flag indicating half-precision uniforms.

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 borenet@google.com,chinmaygarde@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 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 Jun 30, 2022
@skia-flutter-autoroll skia-flutter-autoroll force-pushed the skia-flutter-autoroll-a3157c6a-51e0-46f0-a43a-cc487bd40623-1656588627 branch from 981f089 to bc013af Compare June 30, 2022 11:30
@fluttergithubbot fluttergithubbot merged commit 2cdcbc7 into flutter:main Jun 30, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 30, 2022
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-a3157c6a-51e0-46f0-a43a-cc487bd40623-1656588627 branch July 7, 2022 12:20
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