aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/effects/GrPorterDuffXferProcessor.h
Commit message (Expand)AuthorAge
* added support for PLS path renderingGravatar ethannicholas2016-01-30
* Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...Gravatar ethannicholas2016-01-22
* added support for PLS path renderingGravatar ethannicholas2016-01-22
* Don't ref/unref the static src-over xpGravatar bsalomon2015-12-21
* APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti...Gravatar ethannicholas2015-11-30
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https:/...Gravatar egdaniel2015-11-20
* Make specialized SrcOver XPFactoryGravatar egdaniel2015-11-20
* Add support for blending of LCD for all blend modes.Gravatar egdaniel2015-09-15
* Add mixed samples support to XPsGravatar cdalton2015-06-08
* Update XPF invariant info to not account for conflationGravatar cdalton2015-06-02
* Implement Porter Duff XP with a blend tableGravatar cdalton2015-05-27
* Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...Gravatar bsalomon2015-05-26
* Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001...Gravatar bungeman2015-05-22
* Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" fro...Gravatar bungeman2015-05-22
* Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...Gravatar bsalomon2015-05-22
* Implement Porter Duff XP with a blend tableGravatar cdalton2015-05-22
* rename GrDrawTargetCaps to GrCapsGravatar bsalomon2015-05-19
* Remove canTweakAlphaForCoverage from XP's since batch reads flag.Gravatar egdaniel2015-05-04
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Remove canApplyCoverage from XP and all related functions in gpu code.Gravatar egdaniel2015-02-23
* Use dst copies in porter duffer XP to correctly render certain blends.Gravatar egdaniel2015-02-17
* Use SkXfermode as public facing enum for GrPorterDuffXPGravatar egdaniel2015-02-17
* Revert of Use dst copies in porter duffer XP to correctly render certain blen...Gravatar egdaniel2015-02-13
* Use dst copies in porter duffer XP to correctly render certain blends.Gravatar egdaniel2015-02-13
* Pass in ProcOptInfos into willNeedDstCopy on XPsGravatar egdaniel2015-02-13
* Move GrXferProcessor subclasses into cpp filesGravatar egdaniel2015-02-09
* Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #...Gravatar bsalomon2015-02-06
* Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:2000...Gravatar bsalomon2015-02-05
* Move DstCopy on gpu into the GrXferProcessor.Gravatar egdaniel2015-02-05
* Revert "Move DstCopy on gpu into the GrXferProcessor."Gravatar egdaniel2015-02-04
* Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1...Gravatar egdaniel2015-02-04
* Revert "Move DstCopy on gpu into the GrXferProcessor."Gravatar egdaniel2015-02-04
* Move DstCopy on gpu into the GrXferProcessor.Gravatar egdaniel2015-02-03
* Remove willReadDst from GrFragmentProcessor.Gravatar egdaniel2015-01-20
* Add XP to handle the cases where we disable color write.Gravatar egdaniel2014-12-22
* Add an InvariantOutput for the XPF.Gravatar egdaniel2014-12-18
* Add Coverage Drawing XPGravatar egdaniel2014-12-17
* This change will ultimately pull uniform color, and to a much lesser degree u...Gravatar joshualitt2014-12-15
* Cleanup: Mark some overridden methods with 'SK_OVERRIDE'.Gravatar tfarina2014-12-14
* Create xfer processor backend.Gravatar egdaniel2014-12-11
* Revert of Create xfer processor backend. (patchset #6 id:100001 of https://co...Gravatar joshualitt2014-12-10
* Revert of Fix to set correct output type when blending when we've read dst (p...Gravatar joshualitt2014-12-10
* Fix to set correct output type when blending when we've read dstGravatar egdaniel2014-12-10
* Create xfer processor backend.Gravatar egdaniel2014-12-10
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...Gravatar egdaniel2014-12-08
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-08
* Check XpFactory equality in DrawStateGravatar egdaniel2014-12-05
* Move GrPorterDuffXferProcessor to include/gpu/effects.Gravatar egdaniel2014-12-05