aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecord.cpp
Commit message (Expand)AuthorAge
...
* De-virtualize SkCanvas save/restore.Gravatar fmalita@google.com2014-03-11
* Once Chromium starts holding on to paths and we can actually reuse cached pat...Gravatar commit-bot@chromium.org2014-03-07
* This is just the first version and shows how I intend to orchestrate this. Fu...Gravatar commit-bot@chromium.org2014-03-07
* The motivation for this CL is to de-clutter SkPicture's beginRecording method.Gravatar commit-bot@chromium.org2014-03-04
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch...Gravatar robertphillips@google.com2014-02-28
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Culling APIGravatar commit-bot@chromium.org2014-02-27
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-21
* add SkCanvas::drawDRRectGravatar commit-bot@chromium.org2014-02-21
* This CL improves saveLayer handling in the SkMatrixClipStateMgr by:Gravatar commit-bot@chromium.org2014-02-19
* Revert changes which were breaking the build.Gravatar commit-bot@chromium.org2014-02-18
* Improve saveLayer handling in SkMatrixClipStateMgrGravatar robertphillips@google.com2014-02-18
* change PictureRecord (and its private subclasses) to take size instead of deviceGravatar commit-bot@chromium.org2014-02-17
* still trying to kill setDevice: rename to setRootDevice (better name) and mak...Gravatar commit-bot@chromium.org2014-02-17
* Templetized SkWriter32 readTAt() & overwriteTAt()Gravatar commit-bot@chromium.org2014-02-11
* Collapse matrix & clip stack in PictureRecordGravatar robertphillips@google.com2014-02-11
* SkPictureRecord: silently do nothing for non-drawable SkBitmaps.Gravatar commit-bot@chromium.org2014-02-10
* remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurfaceGravatar reed@google.com2014-02-05
* Clean up SkPictureRecord.cppGravatar robertphillips@google.com2014-02-05
* Compilation fix for r13311 (Update SkPictureRecord to allow some ops to be wr...Gravatar robertphillips@google.com2014-02-04
* Update SkPictureRecord to allow some ops to be written separatelyGravatar robertphillips@google.com2014-02-04
* Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.Gravatar commit-bot@chromium.org2014-01-31
* No deduping dictionaries for matrices and regions.Gravatar commit-bot@chromium.org2014-01-23
* Remove a stray setReserve that causes dynamic allocation in picture creation.Gravatar commit-bot@chromium.org2014-01-21
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* reenable vertices gm, adding picture supportGravatar reed@google.com2013-12-30
* Disable the save/clip/restore peephole optimization when a bounding hierarchy...Gravatar commit-bot@chromium.org2013-11-22
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...Gravatar bsalomon@google.com2013-10-22
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar bsalomon@google.com2013-10-22
* Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ...Gravatar robertphillips@google.com2013-10-17
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar commit-bot@chromium.org2013-10-17
* Second wave of Win64 warning cleanupGravatar robertphillips@google.com2013-10-15
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Fix clip expansion in SkPictureRecord::recordRestoreOffsetPlaceholder()Gravatar fmalita@google.com2013-08-27
* Remove the call to getFontMetrics from SkBBoxRecordGravatar commit-bot@chromium.org2013-08-22
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* use SkTDynamicHash in picture recordingGravatar mtklein@google.com2013-08-20
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Prevent picture recording from over optimizing the culling of clips.Gravatar djsollen@google.com2013-08-13
* Moving updateClipConservativelyUsingBounds into SkCanvasGravatar junov@chromium.org2013-05-29
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* Remove duplicated code in SkPictureRecord::drawRRectGravatar junov@chromium.org2013-05-10
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-09
* Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inve...Gravatar junov@chromium.org2013-05-08