Commit 0918c2c
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 b09f16e to 1fd3e5d (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 fa082bb to b09f16e (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 ec42b14 to fa082bb (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 f39e5be commit 0918c2c
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
3922 | 3922 | | |
3923 | 3923 | | |
3924 | 3924 | | |
| 3925 | + | |
3925 | 3926 | | |
3926 | 3927 | | |
3927 | 3928 | | |
| |||
0 commit comments