aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrMatrixConvolutionEffect.h
Commit message (Expand)AuthorAge
* Remove array of TextureSampler pointers from GrIOResourceProcessor.Gravatar Brian Salomon2018-07-30
* Minor refactoring to image filtersGravatar Robert Phillips2018-05-14
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Implement clone for 6 additional GrFragmentProcessor subclasses.Gravatar Brian Salomon2017-07-28
* Remove GrSingleTextureEffectGravatar Brian Salomon2017-07-26
* GR_TEST_UTILS fixesGravatar Brian Salomon2017-07-06
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Clean up/remove unused GrFragmentProcessor-derived ctorsGravatar Robert Phillips2017-02-28
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Push GrTextureProxy down to more effectsGravatar Robert Phillips2017-01-30
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Next round of GrGLSLFragmentProcessor-derived class cleanupGravatar robertphillips2016-02-04
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* More threading of GrProcessorDataManagerGravatar joshualitt2015-07-09
* Use GLSLCaps for creating processor keys and GLSL-specific programsGravatar jvanverth2015-04-28
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* Remove backend factoriesGravatar joshualitt2014-12-04
* Move GrInvariantOutput out of GrProcessor and into its own class.Gravatar egdaniel2014-11-12
* Push isEqual/onIsEqual down from GrProcessor to subclasses.Gravatar bsalomon2014-10-15
* Create helper functions to use in computeInvariantOutput callsGravatar egdaniel2014-10-13
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-03
* Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #...Gravatar robertphillips2014-10-02
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-02
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* 2D kernel initial wiring for GuassianGravatar joshualitt2014-08-11
* Adding repeat mode to texture domainGravatar joshualitt2014-07-29
* Initial change to move 2D kernel to its own file.Gravatar joshualitt2014-07-22