- 669c7f3 Update comment documentation for layer padding by Nicolette Prevost · 10 months ago
- 9b50036 [skif] Skip padding for layers w/o filters by Michael Ludwig · 10 months ago
- 187488b Remove initialPaint from Slug by Brian Osman · 10 months ago
- 32f1cb5 Change Slug drawing to accept a paint at draw-time by Brian Osman · 11 months ago
- 63ca88c Use makeInset() for layer clip by Michael Ludwig · 11 months ago
- 734953a Reland "[skif] Add transparent padding to source saveLayers" by Michael Ludwig · 11 months ago
- 60b39c4 Revert "[skif] Add transparent padding to source saveLayers" by John Stiles · 11 months ago
- 74661f1 [skif] Add transparent padding to source saveLayers by Michael Ludwig · 11 months ago
- faa0cb0 Move Graphite-specific and GR_TEST_UTILS code out of SkTiledImageUtils by Kevin Lubick · 11 months ago
- 25c32fd [skif] Add stats tracking for surfaces/shader types by Michael Ludwig · 12 months ago
- b5f416c Revert "[skif] Remove SK_RESOLVE_FILTERS_BEFORE_RESTORE flag" by Michael Ludwig · 1 year, 1 month ago
- 208ac26 [skif] Remove SK_RESOLVE_FILTERS_BEFORE_RESTORE flag by Michael Ludwig · 1 year, 1 month ago
- a9db121 Fix IWYU inclusion of <atomic> when TRACE_EVENT is used. by John Stiles · 1 year, 1 month ago
- e645d50 Limit the size of a layer's FilterSpan to 16 filters by Brian Osman · 1 year, 1 month ago
- 8187cfe Reland "Support multiple image filters in SaveLayerRec" by Brian Osman · 1 year, 2 months ago
- 35d0d7e Revert "Support multiple image filters in SaveLayerRec" by Brian Osman · 1 year, 1 month ago
- 7a97b76 Support multiple image filters in SaveLayerRec by Brian Osman · 1 year, 2 months ago
- c0ad3e9 Stage auto-expansion behavior of kInitFromPrevious SaveLayerFlag by Michael Ludwig · 1 year, 2 months ago
- db3399a PredrawFlags and automaskfilter skipping (for text) by Michael Ludwig · 1 year, 2 months ago
- eae1062 [skif] Extract relevantSubset() bounds+tilemode helper by Michael Ludwig · 1 year, 2 months ago
- e954d1a Set fill style and remove path effects on saveLayer restore paint by Michael Ludwig · 1 year, 2 months ago
- afdbfed Add epsilon tolerance to QuadContainsRect by Michael Ludwig · 1 year, 3 months ago
- faf69af Fix auto-expanding layers when there are no filters by Michael Ludwig · 1 year, 3 months ago
- 0748053 Add mask filter support to AutoLayerForImageFilter by Michael Ludwig · 1 year, 3 months ago
- e566db0 [skif] Skip auto saveLayer for most drawImageRect() calls by Michael Ludwig · 1 year, 3 months ago
- 4135182 [skif] Refactor Functors,ContextInfo,Context into virtual Backend, and Context by Michael Ludwig · 1 year, 4 months ago
- 0f325ca Reland "Reland "[skif] Draw FilterResults directly for layer restoration"" by Michael Ludwig · 1 year, 4 months ago
- a063eae Revert "Reland "[skif] Draw FilterResults directly for layer restoration"" by Michael Ludwig · 1 year, 4 months ago
- c41b771 Reland "[skif] Draw FilterResults directly for layer restoration" by Michael Ludwig · 1 year, 4 months ago
- 33502f9 Revert "[skif] Draw FilterResults directly for layer restoration" by Michael Ludwig · 1 year, 4 months ago
- 84b5116 [skif] Draw FilterResults directly for layer restoration by Michael Ludwig · 1 year, 4 months ago
- f54c214 [skif] Use optionals to track unbounded input/output bounds by Michael Ludwig · 1 year, 4 months ago
- b71d5a0 Bring back SkNoPixelsDevice::resetForNextPicture by Michael Ludwig · 1 year, 4 months ago
- 05174dc Rename base device to root device in SkCanvas by Michael Ludwig · 1 year, 5 months ago
- 1012ef8 Make Device draw functions public, clean up header organization by Michael Ludwig · 1 year, 5 months ago
- 93928eb onCreateDevice uses smart pointer by Michael Ludwig · 1 year, 5 months ago
- 658025e Pull backing-store modification back to SkBitmapDevice by Michael Ludwig · 1 year, 5 months ago
- 17f36a6 Flatten clip virtuals in SkDevice by Michael Ludwig · 1 year, 5 months ago
- 488def1 Rename SkBaseDevice to SkDevice by Michael Ludwig · 1 year, 5 months ago
- d27d4d1 Remove legacy defines in SkCanvas by Kevin Lubick · 1 year, 6 months ago
- d0873bb [skif] Don't overload empty bounds in internalSaveLayer by Michael Ludwig · 1 year, 6 months ago
- c596382 Reland "Remove #ifdefs related to SkMesh and SkSL-dependent code." by Kevin Lubick · 1 year, 6 months ago
- 90e403c Revert "Remove #ifdefs related to SkMesh and SkSL-dependent code." by Brian Osman · 1 year, 6 months ago
- f30c46d Remove #ifdefs related to SkMesh and SkSL-dependent code. by Kevin Lubick · 1 year, 6 months ago
- c3630d2 Switch DrawImageRect_Ganesh to work at the SkCanvas level by Robert Phillips · 1 year, 6 months ago
- 68e3c0b Add new (internal) SkCanvas drawAsTiledImageRect virtual by Robert Phillips · 1 year, 6 months ago
- edb06e1 Reland "Remove SkCanvas::flush() from Skia-proper and remove other gpu-specific code" by Kevin Lubick · 1 year, 7 months ago
- 3825994 Remove gSkBlobAsSlugTesting by Kevin Lubick · 1 year, 7 months ago
- bb30cf3 Make context methods on SkCanvas const by Kevin Lubick · 1 year, 7 months ago
- e92f442 Revert "Remove SkCanvas::flush() from Skia-proper and remove other gpu-specific code" by Leon Scroggins III · 1 year, 7 months ago
- 4a18725 Remove SkCanvas::flush() from Skia-proper and remove other gpu-specific code by Kevin Lubick · 1 year, 7 months ago
- 3a3f4e1 Move SkTestCanvas impl to its own cpp by Kevin Lubick · 1 year, 7 months ago
- 03b3e3f Remove Android GPU methods from SkCanvas by Kevin Lubick · 1 year, 7 months ago
- 181b6f9 Extract SlugImpl.h and remove #ifdefs of slugs from Canvas by Kevin Lubick · 1 year, 7 months ago
- acdc108 Remove Ganesh code from SkCanvasPriv by Kevin Lubick · 1 year, 8 months ago
- f5bc3d1 Move all ColorFilter subclasses to src/effects/colorfilters by Kevin Lubick · 1 year, 8 months ago
- 2c49e60 SkSamplingOptions ctors not explicit by Michael Ludwig · 1 year, 8 months ago
- bbfb84f [skif] Update SkImageImageFilter to use FilterResult by Michael Ludwig · 1 year, 8 months ago
- a83bbdc [skif] Don't evaluate empty-source filters for SkNoDrawCanvases by Michael Ludwig · 1 year, 8 months ago
- 6ad6d8d Remove legacy bounds layer staging code by Michael Ludwig · 1 year, 9 months ago
- 3ebc27a [skif] Skip saving a layer for image filters that don't use source image by Michael Ludwig · 1 year, 8 months ago
- b4d622c Move references to BitmapDevice into separate file by Michael Reed · 1 year, 10 months ago
- 0f7b44e Use SK_GANESH and SK_GRAPHITE everywhere by Kevin Lubick · 1 year, 11 months ago
- 40d29bf Rename SK_SUPPORT_GPU -> SK_GANESH_ENABLED by Kevin Lubick · 1 year, 11 months ago
- c69d999 Enforce IWYU on things needed for core build by Kevin Lubick · 2 years ago
- 2d666c4 [base] Move SkMSAN into base by Kevin Lubick · 2 years ago
- 86f7b2d [modules] Sketch out out bare-bones core and functional pathops target by Kevin Lubick · 2 years ago
- 1b3aa8b [base] Move more files into base by Kevin Lubick · 2 years ago
- e6bbc3b Add analysis canvas and glyph data serialization to VIA by Herb Derby · 2 years, 1 month ago
- 19936eb [base] Move some files from include/private to include/private/base by Kevin Lubick · 2 years, 1 month ago
- a727ba9 Correctly wire up the remote glyph test by Herb Derby · 2 years, 1 month ago
- 9c3bd25 Add float version of saveLayerAlpha by Aaron Krajeski · 2 years, 1 month ago
- 3724b59 use SkStrikeServer to convert glyph run lists to slugs by Herb Derby · 2 years, 2 months ago
- d378c78 Add serialized slug VIA to DM for testing by Herb Derby · 2 years, 2 months ago
- a2ab8da [skif] Evaluate filters in layer's color type by Michael Ludwig · 2 years, 2 months ago
- 297168f Use scaled blits for backdrop filters by Michael Ludwig · 2 years, 3 months ago
- fcbc084 [graphite] Initial version of saveLayer by Robert Phillips · 2 years, 5 months ago
- a4a60da Remove the origin offset from the SkGlyphRunList bounds by Herb Derby · 2 years, 5 months ago
- e38ad41 Expand layer to clip for color filters/blenders that affect transparent black by Michael Ludwig · 2 years, 5 months ago
- 9a51e6d Remove dangerous SkGlyphRun::sourceBounds by Herb Derby · 2 years, 5 months ago
- 6f9c78e Remove BaseDevice class by Robert Phillips · 2 years, 6 months ago
- 94e34f7 Add a way to get 'active' props from SkCanvas by Ian Prest · 2 years, 6 months ago
- 1aea903 Reland "Move SkSubRun to src/text" by Herb Derby · 2 years, 7 months ago
- 008d60e Revert "Move SkSubRun to src/text" by John Stiles · 2 years, 7 months ago
- 4a375fe Move SkSubRun to src/text by Herb Derby · 2 years, 7 months ago
- 8ccbeee Remove SkMakeSpan by Herb Derby · 2 years, 7 months ago
- 18fdfe8 Add SkSurfaceProps parameter to several APIs by Ian Prest · 2 years, 8 months ago
- 4f4f481 Reduce SkGlyphRunPainter.h includes by Herb Derby · 2 years, 8 months ago
- 791f4bc Fix up Ganesh and Graphite defines. by Jim Van Verth · 2 years, 8 months ago
- e55e016 [graphite] Move Slug to gpu shared by Jim Van Verth · 2 years, 8 months ago
- f7082cb Rename SkCustomMesh to SkMesh by Brian Salomon · 2 years, 9 months ago
- 0dcb88b Encapsulate a pointer to the Builder in the GlyphRunList by Herb Derby · 2 years, 9 months ago
- 60f2da5 Add buffer API to SkCustomMesh. by Brian Salomon · 2 years, 9 months ago
- 5ab804a Remove the return value of setDeviceCoordinateSystem by Yotam Hacohen · 2 years, 9 months ago
- c8ee7b1 Reland "Reland "Add anisotropic option to SkSamplingOptions."" by Brian Salomon · 2 years, 9 months ago
- 022334e Revert "Reland "Add anisotropic option to SkSamplingOptions."" by Brian Salomon · 2 years, 9 months ago
- e6f23f9 Reland "Add anisotropic option to SkSamplingOptions." by Brian Salomon · 2 years, 9 months ago
- 97381c2 Revert "Add anisotropic option to SkSamplingOptions." by Brian Salomon · 2 years, 9 months ago
- 9be2d57 Add anisotropic option to SkSamplingOptions. by Brian Salomon · 2 years, 9 months ago
- 74666f4 Use layers properly in Slug drawing by Herb Derby · 2 years, 9 months ago