aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecord.h
Commit message (Expand)AuthorAge
...
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-17
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Moving updateClipConservativelyUsingBounds into SkCanvasGravatar junov@chromium.org2013-05-29
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inve...Gravatar junov@chromium.org2013-05-08
* Fixing SkPicture command pattern optimizations to make them work correctly wi...Gravatar commit-bot@chromium.org2013-03-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-16
* Now store chunk size in skp file formatGravatar robertphillips@google.com2013-02-15
* Simple Build fix. Unreviewed.Gravatar junov@chromium.org2013-01-22
* Fixing invalid text clipping on SkPicture playbackGravatar junov@chromium.org2013-01-22
* 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
* Added ability to extract SkBitmaps to filter toolGravatar robertphillips@google.com2012-10-19
* 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
* Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree.Gravatar rileya@google.com2012-09-11
* 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
* Add caching of the snapshot image form a surfaceGravatar reed@google.com2012-08-28
* 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
* 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
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* 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 bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* use SK_OVERRIDEGravatar reed@google.com2011-10-06
* 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
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* 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
* add shape recording to pictuures (sans serialization)Gravatar reed@android.com2009-06-26
* add picture-record option to speedup complex clipsGravatar reed@android.com2009-02-13
* remove defines for strcasecmp (issue #5)Gravatar reed@android.com2009-01-06