remove xfermode from public api
[platform/upstream/libSkiaSharp.git] / src / core / SkPictureRecord.h
2016-10-28 Mike Reedremove xfermode from public api
2016-09-20 reedabstract name of clipping ops, to transtion to a more...
2016-08-25 msarettAdd drawRegion() API to SkCanvas
2016-08-25 vjiaoblackMade shadows blurry (thru implementing variance mapping)
2016-08-19 bsalomonPlumb drawArc to SkDevice.
2016-08-16 msarettAdd onDrawBitmapLattice(), avoid unnecessary bitmap...
2016-08-11 reedDeserialize pictures with custom image-deserializer
2016-08-10 reedremove support for serializing bitmaps in old format
2016-08-02 msarettAdd drawImageLattice() and drawBitmapLattice() APIs
2016-07-22 vjiaoblackCreating framework for drawShadowedPicture
2016-07-21 vjiaoblackCreating framework for drawShadowedPicture
2016-07-21 vjiaoblackRevert of Creating framework for drawShadowedPicture...
2016-07-21 vjiaoblackCreating framework for drawShadowedPicture
2016-07-13 vjiaoblackAdded the framework for having canvas/recorder/picture...
2016-07-13 mtkleinRevert "Added the framework for having canvas/recorder...
2016-07-13 vjiaoblackAdded the framework for having canvas/recorder/picture...
2016-07-12 mtkleinRevert "Added the framework for having canvas/recorder...
2016-07-12 vjiaoblackAdded the framework for having canvas/recorder/picture...
2016-07-07 reeddrawTextRSXform
2016-04-29 mtkleinRemove SkWriter32::contiguousArray().
2016-04-27 msarettEnable flattening of SkRecordedDrawable
2016-04-27 mtkleinRevert of Enable flattening of SkRecordedDrawable ...
2016-04-27 msarettEnable flattening of SkRecordedDrawable
2016-03-24 reedswitch surface to sk_sp
2016-03-11 reedMake sp variants for SkData
2016-03-05 reedMove annotations to canvas virtual (patchset #8 id...
2016-03-03 reedRevert of move annotations to canvas virtual (patchset...
2016-03-03 reedmove annotations to canvas virtual
2015-12-18 reedchange signature for virtual related to saveLayer,...
2015-12-16 reedReland of move drawSprite from canvas (patchset #1...
2015-12-16 reedRevert of remove drawSprite from canvas (patchset ...
2015-12-16 reedremove drawSprite from canvas
2015-10-30 mtkleinDedup SkPaths by gen-ID when going to .skp
2015-08-19 bungemanMove SkTemplates.h to private.
2015-07-28 reedremove all guards for changes to drawBitmapRect / drawI...
2015-07-14 reedadd src-rect-constraint to drawImageRect
2015-06-25 reedfix up virtual / override stuff
2015-06-25 reedadd drawImageNine
2015-06-24 reedadd SkCanvas::drawAtlas
2015-06-22 reedchange old picture serialization to really handle images
2015-06-15 fmalitaRemove the SkCanvas comment API
2015-05-26 reedchange internals over to SkPixmap and stop using access...
2015-05-06 reedMake drawImage a virtual on SkDevice
2015-05-06 reedRevert of Revert of Revert of Make drawImage a virtual...
2015-05-06 reedRevert of Revert of Make drawImage a virtual on SkDevic...
2015-05-06 reedRevert of Make drawImage a virtual on SkDevice (patchse...
2015-05-05 reedMake drawImage a virtual on SkDevice
2015-05-05 reedRevert of Make drawImage a virtual on SkDevice (patchse...
2015-05-04 reedMake drawImage a virtual on SkDevice (patchset #3 id...
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...
next