Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
0dc8087e91cc51bae8f1238a13528c577d37e437
/
experimental
/
canvaskit
e29d579
[canvaskit] Add SkShaper to build list
by Florin Malita
· 6 years ago
ec4903d
[canvaskit] Use textblob
by Kevin Lubick
· 6 years ago
da3d8ac
[canvaskit] Add path/canvas methods
by Kevin Lubick
· 6 years ago
faa7387
[*kit] fulfil promise immediately
by Kevin Lubick
· 6 years ago
65846c0
[canvaskit] Add .ready() which is a real promise
by Kevin Lubick
· 6 years ago
5f1692c
[canvaskit] Allow providing webgl context and canvas element
by Kevin Lubick
· 6 years ago
4683942
[canvaskit] Refactor skottie into own file
by Kevin Lubick
· 6 years ago
35ac038
[canvaskit] Move to using SkFont instead of SkPaint.measure*
by Kevin Lubick
· 6 years ago
ffde0f6
[canvaskit] Get docs ready for npm release
by Kevin Lubick
· 6 years ago
a40f832
[canvaskit] Add Path2D to Canvas API
by Kevin Lubick
· 6 years ago
fa72071
[canvaskit] Add files needed for npm release
by Kevin Lubick
· 6 years ago
a96ec09
[canvaskit] Performance tuning of GL calls
by Kevin Lubick
· 6 years ago
8e4a331
[canvaskit] Canvas API for loading fonts
by Kevin Lubick
· 6 years ago
2b79d1c
[canvaskit] Expose setVolatile (especially for animations)
by Kevin Lubick
· 6 years ago
d090a70
[canvaskit] Correctly translate between shadow radius and sigma
by Kevin Lubick
· 6 years ago
ddd0a33
[canvaskit] Allow users to load their own fonts
by Kevin Lubick
· 6 years ago
53eabf6
[canvaskit] Refactor Canvas2D JS into own files
by Kevin Lubick
· 6 years ago
5d5723c
[canvaskit] Refactor with getTotalMatrix
by Kevin Lubick
· 6 years ago
1646e7d
[canvaskit] Add isPointInPath / isPointInStroke
by Kevin Lubick
· 6 years ago
d29edd7
[canvaskit] Add createPattern support to canvasAPI
by Kevin Lubick
· 6 years ago
ae9dfc0
[canvaskit] In Canvas2d, move matrix to internal canvas
by Kevin Lubick
· 6 years ago
92d8ea6
[canvaskit] remove setMatrix
by Kevin Lubick
· 6 years ago
52b9f37
[canvaskit] Support getImageData/putImageData
by Kevin Lubick
· 6 years ago
f9910ea
[canvaskit] Add profile mode
by Kevin Lubick
· 6 years ago
6ba8c7e
[skottie] Surface composition markers in CK
by Florin Malita
· 6 years ago
7a1b845
[canvaskit] remove POC Nima code
by Kevin Lubick
· 6 years ago
0a1293c
[canvaskit] Add drawImage support
by Kevin Lubick
· 6 years ago
91af8d8
[skottie] Expose composition markers to embedders
by Florin Malita
· 6 years ago
ea905ec
[canvaskit] Save a copy on CPU backend by using RasterDirect
by Kevin Lubick
· 6 years ago
dee08d8
[canvaskit] Fix conversion of large images to base64
by Kevin Lubick
· 6 years ago
eb2f6b0
[canvaskit] Add gradients and clips
by Kevin Lubick
· 6 years ago
c2e85f9
[skottie] Expose property bindings in CK
by Florin Malita
· 6 years ago
43ff69a
[canvaskit] Fix arc() call
by Kevin Lubick
· 6 years ago
12c0e50
[canvaskit] support globalAlpha and dashed strokes
by Kevin Lubick
· 6 years ago
61ef7b2
[canvaskit] Add shadow and save/restore support
by Kevin Lubick
· 6 years ago
b9db390
[canvaskit] Make transforms work properly
by Kevin Lubick
· 6 years ago
114bde8
Revert "Revert "add rect-parameter to makeImageSnapshot""
by Mike Reed
· 6 years ago
6fccc9d
[canvaskit] Add debug-mode only logs
by Kevin Lubick
· 6 years ago
b07204a
Add software backend to gpu build
by Kevin Lubick
· 6 years ago
1a05fce
[canvaskit] Expand canvas2d API
by Kevin Lubick
· 6 years ago
3e11933
[canvaskit] Exposed SkPath::arc. Exposed SkEncodedImageFormat enum. Exposed SkImage::encodeToData overload with arguments
by Alexander Khovansky
· 6 years ago
5437823
Reland "simplify disabling effect deserialization"
by Mike Klein
· 6 years ago
34d7a16
Revert "simplify disabling effect deserialization"
by Mike Klein
· 6 years ago
5bbf790
simplify disabling effect deserialization
by Mike Klein
· 6 years ago
e5a06e7
[canvaskit] Update examples after enum name change
by Kevin Lubick
· 6 years ago
e71e9ef
[canvaskit] Add catchException everywhere
by Kevin Lubick
· 6 years ago
b5ae3b5
[canvaskit] Add drawVertices API
by Kevin Lubick
· 6 years ago
134be1d
[canvaskit] Expose nima animation as POC
by Kevin Lubick
· 6 years ago
2cf29ce
[canvaskit] Remove ReadBuffer
by Kevin Lubick
· 6 years ago
006a6f3
[canvaskit] Fleshing out the beginnings of a Canvas API
by Kevin Lubick
· 6 years ago
9e40e6f
Give attribution
by Kevin Lubick
· 6 years ago
b9d7fb9
[canvaskit] Disable effect_deserialization
by Kevin Lubick
· 6 years ago
d04b551
[canvaskit] Increase timeout thresholds for perf
by Kevin Lubick
· 6 years ago
32dfdbe
[canvaskit] Slice out SkPicture
by Kevin Lubick
· 6 years ago
f2a146c
[canvaskit] Add perf jobs
by Kevin Lubick
· 6 years ago
f20c349
[canvaskit] Remove DAA and SAA from gpu build
by Kevin Lubick
· 6 years ago
5b90b84
[canvaskit] POC working on Node.js
by Kevin Lubick
· 6 years ago
3d99b1e
Add Correctness tests for CanvasKit
by Kevin Lubick
· 6 years ago
4bf2c26
Remove nvpr from CanvasKit
by Kevin Lubick
· 6 years ago
53965c9
Add CPU backend for CanvasKit
by Kevin Lubick
· 6 years ago
93faa67
Make CCPR optional
by Kevin Lubick
· 6 years ago
e805b24
Tweak to compile flags
by Kevin Lubick
· 6 years ago
8e9750d
Add CanvasKit build
by Kevin Lubick
· 6 years ago
d45c781
Fix text on CanvasKit
by Kevin Lubick
· 6 years ago
1466af4
[canvaskit] Link demos to fiddles
by Kevin Lubick
· 6 years ago
217056c
[CanvasKit] Implement some basic Canvas/Surface things.
by Kevin Lubick
· 6 years ago