- 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
- 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
- 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
- b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 10 years ago
- c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 10 years ago
- a85d4d0 Make drawImage a virtual on SkDevice by reed · 10 years ago
- 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 10 years ago
- 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 10 years ago
- 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 10 years ago
- 14fe8fd Make drawImage a virtual on SkDevice by reed · 10 years ago
- 59bcfae Split default and user-supplied event tracers. by mtklein · 10 years ago
- ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 10 years ago
- bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 10 years ago
- aab35d9 remove unused (by clients) SkPathUtils by reed · 10 years ago
- 65cdb57 Add a paint filter utility canvas (SkPaintFilterCanvas) by fmalita · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 9345eef [Skia] Add SK_API to SkParse. by huangs · 10 years ago
- 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
- 648238c Remove SkProxyCanvas. by scroggo · 10 years ago
- b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
- 44af7ba Fix SkIStream nits. by bungeman · 10 years ago
- 2dca817 Remove staging SkStream::unref(). by bungeman · 10 years ago
- a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
- 3f915c0 upstream google3 include paths for jsoncpp by mtklein · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
- e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
- 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
- c4fda92 remove unused drawData by reed · 10 years ago
- f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
- 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
- 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
- f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
- c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
- 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
- af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
- 3729469 Change clear() to respect the clip by reed · 10 years ago
- 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
- 6fd5e6e http://skbug.com/3130 step 4 (include/utils/SkWGL.h gone for good) by halcanary · 10 years ago
- 6dd03c8 Fix Chromium roll broken by http://crrev.com/728823002 by halcanary · 10 years ago
- c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
- 082a462 Move WGL header from include to src by djsollen · 10 years ago
- 2bf8d09 Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #8 id:140001 of https://codereview.chromium.org/613673005/) by piotaixr · 10 years ago
- 1b6ab44 add textblobs to lua by reed · 10 years ago
- 615c593 move SkTextBox into utils by reed · 10 years ago
- e5909d3 Override SkCanvas::drawImage[Rect]() in SkProxyCanvas by piotaixr · 10 years ago
- 20b7960 Add isScale() helper function to SkMatrix44. by tfarina · 10 years ago
- 9bb7539 Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
- 39393e3 add round/ceil/etc. for SkMScalar by reed · 10 years ago
- 6fedd3a Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #5 id:80001 of https://codereview.chromium.org/613673005/) by rmistry · 10 years ago
- 687732f Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
- a5414c4 Turn SkCanvasStateUtils into a class with static functions. by tfarina · 10 years ago
- b7bac3d Override drawImage*() in SkNWayCanvas by piotaixr · 10 years ago
- faccb8e SkMatrix44::preserves2dAxisAlignment() by tomhudson · 10 years ago
- 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
- 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
- 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
- a32f175 Add helper SkMatrix44::hasPerspective() by tomhudson · 10 years ago
- 49005bf Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago