summaryrefslogtreecommitdiff
path: root/core/SkPictureRecord.cpp
AgeCommit message (Expand)Author
2014-05-02Add literal picture recording mode, triggered by a compile time switch.commit-bot@chromium.org
2014-04-24First pass at GPU vetocommit-bot@chromium.org
2014-04-23First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicturecommit-bot@chromium.org
2014-04-23Make drawText calls non-virtual, to ease SkFont and TextBlob (https://coderev...reed@google.com
2014-04-22Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https...commit-bot@chromium.org
2014-04-22make drawText calls non-virtual, to ease SkFont and TextBlobcommit-bot@chromium.org
2014-04-22fix size_t/int warnings in picturescommit-bot@chromium.org
2014-04-18Reduce internal explicit SaveFlags usage.commit-bot@chromium.org
2014-04-14Remove currently unused codecommit-bot@chromium.org
2014-04-11remove picture-backed surfacescommit-bot@chromium.org
2014-03-25Consolidate SkCanvas matrix virtuals.commit-bot@chromium.org
2014-03-20Fix cull nesting assertion.commit-bot@chromium.org
2014-03-13De-virtualize SkCanvas matrix ops.commit-bot@chromium.org
2014-03-12De-virtualize SkCanvas save/restore.commit-bot@chromium.org
2014-03-12Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co...commit-bot@chromium.org
2014-03-11Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c...commit-bot@chromium.org
2014-03-11Revert "De-virtualize SkCanvas save/restore."fmalita@google.com
2014-03-11De-virtualize SkCanvas save/restore.fmalita@google.com
2014-03-07Once Chromium starts holding on to paths and we can actually reuse cached pat...commit-bot@chromium.org
2014-03-07This is just the first version and shows how I intend to orchestrate this. Fu...commit-bot@chromium.org
2014-03-04The motivation for this CL is to de-clutter SkPicture's beginRecording method.commit-bot@chromium.org
2014-02-28add new onClip* methods to SkCanvasrobertphillips@google.com
2014-02-28Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch...robertphillips@google.com
2014-02-28add new onClip* methods to SkCanvasrobertphillips@google.com
2014-02-27Culling APIcommit-bot@chromium.org
2014-02-21Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-02-21add SkCanvas::drawDRRectcommit-bot@chromium.org
2014-02-19This CL improves saveLayer handling in the SkMatrixClipStateMgr by:commit-bot@chromium.org
2014-02-18Revert changes which were breaking the build.commit-bot@chromium.org
2014-02-18Improve saveLayer handling in SkMatrixClipStateMgrrobertphillips@google.com
2014-02-17change PictureRecord (and its private subclasses) to take size instead of devicecommit-bot@chromium.org
2014-02-17still trying to kill setDevice: rename to setRootDevice (better name) and mak...commit-bot@chromium.org
2014-02-11Templetized SkWriter32 readTAt() & overwriteTAt()commit-bot@chromium.org
2014-02-11Collapse matrix & clip stack in PictureRecordrobertphillips@google.com
2014-02-10SkPictureRecord: silently do nothing for non-drawable SkBitmaps.commit-bot@chromium.org
2014-02-05remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurfacereed@google.com
2014-02-05Clean up SkPictureRecord.cpprobertphillips@google.com
2014-02-04Compilation fix for r13311 (Update SkPictureRecord to allow some ops to be wr...robertphillips@google.com
2014-02-04Update SkPictureRecord to allow some ops to be written separatelyrobertphillips@google.com
2014-01-31Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.commit-bot@chromium.org
2014-01-23No deduping dictionaries for matrices and regions.commit-bot@chromium.org
2014-01-21Remove a stray setReserve that causes dynamic allocation in picture creation.commit-bot@chromium.org
2014-01-14Convert SkWriter32 to use an SkTDArray for its internal storage.commit-bot@chromium.org
2013-12-30reenable vertices gm, adding picture supportreed@google.com
2013-11-22Disable the save/clip/restore peephole optimization when a bounding hierarchy...commit-bot@chromium.org
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-10-22Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...bsalomon@google.com
2013-10-22If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...bsalomon@google.com