aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCanvas.cpp
Commit message (Expand)AuthorAge
* remove/deprecate SkBitmap::getTexture, as it now always returns falseGravatar reed2016-07-25
* remove fClipStack and attach/deattach-from-canvasGravatar reed2016-07-25
* Creating framework for drawShadowedPictureGravatar vjiaoblack2016-07-21
* Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 ...Gravatar vjiaoblack2016-07-21
* Creating framework for drawShadowedPictureGravatar vjiaoblack2016-07-21
* use special-image for imagefilters and save/restore layerGravatar reed2016-07-20
* Rename variables in SkCanvas::internalSaveLayerGravatar robertphillips2016-07-19
* move responsibility for creating raster-device into pdfGravatar reed2016-07-15
* remove unused CreateInfo flagGravatar reed2016-07-15
* Remove GrWrapTextureInBitmap from public APIGravatar bsalomon2016-07-13
* Added the framework for having canvas/recorder/picture record depth_set's.Gravatar vjiaoblack2016-07-13
* Remove GrLayerHoisterGravatar robertphillips2016-07-13
* Revert "Added the framework for having canvas/recorder/picture record depth_s...Gravatar mtklein2016-07-13
* Added the framework for having canvas/recorder/picture record depth_set's.Gravatar vjiaoblack2016-07-13
* Revert "Added the framework for having canvas/recorder/picture record depth_s...Gravatar mtklein2016-07-12
* Factor code to rotate a canvas about a point.Gravatar bungeman2016-07-12
* Added the framework for having canvas/recorder/picture record depth_set's.Gravatar vjiaoblack2016-07-12
* Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1...Gravatar reed2016-07-10
* change mapRectScaleTranslate to pass args/ret by valueGravatar reed2016-07-10
* make some canvas utils virtual (for proxy based subclasses)Gravatar reed2016-07-07
* drawTextRSXformGravatar reed2016-07-07
* use mapRectScaleTranslate for common case in clipRectGravatar reed2016-06-30
* add SK_SUPPORT_PRECHECK_CLIPRECT experiment for clipRectGravatar reed2016-06-29
* update callers to not use SkColorProfileTypeGravatar reed2016-06-21
* More removal of SkColorProfileType...Gravatar brianosman2016-06-20
* Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...Gravatar egdaniel2016-06-17
* More removal of SkColorProfileType...Gravatar brianosman2016-06-17
* SkCanvas::adjustToTopLayer()Gravatar tomhudson2016-05-18
* remove SK_SUPPORT_LEGACY_IMAGEFILTER_CTM flagGravatar reed2016-05-01
* Clean up test drawContext usageGravatar robertphillips2016-04-28
* Image filters: de-nest SkImageFilter::Cache and Cache::Key.Gravatar senorblanco2016-04-27
* remove 'deprecated' region from SkDrawGravatar reed2016-04-27
* make context() virtual on deviceGravatar reed2016-04-26
* share code with drawSpriteWithFilterGravatar reed2016-04-25
* simplify handle-affine: subclass overrides just describe their leaf behaviorGravatar reed2016-04-25
* allow imagefilter to manage CTM decompositionGravatar reed2016-04-23
* post apply non-scale transforms after imagefilters have runGravatar reed2016-04-20
* Begin removing deprecated (and now, unused) ImageFilter code pathsGravatar robertphillips2016-04-20
* Rein in the use of SkDevice.hGravatar robertphillips2016-04-20
* Remove deprecated paths from image filter infrastructure.Gravatar senorblanco2016-04-18
* Revert of Remove deprecated paths from image filter infrastructure. (patchset...Gravatar robertphillips2016-04-17
* Remove deprecated paths from image filter infrastructure.Gravatar senorblanco2016-04-17
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_spGravatar robertphillips2016-03-30
* Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_s...Gravatar djsollen2016-03-29
* Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_spGravatar robertphillips2016-03-29
* switch xfermodes over to sk_spGravatar reed2016-03-29
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Switch new SkImageFilter internal methods over to sk_spGravatar robertphillips2016-03-24
* Switch SkBlurImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-03-24