aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkAlphaThresholdFilter.cpp
Commit message (Expand)AuthorAge
* Add output format properties to SkImageFilter::ContextGravatar brianosman2016-09-22
* Add a makeDrawContextWithFallback that handles config fallbackGravatar robertphillips2016-09-06
* Move GrFixedClip into src directoryGravatar csmartdalton2016-08-19
* Rename GrContext's newDrawContext & drawContext to makeDrawContextGravatar robertphillips2016-07-27
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Adding color space to SkSpecialImageGravatar brianosman2016-07-21
* Convert GrClip to an abstract base classGravatar cdalton2016-05-13
* Add Gr*Proxy classesGravatar robertphillips2016-05-04
* Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Refactor drawContext/RenderTarget creationGravatar robertphillips2016-04-28
* Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 o...Gravatar robertphillips2016-04-28
* Refactor drawContext/RenderTarget creationGravatar robertphillips2016-04-27
* Bring sk_sp to GrDrawContextGravatar robertphillips2016-04-27
* Begin removing deprecated (and now, unused) ImageFilter code pathsGravatar robertphillips2016-04-20
* Split AlphaThresholdEffect out into its own fileGravatar robertphillips2016-04-18
* Revert AlphaThresholdFilter to its old behavior wrt premulGravatar robertphillips2016-04-12
* Switch AlphaThresholdFilter over to new onFilterImage interfaceGravatar robertphillips2016-04-12
* Rename EmitArgs::fSamplers to fTexSamplersGravatar cdalton2016-04-11
* change flattenable factory to return sk_spGravatar reed2016-04-03
* Update SkAlphaThresholdFilter to sk_spGravatar robertphillips2016-04-01
* Update SkMergeImageFilter to sk_spGravatar robertphillips2016-03-30
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-22
* Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...Gravatar ethannicholas2016-02-22
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-22
* Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...Gravatar reed2016-02-22
* Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...Gravatar reed2016-02-22
* Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...Gravatar reed2016-02-21
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-20
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Add GrShaderFlags enumGravatar cdalton2016-02-11
* Next round of GrGLSLFragmentProcessor-derived class cleanupGravatar robertphillips2016-02-04
* Clean up GrGLSLFragmentProcessor-derived classesGravatar robertphillips2016-02-03
* Fix SkAlphaThresholdFilter bounds handling.Gravatar senorblanco2016-01-19
* SkAlphaThresholdFilter.h allow flatteningGravatar halcanary2015-12-07
* Create GLSLUniformHandler class for gpu backendGravatar egdaniel2015-12-03
* Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.Gravatar egdaniel2015-11-18
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Move all ShaderBuilder files to GLSLGravatar egdaniel2015-11-11
* Create GLSL base class for ProgramDataManagerGravatar egdaniel2015-10-28
* Image filters: Replace all use of tryAllocPixels() with createDevice().Gravatar senorblanco2015-10-20
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28