C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / core / SkPictureRecord.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-05 reedRevert of Revert of move remaining virtual draw methods...
2015-01-05 reedRevert of move remaining virtual draw methods to onDraw...
2015-01-05 reedmove remaining virtual draw methods to onDraw
2015-01-02 reedremove unused drawData
2014-12-15 junovRemove SkCanvas::isDrawingToLayer
2014-12-12 mtkleinCull pushCull and popCull from Skia.
2014-12-10 Florin MalitaRemove SkCanvas::drawBitmapMatrix()
2014-12-04 reedChange clear() to respect the clip
2014-12-03 reedRevert "Change clear() to respect the clip"
2014-12-02 reedChange clear() to respect the clip
2014-11-12 mtkleinRestore bitmap dedup in SkPictureRecord. Cuts RAM...
2014-11-12 mtkleinMore cleanup: streamline paths and bitmaps.
2014-11-12 mtkleinStart stripping out complicated parts of SkPicture...
2014-10-28 piotaixrRemoving dead code from CanvasTest
2014-09-30 mtkleinStrip old backend recording down to essentials
2014-09-22 reedIntroduce Props to surface (patchset #27 id:520001...
2014-09-21 reedRevert of introduce Props to surface (patchset #27...
2014-09-21 reedintroduce Props to surface (work in progress)
2014-08-26 fmalitaSkTextBlob plumbing
2014-08-12 dandovSkCanvas::drawPatch param SkPoint[12]
2014-08-11 robertphillipsCleaning up SkPicture-related classes
2014-08-11 robertphillipsRemove Matrix/Clip State collapse code
2014-08-09 reedadd drawPicture variant that takes a matrix and paint
2014-08-08 hendrikwMoved SkPictureContentInfo into its own file. It now...
2014-08-07 dandovStopped skipping tests in dm of SkPatch by implementing the
2014-07-10 robertphillipsCleanup SkPicture* classes a bit
2014-07-01 robertphillipsRename SkPicturePlayback to SkPictureData
2014-06-30 Florin MalitaSaveFlags be-gone
2014-06-12 robertphillipsRemove SkPicture pointer from SkPicturePlayback
2014-06-11 robertphillipsRemove picture pre-allocation from SkPictureRecorder
2014-06-04 robertphillipsAlter SkCanvas::drawPicture (devirtualize, take const...
2014-05-06 senorblanco@chromi... Fix for empty saveLayer() with a filter which affects...
2014-04-23 commit-bot@chromiu... First step in pulling SkPicturePlayback & SkPictureReco...
2014-04-23 reed@google.comMake drawText calls non-virtual, to ease SkFont and...
2014-04-22 commit-bot@chromiu... Revert of make drawText calls non-virtual, to ease...
2014-04-22 commit-bot@chromiu... make drawText calls non-virtual, to ease SkFont and...
2014-04-22 commit-bot@chromiu... fix size_t/int warnings in pictures
2014-04-14 commit-bot@chromiu... Remove currently unused code
2014-03-25 commit-bot@chromiu... Consolidate SkCanvas matrix virtuals.
2014-03-13 commit-bot@chromiu... De-virtualize SkCanvas matrix ops.
2014-03-12 commit-bot@chromiu... De-virtualize SkCanvas save/restore.
2014-03-12 commit-bot@chromiu... Revert of Revert of Revert "De-virtualize SkCanvas...
2014-03-11 commit-bot@chromiu... Revert of Revert "De-virtualize SkCanvas save/restore...
2014-03-11 fmalita@google.comRevert "De-virtualize SkCanvas save/restore."
2014-03-11 fmalita@google.comDe-virtualize SkCanvas save/restore.
2014-03-07 commit-bot@chromiu... This is just the first version and shows how I intend...
2014-03-04 commit-bot@chromiu... The motivation for this CL is to de-clutter SkPicture...
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2014-02-28 robertphillips@goo... Revert of r13620 (add new onClip* methods to SkCanvas...
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2014-02-27 commit-bot@chromiu... Culling API
2014-02-21 commit-bot@chromiu... add SkCanvas::drawDRRect
2014-02-17 commit-bot@chromiu... change PictureRecord (and its private subclasses) to...
2014-02-17 commit-bot@chromiu... still trying to kill setDevice: rename to setRootDevice...
2014-02-13 commit-bot@chromiu... add peekPixels to SkCanvas and SkSurface
2014-02-13 commit-bot@chromiu... Revert of add peekPixels to SkCanvas and SkSurface...
2014-02-13 mike@reedtribe.orgadd peekPixels to SkCanvas and SkSurface
2014-02-11 robertphillips@goo... Collapse matrix & clip stack in PictureRecord
2014-02-05 reed@google.comremove SkCanvas::createCompatibleDevice, and add SkCanv...
2014-02-05 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-02-04 robertphillips@goo... Update SkPictureRecord to allow some ops to be written...
2014-01-23 commit-bot@chromiu... No deduping dictionaries for matrices and regions.
2013-10-31 reed@google.comRevert "Revert "add SK_ATTR_DEPRECATED -- will need...
2013-10-31 reed@google.comRevert "add SK_ATTR_DEPRECATED -- will need to disable...
2013-10-31 reed@google.comadd SK_ATTR_DEPRECATED -- will need to disable for...
2013-10-22 bsalomon@google.comRevert "If the path is a rect, call drawRect to raster...
2013-10-22 bsalomon@google.comIf the path is a rect, call drawRect to raster the...
2013-10-17 robertphillips@goo... Revert r11842 (call drawRect to try GrAARectRenderer...
2013-10-17 commit-bot@chromiu... If the path is a rect, call drawRect to raster the...
2013-10-15 robertphillips@goo... Second wave of Win64 warning cleanup
2013-08-29 robertphillips@goo... Split SkDevice into SkBaseDevice and SkBitmapDevice
2013-08-22 commit-bot@chromiu... Remove the call to getFontMetrics from SkBBoxRecord
2013-08-20 robertphillips@goo... Revert r10830 (Split SkDevice out of SkRasterDevice...
2013-08-20 robertphillips@goo... Split SkDevice out of SkBitmapDevice
2013-08-17 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-08-16 commit-bot@chromiu... This CL plumbs in the drawBitmapRectToRect "bleed"...
2013-05-29 junov@chromium.orgMoving updateClipConservativelyUsingBounds into SkCanvas
2013-05-29 robertphillips@goo... First pass at Comment API
2013-05-08 junov@chromium.orgFix behavior of SkPicture::kUsePathBoundsForClip_Record...
2013-03-15 commit-bot@chromiu... Fixing SkPicture command pattern optimizations to make...
2013-02-16 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-02-15 robertphillips@goo... Now store chunk size in skp file format
2013-01-22 junov@chromium.orgSimple Build fix. Unreviewed.
2013-01-22 junov@chromium.orgFixing invalid text clipping on SkPicture playback
2012-12-12 reed@google.comrevert 6766, thereby re-landing 6762-6763 now that...
2012-12-12 reed@google.comrevert 6762-6763, since those require new skps to be...
2012-12-12 reed@google.commake RRect and Oval first-class drawing primitives...
2012-12-07 reed@google.comcache fontmetrics in picture-record
2012-10-19 robertphillips@goo... Added ability to extract SkBitmaps to filter tool
2012-09-27 reed@google.comremove call to setBitmapDevice (deprecated).
2012-09-18 reed@google.comre-re-land 5578
2012-09-18 reed@google.comrevert 5580
2012-09-18 reed@google.comre-land 5578 w/ pipe fix
2012-09-18 reed@google.comrevert 5578 -- broke pipe
2012-09-18 reed@google.comChange drawBitmapRect to take a float-src-rect instead...
2012-09-11 rileya@google.comAdd SkBBoxRecord subclass that builds up a BBoxHierarch...
2012-08-30 reed@google.compeephole optimize save/restore brackets that contain...
2012-08-29 djsollen@google.comImplement multi-threaded picture playback via cloning.
next