aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureFlat.h
Commit message (Expand)AuthorAge
* Start from scratch on a faster SkFlatDictionary.Gravatar commit-bot@chromium.org2013-07-24
* Revert "Start from scratch on a faster SkFlatDictionary."Gravatar mtklein@google.com2013-07-24
* Start from scratch on a faster SkFlatDictionary.Gravatar commit-bot@chromium.org2013-07-24
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* One SkTSearch to rule them all. Allow key to be of different type than the ar...Gravatar bsalomon@google.com2013-05-17
* Refactor PictureRecord optimization & added saveLayer/save/clipR/DBM*/restore...Gravatar robertphillips@google.com2013-03-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-11
* Add a map from index to SkFlatData* in SkFlatDictionaryGravatar robertphillips@google.com2013-03-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-02
* Reland r7918 & r7916Gravatar robertphillips@google.com2013-03-01
* Revert r7918 & r7916 due to Linux rendering issuesGravatar robertphillips@google.com2013-03-01
* Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possibleGravatar robertphillips@google.com2013-03-01
* Make SkTDArray accessors const-friendly.Gravatar commit-bot@chromium.org2013-02-28
* Add NOOP "command" to picture formatGravatar robertphillips@google.com2013-02-15
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* Fixing invalid text clipping on SkPicture playbackGravatar junov@chromium.org2013-01-22
* Don't die when there are no fonts available.Gravatar bungeman@google.com2013-01-17
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* cache fontmetrics in picture-recordGravatar reed@google.com2012-12-07
* In SkBitmapHeap, defer adding owners for new bitmaps.Gravatar scroggo@google.com2012-11-16
* re-re-land 5578Gravatar reed@google.com2012-09-18
* revert 5580Gravatar reed@google.com2012-09-18
* re-land 5578 w/ pipe fixGravatar reed@google.com2012-09-18
* revert 5578 -- broke pipeGravatar reed@google.com2012-09-18
* Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. ThisGravatar reed@google.com2012-09-18
* 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