summaryrefslogtreecommitdiff
path: root/core/SkPicture.cpp
AgeCommit message (Expand)Author
2014-05-06Infrastructure changes to support pull-saveLayers-forward taskcommit-bot@chromium.org
2014-05-05Revert r14571 (Infrastructure changes to support pull saveLayers forward task...robertphillips@google.com
2014-05-05Infrastructure changes to support pull-saveLayers-forward taskcommit-bot@chromium.org
2014-04-30Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-04-29Move setup of SkPictCopyInfo into SkPicture::clonecommit-bot@chromium.org
2014-04-24First pass at GPU vetocommit-bot@chromium.org
2014-04-24Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-04-24Fix for r14341 Chrome build errorrobertphillips@google.com
2014-04-23First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicturecommit-bot@chromium.org
2014-04-18Staging for cleanup of SkPicture-related headersrobertphillips@google.com
2014-04-18Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-04-17Staged removal of SkPicture-derived classescommit-bot@chromium.org
2014-04-16Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public APIcommit-bot@chromium.org
2014-04-13split SkPictureRecorder out of SkPicturerobertphillips@google.com
2014-04-07Convert SkPicture's generation ID to a unique IDcommit-bot@chromium.org
2014-04-02Add generation ID to SkPicturerobertphillips@google.com
2014-03-28Thread picture version through to SkReadBuffer.commit-bot@chromium.org
2014-03-24Add new experimental API to SkPicture to get "id" of current opcommit-bot@chromium.org
2014-03-19fix non-gpu buildcommit-bot@chromium.org
2014-03-19stub for ganesh vetocommit-bot@chromium.org
2014-03-18Add a means of extracting active operations from SkPicturecommit-bot@chromium.org
2014-03-18Revert of r13836 due to Chromium cc_unittests failuresrobertphillips@google.com
2014-03-17Add a means of extracting active operations from SkPicturecommit-bot@chromium.org
2014-03-17Reverting r13831 (Add a means of extracting active operations from SkPicture)...robertphillips@google.com
2014-03-17Add a means of extracting active operations from SkPicturerobertphillips@google.com
2014-03-17Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-03-16Proposed SkCanvas API for preLoading textures to VRAM v2.0commit-bot@chromium.org
2014-03-14Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0)robertphillips@google.com
2014-03-14Proposed SkCanvas API for preLoading textures to VRAM v2.0commit-bot@chromium.org
2014-03-12Fixing SkPicture serializationcommit-bot@chromium.org
2014-03-04The motivation for this CL is to de-clutter SkPicture's beginRecording method.commit-bot@chromium.org
2014-03-03Generating the 1M skps frequently yields truncated skps. This tool is intende...commit-bot@chromium.org
2014-02-25This is intended to make it easier for us to be backwards compatible.commit-bot@chromium.org
2014-02-17change PictureRecord (and its private subclasses) to take size instead of devicecommit-bot@chromium.org
2014-02-14Cleanup unref and nullcommit-bot@chromium.org
2014-02-07Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview....commit-bot@chromium.org
2014-02-07Revert "Serialization of SkPictureImageFilter"fmalita@google.com
2014-02-07Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-02-07Serialization of SkPictureImageFiltercommit-bot@chromium.org
2014-02-06Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview....robertphillips@google.com
2014-02-06Serialization of SkPictureImageFiltercommit-bot@chromium.org
2014-01-23No deduping dictionaries for matrices and regions.commit-bot@chromium.org
2013-12-17remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com
2013-12-05Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org
2013-12-03Code cleanup following recapture of skpsrobertphillips@google.com
2013-12-03Move fIsOval from SkPath to SkPathRefrobertphillips@google.com
2013-12-02Reverting r12427rmistry@google.com
2013-12-02Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-11-26Add 'skiapict' magic bytes to SkPicture format.commit-bot@chromium.org
2013-10-24Expose SkPicture::willPlayBackBitmaps()tomhudson@google.com