- 4ebb43e hide most details of SkPatchUtils by Mike Reed · 8 years ago
- 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
- fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 8 years ago
- 267be7f Revert "Revert "IWYU"" by Mike Reed · 8 years ago
- 3c727d2 Revert "IWYU" by Robert Phillips · 8 years ago
- 2aeae78 IWYU by Mike Reed · 8 years ago
- ebfce6d change SkClipOp to a class enum 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
- 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
- e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
- 07764ce make it illegal to include SkXfermode.h 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
- b55ebf0 fix other printf warning for SkBlendMode by reed · 8 years ago
- d207884 fix printf warning in dumpcanvas by Mike Reed · 8 years ago
- 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
- c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
- 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
- ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
- 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
- ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
- 45561a0 drawTextRSXform by reed · 8 years ago
- 2b2810b all dumpcanvas to be built in release by reed · 8 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
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 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
- 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
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 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
- 109a23d Remove the SkCanvas comment API by fmalita · 9 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
- f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
- c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
- a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
- b742517 SkTextBlob plumbing by fmalita · 10 years ago
- b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
- d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
- 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
- 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
- 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
- e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 11 years ago
- 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 11 years ago
- 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 11 years ago
- d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 11 years ago
- 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
- e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
- 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
- 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
- f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
- 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
- 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
- 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 11 years ago
- 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
- 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
- ab58273 override new virtual onDrawDRRect in util canvas subclasses by commit-bot@chromium.org · 11 years ago
- e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
- ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
- 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
- ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
- c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
- 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
- adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
- fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
- eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
- 73a4b4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- b8b830e dump strokeWidth in SkDumpCanvas by reed@google.com · 11 years ago
- 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
- fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
- 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
- 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
- 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
- 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
- 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
- 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
- 44d4988 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 6ae24e0 remove uses of setBitmapDevice (DEPRECATED) by reed@google.com · 12 years ago
- 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
- 7112173 re-re-land 5578 by reed@google.com · 12 years ago
- 10f9f4a revert 5580 by reed@google.com · 12 years ago
- eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
- c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
- f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago