aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkXfermode.cpp
Commit message (Expand)AuthorAge
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...Gravatar mtklein2015-09-09
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Clean up remaining users of SkPMFloatGravatar mtklein2015-08-31
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Port SkXfermode opts to SkOpts.hGravatar mtklein2015-07-31
* No one calls SkXfermode::GetProc16Gravatar mtklein2015-07-27
* Clean up more SkXfermode.cpp dead code.Gravatar mtklein2015-07-21
* Clean up dead xfermode opts code.Gravatar mtklein2015-07-20
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* more threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* Move Sk4px Xfermode code to a header so we can use it twice.Gravatar mtklein2015-05-22
* Fix PlusGravatar mtklein2015-05-21
* Clean up Sk4f xfermodes and covered _SSE2 xfermodes.Gravatar mtklein2015-05-21
* sk4px the rest of the easy xfermodes.Gravatar mtklein2015-05-18
* Sk4px: Difference and ExclusionGravatar mtklein2015-05-15
* Revert of Temporarily revert just Multiply to see if that's the source of NEO...Gravatar mtklein2015-05-14
* Temporarily revert just Multiply to see if that's the source of NEON diffs.Gravatar mtklein2015-05-14
* Revert of Temporarily revert just Multiply to see if that's the source of NEO...Gravatar mtklein2015-05-14
* Temporarily revert just Multiply to see if that's the source of NEON diffs.Gravatar mtklein2015-05-14
* Sk4px: SrcATop, DstATop, Xor, MultiplyGravatar mtklein2015-05-13
* Turn on Sk4px xfermodes when we have NEON too.Gravatar mtklein2015-05-13
* Plus xfermode using Sk4px.Gravatar mtklein2015-05-12
* re-enable neon opts for some xfermodesGravatar reed2015-04-07
* simplify xfersGravatar reed2015-04-07
* Code's more readable when SkPMFloat is an Sk4f.Gravatar mtklein2015-04-03
* Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:400...Gravatar mtklein2015-04-03
* Code's more readable when SkPMFloat is an Sk4f.Gravatar mtklein2015-04-03
* enable sk4f xfermodesGravatar reed2015-04-03
* New names for SkPMFloat methods.Gravatar mtklein2015-04-03
* Exclusion and Difference modes using Sk4fGravatar reed2015-04-02
* impl Multiply mode using Sk4fGravatar reed2015-04-02
* experimental speedup some xfermodes with Sk4fGravatar reed2015-04-02
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Remove the need for asCoeff in SkXfermode.Gravatar egdaniel2015-01-22
* Do more cleanup from xp changesGravatar egdaniel2015-01-20
* Add Xfer Processor for GrCustomXfermodesGravatar egdaniel2015-01-16
* Move XferEffects class to GrCustomXfermode fileGravatar egdaniel2015-01-15
* Do some minor pre cleanup work before converting all xfermodes to XPs.Gravatar egdaniel2015-01-14
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Use threshold of 1 texture coord value per pixel w/ nearest neighbor.Gravatar bsalomon2014-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
* Remove backend factoriesGravatar joshualitt2014-12-04
* Use static XPF for porter duff xp factories.Gravatar egdaniel2014-12-03
* Add XferProcessor factory in GrPaint and GrDrawState.Gravatar egdaniel2014-12-03