| Commit message (Expand) | Author | Age |
... | |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | remove SkDeferredCanvas | reed | 2015-08-19 |
* | SkPaintFilterCanvas should inherit the target canvas state | fmalita | 2015-08-17 |
* | SkPDF: clean up overuse of SK_SUPPORT_PDF | halcanary | 2015-08-11 |
* | SkPDF: allow PDF module to be disabled in DM and SampleApp | halcanary | 2015-08-11 |
* | Remove the SkCanvas comment API | fmalita | 2015-06-15 |
* | Cleanup: Remove unnecessary double-semicolons. | tfarina | 2015-04-27 |
* | restore clipstack to heap-ptr, so clients can ref it | reed | 2015-04-07 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Handle paths that do not report empty, but have no edges. | reed | 2015-03-13 |
* | PDF: Switch some unit tests to higher level API. | halcanary | 2015-03-01 |
* | PDF : New factory function for SkPDFDevice | halcanary | 2015-02-20 |
* | Remove SkProxyCanvas. | scroggo | 2015-01-29 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Remove SkCanvas::isDrawingToLayer | junov | 2014-12-15 |
* | Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul | reed | 2014-12-10 |
* | Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol... | reed | 2014-12-09 |
* | remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P... | reed | 2014-12-09 |
* | add basic tests for save/restore counting | reed | 2014-11-26 |
* | Revert of SkCanvas::clear() should call down to devices even when the clip is... | fmalita | 2014-11-20 |
* | SkCanvas::clear() should call down to devices even when the clip is empty. | mtklein | 2014-11-20 |
* | Removing dead code from CanvasTest | piotaixr | 2014-10-28 |
* | Reenable assertions that were reported failing in tests/CanvasTest.cpp | piotaixr | 2014-10-27 |
* | Removed simple tests steps from CanvasTest. | piotaixr | 2014-10-23 |
* | Remove globals from tests/CanvasTest.cpp | piotaixr | 2014-10-03 |
* | Remove DEPRECATED_beginRecording(). | mtklein | 2014-10-01 |
* | Hide fields in SkImageInfo | reed | 2014-09-03 |
* | Try out scalar picture sizes | robertphillips | 2014-08-29 |
* | Install a hook to swap between SkPicture backends with a single define. | mtklein | 2014-08-21 |
* | SaveFlags be-gone | Florin Malita | 2014-06-30 |
* | don't create explicit bitmapdevice when not needed | reed | 2014-06-26 |
* | Remove picture pre-allocation from SkPictureRecorder | robertphillips | 2014-06-11 |
* | Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) | robertphillips | 2014-06-04 |
* | remove SkBounder -- unused and unloved | reed | 2014-06-03 |
* | Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868... | commit-bot@chromium.org | 2014-05-30 |
* | Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) | commit-bot@chromium.org | 2014-05-29 |
* | setConfig -> setInfo | commit-bot@chromium.org | 2014-05-29 |
* | First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture | commit-bot@chromium.org | 2014-04-23 |
* | Staging for cleanup of SkPicture-related headers | robertphillips@google.com | 2014-04-18 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-04-18 |
* | Staged removal of SkPicture-derived classes | commit-bot@chromium.org | 2014-04-17 |
* | split SkPictureRecorder out of SkPicture | robertphillips@google.com | 2014-04-13 |
* | Remove SkCanvas matrix ops return value. | commit-bot@chromium.org | 2014-03-18 |
* | hide getTotalClip, so we can eventually remove it | commit-bot@chromium.org | 2014-03-08 |
* | Once Chromium starts holding on to paths and we can actually reuse cached pat... | commit-bot@chromium.org | 2014-03-07 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-02-28 |
* | add SkCanvas::NewRaster factory -- a very common use-case in chrome | commit-bot@chromium.org | 2014-02-27 |
* | Store SkRRects in SkClipStack | commit-bot@chromium.org | 2014-02-16 |
* | replace setConfig+allocPixels with alloc-or-install-pixels | commit-bot@chromium.org | 2014-02-13 |