tidy up dither stage
[platform/upstream/libSkiaSharp.git] / src / pipe /
2017-05-01 Mike KleinRevert "Revert "SaveLayerRec::fClipMask -> raw pointer""
2017-05-01 Mike KleinRevert "SaveLayerRec::fClipMask -> raw pointer"
2017-05-01 Florin MalitaSaveLayerRec::fClipMask -> raw pointer
2017-05-01 Florin MalitaInitial clip-mask-layer support
2017-04-03 Mike Reedmove vertex-mode enum into SkVertices
2017-03-27 Mike Kleinquiet some annoying logging in unit tests
2017-03-17 Mike Reedremove legacy virtual for vertices, only support object...
2017-01-11 Hal CanarySkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
2017-01-11 Kevin LubickRevert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
2017-01-11 Hal CanarySkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
2016-12-09 Mike ReedRevert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
2016-12-09 Mike ReedRevert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
2016-12-08 Mike Reedremove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
2016-12-02 Florin MalitaRebase non-drawing SkCanvas subclasses to SkNoDrawCanvas
2016-11-03 Mike Reedremove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
2016-10-28 Mike Reedremove xfermode from public api
2016-10-21 Mike Reeduse conservative-clip-bit in pipecanvas
2016-10-20 Mike Reeduse 'real' SkImageDeserializer
2016-10-18 Mike Reedimage serialize/deserialize callbacks in pipe
2016-10-06 reedRevert[8] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[7] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[6] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[5] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[4] "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "Revert "Revert "replace SkXfermode obj with...
2016-10-03 Mike ReedRevert "Revert "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-30 msarettAdd a src rect to drawImageLattice() API
2016-09-20 reedabstract name of clipping ops, to transtion to a more...
2016-09-15 reedtest/fix/tweak writePicture/readPicture
2016-09-14 reedchange write-image to use pipeverbs like everyone else...
2016-09-13 reedadd pipecanvas
2016-01-08 reedremove SkGPipe
2015-12-27 reedremove cruft from SkTypes.h, including SkBool
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-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-06 reedflag to use const& instead of const* for src-rect
2015-07-28 reedremove all guards for changes to drawBitmapRect / drawI...
2015-07-14 reedadd src-rect-constraint to drawImageRect
2015-06-25 reedadd drawImageNine
2015-06-24 reedadd SkCanvas::drawAtlas
2015-06-22 robertphillipsBegin kLegacyFontHost_InitType cleanup
2015-06-15 fmalitaRemove the SkCanvas comment API
2015-06-04 reedremove stray printf
2015-06-02 junovFixing leaky handling of SkImage in SkDeferredCanvas.
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-04-24 tfarinaUpdate {virtual,override} to follow C++11 style in...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-16 reedSkPaint::FilterLevel -> SkFilterQuality
2015-01-26 derekfRemove clear function from SkGPipe
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-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-04 piotaixrRevert of Override SkCanvas::drawImage() in SkDeferredC...
2014-10-22 piotaixrOverride SkCanvas::drawImage() in SkDeferredCanvas...
2014-10-17 rmistryRevert of Override SkCanvas::drawImage() in SkDeferredC...
2014-10-16 piotaixrOverride SkCanvas::drawImage() in SkDeferredCanvas...
2014-09-17 fmalitaEnsure blob typeface information survives SkGPipe seria...
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-28 fmalitaSkTextBlob GPipe serialization.
2014-08-26 fmalitaSkTextBlob plumbing
2014-08-12 dandovSkCanvas::drawPatch param SkPoint[12]
2014-08-09 reedadd drawPicture variant that takes a matrix and paint
2014-08-07 dandovStopped skipping tests in dm of SkPatch by implementing the
2014-07-30 mtkleinFix way-over-allocation in pipe.
2014-06-30 Florin MalitaSaveFlags be-gone
2014-06-04 robertphillipsAlter SkCanvas::drawPicture (devirtualize, take const...
2014-05-14 commit-bot@chromiu... Reland the 4x -> 1x allocation from "4x allocation...
2014-05-14 commit-bot@chromiu... Reland one more bug fix from "4x allocation in PipeCont...
2014-05-14 commit-bot@chromiu... Reland bug fixes from "4x allocation in PipeController...
2014-05-14 commit-bot@chromiu... Manually revert "4x allocation in PipeController is...
2014-05-08 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-05-07 commit-bot@chromiu... if SK_DEBUG -> ifdef SK_DEBUG
2014-05-07 commit-bot@chromiu... 4x allocation in PipeController is probably overkill.
2014-04-24 commit-bot@chromiu... Fix build: these asserts are always now true, which...
2014-04-24 commit-bot@chromiu... fix int/size_t warnings in pipe
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-16 commit-bot@chromiu... remove legacy filter-flags, and store FilterLevel directly
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...
next