This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Roll Skia from a87c5076a876 to 36366209d412 (55 revisions) #21562
Merged
jason-simmons
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:skia-flutter-autoroll-9130cfda-f131-416f-976b-193b0ddaa901-1601656609
Oct 2, 2020
Merged
Roll Skia from a87c5076a876 to 36366209d412 (55 revisions) #21562
jason-simmons
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:skia-flutter-autoroll-9130cfda-f131-416f-976b-193b0ddaa901-1601656609
Oct 2, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://skia.googlesource.com/skia.git/+log/a87c5076a876..36366209d412 2020-10-02 egdaniel@google.com Require stencil bits on wrapped GrBackendRenderTargets to 0, 8, or 16. 2020-10-02 hcm@google.com Update release notes for M87 branch cut, M88 begin 2020-10-02 kjlubick@google.com [canvaskit] Fix computeTightBounds 2020-10-02 egdaniel@google.com Remove unsized gl stencil support. 2020-10-02 robertphillips@google.com Accumulated non-substantive changes 2020-10-02 brianosman@google.com Revert "Convert sksl_frag.sksl to an IRIntrinsicMap" 2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 085332bfbb3a to 1693b2839ab9 (532 revisions) 2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 5e947adaf26e to 375fee944c76 (2 revisions) 2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b09f16e to 1fd3e5d (8 revisions) 2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from da5828c06b4c to 16ebcf601d7f (1 revision) 2020-10-02 herb@google.com remove SkMakeSpan use ctor parameter deduction 2020-10-01 brianosman@google.com Convert sksl_frag.sksl to an IRIntrinsicMap 2020-10-01 hcm@google.com Update Skia milestone to 88 2020-10-01 brianosman@google.com Support variables in the intrinsic map, clone them into Programs 2020-10-01 johnstiles@google.com Replace set of entrances with boolean. 2020-10-01 johnstiles@google.com Convert Analysis::NodeCount to NodeCountExceeds. 2020-10-01 fmalita@chromium.org [sksg] Fix uninitialized DashEffect attribute 2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from fa082bb to b09f16e (16 revisions) 2020-10-01 egdaniel@google.com Fix vulkan input usage flag for VulkanWindowContext. 2020-10-01 michaelludwig@google.com Remove unused field from DeviceCM 2020-10-01 bsalomon@google.com GrRenderTargetContext takes release proc helper. 2020-10-01 brianosman@google.com Remove unused variable from IR generator 2020-10-01 egdaniel@google.com Move bytesPerPixel query off of GrCaps and add bytesPerBlock query. 2020-10-01 brianosman@google.com Revert "moved SkSL FloatLiteral data into IRNode" 2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b042f4e70879 to 5e947adaf26e (4 revisions) 2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from cc47e0cdb922 to 085332bfbb3a (612 revisions) 2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from ad421a248adb to da5828c06b4c (2 revisions) 2020-09-30 bsalomon@google.com Get GrBackendRenderTarget's sample count from MtlTexture. 2020-09-30 robertphillips@google.com Have the GrShadowRRectOp make use of the thread-safe view cache 2020-09-30 robertphillips@google.com Have GrMatrixConvolutionEffect use the thread-safe view cache 2020-09-30 johnstiles@google.com Update TextureEffect to avoid extraneous out variable. 2020-09-30 brianosman@google.com Add Variable::fBuiltin, to track Variables owned by pre-includes 2020-09-30 bsalomon@google.com Return GrBackendTexture from SkPromiseImageTexture by value. 2020-09-30 johnstiles@google.com Update MatrixEffect to avoid extraneous out variable. 2020-09-30 ethannicholas@google.com moved SkSL ExternalFunctionCall's data into IRNode 2020-09-30 johnstiles@google.com Simplify generated GLSL code for trivial FPs. 2020-09-30 senorblanco@chromium.org Dawn: remove persistent TextureView from GrDawnTexture. 2020-09-30 smoreland@google.com Avoid heap initialization for skia allocations. 2020-09-30 brianosman@google.com Move VariableReference ref-adjusting into helper functions 2020-09-30 robertphillips@google.com Make GrRectBlurEffect use the thread-safe view cache 2020-09-30 johnstiles@google.com Calculate texture clamping X/Y coordinates in parallel. 2020-09-30 johnstiles@google.com Inline trivial single-argument constructors directly. 2020-09-30 michaelludwig@google.com Fix GrClipStackClip::preApply to report kClippedOut 2020-09-30 robertphillips@google.com Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache (take 2) 2020-09-30 johnstiles@google.com Add ProgramWriter, a non-const version of ProgramVisitor. 2020-09-30 johnstiles@google.com Add unit test for inlining trivial arguments. 2020-09-30 ethannicholas@google.com moved SkSL Extension data into IRNode 2020-09-30 csmartdalton@google.com Don't cast emscripten pointers when assembling WebGL interface 2020-09-30 johnstiles@google.com Update nanobench SkSL tests. 2020-09-30 ethannicholas@google.com Revert "Revert "moved SkSL ExpressionStatement's data into IRNode"" 2020-09-30 bsalomon@google.com Add sample count field to GrD3DTextureResourceInfo. 2020-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from ec42b14 to fa082bb (11 revisions) 2020-09-30 johnstiles@google.com Avoid creating temporary variables for nested trivial cases. 2020-09-30 johnstiles@google.com Revert "moved SkSL ExpressionStatement's data into IRNode" 2020-09-30 brianosman@google.com Revert "Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache" 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 brianosman@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
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 2, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 2, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 2, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 2, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 2, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 3, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 3, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 3, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 3, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 3, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 3, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 3, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Oct 3, 2020
gspencergoog
pushed a commit
to gspencergoog/engine
that referenced
this pull request
Oct 20, 2020
https://skia.googlesource.com/skia.git/+log/a87c5076a876..36366209d412 2020-10-02 egdaniel@google.com Require stencil bits on wrapped GrBackendRenderTargets to 0, 8, or 16. 2020-10-02 hcm@google.com Update release notes for M87 branch cut, M88 begin 2020-10-02 kjlubick@google.com [canvaskit] Fix computeTightBounds 2020-10-02 egdaniel@google.com Remove unsized gl stencil support. 2020-10-02 robertphillips@google.com Accumulated non-substantive changes 2020-10-02 brianosman@google.com Revert "Convert sksl_frag.sksl to an IRIntrinsicMap" 2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 085332bfbb3a to 1693b2839ab9 (532 revisions) 2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 5e947adaf26e to 375fee944c76 (2 revisions) 2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b09f16e to 1fd3e5d (8 revisions) 2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from da5828c06b4c to 16ebcf601d7f (1 revision) 2020-10-02 herb@google.com remove SkMakeSpan use ctor parameter deduction 2020-10-01 brianosman@google.com Convert sksl_frag.sksl to an IRIntrinsicMap 2020-10-01 hcm@google.com Update Skia milestone to 88 2020-10-01 brianosman@google.com Support variables in the intrinsic map, clone them into Programs 2020-10-01 johnstiles@google.com Replace set of entrances with boolean. 2020-10-01 johnstiles@google.com Convert Analysis::NodeCount to NodeCountExceeds. 2020-10-01 fmalita@chromium.org [sksg] Fix uninitialized DashEffect attribute 2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from fa082bb to b09f16e (16 revisions) 2020-10-01 egdaniel@google.com Fix vulkan input usage flag for VulkanWindowContext. 2020-10-01 michaelludwig@google.com Remove unused field from DeviceCM 2020-10-01 bsalomon@google.com GrRenderTargetContext takes release proc helper. 2020-10-01 brianosman@google.com Remove unused variable from IR generator 2020-10-01 egdaniel@google.com Move bytesPerPixel query off of GrCaps and add bytesPerBlock query. 2020-10-01 brianosman@google.com Revert "moved SkSL FloatLiteral data into IRNode" 2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b042f4e70879 to 5e947adaf26e (4 revisions) 2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from cc47e0cdb922 to 085332bfbb3a (612 revisions) 2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from ad421a248adb to da5828c06b4c (2 revisions) 2020-09-30 bsalomon@google.com Get GrBackendRenderTarget's sample count from MtlTexture. 2020-09-30 robertphillips@google.com Have the GrShadowRRectOp make use of the thread-safe view cache 2020-09-30 robertphillips@google.com Have GrMatrixConvolutionEffect use the thread-safe view cache 2020-09-30 johnstiles@google.com Update TextureEffect to avoid extraneous out variable. 2020-09-30 brianosman@google.com Add Variable::fBuiltin, to track Variables owned by pre-includes 2020-09-30 bsalomon@google.com Return GrBackendTexture from SkPromiseImageTexture by value. 2020-09-30 johnstiles@google.com Update MatrixEffect to avoid extraneous out variable. 2020-09-30 ethannicholas@google.com moved SkSL ExternalFunctionCall's data into IRNode 2020-09-30 johnstiles@google.com Simplify generated GLSL code for trivial FPs. 2020-09-30 senorblanco@chromium.org Dawn: remove persistent TextureView from GrDawnTexture. 2020-09-30 smoreland@google.com Avoid heap initialization for skia allocations. 2020-09-30 brianosman@google.com Move VariableReference ref-adjusting into helper functions 2020-09-30 robertphillips@google.com Make GrRectBlurEffect use the thread-safe view cache 2020-09-30 johnstiles@google.com Calculate texture clamping X/Y coordinates in parallel. 2020-09-30 johnstiles@google.com Inline trivial single-argument constructors directly. 2020-09-30 michaelludwig@google.com Fix GrClipStackClip::preApply to report kClippedOut 2020-09-30 robertphillips@google.com Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache (take 2) 2020-09-30 johnstiles@google.com Add ProgramWriter, a non-const version of ProgramVisitor. 2020-09-30 johnstiles@google.com Add unit test for inlining trivial arguments. 2020-09-30 ethannicholas@google.com moved SkSL Extension data into IRNode 2020-09-30 csmartdalton@google.com Don't cast emscripten pointers when assembling WebGL interface 2020-09-30 johnstiles@google.com Update nanobench SkSL tests. 2020-09-30 ethannicholas@google.com Revert "Revert "moved SkSL ExpressionStatement's data into IRNode"" 2020-09-30 bsalomon@google.com Add sample count field to GrD3DTextureResourceInfo. 2020-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from ec42b14 to fa082bb (11 revisions) 2020-09-30 johnstiles@google.com Avoid creating temporary variables for nested trivial cases. 2020-09-30 johnstiles@google.com Revert "moved SkSL ExpressionStatement's data into IRNode" 2020-09-30 brianosman@google.com Revert "Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache" 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 brianosman@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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Roll Skia from a87c507 to 3636620 (55 revisions)
https://skia.googlesource.com/skia.git/+log/a87c5076a876..36366209d412
2020-10-02 egdaniel@google.com Require stencil bits on wrapped GrBackendRenderTargets to 0, 8, or 16.
2020-10-02 hcm@google.com Update release notes for M87 branch cut, M88 begin
2020-10-02 kjlubick@google.com [canvaskit] Fix computeTightBounds
2020-10-02 egdaniel@google.com Remove unsized gl stencil support.
2020-10-02 robertphillips@google.com Accumulated non-substantive changes
2020-10-02 brianosman@google.com Revert "Convert sksl_frag.sksl to an IRIntrinsicMap"
2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 085332bfbb3a to 1693b2839ab9 (532 revisions)
2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 5e947adaf26e to 375fee944c76 (2 revisions)
2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b09f16e to 1fd3e5d (8 revisions)
2020-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from da5828c06b4c to 16ebcf601d7f (1 revision)
2020-10-02 herb@google.com remove SkMakeSpan use ctor parameter deduction
2020-10-01 brianosman@google.com Convert sksl_frag.sksl to an IRIntrinsicMap
2020-10-01 hcm@google.com Update Skia milestone to 88
2020-10-01 brianosman@google.com Support variables in the intrinsic map, clone them into Programs
2020-10-01 johnstiles@google.com Replace set of entrances with boolean.
2020-10-01 johnstiles@google.com Convert Analysis::NodeCount to NodeCountExceeds.
2020-10-01 fmalita@chromium.org [sksg] Fix uninitialized DashEffect attribute
2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from fa082bb to b09f16e (16 revisions)
2020-10-01 egdaniel@google.com Fix vulkan input usage flag for VulkanWindowContext.
2020-10-01 michaelludwig@google.com Remove unused field from DeviceCM
2020-10-01 bsalomon@google.com GrRenderTargetContext takes release proc helper.
2020-10-01 brianosman@google.com Remove unused variable from IR generator
2020-10-01 egdaniel@google.com Move bytesPerPixel query off of GrCaps and add bytesPerBlock query.
2020-10-01 brianosman@google.com Revert "moved SkSL FloatLiteral data into IRNode"
2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b042f4e70879 to 5e947adaf26e (4 revisions)
2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from cc47e0cdb922 to 085332bfbb3a (612 revisions)
2020-10-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from ad421a248adb to da5828c06b4c (2 revisions)
2020-09-30 bsalomon@google.com Get GrBackendRenderTarget's sample count from MtlTexture.
2020-09-30 robertphillips@google.com Have the GrShadowRRectOp make use of the thread-safe view cache
2020-09-30 robertphillips@google.com Have GrMatrixConvolutionEffect use the thread-safe view cache
2020-09-30 johnstiles@google.com Update TextureEffect to avoid extraneous out variable.
2020-09-30 brianosman@google.com Add Variable::fBuiltin, to track Variables owned by pre-includes
2020-09-30 bsalomon@google.com Return GrBackendTexture from SkPromiseImageTexture by value.
2020-09-30 johnstiles@google.com Update MatrixEffect to avoid extraneous out variable.
2020-09-30 ethannicholas@google.com moved SkSL ExternalFunctionCall's data into IRNode
2020-09-30 johnstiles@google.com Simplify generated GLSL code for trivial FPs.
2020-09-30 senorblanco@chromium.org Dawn: remove persistent TextureView from GrDawnTexture.
2020-09-30 smoreland@google.com Avoid heap initialization for skia allocations.
2020-09-30 brianosman@google.com Move VariableReference ref-adjusting into helper functions
2020-09-30 robertphillips@google.com Make GrRectBlurEffect use the thread-safe view cache
2020-09-30 johnstiles@google.com Calculate texture clamping X/Y coordinates in parallel.
2020-09-30 johnstiles@google.com Inline trivial single-argument constructors directly.
2020-09-30 michaelludwig@google.com Fix GrClipStackClip::preApply to report kClippedOut
2020-09-30 robertphillips@google.com Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache (take 2)
2020-09-30 johnstiles@google.com Add ProgramWriter, a non-const version of ProgramVisitor.
2020-09-30 johnstiles@google.com Add unit test for inlining trivial arguments.
...