aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureFlat.h
Commit message (Expand)AuthorAge
* peephole optimize save/restore brackets that contain no draw calls.Gravatar reed@google.com2012-08-30
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* Move write buffer flags used by SkFlataData::Create into SkFlatController.Gravatar scroggo@google.com2012-08-14
* refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat...Gravatar mike@reedtribe.org2012-08-12
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Store more behavior of SkFlatDictionary in SkFlatController.Gravatar scroggo@google.com2012-08-02
* Pipe factory names independently from the flattenables using them.Gravatar scroggo@google.com2012-08-01
* use SkTRefArray to share readonly data between picturesGravatar reed@google.com2012-07-23
* Use SkFlatDictionary in SkGPipe to take advantage of its new features.Gravatar scroggo@google.com2012-07-17
* check a hashtable before using a bsearchGravatar reed@google.com2012-07-12
* Change SkFlatData to have a sentinel value, allowing the Compare function toGravatar reed@google.com2012-07-10
* bug fix: take the fAllocSize into account when we perform the compare, otherwiseGravatar reed@google.com2012-07-10
* restore 4478 w/ fixed assert (no long need 8-byte alignment)Gravatar reed@google.com2012-07-09
* revert 4478Gravatar reed@google.com2012-07-09
* switch callers to SkChecksum::Compute (no 32/64 preference)Gravatar reed@google.com2012-07-09
* Adding checksum to SkFlatData to accelerate SkPicture recording.Gravatar junov@chromium.org2012-06-27
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening lar...Gravatar junov@chromium.org2012-05-29
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* record doAA param for clipRect and clipPath in picturesGravatar reed@google.com2011-11-11
* add drawBitmapNine to canvasGravatar reed@google.com2011-09-07
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* balance the call to matrix::flatten from r1414. Formerly both of these wereGravatar reed@google.com2011-05-26
* rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the patternGravatar mike@reedtribe.org2011-04-29
* add SkCanvas::clear(SkColor color) to call the new virtual clear on device.Gravatar reed@google.com2011-04-14
* add drawData() to canvas, to record data blobsGravatar reed@android.com2009-12-04
* remove unneeded (empty) virtual destructorGravatar reed@android.com2009-08-12
* fixes wacky build on android. no other explanation receivedGravatar reed@android.com2009-08-11
* add shape recording to pictuures (sans serialization)Gravatar reed@android.com2009-06-26
* build with -WallGravatar reed@android.com2009-03-20
* remove defines for strcasecmp (issue #5)Gravatar reed@android.com2009-01-06
* grab from latest androidGravatar reed@android.com2008-12-17