| Commit message (Expand) | Author | Age |
* | New bitmap filter checkin; this time with less build breakage | humper@google.com | 2013-07-09 |
* | Revert "More general image filter interface; tested implementation of standal... | humper@google.com | 2013-07-09 |
* | More general image filter interface; tested implementation of standalone | humper@google.com | 2013-07-09 |
* | remove dst/rendertarget support for kARGB_4444_Config | reed@google.com | 2013-06-21 |
* | SkDocument base for pdf, xps, etc. | reed@google.com | 2013-06-07 |
* | Separate core and images project. | scroggo@google.com | 2013-05-31 |
* | Change SkStream. | bungeman@google.com | 2013-05-29 |
* | Move SkDrawLooper implementation to its own file. | commit-bot@chromium.org | 2013-05-24 |
* | clone of https://codereview.chromium.org/15316014/ with teaks | reed@google.com | 2013-05-23 |
* | remove dead code (SkBitmapSampler) | reed@google.com | 2013-05-08 |
* | Hamfistedly removed core dependence on images | robertphillips@google.com | 2013-05-02 |
* | path ops : make it real | caryclark@google.com | 2013-04-25 |
* | add SkDataTable, to efficiently store an immutable array. Includes a builder | reed@google.com | 2013-04-19 |
* | Error checking / reporting API | humper@google.com | 2013-04-08 |
* | Allow single-pass filters (which use asNewEffect()) to participate in the ima... | senorblanco@chromium.org | 2013-04-08 |
* | Remove SkMMapStream.h from core.gypi | robertphillips@google.com | 2013-03-19 |
* | Improvements/additions to SkImageCache/SkLazyPixelRef. | scroggo@google.com | 2013-03-18 |
* | reland 8200 w/ fix for android (use fullpath instead of path) | reed@google.com | 2013-03-18 |
* | revert 8204 -- what is happening??? | reed@google.com | 2013-03-18 |
* | reland 8200 w/ fix for android (need fullpath instead of path) | reed@google.com | 2013-03-18 |
* | revert 8200 to figure out android break | reed@google.com | 2013-03-18 |
* | move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability | reed@google.com | 2013-03-18 |
* | Create a platform-dependent object for accessing purgeable memory. | scroggo@google.com | 2013-03-15 |
* | refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) | reed@google.com | 2013-03-04 |
* | move SkFDStream out of images into core | reed@google.com | 2013-02-25 |
* | Create SkLazyPixelRef which performs lazy decoding. | scroggo@google.com | 2013-02-22 |
* | Update filter tool to allow more flexible filtering | robertphillips@google.com | 2013-01-31 |
* | Added toString to SkDrawLooper-derived classes | robertphillips@google.com | 2013-01-28 |
* | Move random from core to utils | bsalomon@google.com | 2013-01-25 |
* | Remove ConcaveToTriangles. | bungeman@google.com | 2013-01-24 |
* | Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv | junov@chromium.org | 2013-01-24 |
* | Expose geometry and gamma on device. | bungeman@google.com | 2013-01-22 |
* | Follow up on the previous patch : | sugoi@google.com | 2012-12-17 |
* | Modifying SkTileGrid to support arbitrary query rectangles. | junov@chromium.org | 2012-12-13 |
* | Add SkTLList, linked list class implemented on top of the internal llist class. | bsalomon@google.com | 2012-12-03 |
* | Revert change accidentally committed. | bsalomon@google.com | 2012-12-03 |
* | Add SkTLList, linked list class implemented on top of the internal llist class. | bsalomon@google.com | 2012-12-03 |
* | Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ... | bsalomon@google.com | 2012-12-03 |
* | SkRoundRect start | robertphillips@google.com | 2012-11-29 |
* | Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb... | junov@chromium.org | 2012-11-06 |
* | Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo... | bsalomon@google.com | 2012-10-03 |
* | Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b... | bsalomon@google.com | 2012-09-14 |
* | Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. | rileya@google.com | 2012-09-11 |
* | Make BBoxHierarchy ref-counted, fix leak in RTreeTest. | rileya@google.com | 2012-09-11 |
* | Add helper for maintaining clip/matrix state in non-contiguous picture playback. | rileya@google.com | 2012-09-11 |
* | SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write | bsalomon@google.com | 2012-09-07 |
* | Add SkPictureRecord subclass that computes bounding boxes. | rileya@google.com | 2012-09-06 |
* | Add R-Tree data structure. | rileya@google.com | 2012-09-05 |
* | Add caching of the snapshot image form a surface | reed@google.com | 2012-08-28 |
* | Refactored GrDLinkedList into SkTDLinkedList | robertphillips@google.com | 2012-08-23 |