index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkXfermode.h
Commit message (
Expand
)
Author
Age
*
No one calls SkXfermode::GetProc16
mtklein
2015-07-27
*
rename GrShaderDataManager -> GrProcessorDataManager
joshualitt
2015-07-09
*
more threading of GrShaderDataManager
joshualitt
2015-07-08
*
remove SkInstCnt
mtklein
2015-06-26
*
Remove the need for asCoeff in SkXfermode.
egdaniel
2015-01-22
*
Do more cleanup from xp changes
egdaniel
2015-01-20
*
Do some minor pre cleanup work before converting all xfermodes to XPs.
egdaniel
2015-01-14
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-09
*
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...
egdaniel
2014-12-08
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-08
*
Add XferProcessor factory in GrPaint and GrDrawState.
egdaniel
2014-12-03
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
*
SkLazyPtr, mk. 2
commit-bot@chromium.org
2014-05-29
*
Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag.
commit-bot@chromium.org
2014-05-15
*
remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE
reed@google.com
2014-05-01
*
Orphan ProcXfermode, with an eye towards removing it
commit-bot@chromium.org
2014-04-17
*
Real fix for SK_API / Windows shared lib problems.
mtklein@google.com
2014-04-09
*
Allow toString capability to be toggled independent of developer mode.
commit-bot@chromium.org
2014-03-13
*
Factory methods for heap-allocated SkPathEffect and SkXfermode objects.
commit-bot@chromium.org
2014-02-20
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff().
senorblanco@chromium.org
2013-10-23
*
Initial error handling code
commit-bot@chromium.org
2013-10-23
*
Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses,
senorblanco@chromium.org
2013-10-23
*
make explicit the requirement that all colorfilters are reentrant-safe
reed@google.com
2013-10-10
*
ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs
commit-bot@chromium.org
2013-10-09
*
Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs"
djsollen@google.com
2013-10-08
*
ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs
commit-bot@chromium.org
2013-10-08
*
commit to xfermode objects being immutable
commit-bot@chromium.org
2013-10-04
*
remove dst/rendertarget support for kARGB_4444_Config
reed@google.com
2013-06-21
*
Implement SkXfermode image filter. This required changing the signature of Sk...
senorblanco@chromium.org
2013-05-31
*
Add all remaining separable xfer modes to GPU backend.
bsalomon@google.com
2013-04-19
*
Add coeffecients for kScreen xfermode.
bsalomon@google.com
2013-04-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-02
*
Add Xfermode bench. Also clear before rendering in bench (rather than after).
commit-bot@chromium.org
2013-04-01
*
Add support for reading the dst pixel value in an effect. Use in a new effect...
bsalomon@google.com
2013-03-29
*
Add interface to SkXfermode to return a GrEffect and blend coeffs.
bsalomon@google.com
2013-03-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-06
*
Added support for non-separable blending modes.
commit-bot@chromium.org
2013-03-05
*
land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...
reed@google.com
2013-02-04
*
remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMul...
reed@google.com
2013-02-01
[next]