| Commit message (Expand) | Author | Age |
* | Implement multi-threaded picture playback via cloning. | djsollen@google.com | 2012-08-29 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe... | reed@google.com | 2012-08-16 |
* | Clean up most clang warnings outside animator/ | tomhudson@google.com | 2012-08-14 |
* | Refactor Bitmap Storage for SkPicture using SkPipe's design. | djsollen@google.com | 2012-08-07 |
* | 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 |
* | Fixing leak of SkPixelRef object in CanvasTest | junov@chromium.org | 2012-08-02 |
* | Always store pixels of mutable bitmaps when recording a SkPicture. | djsollen@google.com | 2012-07-27 |
* | Adding new steps to Canvas unit test to validate that the deferred | junov@chromium.org | 2012-07-20 |
* | Improving CanvasTest to verify that the destination canvas of an SkDeferredCa... | junov@chromium.org | 2012-07-18 |
* | Adding bracketing save/restore calls to SkPicture at record time and | junov@chromium.org | 2012-07-16 |
* | Cleanup restore offsets at end of SkPicture recording | junov@chromium.org | 2012-07-12 |
* | Change SkFlatData to have a sentinel value, allowing the Compare function to | reed@google.com | 2012-07-10 |
* | fix warnings on Mac in tests | caryclark@google.com | 2012-06-06 |
* | Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) | robertphillips@google.com | 2012-06-05 |
* | Adding option to serialize mutable bitmaps in SkPicture | junov@chromium.org | 2012-06-01 |
* | Refactor dictionaries for use by entities other than just SkPicture | djsollen@google.com | 2012-05-30 |
* | Add device to top level N-way canvas. | djsollen@google.com | 2012-05-01 |
* | replace getTotalClipStack() with replayClips()+ClipVisitor | reed@google.com | 2012-04-13 |
* | Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero | epoger@google.com | 2012-04-11 |
* | Upstream changes from Android repository. | djsollen@google.com | 2012-03-21 |
* | Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri... | junov@chromium.org | 2012-02-24 |
* | reverting r3257 because of gm failure. | junov@chromium.org | 2012-02-24 |
* | Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri... | junov@chromium.org | 2012-02-24 |
* | Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL | junov@chromium.org | 2012-02-23 |
* | Fixing Canvas unit test to correctly verify object flattening in SkPicture | junov@chromium.org | 2012-02-23 |
* | Disabling failing unit test on linux | junov@chromium.org | 2012-02-22 |
* | Adding more unit testing for SkCanvas and derived classes. | junov@chromium.org | 2012-02-22 |
* | add canvas::isDrawingToLayer(), as a fast query for chrome; faster than | reed@google.com | 2011-12-14 |
* | add unittest for save/restore | reed@google.com | 2011-11-28 |