generated from napi-rs/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58e8e3e
commit 9748c44
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule skia
updated
14 files
+18 −6 | gm/blurs.cpp | |
+60 −0 | gm/crbug_1162942.cpp | |
+1 −0 | gn/gm.gni | |
+2 −1 | src/effects/imagefilters/SkBlurImageFilter.cpp | |
+2 −0 | src/gpu/GrShaderCaps.cpp | |
+7 −0 | src/gpu/GrShaderCaps.h | |
+17 −3 | src/gpu/geometry/GrQuadUtils.cpp | |
+2 −1 | src/gpu/geometry/GrQuadUtils.h | |
+11 −2 | src/gpu/gl/GrGLCaps.cpp | |
+2 −1 | src/gpu/gl/GrGLUtil.cpp | |
+2 −1 | src/gpu/gl/GrGLUtil.h | |
+8 −3 | src/sksl/SkSLCompiler.cpp | |
+5 −0 | src/sksl/SkSLUtil.h | |
+6 −2 | src/sksl/ir/SkSLProgram.h |