Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / core / SkPictureShader.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-07 Hal Canarysrc/core: s/SkAutoTUnref/sk_sp/g
2016-10-12 fmalitaFix double-accounting of SkPictureShader bitmap memory
2016-07-25 brianosmanAdd destination color space to AsFPArgs. Eliminates...
2016-07-22 brianosmanBundle SkShader::asFragmentProcessor arguments in a...
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-04-03 reedchange flattenable factory to return sk_sp
2016-03-18 reedreturn pictures as sk_sp
2016-03-11 reedRevert "Revert of add Make variations to return SkImage...
2016-03-11 robertphillipsRevert of add Make variations to return SkImage by...
2016-03-10 reedadd Make variations to return SkImage by sk_sp
2016-03-09 reedSkImage now has makeShader to return sk_sp
2016-03-09 reeduse Make instead of Create to return a shared shader
2016-03-04 reedremove align16 calls in skhader context sizes. will...
2016-03-04 reedEnforce 16byte alignment in shader contexts (patchset...
2016-03-03 halcanaryRevert of enforce 16byte alignment in shader contexts...
2016-03-03 reedenforce 16byte alignment in shader contexts
2016-02-29 fmalitaUse enclosing int rect for picture shader tiles
2016-02-22 fmalitaAdd ContextRec param to SkShader::contextSize()
2016-02-01 fmalitaSkPictureShader cleanup
2016-02-01 fmalitaRemove SkDEPRECATED_InstallDiscardablePixelRef from...
2016-01-04 caryclarkremove 565 effects shaders
2015-10-21 caryclarkRevert of Remove SkDEPRECATED_InstallDiscardablePixelRe...
2015-10-16 fmalitaRemove SkDEPRECATED_InstallDiscardablePixelRef from...
2015-10-15 ericrkFix floating point data loss in SkPictureShader
2015-10-06 bsalomonBye bye processor data manager.
2015-09-28 robertphillipsRevert of SkImage-backed SkPictureShader (patchset...
2015-09-25 fmalitaSkImage-backed SkPictureShader
2015-09-25 reedSkInstallDiscardablePixelRef is deprecated, enforce...
2015-09-03 robertphillipsClean up some lint complaints
2015-09-01 fmalitaImage generator-backed SkPictureShader
2015-08-29 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-29 rmistryRevert of Change SkShader;asFragmentProcessor signature...
2015-08-28 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-19 reedprivate iterator to visit all resource cache entries
2015-08-19 reedchange asABitmap to isABitmap on shader
2015-07-09 joshualittrename GrShaderDataManager -> GrProcessorDataManager
2015-07-08 joshualittInitial CL to create dummy GrShaderDataManager and...
2015-06-16 hendrikwskia: Add runtime option to disable picture IO security...
2015-05-29 bsalomonAdd direct getter for GrCaps to GrContext.
2015-05-28 bsalomonRevert of Add direct getter for GrCaps to GrContext...
2015-05-28 bsalomonAdd direct getter for GrCaps to GrContext.
2015-05-20 mtkleinDon't serialize SkPictures in SkPictureShaders when...
2015-05-18 mtkleinEmpty picture shaders should draw nothing.
2015-05-12 reedRevert of Revert of stop calling SkScalarDiv (patchset...
2015-05-12 reedRevert of stop calling SkScalarDiv (patchset #4 id...
2015-05-12 reedstop calling SkScalarDiv
2015-05-11 gen.kimSkPictureShader: floor scaledSize not to exceed maxText...
2015-05-04 gen.kimSkPictureShader: scale down if width or height is large...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-19 reedadd SkMatrix::decomposeScale
2015-03-13 fmalitaLower SkPictureShader tile size limits
2015-02-26 fmalitaRevert of Use an image generator to back SkPictureShade...
2015-02-24 reedNotify resource caches when pixelref genID goes stale
2015-02-24 fmalitaUse an image generator to back SkPictureShader tiles.
2015-02-15 reedremove unneeded preroll
2015-02-02 fmalitaDisable LCD text when rasterizing SkPictureShader tiles.
2015-01-25 reedinitial preroll api
2015-01-15 fmalitaSkPictureShader should handle negative scaling gracefully.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-17 joshualittremove view matrix from context
2014-12-10 fmalitaDon't store an SkMatrix in BitmapShaderKey.
2014-12-10 fmalitaDetect discarded SkPictureShader pixel refs.
2014-12-08 fmalitaTweak SkPictureShader's tile semantics.
2014-12-01 mtkleinRemove SK_SUPPORT_LEGACY_DEEPFLATTENING.
2014-12-01 mtkleinRevert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING....
2014-12-01 mtkleinRemove SK_SUPPORT_LEGACY_DEEPFLATTENING.
2014-10-22 fmalitaSkResourceCache::Key namespace support.
2014-10-22 fmalitaPicture shader resource caching.
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-05 bsalomon"NULL !=" = NULL
2014-09-02 reedmake allocPixels throw on failure
2014-08-29 robertphillipsTry out scalar picture sizes
2014-08-21 reedSimplify flattening to just write enough to call the...
2014-08-07 fmalitaClamp SkPictureShader's tile size.
2014-08-06 fmalitaExplicit tile bounds for SkPictureShader
2014-07-14 robertphillipsMake SkPictureShader and SkPictureImageFilter use const...
2014-07-11 scroggoNo need to cache local matrix in picture shader.
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-07-08 bsalomonMake GrDrawState and GrPaint take GrEffect* instead...
2014-07-07 reedRevert of Make GrDrawState and GrPaint take GrEffect...
2014-07-07 bsalomonMake GrDrawState and GrPaint take GrEffect* instead...
2014-06-10 dandovSkShader::asNewEffect Refactoring
2014-06-04 robertphillipsAlter SkCanvas::drawPicture (devirtualize, take const...
2014-05-12 commit-bot@chromiu... re-land hide get/setLocalMatrix
2014-05-09 commit-bot@chromiu... add localmatrix parameter to shader's asNewEffect
2014-05-09 commit-bot@chromiu... Revert of hide get/setLocalMatrix (https://codereview...
2014-05-09 commit-bot@chromiu... hide get/setLocalMatrix
2014-05-06 commit-bot@chromiu... add local-matrix to shader::context
2014-05-06 commit-bot@chromiu... don't leak the bitmapShader
2014-05-05 commit-bot@chromiu... Remove SkShader virtual method validContext
2014-05-02 commit-bot@chromiu... Remove setLocalMatrix calls from picture shader GM.
2014-05-02 commit-bot@chromiu... Revert of Remove setLocalMatrix calls from picture...
2014-05-02 commit-bot@chromiu... Remove setLocalMatrix calls from picture shader GM.
2014-05-01 commit-bot@chromiu... create struct to hold all the params passed around...
2014-04-28 commit-bot@chromiu... Move SkShader::fLocalMatrix into SkShader constructor.
next