remove xfermode from public api
[platform/upstream/libSkiaSharp.git] / src / core / SkCanvas.cpp
2016-10-28 Mike Reedremove xfermode from public api
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-10-27 bungemanRemove SkAutoTUnref and SkAutoTDelete from public includes.
2016-10-13 junovAllow F16 color type on direct raster canvases
2016-10-13 Mike Kleinremove SkError
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 Brian SalomonMove clip CTM application to SkRasterClip and SkClipStack
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 reedremove quickreject for drawables
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-30 msarettAdd a src rect to drawImageLattice() API
2016-09-29 bsalomonRemove soft clip bool from SkCanvas
2016-09-22 msarettDo not quickReject until virtual drawPatch
2016-09-20 reedabstract name of clipping ops, to transtion to a more...
2016-09-19 reedremove dead code around SK_ENABLE_CLIP_QUICKREJECT
2016-09-12 reedcheck for identity in translate
2016-09-09 vjiaoblackAdded in Radial Shadows
2016-09-06 reedtest dont-clip-layer
2016-09-02 reedremove unused SkDevice::setMatrixClip
2016-08-29 vjiaoblackMoved ambient lights out of SkLight's light array
2016-08-29 vjiaoblackRevert of Moved ambient lights out of SkLight's light...
2016-08-29 vjiaoblackMoved ambient lights out of SkLight's light array
2016-08-26 msarettdrawRegion() cleanups
2016-08-25 msarettAdd drawRegion() API to SkCanvas
2016-08-25 bsalomonRespecify SkCanvas::drawArc, consolidate conversion...
2016-08-25 vjiaoblackMade shadows blurry (thru implementing variance mapping)
2016-08-22 bsalomonMark temporary paths created by SkCanvas for clipping...
2016-08-20 reedremove unused field from SkDrawIter
2016-08-19 bsalomonPlumb drawArc to SkDevice.
2016-08-19 mtkleinFast path translate() in SkCanvas and SkLiteDL.
2016-08-19 msarettFix bug, always keep fIsScaleTranslate in correct state
2016-08-19 mtkleinRevert of Fast path translate() in SkCanvas and SkLiteD...
2016-08-19 reedquick check to not use AutoDrawLooper
2016-08-18 mtkleinFast path translate() in SkCanvas and SkLiteDL.
2016-08-18 msarettFix initialization bug for fConservativeIsScaleTranslate
2016-08-18 reedmake LayerIter private, and remove skipClip option
2016-08-18 reedremove disable aa/dither flags from Props -- never...
2016-08-16 msarettAdd onDrawBitmapLattice(), avoid unnecessary bitmap...
2016-08-14 msarettAssert fDeviceClipBounds is always empty when clip...
2016-08-12 vjiaoblackAdded PointLights to SkLights::Light
2016-08-12 msarettOptimized implementation of quickReject()
2016-08-12 mtkleinRevert of Optimized implementation of quickReject(...
2016-08-11 msarettOptimized implementation of quickReject()
2016-08-10 halcanaryRevert of Change mapRectScaleTranslate to pass args...
2016-08-10 reedChange mapRectScaleTranslate to pass args/ret by value
2016-08-09 vjiaoblackmoved code into onDrawShadowedPic, only renders into...
2016-08-04 reedcheck zero-length text draws
2016-08-03 msarettFix copy-paste bugs in SkCanvas Nine and Lattice
2016-08-02 msarettAdd drawImageLattice() and drawBitmapLattice() APIs
2016-07-25 reedremove/deprecate SkBitmap::getTexture, as it now always...
2016-07-25 reedremove fClipStack and attach/deattach-from-canvas
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-20 reeduse special-image for imagefilters and save/restore...
2016-07-19 robertphillipsRename variables in SkCanvas::internalSaveLayer
2016-07-15 reedmove responsibility for creating raster-device into pdf
2016-07-15 reedremove unused CreateInfo flag
2016-07-13 bsalomonRemove GrWrapTextureInBitmap from public API
2016-07-13 vjiaoblackAdded the framework for having canvas/recorder/picture...
2016-07-13 robertphillipsRemove GrLayerHoister
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 bungemanFactor code to rotate a canvas about a point.
2016-07-12 vjiaoblackAdded the framework for having canvas/recorder/picture...
2016-07-10 reedRevert of change mapRectScaleTranslate to pass args...
2016-07-10 reedchange mapRectScaleTranslate to pass args/ret by value
2016-07-07 reedmake some canvas utils virtual (for proxy based subclasses)
2016-07-07 reeddrawTextRSXform
2016-06-30 reeduse mapRectScaleTranslate for common case in clipRect
2016-06-29 reedadd SK_SUPPORT_PRECHECK_CLIPRECT experiment for clipRect
2016-06-21 reedupdate callers to not use SkColorProfileType
2016-06-20 brianosmanMore removal of SkColorProfileType...
2016-06-17 egdanielRevert of More removal of SkColorProfileType... (patchs...
2016-06-17 brianosmanMore removal of SkColorProfileType...
2016-05-18 tomhudsonSkCanvas::adjustToTopLayer()
2016-05-01 reedremove SK_SUPPORT_LEGACY_IMAGEFILTER_CTM flag
2016-04-28 robertphillipsClean up test drawContext usage
2016-04-27 senorblancoImage filters: de-nest SkImageFilter::Cache and Cache...
2016-04-27 reedremove 'deprecated' region from SkDraw
2016-04-26 reedmake context() virtual on device
2016-04-25 reedshare code with drawSpriteWithFilter
2016-04-25 reedsimplify handle-affine: subclass overrides just describ...
2016-04-23 reedallow imagefilter to manage CTM decomposition
2016-04-20 reedpost apply non-scale transforms after imagefilters...
2016-04-20 robertphillipsBegin removing deprecated (and now, unused) ImageFilter...
2016-04-20 robertphillipsRein in the use of SkDevice.h
2016-04-18 senorblancoRemove deprecated paths from image filter infrastructure.
2016-04-17 robertphillipsRevert of Remove deprecated paths from image filter...
2016-04-17 senorblancoRemove deprecated paths from image filter infrastructure.
2016-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
2016-03-30 robertphillipsSwitch SkLocalMatrixImageFilter and SkPaintImageFilter...
2016-03-30 djsollenRevert of Switch SkLocalMatrixImageFilter and SkPaintIm...
next