- c9943f1 Fix numerous cases of casting away const by Brian Osman · 1 year, 2 months ago
- e51a4e7 Enforce IWYU on SkResourceCache etc by Kevin Lubick · 1 year, 5 months ago
- ffaba7d Fix potential integer overflow in SkRegion::setPath() by Jim Van Verth · 1 year, 10 months ago
- 5ff6641 Tile clips in SkRegion::setPath by Michael Ludwig · 1 year, 11 months ago
- ed37743 [base] Move several more files from src/core into base. by Kevin Lubick · 2 years ago
- 46572b4 [base] Move more files into base by Kevin Lubick · 2 years ago
- dc6cc02 [base] Move many files into base by Kevin Lubick · 2 years ago
- 19936eb [base] Move some files from include/private to include/private/base by Kevin Lubick · 2 years, 1 month ago
- 3050ef5 Rename SkTDArray::count -> size by Herb Derby · 2 years, 4 months ago
- 3b60bf2 Replace SK_ARRAY_COUNT with std::size() for skia/src/core by Herb Derby · 2 years, 7 months ago
- 47d5ba9 Fix SkRegion::setPath to respect inverse fills when path isn't finite by Michael Ludwig · 4 years, 2 months ago
- 71f1266 Revert "SkPathView for ownerless (can live on stack) SkPaths" by Mike Klein · 4 years, 3 months ago
- 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 4 years, 6 months ago
- 886a904 Update SkTQSort to use half-open ranges. by John Stiles · 4 years, 6 months ago
- 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years, 6 months ago
- 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years, 6 months ago
- 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 5 years ago
- 92b3335 more rect api simplifications by Mike Reed · 5 years ago
- ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 6943689 clean up includes by Cary Clark · 6 years ago
- 70039d8 Remove SkFastMin32 by Nigel Tao · 6 years ago
- c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 7 years ago
- fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 7 years ago
- 2a2f675 SkTypes: extract SkTo by Hal Canary · 7 years ago
- b5319d5 fix overflow in rgnbuilder by Mike Reed · 7 years ago
- 749efb6 Ensure Y->X ordering when building a region from a path by Mike Reed · 7 years ago
- 1c6e783 handle paths with degenerate verbs by Mike Reed · 7 years ago
- 8dc8dbc begin cleanup of malloc porting layer by Mike Reed · 7 years ago
- d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
- 7df9e4a Make SkBlitter hierarchy explicit about what needs to be implemented. by herb · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- c1b11f1 Handle paths that do not report empty, but have no edges. by reed · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
- b8f0798 speed up rgn building by inlining memcmp for 32bit values by reed · 11 years ago
- 73be1fc Possibly uninitialized SkRgnBuilder fStorage. by commit-bot@chromium.org · 11 years ago
- 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
- 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
- a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
- e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
- 4726291 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- b58ba89 account for inverse-paths when we prealloc storage in the rgn-builder by reed@google.com · 11 years ago
- 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 12 years ago
- fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 12 years ago
- 7950a9e add asserts to point<-->verb helpers by reed@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 13 years ago
- c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 13 years ago
- 9c36a76 store x-interval-count per scanline, so we can skip lines in O(1) by reed@google.com · 13 years ago
- af7e694 record yspancount and intervalcount in regions by reed@google.com · 13 years ago
- d5d9dad Update header comments to more accurately describe behavior of by tomhudson@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 8a1c16f grab from latest android by reed@android.com · 16 years ago