Introduce GrColorSpaceXform, for gamut conversion on textures
[platform/upstream/libSkiaSharp.git] / src / effects / SkMagnifierImageFilter.cpp
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-06-09 bungemansk_sp for Ganesh.
2016-04-20 robertphillipsBegin removing deprecated (and now, unused) ImageFilter...
2016-04-14 robertphillipsSwitch SkMagnifierImageFilter over to new onFilterImage...
2016-04-11 cdaltonRename EmitArgs::fSamplers to fTexSamplers
2016-04-07 robertphillipsUpdate MagnifierImageFilter to sk_sp
2016-04-03 reedchange flattenable factory to return sk_sp
2016-03-30 robertphillipsUpdate SkMergeImageFilter to sk_sp
2016-02-18 cdaltonAdd more specialized fragment builders
2016-02-17 robertphillipsMark existing image filter entry points that will be...
2016-02-11 cdaltonAdd GrShaderFlags enum
2016-02-03 robertphillipsClean up GrGLSLFragmentProcessor-derived classes
2015-12-03 egdanielCreate GLSLUniformHandler class for gpu backend
2015-11-18 egdanielAdd ShaderBuilders to EmitArgs and remove gettings...
2015-11-13 egdanielRename some processor functions from GL to GLSL
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-11-11 egdanielMove all ShaderBuilder files to GLSL
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
2015-10-20 senorblancoImage filters: Replace all use of tryAllocPixels()...
2015-10-06 bsalomonBye bye processor data manager.
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-28 bungemanReplace SkPin32 with SkTPin and remove.
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-08-04 wangyixAdded registerChild; transforms, textures, glKey automa...
2015-07-22 wangyixAdded GrGLFragmentProcessor::EmitArgs struct for use...
2015-07-22 wangyixMoved GrGLFragmentProcessor definition to its own file
2015-07-09 joshualittMore threading of GrProcessorDataManager
2015-07-09 joshualittrename GrShaderDataManager -> GrProcessorDataManager
2015-07-08 joshualittfix up test create functions
2015-07-08 joshualittThread GrShaderDataManager through Image filters
2015-06-24 jvanverthMove GLSL-specific routines/classes to separate glsl...
2015-05-19 bsalomonrename GrDrawTargetCaps to GrCaps
2015-04-29 egdanielMake XPFragmentBuilder only Builder with access to...
2015-04-28 jvanverthUse GLSLCaps for creating processor keys and GLSL-speci...
2015-04-02 senorblancoImplement approx-match support in image filter saveLaye...
2015-04-01 rmistryRevert of Implement approx-match support in image filte...
2015-04-01 senorblancoImplement approx-match support in image filter saveLaye...
2015-04-01 rmistryRevert of Implement approx-match support in image filte...
2015-03-31 senorblancoImplement approx-match support in image filter saveLaye...
2015-03-28 senorblancoRevert "Implement approx-match support in image filter...
2015-03-28 senorblancoImplement approx-match support in image filter saveLaye...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-21 reedremove dead code from sampleapp, trim bad asserts
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-19 robertphillipsAdd toString methods to SkImageFilter-derived classes
2014-12-09 bsalomonMake addUniform take a precision
2014-12-04 joshualittRemove backend factories
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-11-25 joshualittremove proc key
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
2014-10-16 bsalomonAuto-compare GrProcessors' texture accesses in isEqual().
2014-10-15 bsalomonPush isEqual/onIsEqual down from GrProcessor to subclasses.
2014-10-13 egdanielCreate helper functions to use in computeInvariantOutpu...
2014-10-09 joshualittFPs now use the correct builder types(just a rename)
2014-10-09 egdanielRemove tab parameter from GrGLSLMulVarBy4f function
2014-10-03 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-10-02 robertphillipsRevert of Add isSingleComponent bool to getConstantColo...
2014-10-02 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-16 joshualittremoving GrDrawEffect
2014-09-16 joshualittRevert of removing GrDrawEffect (patchset #4 id:60001...
2014-09-16 joshualittremoving GrDrawEffect
2014-09-05 bsalomon"NULL !=" = NULL
2014-09-02 reedmake allocPixels throw on failure
2014-08-29 bsalomonMove MakeDivByTextureWHMatrix to GrCoordTransform
2014-08-22 joshualittInitial refactor of shaderbuilder to prepare for geomet...
2014-08-21 reedSimplify flattening to just write enough to call the...
2014-07-30 kkinnunenRename GrGLUniformManager to GrGLProgramDataManager
2014-07-21 bsalomonAllow GrGLEffects to produce variable length keys.
2014-07-11 bsalomonThis moves us towards variable length effect keys....
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-07-08 senorblancoClean up SkImageFilter constructors.
2014-07-08 bsalomonRemove GrEffect::CreateEffectRef and GrEffect::AutoEffe...
2014-06-02 reeduse colortype instead of config
2014-04-11 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-11 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-10 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-10 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-09 commit-bot@chromiu... Rename kPMColor_SkColorType to kN32_SkColorType.
2014-03-14 senorblanco@chromi... Implement support for a Context parameter in image...
2014-03-10 commit-bot@chromiu... Factory methods for heap-allocated SkImageFilter objects.
2014-02-16 commit-bot@chromiu... use SkColorType instead of SkBitmap::Config in views...
2014-02-05 commit-bot@chromiu... Make SkImageFilter methods const.
2014-01-30 commit-bot@chromiu... Refactor read and write buffers.
2013-12-04 commit-bot@chromiu... Fixed bad bitmap size crashes
2013-11-25 commit-bot@chromiu... Adding more validation
2013-10-23 commit-bot@chromiu... Initial error handling code
2013-10-21 commit-bot@chromiu... Magnifier gpu path fix
2013-10-18 senorblanco@chromi... Implement crop rect support for SkMatrixConvolutionImag...
2013-10-17 senorblanco@chromi... Make SkImageFilter::asNewEffect() (and all derived...
2013-10-02 bsalomon@google.comMake GPU coord transforms automatic
2013-09-16 robertphillips@goo... Revert 11247, 11250, 11251, 11257, and 11279 to unblock...
2013-09-16 robertphillips@goo... Revert the revert of 11247, 11250, 11251 and 11279...
2013-09-16 robertphillips@goo... Revert 11247, 11250, 11251 and 11279 to unblock DEPS...
next