| Commit message (Expand) | Author | Age |
... | |
* | Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possible | robertphillips@google.com | 2013-03-01 |
* | Make SkTDArray accessors const-friendly. | commit-bot@chromium.org | 2013-02-28 |
* | Add NOOP "command" to picture format | robertphillips@google.com | 2013-02-15 |
* | Fix errors when compiling with -Wall -Werror on Android. | djsollen@google.com | 2013-02-07 |
* | Fixing invalid text clipping on SkPicture playback | junov@chromium.org | 2013-01-22 |
* | Don't die when there are no fonts available. | bungeman@google.com | 2013-01-17 |
* | 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 |
* | cache fontmetrics in picture-record | reed@google.com | 2012-12-07 |
* | In SkBitmapHeap, defer adding owners for new bitmaps. | scroggo@google.com | 2012-11-16 |
* | 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 |
* | peephole optimize save/restore brackets that contain no draw calls. | reed@google.com | 2012-08-30 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) | robertphillips@google.com | 2012-08-16 |
* | Move write buffer flags used by SkFlataData::Create into SkFlatController. | scroggo@google.com | 2012-08-14 |
* | refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat... | mike@reedtribe.org | 2012-08-12 |
* | Refactor Bitmap Storage for SkPicture using SkPipe's design. | djsollen@google.com | 2012-08-07 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 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 |
* | use SkTRefArray to share readonly data between pictures | reed@google.com | 2012-07-23 |
* | Use SkFlatDictionary in SkGPipe to take advantage of its new features. | scroggo@google.com | 2012-07-17 |
* | check a hashtable before using a bsearch | reed@google.com | 2012-07-12 |
* | Change SkFlatData to have a sentinel value, allowing the Compare function to | reed@google.com | 2012-07-10 |
* | bug fix: take the fAllocSize into account when we perform the compare, otherwise | reed@google.com | 2012-07-10 |
* | restore 4478 w/ fixed assert (no long need 8-byte alignment) | reed@google.com | 2012-07-09 |
* | revert 4478 | reed@google.com | 2012-07-09 |
* | switch callers to SkChecksum::Compute (no 32/64 preference) | reed@google.com | 2012-07-09 |
* | Adding checksum to SkFlatData to accelerate SkPicture recording. | junov@chromium.org | 2012-06-27 |
* | 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 |
* | Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening lar... | junov@chromium.org | 2012-05-29 |
* | Decouple the SkFlattenable from SkReader32/SkWriter32. | djsollen@google.com | 2012-04-12 |
* | extend fastbounds impls to include maskfilters and drawloopers. This allows | reed@google.com | 2012-01-30 |
* | record doAA param for clipRect and clipPath in pictures | reed@google.com | 2011-11-11 |
* | add drawBitmapNine to canvas | reed@google.com | 2011-09-07 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | remove drawShape from canvas api | reed@google.com | 2011-06-27 |
* | balance the call to matrix::flatten from r1414. Formerly both of these were | reed@google.com | 2011-05-26 |
* | rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern | mike@reedtribe.org | 2011-04-29 |
* | add SkCanvas::clear(SkColor color) to call the new virtual clear on device. | reed@google.com | 2011-04-14 |
* | add drawData() to canvas, to record data blobs | reed@android.com | 2009-12-04 |
* | remove unneeded (empty) virtual destructor | reed@android.com | 2009-08-12 |
* | fixes wacky build on android. no other explanation received | reed@android.com | 2009-08-11 |
* | add shape recording to pictuures (sans serialization) | reed@android.com | 2009-06-26 |