| Commit message (Expand) | Author | Age |
* | Make drawText calls non-virtual, to ease SkFont and TextBlob (https://coderev... | reed@google.com | 2014-04-23 |
* | Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https... | commit-bot@chromium.org | 2014-04-22 |
* | make drawText calls non-virtual, to ease SkFont and TextBlob | commit-bot@chromium.org | 2014-04-22 |
* | Consolidate SkCanvas matrix virtuals. | commit-bot@chromium.org | 2014-03-25 |
* | De-virtualize SkCanvas matrix ops. | commit-bot@chromium.org | 2014-03-13 |
* | De-virtualize SkCanvas save/restore. | commit-bot@chromium.org | 2014-03-12 |
* | support direct writing to top layer, and hide getTopLayer() | reed@google.com | 2014-03-12 |
* | Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co... | commit-bot@chromium.org | 2014-03-12 |
* | Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c... | commit-bot@chromium.org | 2014-03-11 |
* | Revert "De-virtualize SkCanvas save/restore." | fmalita@google.com | 2014-03-11 |
* | De-virtualize SkCanvas save/restore. | fmalita@google.com | 2014-03-11 |
* | add new onClip* methods to SkCanvas | robertphillips@google.com | 2014-02-28 |
* | Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch... | robertphillips@google.com | 2014-02-28 |
* | add new onClip* methods to SkCanvas | robertphillips@google.com | 2014-02-28 |
* | override new virtual onDrawDRRect in util canvas subclasses | commit-bot@chromium.org | 2014-02-21 |
* | remove (unused by chrome) SkDeferredCanvas(device) factory signature | reed@google.com | 2014-02-04 |
* | Adding SkDeferredCanvas::NoticifationClient to the exported API. | commit-bot@chromium.org | 2013-11-25 |
* | Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv... | bsalomon@google.com | 2013-10-22 |
* | If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw... | bsalomon@google.com | 2013-10-22 |
* | Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ... | robertphillips@google.com | 2013-10-17 |
* | If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw... | commit-bot@chromium.org | 2013-10-17 |
* | Split SkDevice into SkBaseDevice and SkBitmapDevice | robertphillips@google.com | 2013-08-29 |
* | Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu... | robertphillips@google.com | 2013-08-20 |
* | Split SkDevice out of SkBitmapDevice | robertphillips@google.com | 2013-08-20 |
* | This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ... | commit-bot@chromium.org | 2013-08-16 |
* | Removing deprecated constructors and setDevice from SkDeferredCanvas | commit-bot@chromium.org | 2013-08-09 |
* | Changing SkDeferredCanvas to use factories for creation | junov@chromium.org | 2013-05-28 |
* | Adding setSurface public API method to SkDeferredCanvas | junov@chromium.org | 2013-05-24 |
* | Fixing viral copy/paste typo Shapshot -> Snapshot | junov@chromium.org | 2013-04-12 |
* | Adding SkSurface support to SkDeferredCanvas | junov@chromium.org | 2013-04-12 |
* | Address google3 compiler warning | robertphillips@google.com | 2013-02-07 |
* | revert 6766, thereby re-landing 6762-6763 now that the bots are ready | reed@google.com | 2012-12-12 |
* | revert 6762-6763, since those require new skps to be generated, and we can't | reed@google.com | 2012-12-12 |
* | make RRect and Oval first-class drawing primitives in SkCanvas. | reed@google.com | 2012-12-12 |
* | Deferred canvas can now be flushed if an image is beyond a certain size to av... | sugoi@google.com | 2012-11-21 |
* | Adding virtual method to SkDeferredCanvas::NotificationClient for signaling w... | junov@google.com | 2012-10-01 |
* | Adding hasPendingCommands API method to SkDeferredCanvas | junov@chromium.org | 2012-09-20 |
* | Adding a silent playback option to SkGPipeRead | junov@chromium.org | 2012-09-20 |
* | re-re-land 5578 | reed@google.com | 2012-09-18 |
* | revert 5580 | reed@google.com | 2012-09-18 |
* | re-land 5578 w/ pipe fix | reed@google.com | 2012-09-18 |
* | revert 5578 -- broke pipe | reed@google.com | 2012-09-18 |
* | Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This | reed@google.com | 2012-09-18 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Stop refcounting SkDeferredCanvas::NotificationClient | junov@chromium.org | 2012-08-20 |
* | Cleaning up deprecated API in SkDeferredCanvas | junov@chromium.org | 2012-08-17 |
* | Augmenting SkDeferredCanvas notification interface to signal flushes and memo... | junov@chromium.org | 2012-08-14 |
* | Moving DeferredDevice and DeferredGPipeController classes out of the deferred... | junov@chromium.org | 2012-08-07 |
* | Removing the SkPicture backend from SkDeferredCanvas code | junov@chromium.org | 2012-08-07 |
* | Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage exter... | junov@chromium.org | 2012-08-07 |