aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkArithmeticMode.cpp
Commit message (Expand)AuthorAge
* SkXfermode no longer needs to e a flattenableGravatar Mike Reed2017-06-10
* remove unused arithmetic codeGravatar Mike Reed2017-06-09
* remove unused xfermode methodsGravatar Mike Reed2017-06-08
* Separate SkArithmeticImageFilter from SkXfermodeImageFilter.Gravatar Brian Salomon2017-01-09
* Revert "Revert "Removing ref counting from GrXPFactory.""Gravatar Brian Salomon2017-01-09
* Revert "Removing ref counting from GrXPFactory."Gravatar Brian Salomon2017-01-09
* Removing ref counting from GrXPFactory.Gravatar Brian Salomon2017-01-09
* Remove arithmetic mode GrXP code.Gravatar Brian Salomon2017-01-06
* Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar reed2016-10-05
* Make all SkRasterPipeline stages stock stages in SkOpts.Gravatar Mike Klein2016-10-04
* Rearrange SkRasterPipeline scanline tail handling.Gravatar Mike Klein2016-09-28
* Revert "Revert "replace Arithmetic xfermode with imagefilter""Gravatar Mike Reed2016-09-27
* Revert "replace Arithmetic xfermode with imagefilter"Gravatar Mike Reed2016-09-26
* replace Arithmetic xfermode with imagefilterGravatar Mike Reed2016-09-26
* Arithmetic xfermode stage.Gravatar mtklein2016-07-25
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* arithmetic mode with Sk4fGravatar mtklein2016-04-10
* change flattenable factory to return sk_spGravatar reed2016-04-03
* switch xfermodes over to sk_spGravatar reed2016-03-29
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* clean-up dead codeGravatar reed2016-02-22
* Alter SkXfermode's asFragmentProcessor & asXPFactory contractsGravatar robertphillips2016-02-09
* kill SkValueGravatar mtklein2016-01-27
* Add gpu implementation of OverdrawXfermodeGravatar robertphillips2016-01-27
* Remove SkLerpXfermodeGravatar robertphillips2016-01-25
* Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 o...Gravatar robertphillips2016-01-22
* SkValue: SkXfermodeGravatar halcanary2016-01-21
* Add gpu implementation of OverdrawXfermodeGravatar robertphillips2016-01-20
* Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https:/...Gravatar egdaniel2015-11-20
* Make specialized SrcOver XPFactoryGravatar egdaniel2015-11-20
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* more threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Add Arithmetic mode xp.Gravatar egdaniel2015-01-14
* Move Gpu ArithmeticMode xfer effect to _gpu files.Gravatar egdaniel2015-01-14
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Use threshold of 1 texture coord value per pixel w/ nearest neighbor.Gravatar bsalomon2014-12-09
* Make addUniform take a precisionGravatar bsalomon2014-12-09
* Remove backend factoriesGravatar joshualitt2014-12-04
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* remove proc keyGravatar joshualitt2014-11-25
* Move GrInvariantOutput out of GrProcessor and into its own class.Gravatar egdaniel2014-11-12
* Auto-compare GrProcessors' texture accesses in isEqual().Gravatar bsalomon2014-10-16
* Move willUseInputColor check to computeInvariantOutputGravatar egdaniel2014-10-15