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 feb4d10 to 371fde5 (46 revisions)

https://skia.googlesource.com/skia.git/+log/feb4d10f7b2d..371fde549e35

2020-09-21 johnstiles@google.com Rename 'DefaultSettings' golden outputs to 'StandaloneSettings'.
2020-09-21 jvanverth@google.com Revert "Reland "Use Microsoft's ComPtr to wrap D3D12 objects.""
2020-09-21 johnstiles@google.com Create golden outputs for SkSL blend functions.
2020-09-21 johnstiles@google.com Add convenience methods to CFG builder.
2020-09-21 egdaniel@google.com Allow client to pass in VK_IMAGE_LAYOUT_UNDEFINED into mutable state change requests.
2020-09-21 egdaniel@google.com Make GrStencilAttachment derive from GrSurface.
2020-09-21 johnstiles@google.com Remove needless do-while(false) block from inlined blend methods.
2020-09-21 johnstiles@google.com Optimize early-return detection.
2020-09-21 ethannicholas@google.com Fixed a bug with SkSL ternaries in binary files
2020-09-21 adlai@google.com Migrate skottie to GrDirectContext
2020-09-21 nifong@google.com include freetype in wasm build, see cl/332073924 for complete change
2020-09-21 johnstiles@google.com Remove duplicate copy of ensureScopedBlocks.
2020-09-21 adlai@google.com Remove SkCanvas::getGrContext & GrRecordingContext::backdoor
2020-09-21 bsalomon@google.com Separate YUVATextures, YUVATexturesCopy, and YUVAPixmaps in wacky GMs.
2020-09-21 kjlubick@google.com [canvaskit] Fix Debug build
2020-09-21 johnstiles@google.com Replace VariableReference::copy_constant with clone().
2020-09-21 bsalomon@google.com Stop building GL backend on Android Vulkan builders
2020-09-21 jvanverth@google.com Fix D3D non-dev release build.
2020-09-21 johnstiles@google.com Allow a BasicBlock to be dumped, outside the CFG.
2020-09-21 robertphillips@google.com Add MRU to GrThreadSafeUniquelyKeyedProxyViewCache
2020-09-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8d4331e to 48588bd (27 revisions)
2020-09-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 33c87dade16e to 688a0b341c70 (560 revisions)
2020-09-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from d6498a41ab4e to dcd37fa4f476 (4 revisions)
2020-09-20 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2020-09-19 johnstiles@google.com Fix generated file.
2020-09-19 johnstiles@google.com Revert "Add program-settings flag to disable the inliner."
2020-09-19 johnstiles@google.com Revert "Remove inliner from IR generation stage."
2020-09-18 johnstiles@google.com Fix unit test for InlinerWrapsEarlyReturnsWithDoWhileBlock.
2020-09-18 johnstiles@google.com Add unit test for a dead do-while loop.
2020-09-18 bsalomon@google.com Expand SkYUVAInfo::PlanarConfig/SkYUVAPixmapInfo::DataType values.
2020-09-18 csmartdalton@google.com Fix CanvasKit warnings compiling on Mac with emsdk 2.0.0
2020-09-18 johnstiles@google.com Add program-settings flag to disable the inliner.
2020-09-18 mtklein@google.com quad-pump avx2 and up
2020-09-18 robertphillips@google.com Switch the thread-safe proxy cache over to using an arena for its entries
2020-09-18 johnstiles@google.com Migrate remaining SkSL GLSL tests to golden outputs.
2020-09-18 johnstiles@google.com Remove inliner from IR generation stage.
2020-09-18 robertphillips@google.com Actually test the direct-context's thread-safe proxy cache
2020-09-18 johnstiles@google.com Migrate geometry SkSL tests to golden outputs.
2020-09-18 johnstiles@google.com Migrate Derivatives tests to golden outputs.
2020-09-18 csmartdalton@google.com Lift SkMeasureAngleInsideVectors and SkFindBisector to public SkGeometry API
2020-09-18 brianosman@google.com SkSL: Cleanup interpreter intrinsics, etc.
2020-09-18 csmartdalton@google.com Don't simplify a stroked shape if it isn't closed
2020-09-18 nifong@google.com Add a define causing debugger to use an older clip feature
2020-09-18 mtklein@google.com avx2 specialization for gather32
2020-09-18 johnstiles@google.com Migrate SkSL error tests to golden outputs.
2020-09-18 jvanverth@google.com D3D: Reset current descriptor tables when changing root sig.
...

https://skia.googlesource.com/skia.git/+log/feb4d10f7b2d..371fde549e35

