Revert "replace SkXfermode obj with SkBlendMode enum in paints"
[platform/upstream/libSkiaSharp.git] / src / effects / SkMorphologyImageFilter.cpp
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-22 brianosmansRGB cleanup in image filters. Ensure we configure...
2016-09-22 brianosmanAdd output format properties to SkImageFilter::Context
2016-09-21 brianosmanFix some GPU image filter code to preserve precision...
2016-09-20 brianosmanCleanup some sRGB TODOs, mostly around setting GrPaint...
2016-09-12 bsalomonRemove unneeded GrGLSLTransformedCoordsArray type
2016-08-19 csmartdaltonMove GrFixedClip into src directory
2016-07-27 robertphillipsRename GrContext's newDrawContext & drawContext to...
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-07-21 brianosmanAdding color space to SkSpecialImage
2016-06-09 bungemansk_sp for Ganesh.
2016-05-13 cdaltonConvert GrClip to an abstract base class
2016-05-04 robertphillipsAdd Gr*Proxy classes
2016-05-03 robertphillipsRevert of Add Gr*Proxy classes (patchset #10 id:220001...
2016-05-03 robertphillipsAdd Gr*Proxy classes
2016-05-03 robertphillipsRevert of Add Gr*Proxy classes (patchset #9 id:160001...
2016-05-03 robertphillipsAdd Gr*Proxy classes
2016-04-28 robertphillipsRefactor drawContext/RenderTarget creation
2016-04-28 robertphillipsRevert of Refactor drawContext/RenderTarget creation...
2016-04-27 robertphillipsRefactor drawContext/RenderTarget creation
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-04-25 robertphillipsAdd another dollop of sk_sp to SkSpecialImage and SkSpe...
2016-04-20 robertphillipsBegin removing deprecated (and now, unused) ImageFilter...
2016-04-17 robertphillipsOutline SkImageFilter Make methods
2016-04-11 cdaltonRename EmitArgs::fSamplers to fTexSamplers
2016-04-08 robertphillipsUpgrade SkSpecialImage to have getTextureRef & getROPix...
2016-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
2016-04-05 robertphillipsUpdate SkMorphology ImageFilters to sk_sp
2016-04-03 reedchange flattenable factory to return sk_sp
2016-03-30 robertphillipsUpdate SkMergeImageFilter to sk_sp
2016-03-30 robertphillipsUpdate Morphology image filter to store its type
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-28 robertphillipsTemporary fix for --preAbandonGpuContext bug
2016-03-25 robertphillipsSwitch SkMorphologyImageFilter over to new onFilterImag...
2016-03-21 senorblancoChange signatures of filter bounds methods to return...
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-04 robertphillipsNext round of GrGLSLFragmentProcessor-derived class...
2016-02-03 robertphillipsClean up GrGLSLFragmentProcessor-derived classes
2016-01-14 robertphillipsRefactor to use GrWrapTextureInBitmap more
2016-01-11 reedremove imagefilter::sizeconstraint
2015-12-09 senorblancoFix filter primitive bounds computations.
2015-12-03 egdanielCreate GLSLUniformHandler class for gpu backend
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
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-11-05 bsalomonRename non-aa rect methods on GrDrawContext in anticipa...
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
2015-10-22 reedtunnel down texture-size-constraint to imagefilters
2015-10-20 senorblancoImage filters: Replace all use of tryAllocPixels()...
2015-10-17 robertphillipsRemove DrawingMgr shims from GrContext
2015-10-16 senorblancoImage filters: refactor input GPU processing into filte...
2015-10-15 senorblancoImage Filters: refactor all CPU input processing into...
2015-10-15 robertphillipsGrDrawContext now holds GrRenderTarget pointer
2015-10-06 bsalomonBye bye processor data manager.
2015-09-01 robertphillipsLimit lifetime of GrDrawContext objects
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-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-08-04 mtkleinPort morphology to SkOpts.
2015-08-04 wangyixAdded registerChild; transforms, textures, glKey automa...
2015-07-31 bsalomonSome cleanup in GrTextureProvider and GrResourceProvider.
2015-07-23 robertphillipsFix variable shadowing in SkMorphologyImageFilter
2015-07-22 wangyixAdded GrGLFragmentProcessor::EmitArgs struct for use...
2015-07-22 robertphillipsMisc cleanup
2015-07-22 wangyixMoved GrGLFragmentProcessor definition to its own file
2015-07-09 joshualittMore threading of GrProcessorDataManager
2015-07-08 joshualittfix up test create functions
2015-05-26 robertphillipsSplit drawing functionality out of GrContext and into...
2015-05-19 bsalomonrename GrDrawTargetCaps to GrCaps
2015-04-30 bsalomonThis replaces the texture creation/caching functions...
2015-04-29 egdanielMake XPFragmentBuilder only Builder with access to...
2015-04-28 jvanverthUse GLSLCaps for creating processor keys and GLSL-speci...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-18 senorblancoRemove uniqueID from all filter serialization.
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 joshualittRevert of Pass clip to context (patchset #8 id:180001...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-23 bsalomonDynamically create stencil buffer when needed.
2015-02-18 joshualittPass Rendertarget into context.
2015-01-26 cwallezFix Morphology effects sourcing outside of the crop...
2015-01-24 mtkleinRevert of Fix Morphology effects sourcing outside of...
2015-01-23 cwallezFix Morphology effects sourcing outside of the crop...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-19 robertphillipsAdd toString methods to SkImageFilter-derived classes
2014-12-18 joshualittChange to create device coord coordset
2014-12-17 joshualittremove view matrix from context
2014-12-09 bsalomonMake addUniform take a precision
2014-12-04 joshualittRemove backend factories
2014-12-01 mtkleinRemove SK_SUPPORT_LEGACY_DEEPFLATTENING.
next