index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkXfermode.cpp
Commit message (
Expand
)
Author
Age
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https:/...
egdaniel
2015-11-20
*
Make specialized SrcOver XPFactory
egdaniel
2015-11-20
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Create fragment processor for performing input color blend with child processor
bsalomon
2015-09-15
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Clean up remaining users of SkPMFloat
mtklein
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Port SkXfermode opts to SkOpts.h
mtklein
2015-07-31
*
No one calls SkXfermode::GetProc16
mtklein
2015-07-27
*
Clean up more SkXfermode.cpp dead code.
mtklein
2015-07-21
*
Clean up dead xfermode opts code.
mtklein
2015-07-20
*
rename GrShaderDataManager -> GrProcessorDataManager
joshualitt
2015-07-09
*
more threading of GrShaderDataManager
joshualitt
2015-07-08
*
Move Sk4px Xfermode code to a header so we can use it twice.
mtklein
2015-05-22
*
Fix Plus
mtklein
2015-05-21
*
Clean up Sk4f xfermodes and covered _SSE2 xfermodes.
mtklein
2015-05-21
*
sk4px the rest of the easy xfermodes.
mtklein
2015-05-18
*
Sk4px: Difference and Exclusion
mtklein
2015-05-15
*
Revert of Temporarily revert just Multiply to see if that's the source of NEO...
mtklein
2015-05-14
*
Temporarily revert just Multiply to see if that's the source of NEON diffs.
mtklein
2015-05-14
*
Revert of Temporarily revert just Multiply to see if that's the source of NEO...
mtklein
2015-05-14
*
Temporarily revert just Multiply to see if that's the source of NEON diffs.
mtklein
2015-05-14
*
Sk4px: SrcATop, DstATop, Xor, Multiply
mtklein
2015-05-13
*
Turn on Sk4px xfermodes when we have NEON too.
mtklein
2015-05-13
*
Plus xfermode using Sk4px.
mtklein
2015-05-12
*
re-enable neon opts for some xfermodes
reed
2015-04-07
*
simplify xfers
reed
2015-04-07
*
Code's more readable when SkPMFloat is an Sk4f.
mtklein
2015-04-03
*
Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:400...
mtklein
2015-04-03
*
Code's more readable when SkPMFloat is an Sk4f.
mtklein
2015-04-03
*
enable sk4f xfermodes
reed
2015-04-03
*
New names for SkPMFloat methods.
mtklein
2015-04-03
*
Exclusion and Difference modes using Sk4f
reed
2015-04-02
*
impl Multiply mode using Sk4f
reed
2015-04-02
*
experimental speedup some xfermodes with Sk4f
reed
2015-04-02
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Remove the need for asCoeff in SkXfermode.
egdaniel
2015-01-22
*
Do more cleanup from xp changes
egdaniel
2015-01-20
*
Add Xfer Processor for GrCustomXfermodes
egdaniel
2015-01-16
*
Move XferEffects class to GrCustomXfermode file
egdaniel
2015-01-15
*
Do some minor pre cleanup work before converting all xfermodes to XPs.
egdaniel
2015-01-14
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-09
*
Use threshold of 1 texture coord value per pixel w/ nearest neighbor.
bsalomon
2014-12-09
*
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...
egdaniel
2014-12-08
[next]