Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
e81e633637503dfc44ae9da79bc45ee52c797783
/
modules
/
sksg
ca9b208
rename mixer to lerp (in prep for SkMixer)
by Mike Reed
· 6 years ago
a720d76
[skottie] Gaussian blur layer effect
by Florin Malita
· 6 years ago
bd64f18
[skottie] Layer blend mode support
by Florin Malita
· 6 years ago
ef22907
[sksg] Use luminance coefficients from SkColorData.h
by Florin Malita
· 6 years ago
a753d1a
Reland "[skottie] Add tritone layer effect support"
by Florin Malita
· 6 years ago
42ee402
Revert "[skottie] Add tritone layer effect support"
by Florin Malita
· 6 years ago
71c70ea
[skottie] Add tritone layer effect support
by Florin Malita
· 6 years ago
1ba9c4d
[canvaskit] JS API in place for shaped text
by Kevin Lubick
· 6 years ago
b0604e5
[sksg] Hoist empty-bounds check to base RenderNode
by Florin Malita
· 6 years ago
48cc589
[skottie] Tint effect support
by Florin Malita
· 6 years ago
63136af
[sksg] Fix group hit-testing order
by Florin Malita
· 6 years ago
ec80d90
starter sample for playing with SG. will flesh out more over time.
by Mike Reed
· 6 years ago
eb46bd8
[sksg] Hit-testing API
by Florin Malita
· 6 years ago
ef26fcb
[sksg] Fix image filter content inval rect tracking
by Florin Malita
· 6 years ago
dafd652
Reland "[skottie] Add drop shadow support"
by Florin Malita
· 6 years ago
0b36acd
Revert "[skottie] Add drop shadow support"
by Florin Malita
· 6 years ago
1f43a43
[skottie] Add drop shadow support
by Florin Malita
· 6 years ago
8ec9a60
[skottie] Initial repeater support
by Florin Malita
· 6 years ago
c91527f
[skottie] Fix rect/rrect/ellipse direction and starting point
by Florin Malita
· 6 years ago
760a052
[sksg] Consolidate Matrix node implementations
by Florin Malita
· 6 years ago
13c1b96
[sksg] Add 3x3 Concat Transform specialization
by Florin Malita
· 6 years ago
df0e1af
[sksg] Hide some implementation methods from public Transform API
by Florin Malita
· 6 years ago
919e209
[sksg] 4x4 matrix support
by Florin Malita
· 6 years ago
722dd61
use SkFont more
by Mike Reed
· 6 years ago
2335644
Fix occurrences of "-Wextra-semi-stmt"
by Brian Salomon
· 6 years ago
f7d6ac1
[sksg] Expose SkFont::Edging in TextNode
by Florin Malita
· 6 years ago
2ed7820
use SkFont in a lot of places
by Mike Reed
· 6 years ago
9edbf42
Revert[4] "hide nested hinting enum"
by Mike Reed
· 6 years ago
8e12cc6
Reland "Revert "hide nested hinting enum""
by Mike Klein
· 6 years ago
f49563b
Revert "Revert "hide nested hinting enum""
by Mike Reed
· 6 years ago
6bd19df
Revert "hide nested hinting enum"
by Mike Reed
· 6 years ago
fbebece
hide nested hinting enum
by Mike Reed
· 6 years ago
0a8b4e1
[skottie] Add support for explicit text line breaks
by Florin Malita
· 6 years ago
3a42ec0
hide the SkPaint::Align enum entirely
by Mike Reed
· 6 years ago
6ddd442
only build non-prod skottie/sksg code in our tree
by Mike Klein
· 6 years ago
928db92
[skottie] Clang-tidy fixes
by Florin Malita
· 6 years ago
62c6bd9
[skottie] Multi-frame image support
by Florin Malita
· 6 years ago
bee88d4
[sksg] Fix inval tracking in Group::removeChild()
by Florin Malita
· 6 years ago
1632263
[sksg] Trim down sksg::Matrix size
by Florin Malita
· 6 years ago
97df5dc
[sksg] Stop caching full SkPaints in Paint nodes
by Florin Malita
· 6 years ago
f2ade42
[skottie] Shrink SkPaths
by Florin Malita
· 6 years ago
cd9d074
[skottie] More efficient group sizing
by Florin Malita
· 6 years ago
ca858b6
[sksg] Switch containers from SkT(D)Array to std::vector
by Florin Malita
· 6 years ago
9402c7d
[skottie] Add support for keyframed text nodes
by Florin Malita
· 6 years ago
a1c422c
[skottie] Improved text rendering
by Florin Malita
· 6 years ago
77af386
[sksg] Explicit text alignment
by Florin Malita
· 6 years ago
679d05c
[sksg] Simplify ScopedRenderContext
by Florin Malita
· 6 years ago
e1c9d3c
[skottie] Optimize color filter layerization
by Florin Malita
· 6 years ago
b2c4ea6
Move Views into Sample and Viewer.
by Ben Wagner
· 6 years ago
c0132ff
[skottie] Optimize opacity layerization
by Florin Malita
· 6 years ago
5edcd31
migrating SkTDArray towards std::vector api
by Mike Reed
· 6 years ago
f9ecb4e
Revert "migrating SkTDArray towards std::vector api"
by Mike Reed
· 6 years ago
79884be
migrating SkTDArray towards std::vector api
by Mike Reed
· 6 years ago
fcd1654
make sksg a component
by Mike Klein
· 6 years ago
36216fb
[skottie] Initial Fill layer effect support
by Florin Malita
· 6 years ago
8949c8a
[skottie/sksg] Move source files list to .gni
by Florin Malita
· 6 years ago
6cfa297
remove conditional flags for sksg -- not needed for a module
by Mike Reed
· 6 years ago
f2dd96f
[sksg] Fix image filter quality handling
by Florin Malita
· 6 years ago
d5148e3
Move SkNoncopyable to include/private.
by Ben Wagner
· 6 years ago
418e658
[skottie] Apply fully opaque masks as clips
by Florin Malita
· 6 years ago
c640d0d
Revert "Revert "SkTypes: extract SkTo""
by Hal Canary
· 6 years ago
fdcfb8b
Revert "SkTypes: extract SkTo"
by Hal Canary
· 6 years ago
2a2f675
SkTypes: extract SkTo
by Hal Canary
· 6 years ago
ccb8752
Revert "Rename sg tests and samples targets to fix Visual Studio name conflict"
by Brian Osman
· 6 years ago
ba2f829
Rename sg tests and samples targets to fix Visual Studio name conflict
by Brian Osman
· 6 years ago
50d9c94
[sksg] Fix WASM build
by Florin Malita
· 6 years ago
3b526b0
"Modularize" SkSG
by Florin Malita
· 6 years ago