- b436655 Add height function to shadow tessellators. by Jim Van Verth · 8 years ago
- d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
- 18ea65a Revert "Revert "remove unused SkMeshUtils and SkBoundaryPatch"" by Mike Reed · 8 years ago
- 006c8da Revert "remove unused SkMeshUtils and SkBoundaryPatch" by Stephan Altmueller · 8 years ago
- 5e21e09 remove unused SkMeshUtils and SkBoundaryPatch by Mike Reed · 8 years ago
- fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 8 years ago
- e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 8 years ago
- 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 8 years ago
- 14583e1 More SkVertices implementation work by Mike Reed · 8 years ago
- 90b2005 remove SkPictureUtils.h by Mike Reed · 8 years ago
- 804e091 Make shadow_utils GM use its own SkResourceCache by Brian Salomon · 8 years ago
- bc9956d Attempt to stabilize shadow_utils GM for replay configs by Brian Salomon · 8 years ago
- 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 years ago
- 6b20a55 Make header files self-sufficient by Hal Canary · 8 years ago
- 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 8 years ago
- 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
- 2589042 remove unused SkLayer by Mike Reed · 8 years ago
- 4f364fd remove clipstack from lua -- deprecated by Mike Reed · 8 years ago
- 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
- 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
- 356f7c2 support external raster handles by Mike Reed · 8 years ago
- 463c848 helper to convert CGImage -> SkImage 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
- 02b7349 no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore by Mike Reed · 8 years ago
- d8c278a Add no-op draw overrides to SkNoDrawCanvas by Florin Malita · 8 years ago
- 439ace9 Rebase non-drawing SkCanvas subclasses to SkNoDrawCanvas by Florin Malita · 8 years ago
- 4b7b6f0 Retire SkNoSaveLayerCanvas by Florin Malita · 8 years ago
- ee424ac SkNoDrawCanvas - a public non-drawing canvas base class by Florin Malita · 8 years ago
- 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
- b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
- 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
- faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
- 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
- c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
- 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
- f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
- 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
- d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
- 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
- ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
- 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
- b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
- ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
- a25f470 Delete SkNinePatch by msarett · 8 years ago
- 1b51e0e Move SkJSONCPP.h to tools. It tool-only. by mtklein · 8 years ago
- 45561a0 drawTextRSXform by reed · 8 years ago
- 2b2810b all dumpcanvas to be built in release by reed · 8 years ago
- 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
- 73c7c3c Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ ) by bungeman · 8 years ago
- bd770d6 Support pixel antialising in DirectWrite. by bungeman · 8 years ago
- 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
- 68e99ac remove alias for SkMatrix44.h -- chrome callers have been updated by reed · 8 years ago
- 50d3b57 return 4x4 matrix from SkColorSpace by reed · 9 years ago
- efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 9 years ago
- 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 9 years ago
- 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 9 years ago
- 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 9 years ago
- 1263448 Make SkRandom::next[US]Fixed1 private; update documentation for SkRandom::nextSScalar1. by benjaminwagner · 9 years ago
- f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
- 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
- 0eda258 move annotations to canvas virtual by reed · 9 years ago
- a7e9f05 Move SkTDArray to private. by bungeman · 9 years ago
- bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
- 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
- 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
- 879caf8 remove SkDebugUtils.h -- unused by reed · 9 years ago
- 61a237e SkPaintFilterCanvas cleanup by fmalita · 9 years ago
- 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
- bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
- 6544817 test & doc for SkUnitCubicInterp by caryclark · 9 years ago
- 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
- 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
- 08e7047 remove unused SkCubicInterval by reed · 9 years ago
- 83ba585 move SkParsePaint.h into views by reed · 9 years ago
- b39f39f remove unused SkCullPoints by reed · 9 years ago
- 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
- da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
- 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
- 4657ce2 remove drawSprite from canvas by reed · 9 years ago
- 573ce20 clang/win: Let SK_TRACEHR not produce -Wunused-value warnings in release builds. by thakis · 9 years ago
- 0cbe7ee CMake, include/: changes to make fiddle 2.0 better by halcanary · 9 years ago
- f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
- 451af50 remove SkDeferredCanvas by reed · 9 years ago
- f433bb2 SkPaintFilterCanvas should inherit the target canvas state by fmalita · 9 years ago
- d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
- 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
- a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
- a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
- 3fdde4e Remove old iOS porting files. by bungeman · 9 years ago
- 2766c00 remove SkInstCnt by mtklein · 9 years ago
- 4c21dc5 add drawImageNine by reed · 9 years ago
- 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
- 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
- fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
- 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
- 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago