Skip to content

Commit c945377

Browse files
Roll Skia from a87c5076a876 to 36366209d412 (55 revisions) (flutter#21562)
https://skia.googlesource.com/skia.git/+log/a87c5076a876..36366209d412 2020-10-02 [email protected] Require stencil bits on wrapped GrBackendRenderTargets to 0, 8, or 16. 2020-10-02 [email protected] Update release notes for M87 branch cut, M88 begin 2020-10-02 [email protected] [canvaskit] Fix computeTightBounds 2020-10-02 [email protected] Remove unsized gl stencil support. 2020-10-02 [email protected] Accumulated non-substantive changes 2020-10-02 [email protected] Revert "Convert sksl_frag.sksl to an IRIntrinsicMap" 2020-10-02 [email protected] Roll Chromium from 085332bfbb3a to 1693b2839ab9 (532 revisions) 2020-10-02 [email protected] Roll SwiftShader from 5e947adaf26e to 375fee944c76 (2 revisions) 2020-10-02 [email protected] Roll ANGLE from b09f16ee7aeb to 1fd3e5d89a8f (8 revisions) 2020-10-02 [email protected] Roll Dawn from da5828c06b4c to 16ebcf601d7f (1 revision) 2020-10-02 [email protected] remove SkMakeSpan use ctor parameter deduction 2020-10-01 [email protected] Convert sksl_frag.sksl to an IRIntrinsicMap 2020-10-01 [email protected] Update Skia milestone to 88 2020-10-01 [email protected] Support variables in the intrinsic map, clone them into Programs 2020-10-01 [email protected] Replace set of entrances with boolean. 2020-10-01 [email protected] Convert Analysis::NodeCount to NodeCountExceeds. 2020-10-01 [email protected] [sksg] Fix uninitialized DashEffect attribute 2020-10-01 [email protected] Roll ANGLE from fa082bb58ba7 to b09f16ee7aeb (16 revisions) 2020-10-01 [email protected] Fix vulkan input usage flag for VulkanWindowContext. 2020-10-01 [email protected] Remove unused field from DeviceCM 2020-10-01 [email protected] GrRenderTargetContext takes release proc helper. 2020-10-01 [email protected] Remove unused variable from IR generator 2020-10-01 [email protected] Move bytesPerPixel query off of GrCaps and add bytesPerBlock query. 2020-10-01 [email protected] Revert "moved SkSL FloatLiteral data into IRNode" 2020-10-01 [email protected] Roll SwiftShader from b042f4e70879 to 5e947adaf26e (4 revisions) 2020-10-01 [email protected] Roll Chromium from cc47e0cdb922 to 085332bfbb3a (612 revisions) 2020-10-01 [email protected] Roll Dawn from ad421a248adb to da5828c06b4c (2 revisions) 2020-09-30 [email protected] Get GrBackendRenderTarget's sample count from MtlTexture. 2020-09-30 [email protected] Have the GrShadowRRectOp make use of the thread-safe view cache 2020-09-30 [email protected] Have GrMatrixConvolutionEffect use the thread-safe view cache 2020-09-30 [email protected] Update TextureEffect to avoid extraneous out variable. 2020-09-30 [email protected] Add Variable::fBuiltin, to track Variables owned by pre-includes 2020-09-30 [email protected] Return GrBackendTexture from SkPromiseImageTexture by value. 2020-09-30 [email protected] Update MatrixEffect to avoid extraneous out variable. 2020-09-30 [email protected] moved SkSL ExternalFunctionCall's data into IRNode 2020-09-30 [email protected] Simplify generated GLSL code for trivial FPs. 2020-09-30 [email protected] Dawn: remove persistent TextureView from GrDawnTexture. 2020-09-30 [email protected] Avoid heap initialization for skia allocations. 2020-09-30 [email protected] Move VariableReference ref-adjusting into helper functions 2020-09-30 [email protected] Make GrRectBlurEffect use the thread-safe view cache 2020-09-30 [email protected] Calculate texture clamping X/Y coordinates in parallel. 2020-09-30 [email protected] Inline trivial single-argument constructors directly. 2020-09-30 [email protected] Fix GrClipStackClip::preApply to report kClippedOut 2020-09-30 [email protected] Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache (take 2) 2020-09-30 [email protected] Add ProgramWriter, a non-const version of ProgramVisitor. 2020-09-30 [email protected] Add unit test for inlining trivial arguments. 2020-09-30 [email protected] moved SkSL Extension data into IRNode 2020-09-30 [email protected] Don't cast emscripten pointers when assembling WebGL interface 2020-09-30 [email protected] Update nanobench SkSL tests. 2020-09-30 [email protected] Revert "Revert "moved SkSL ExpressionStatement's data into IRNode"" 2020-09-30 [email protected] Add sample count field to GrD3DTextureResourceInfo. 2020-09-30 [email protected] Roll ANGLE from ec42b1438fd2 to fa082bb58ba7 (11 revisions) 2020-09-30 [email protected] Avoid creating temporary variables for nested trivial cases. 2020-09-30 [email protected] Revert "moved SkSL ExpressionStatement's data into IRNode" 2020-09-30 [email protected] 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 [email protected] 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
1 parent a446aac commit c945377

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': 'a87c5076a876e63664566bba55e16b6d4d410234',
29+
'skia_revision': '36366209d4124d99be561545e02b0a165bd829c4',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: c8b43171afd115a8618c41b931c64abd
1+
Signature: 8da5610b8b391d0a1c5b1b991441e6d2
22

33
UNUSED LICENSES:
44

@@ -3922,6 +3922,7 @@ FILE: ../../../third_party/skia/src/core/SkYUVAPixmaps.cpp
39223922
FILE: ../../../third_party/skia/src/gpu/GrBackendSemaphore.cpp
39233923
FILE: ../../../third_party/skia/src/gpu/GrBackendSurfaceMutableState.cpp
39243924
FILE: ../../../third_party/skia/src/gpu/GrBackendSurfaceMutableStateImpl.h
3925+
FILE: ../../../third_party/skia/src/gpu/GrBackendUtils.cpp
39253926
FILE: ../../../third_party/skia/src/gpu/GrBackendUtils.h
39263927
FILE: ../../../third_party/skia/src/gpu/GrBlockAllocator.cpp
39273928
FILE: ../../../third_party/skia/src/gpu/GrBlockAllocator.h

0 commit comments

Comments
 (0)