Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Sign in
chromium
/
skia
/
refs/heads/main
/
src
/
core
740e178
Move SkPath::interpolate functionality into separate .cpp.
by Michael Reed
· 14 hours ago
ec4bf2f
More spanification
by Michael Reed
· 16 hours ago
09a3a5a
Have path transform return optional?
by Michael Reed
· 2 days ago
2665ce6
Simplify builder state
by Michael Reed
· 2 days ago
fcad874
Avoid using fPathRef where possible
by Michael Reed
· 2 days ago
9a43169
Faster SkPath::isRect
by Florin Malita
· 3 days ago
e935a7f
Expose SkBlendModeBlender singletons without reference counting
by Michael Ludwig
· 3 days ago
381c6d8
Move pathref specific methods into a separate file
by Michael Reed
· 3 days ago
42ff13a
Move path-contains impl into priv
by Michael Reed
· 4 days ago
ba86d7a
Mark more single argument constructors explicit
by Kaylee Lubick
· 4 days ago
b5df365
Replace SkScalarAve with sk_float_midpoint
by Florin Malita
· 4 days ago
21ffb38
Start migration off of pathref in SkPath impl : spans
by Michael Reed
· 4 days ago
95abe1b
Some SkPath cleanups
by Michael Reed
· 4 days ago
6fad852
Cleanup in SkScan_antipath
by Kaylee Lubick
· 4 days ago
b458b53
Move compute-tight-bounds impl to priv
by Michael Reed
· 4 days ago
833c884
Use pathdata to transform in drawPath
by Michael Reed
· 7 days ago
74b4235
[rust png] Add `SkDynamicMemoryWStream::detachAsVector` method.
by Lukasz Anforowicz
· 7 days ago
a040dcf
Refactor makeTransform() so it can be a factory as well
by Michael Reed
· 8 days ago
329e57b
Tidy up SkResolveConvexity
by Kaylee Lubick
· 8 days ago
4a90fb5
Change PathRaw to store convexity enum, not just bool
by Michael Reed
· 8 days ago
6c185ab
Miscellaneous code cleanup
by Robert Phillips
· 8 days ago
2d9df7c
Mark some private constructors explicit
by Kaylee Lubick
· 9 days ago
2ab3416
Override delete(), to match our special allocator
by Michael Reed
· 9 days ago
bbd968f
Reapply "Move editing methods into separate .cpp"
by Michael Reed
· 9 days ago
472d25e
Revert "Reapply "Use pathdata to speed-up transform""
by Robert Phillips
· 9 days ago
20b762e
Reapply "Use pathdata to speed-up transform"
by Michael Reed
· 9 days ago
e1d6c00
Revert "Use pathdata to speed-up transform"
by Thomas Smith
· 10 days ago
5c9f730
Revert "Move editing methods into separate .cpp"
by Thomas Smith
· 10 days ago
e054d54
Align SkPathBuilder's rArcTo with arcTo
by Kaylee Lubick
· 10 days ago
1ad187d
[graphite] Use consistent relative circular test for SkRRects
by Michael Ludwig
· 10 days ago
a23efe3
Move editing methods into separate .cpp
by Michael Reed
· 10 days ago
2b474c1
Use pathdata to speed-up transform
by Michael Reed
· 10 days ago
5126be2
Add c++98-compat-extra-semi warning
by Robert Phillips
· 10 days ago
65867c9
Remove (editing) path::shrinkToFit()
by Michael Reed
· 11 days ago
ac8e8aa
Check for zero-length before calling memcpy
by Michael Reed
· 11 days ago
b2b2869
SkPathData : immutable replacement for SkPathRef
by Michael Reed
· 11 days ago
748a376
Reapply "Add dump() helper to pathbuilder"
by Michael Reed
· 14 days ago
31d1c97
Update tests and benches to use pathbuilder
by Michael Reed
· 2 weeks ago
cfa7161
Change tests to use pathbuilder
by Michael Reed
· 2 weeks ago
ce96742
Revert "Add dump() helper to pathbuilder"
by Mike Reed
· 2 weeks ago
21a1dab
Add dump() helper to pathbuilder
by Michael Reed
· 2 weeks ago
601ebf9
Use pathbuilder to keep paths' immutable (their geometry)
by Michael Reed
· 3 weeks ago
a1d085b
Remove old define in hairline code
by Kaylee Lubick
· 3 weeks ago
66c6853
Remove SkOnce from function local initializations
by Kaylee Lubick
· 3 weeks ago
d09786d
Conics support for SkPathBuilder::incReserve
by Florin Malita
· 3 weeks ago
81cab27
Return optional raw for path/builder
by Michael Reed
· 3 weeks ago
c7f4bad
Update pixmap asserts to identify negative values explicitly
by Kaylee Lubick
· 3 weeks ago
ea25063
Reset convexity in SkPathBuilder::addPath
by Florin Malita
· 3 weeks ago
c4d8b10
Make SkPathPriv::Raw handle SkPaths with infinite bounds correctly
by Kaylee Lubick
· 3 weeks ago
817b6f8
Update tests to use pathbuilder
by Michael Reed
· 3 weeks ago
ba8a690
Remove unused mutable-path parameter
by Michael Reed
· 3 weeks ago
2b6ee4e
Reorganize SkDraw::drawPath() to keep SkPath immutable
by Michael Reed
· 3 weeks ago
16e6da5
Harden our conic math for bad W values
by Michael Reed
· 4 weeks ago
4c7ae6e
Unify most common form of encoders: returning SkData
by Michael Reed
· 4 weeks ago
a47e6ac
SkPath::getLastPt() to return optional
by Michael Reed
· 4 weeks ago
f1fab32
Use pathraw to create mask from path
by Michael Reed
· 4 weeks ago
8d5cb2e
Convert gms to use pathbuilder
by Michael Reed
· 5 weeks ago
57f6a74
Move interp helper into private headers
by Michael Reed
· 5 weeks ago
69d74e9
Start to migrate pathops to builder
by Michael Reed
· 5 weeks ago
8d12d8d
Use pathbuilder in path::transform + perspective
by Michael Reed
· 5 weeks ago
3745e62
[rust png] Move Rust PNG implementation to non-"experimental" dir.
by Lukasz Anforowicz
· 5 weeks ago
f9d6a55
[graphite] Add multiple work lists to SkExecutor
by Robert Phillips
· 5 weeks ago
09bfdfa
Remove valgrind from our test configurations
by Kaylee Lubick
· 5 weeks ago
283a8ff
Revert "[graphite] Add multiple work lists to SkExecutor"
by Robert Phillips
· 5 weeks ago
76a3717
Refactor compute-convexity
by Michael Reed
· 5 weeks ago
3b83fd3
[graphite] Add multiple work lists to SkExecutor
by Robert Phillips
· 5 weeks ago
c801cf7
Add docs for SkPathRaw and expand tests
by Kaylee Lubick
· 6 weeks ago
8d29977
Add warning to note SK_SUPPORT_LEGACY_RRECT_TRANSFORM is load bearing
by Noelle Scobie
· 6 weeks ago
5dc8b7d
Change CreateDrawArcPath to return its path
by Michael Reed
· 6 weeks ago
ff080cf
Fix difference between builder and path
by Michael Reed
· 6 weeks ago
57d365d
Saturate in legacy shader when scaling
by Daniel Dilan
· 6 weeks ago
c991ab9
[raster] Don't use lowp when sampling outside range [-32,768, 32,767]
by Daniel Dilan
· 6 weeks ago
c5abb1c
Remove references to fractional ints
by Kaylee Lubick
· 6 weeks ago
ec75c71
Clean up matrixProc functions
by Kaylee Lubick
· 6 weeks ago
49227db
SkStream: Add big-endian integer reading helpers
by Christopher Cameron
· 6 weeks ago
04513df
Fold direction into convexity enum
by Michael Reed
· 6 weeks ago
89f3ec0
Migrate SkTLazy usage to std::optional
by Michael Reed
· 6 weeks ago
efcb2b9
GM to try out rect-vs-poly stroking
by Michael Reed
· 7 weeks ago
7c2b647
Revert "SkAndroidCodec: Remove one-off CICP implementation"
by Noelle Scobie
· 7 weeks ago
e18263e
SkAndroidCodec: Remove one-off CICP implementation
by Christopher Cameron
· 7 weeks ago
071cd7b
Simplify ComputeLevelCount calls
by Shahbaz Youssefi
· 7 weeks ago
7c2f502
Refactor ComputeFirstDirection
by Michael Reed
· 7 weeks ago
cf715f1
Check if CTM overflows the path
by Michael Reed
· 8 weeks ago
430d600
more utilities to pathraw
by Michael Reed
· 8 weeks ago
d560c9d
Change SkScan::FillPath to take pathraw
by Michael Reed
· 8 weeks ago
dcc2c36
change hairliner to use pathraw
by Michael Reed
· 8 weeks ago
cdce5f8
[skif] Remove SK_DISABLE_BLUR_OVERSCALING staging code
by Michael Ludwig
· 8 weeks ago
4703976
SkColorSpace: Respect skcms_ICCProfile::has_CICP
by Christopher Cameron
· 8 weeks ago
8c7cf4c
Refactor SkDraw and SkDrawBase into skcpu::Draw
by Kaylee Lubick
· 8 weeks ago
ed42a94
Fix singleton handing of CPU recorder/context
by Kaylee Lubick
· 9 weeks ago
fcb992f
FontMgr Android NDK automatic axes
by Ben Wagner
· 9 weeks ago
5d394f8
Properly handle value types in LRUCache
by Ben Wagner
· 9 weeks ago
1ea2bb4
[skif] Adjust overscaling logic for periodic tiling
by Michael Ludwig
· 9 weeks ago
213efe9
Reapply "Factor out common pathiter"
by Michael Reed
· 10 weeks ago
d445371
Revert "Factor out common pathiter"
by Robert Phillips
· 10 weeks ago
91ad1f2
Factor out common pathiter
by Michael Reed
· 10 weeks ago
20b52e8
Add output colorspace parameter to SkShader::makeWithWorkingColorSpace
by Michael Ludwig
· 10 weeks ago
f7fdda3
Conditionally switch technique for rect::bounds
by Michael Reed
· 2 months ago
26a69c4
Use new path::iter
by Michael Reed
· 2 months ago
f5a19c8
More flexible rect->quad variants
by Michael Reed
· 2 months ago
Next »