| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix a parenthesis bug. | scroggo@google.com | 2012-08-16 |
* | Fixing a deferred canvas optimization that purges pending draws when the canv... | junov@chromium.org | 2012-08-15 |
* | Ensure that Pipe does not crash when attempting to draw after endRecording. | scroggo@google.com | 2012-08-14 |
* | Move write buffer flags used by SkFlataData::Create into SkFlatController. | scroggo@google.com | 2012-08-14 |
* | In SkGPipeCanvas, rename fSharedHeap to fBitmapHeap | scroggo@google.com | 2012-08-14 |
* | Use SkBitmapHeap for shaders in SkGPipe. | scroggo@google.com | 2012-08-14 |
* | Check in r5063 again, along with fix for tests. | scroggo@google.com | 2012-08-14 |
* | Revert r5063 until unit tests can be fixed. | tomhudson@google.com | 2012-08-13 |
* | Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process. | scroggo@google.com | 2012-08-13 |
* | Make SkGPipe use SkBitmapHeap. | scroggo@google.com | 2012-08-08 |
* | Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage exter... | junov@chromium.org | 2012-08-07 |
* | Store more behavior of SkFlatDictionary in SkFlatController. | scroggo@google.com | 2012-08-02 |
* | Pipe factory names independently from the flattenables using them. | scroggo@google.com | 2012-08-01 |
* | Share code in various SkGPipeCanvas::drawBitmap_ calls. | scroggo@google.com | 2012-07-30 |
* | In SkGPipe, only serialize SkTypefaces in cross process mode. | scroggo@google.com | 2012-07-27 |
* | Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. | scroggo@google.com | 2012-07-26 |
* | Adding virtual overload of isDrawingToLayer() to SkGPipe | junov@chromium.org | 2012-07-18 |
* | Refactoring SkDeferredCanvas to use SkGPipe. | junov@chromium.org | 2012-07-18 |
* | Use SkFlatDictionary in SkGPipe to take advantage of its new features. | scroggo@google.com | 2012-07-17 |
* | Purge bitmaps from SkGPipe's shared heap. | scroggo@google.com | 2012-07-17 |
* | Fixed Windows compiler complaints | robertphillips@google.com | 2012-07-10 |
* | In SkGPipe, set a limit on the amount of flattenables cached. | scroggo@google.com | 2012-07-09 |
* | Another fix for drawing bitmaps through an SkGPipe that share pixelrefs. | scroggo@google.com | 2012-07-03 |
* | Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. | scroggo@google.com | 2012-07-02 |
* | Fix a warning on linux when compiling SkGPipeWrite.cpp | scroggo@google.com | 2012-06-29 |
* | Fix SkGPipe drawing, and turn it on by default. | scroggo@google.com | 2012-06-28 |
* | For SkGPipe, store bitmaps in a common location. | scroggo@google.com | 2012-06-13 |
* | Rename the existing flatten(void*) methods. | djsollen@google.com | 2012-06-08 |
* | Make the GM tool run GMs through an SkGPipe. | scroggo@google.com | 2012-06-04 |
* | move SkStrokePathEffect into hiding for now, as its functionality is rethought. | reed@google.com | 2012-05-10 |
* | Updates for SkGPipe. | scroggo@google.com | 2012-05-02 |
* | Fixes for drawing through an SkGPipe. | scroggo@google.com | 2012-04-20 |
* | Fix bug where SkGPipe'ed clips do not happen. | scroggo@google.com | 2012-04-18 |
* | Decouple the SkFlattenable from SkReader32/SkWriter32. | djsollen@google.com | 2012-04-12 |
* | Formatting cleanup: remove extra whitespace | vandebo@chromium.org | 2012-01-28 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) | reed@google.com | 2011-07-08 |
* | fix warnings (signed/unsigned, initialization order, parens) | reed@google.com | 2011-06-27 |
* | remove drawShape from canvas api | reed@google.com | 2011-06-27 |
* | replace detach/getStream apis on dynamicwstream with SkData | reed@google.com | 2011-06-24 |
* | Add option in flattening to write factory names inline, as we are recording. | reed@google.com | 2011-06-21 |
* | Added dependencies for SkPipe in SampleApp | yangsu@google.com | 2011-06-17 |
* | call notify after we write the kDone verb | reed@google.com | 2011-05-23 |