index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
colormatrix.cpp
Commit message (
Expand
)
Author
Age
*
GM: some header cleanup
Mike Klein
2017-03-22
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...
reed
2016-03-22
*
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...
reed
2016-03-22
*
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...
reed
2016-03-22
*
Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...
reed
2016-03-22
*
switch colorfilters to sk_sp
reed
2016-03-22
*
update callsites for Make image factories
reed
2016-03-17
*
partial switch over to sp usage of shaders
reed
2016-03-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
add SkImage::NewFromBitmap
reed
2015-07-07
*
Revert of Revert of make gm background colors 565 compatible (patchset #1 id:...
caryclark
2015-06-15
*
Revert of make gm background colors 565 compatible (patchset #2 id:20001 of h...
caryclark
2015-06-15
*
make gm background colors 565 compatible
caryclark
2015-06-15
*
Revert "Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https:...
reed
2015-03-24
*
Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codere...
reed
2015-03-23
*
impl colormatrix w/ floats
reed
2015-03-23
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Factory methods for heap-allocated SkColorFilter objects.
commit-bot@chromium.org
2014-02-21
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
Make leak counters thread-safe and turn them on by default for Debug
commit-bot@chromium.org
2014-01-17
*
Revert "Make leak counters thread-safe and turn them on by default for Debug"
djsollen@google.com
2014-01-14
*
Make leak counters thread-safe and turn them on by default for Debug
commit-bot@chromium.org
2014-01-14
*
Reverting r12635 (Make leak counters thread-safe - https://codereview.chromiu...
robertphillips@google.com
2013-12-12
*
Make leak counters thread-safe and turn them on by default for Debug
commit-bot@chromium.org
2013-12-12
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Add transparent source bitmap to colormatrix GM.
bsalomon@google.com
2012-10-16
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
remove mutable apis on SkColorMatrixFilter, must use constructor.
reed@google.com
2012-06-04
*
Fix miscellaneous compiler warnings from Visual Studio 2010.
tomhudson@google.com
2012-04-10
*
delay any drawing until first call to onDraw (eases debugging)
reed@google.com
2012-03-22
*
When applying a color matrix, unpremultiply the source, and premultiply the
senorblanco@chromium.org
2012-01-05
*
Reverting r2969, since it broke the GLPrograms RunTests step.
senorblanco@chromium.org
2012-01-05
*
When applying a color matrix, unpremultiply the source, and premultiply
senorblanco@chromium.org
2012-01-05
*
Implement the color matrix filter in Ganesh. Also, fix and enable the color
senorblanco@chromium.org
2012-01-03
*
Implement SkColorFilter::asColorMatrix() virtual, and override in
senorblanco@chromium.org
2011-12-20