- 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years, 3 months ago
- 993e92d Update bad_bitmap test by Mike Reed · 3 years, 9 months ago
- 34a0c97 don't use drawBitmap by Mike Reed · 3 years, 9 months ago
- 607a382 drawBitmap is deprecated, use drawImage by Mike Reed · 3 years, 9 months ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
- 457c6dd remove unused enums for picture-recorder by Mike Reed · 4 years, 2 months ago
- f647dc7 update placeholder approx op count by Mike Klein · 4 years, 3 months ago
- 18305c3 pass 'nested' bool to approximateOpCount by Mike Reed · 4 years, 3 months ago
- 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 3 months ago
- fdf9404 Remove exotic legacy bitmap drawing entry points: Nine, Lattice by Mike Reed · 4 years, 8 months ago
- 508fd32 make SkBBH a public interface by Mike Klein · 4 years, 9 months ago
- e1bad06 calculate root bounds directly by Mike Klein · 4 years, 9 months ago
- 1feceb3 split SkBBoxHierarchy into public/base types by Mike Klein · 4 years, 10 months ago
- 196e9fb let picture record take a bbh directly by Mike Klein · 4 years, 10 months ago
- 7a7ee94 modernize some picture internal types by Mike Klein · 4 years, 10 months ago
- 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
- 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago
- 3a50981 switch to new filltype for SkPath by Mike Reed · 5 years ago
- edf2d72 picture nesting bounds bug by Mike Klein · 5 years ago
- 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
- e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
- 6d20d99 test we already have SkPicture::drawsNothing() by Mike Klein · 5 years ago
- a8ceb77 Revert "remove SkMiniPicture and co." by Mike Klein · 5 years ago
- 945d1e5 simplify rtree loops in Skia too by Mike Klein · 5 years ago
- 046ecb1 remove SkMiniPicture and co. by Mike Klein · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- c8bea7d New factories for SkShaders by Mike Reed · 6 years ago
- 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 6 years ago
- c4745d6 use drawString with font by Mike Reed · 6 years ago
- 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
- efd99cc clean up SkPicture include by Cary Clark · 6 years ago
- cb3d49c Some iwyu for tests which will otherwise break. by Ben Wagner · 7 years ago
- 40d8297 detect truncated pict streams by Mike Reed · 7 years ago
- fbe6620 add SkPicture::MakePlaceholder() by Mike Klein · 7 years ago
- 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
- 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
- 274218e move largest apis into private by Mike Reed · 7 years ago
- b60c5eb remove unused willPlayBackBitmaps from picture and SkPictureAnalyzer by Mike Reed · 7 years ago
- ef03848 remove deprecated SkPixelSerializer by Mike Reed · 7 years ago
- a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
- 7cc49d6 Record SkCanvas::flush(). by Mike Klein · 7 years ago
- 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
- 2a475ea add drawString helper to canvas by Cary Clark · 8 years ago
- 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 8 years ago
- 5bd9848 remove kReturnNullForEmpty_FinishFlag feature by Mike Klein · 8 years ago
- 90b2005 remove SkPictureUtils.h by Mike Reed · 8 years ago
- 3661bc9 hide trivial helpers on canvas by Mike Reed · 8 years ago
- 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
- c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
- a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
- 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
- 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
- 7614794 remove discardablepixelref by Mike Reed · 8 years ago
- e54c75f remove SkError by Mike Klein · 8 years ago
- 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
- 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
- 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
- a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
- 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
- de996a0 re-disable save/restore peephole optimization by reed · 8 years ago
- dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
- 41c27e1 Experiment: add flag for finish-recording to return null by reed · 8 years ago
- ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
- 019db3f Remove unused SkPictureGpuAnalyzer::analyze() by fmalita · 8 years ago
- b5fc58e Complex clipPath accounting by fmalita · 8 years ago
- 796e365 SkPictureGpuAnalyzer by fmalita · 8 years ago
- 1e2e33a Remove SkPicture::hasText() by fmalita · 8 years ago
- 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
- 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
- 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
- 1e90304 SkMD5: .update() -> .write() by halcanary · 9 years ago
- 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 9 years ago
- d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 9 years ago
- d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 9 years ago
- 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 9 years ago
- 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 9 years ago
- f809d76 switch colorfilters to sk_sp by reed · 9 years ago
- a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
- f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
- 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
- ca2622b return pictures as sk_sp by reed · 9 years ago
- 9ce9d67 update callsites for Make image factories by reed · 9 years ago
- 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
- e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
- 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
- 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 9 years ago
- 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 9 years ago
- ce563cd more shader-->sp conversions by reed · 9 years ago
- 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
- 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
- 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
- 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
- 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 9 years ago
- 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
- 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
- e3b38ce unify how canvas checks for null on skia objects (images, blobs, pictures) by reed · 9 years ago
- 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
- 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
- d63f60a change all factories to return their base-class by reed · 9 years ago