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
*
switch xfermodes over to sk_sp
reed
2016-03-29
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
simplify/unify xferproc api
reed
2016-02-24
*
lots of sRGB and F16 blits
reed
2016-02-22
*
SkNx: kth<...>() -> [...]
mtklein
2016-02-21
*
make SkPM4f private
reed
2016-02-18
*
some modes need clamping due to numerical imprecision
reed
2016-02-17
*
implement more xfermodeproc4f and add GM
reed
2016-02-09
*
Alter SkXfermode's asFragmentProcessor & asXPFactory contracts
robertphillips
2016-02-09
*
extend modecolorfilter to 4f
reed
2016-02-08
*
Revert of Work around exasperating Google3 Android build error. (patchset #1 ...
benjaminwagner
2016-02-03
*
float components in xfermodes
reed
2016-01-30
*
Work around exasperating Google3 Android build error.
benjaminwagner
2016-01-28
*
kill SkValue
mtklein
2016-01-27
*
SkValue: SkXfermode
halcanary
2016-01-21
*
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
[next]