aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecord.cpp
Commit message (Expand)AuthorAge
* Simple Build fix. Unreviewed.Gravatar junov@chromium.org2013-01-22
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-13
* 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
* don't convert clipPath -> clipRect if the path is inverse-filledGravatar reed@google.com2012-12-10
* cache fontmetrics in picture-recordGravatar reed@google.com2012-12-07
* Handle recording a bitmap if copy fails.Gravatar scroggo@google.com2012-12-04
* remove legacy build-guards, now that webkit has rebaselined these.Gravatar reed@google.com2012-11-26
* Convert clipPaths to clipRects where possible in pictureRecordGravatar robertphillips@google.com2012-11-07
* catch empty stack in restorefixup called by clipRectGravatar reed@google.com2012-10-02
* reenable peephole optimization for save/clip/restore, with build flagGravatar reed@google.com2012-10-02
* remove call to setBitmapDevice (deprecated).Gravatar reed@google.com2012-09-27
* 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
* speculative fix for crbug.com/147406 -- disabling save/clip/restore peepholeGravatar reed@google.com2012-09-14
* Address warnings from clang build botGravatar robertphillips@google.com2012-09-13
* Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree.Gravatar rileya@google.com2012-09-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-08-31
* peephole optimize save/restore brackets that contain no draw calls.Gravatar reed@google.com2012-08-30
* Implement multi-threaded picture playback via cloning.Gravatar djsollen@google.com2012-08-29
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Store more behavior of SkFlatDictionary in SkFlatController.Gravatar scroggo@google.com2012-08-02
* Always store pixels of mutable bitmaps when recording a SkPicture.Gravatar djsollen@google.com2012-07-27
* Use SkFlatDictionary in SkGPipe to take advantage of its new features.Gravatar scroggo@google.com2012-07-17
* Adding bracketing save/restore calls to SkPicture at record time andGravatar junov@chromium.org2012-07-16
* Cleanup restore offsets at end of SkPicture recordingGravatar junov@chromium.org2012-07-12
* check a hashtable before using a bsearchGravatar reed@google.com2012-07-12
* Refactoring code in SkPictureRecord that touches fRestoreOffsetStackGravatar junov@chromium.org2012-07-09
* 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
* can't perform fast top_bottom cull if the text is verticalGravatar reed@google.com2012-04-12
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* reverting r3257 because of gm failure.Gravatar junov@chromium.org2012-02-24
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* Adding API and unit testing for deferred canvas clearing/purgingGravatar junov@chromium.org2012-02-13
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* record doAA param for clipRect and clipPath in picturesGravatar reed@google.com2011-11-11
* add bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* add drawBitmapNine to canvasGravatar reed@google.com2011-09-07
* fix pictures to not skip-over clip ops that might expand the clipGravatar reed@google.com2011-08-29
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28