| Commit message (Expand) | Author | Age |
* | Fix a memory leak in SkGPipeCanvas. | scroggo@google.com | 2013-11-12 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | Little changes to SkAnnotation in pipe: | commit-bot@chromium.org | 2013-10-29 |
* | Fix pipe/annotation. | commit-bot@chromium.org | 2013-10-29 |
* | 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 |
* | Second wave of Win64 warning cleanup | robertphillips@google.com | 2013-10-15 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-10-15 |
* | change SkAnnotation to not inherit from SkFlattenable (does not need dynamic ... | reed@google.com | 2013-10-14 |
* | 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 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-08-17 |
* | This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ... | commit-bot@chromium.org | 2013-08-16 |
* | First pass at Comment API | robertphillips@google.com | 2013-05-29 |
* | Fixes for piping bitmaps with encoded data. | scroggo@google.com | 2013-04-30 |
* | PDF: add support for named destinations. | epoger@google.com | 2013-03-08 |
* | Revert r8000 due to failures on some buildbots | epoger@google.com | 2013-03-06 |
* | PDF: add support for named destinations | epoger@google.com | 2013-03-06 |
* | 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 |
* | 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 |