2020-09-21 johnstiles@google.com Rename 'DefaultSettings' golden outputs to 'StandaloneSettings'.
2020-09-21 jvanverth@google.com Revert "Reland "Use Microsoft's ComPtr to wrap D3D12 objects.""
2020-09-21 johnstiles@google.com Create golden outputs for SkSL blend functions.
2020-09-21 johnstiles@google.com Add convenience methods to CFG builder.
2020-09-21 egdaniel@google.com Allow client to pass in VK_IMAGE_LAYOUT_UNDEFINED into mutable state change requests.
2020-09-21 egdaniel@google.com Make GrStencilAttachment derive from GrSurface.
2020-09-21 johnstiles@google.com Remove needless do-while(false) block from inlined blend methods.
2020-09-21 johnstiles@google.com Optimize early-return detection.
2020-09-21 ethannicholas@google.com Fixed a bug with SkSL ternaries in binary files
2020-09-21 adlai@google.com Migrate skottie to GrDirectContext
2020-09-21 nifong@google.com include freetype in wasm build, see cl/332073924 for complete change
2020-09-21 johnstiles@google.com Remove duplicate copy of ensureScopedBlocks.
2020-09-21 adlai@google.com Remove SkCanvas::getGrContext & GrRecordingContext::backdoor
2020-09-21 bsalomon@google.com Separate YUVATextures, YUVATexturesCopy, and YUVAPixmaps in wacky GMs.
2020-09-21 kjlubick@google.com [canvaskit] Fix Debug build
2020-09-21 johnstiles@google.com Replace VariableReference::copy_constant with clone().
2020-09-21 bsalomon@google.com Stop building GL backend on Android Vulkan builders
2020-09-21 jvanverth@google.com Fix D3D non-dev release build.
2020-09-21 johnstiles@google.com Allow a BasicBlock to be dumped, outside the CFG.
2020-09-21 robertphillips@google.com Add MRU to GrThreadSafeUniquelyKeyedProxyViewCache
2020-09-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8d4331e to 48588bd (27 revisions)
2020-09-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 33c87dade16e to 688a0b341c70 (560 revisions)
2020-09-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from d6498a41ab4e to dcd37fa4f476 (4 revisions)
2020-09-20 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2020-09-19 johnstiles@google.com Fix generated file.
2020-09-19 johnstiles@google.com Revert "Add program-settings flag to disable the inliner."
2020-09-19 johnstiles@google.com Revert "Remove inliner from IR generation stage."
2020-09-18 johnstiles@google.com Fix unit test for InlinerWrapsEarlyReturnsWithDoWhileBlock.
2020-09-18 johnstiles@google.com Add unit test for a dead do-while loop.
2020-09-18 bsalomon@google.com Expand SkYUVAInfo::PlanarConfig/SkYUVAPixmapInfo::DataType values.
2020-09-18 csmartdalton@google.com Fix CanvasKit warnings compiling on Mac with emsdk 2.0.0
2020-09-18 johnstiles@google.com Add program-settings flag to disable the inliner.
2020-09-18 mtklein@google.com quad-pump avx2 and up
2020-09-18 robertphillips@google.com Switch the thread-safe proxy cache over to using an arena for its entries
2020-09-18 johnstiles@google.com Migrate remaining SkSL GLSL tests to golden outputs.
2020-09-18 johnstiles@google.com Remove inliner from IR generation stage.
2020-09-18 robertphillips@google.com Actually test the direct-context's thread-safe proxy cache
2020-09-18 johnstiles@google.com Migrate geometry SkSL tests to golden outputs.
2020-09-18 johnstiles@google.com Migrate Derivatives tests to golden outputs.
2020-09-18 csmartdalton@google.com Lift SkMeasureAngleInsideVectors and SkFindBisector to public SkGeometry API
2020-09-18 brianosman@google.com SkSL: Cleanup interpreter intrinsics, etc.
2020-09-18 csmartdalton@google.com Don't simplify a stroked shape if it isn't closed
2020-09-18 nifong@google.com Add a define causing debugger to use an older clip feature
2020-09-18 mtklein@google.com avx2 specialization for gather32
2020-09-18 johnstiles@google.com Migrate SkSL error tests to golden outputs.
2020-09-18 jvanverth@google.com D3D: Reset current descriptor tables when changing root sig.

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 csmartdalton@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 Sep 21, 2020
@fluttergithubbot fluttergithubbot merged commit fa2a39e into flutter:master Sep 21, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 22, 2020
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-2edd0029-cb4d-45b0-9d21-579acd382f34-1600728419 branch September 28, 2020 23:44
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