index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
xfermodes.cpp
Commit message (
Expand
)
Author
Age
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
make xfermode* portable
caryclark
2015-07-21
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: Another round of override fixes.
tfarina
2014-12-20
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
Add standard fonts to all GMs.
Cary Clark
2014-07-31
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
Reduce internal explicit SaveFlags usage.
commit-bot@chromium.org
2014-04-18
*
replace SkBitmap::Config with SkColorType in gms
commit-bot@chromium.org
2014-02-17
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
[PDF] Fix clipping in xfermode improvement.
commit-bot@chromium.org
2013-12-17
*
[PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with em...
commit-bot@chromium.org
2013-12-03
*
Fix int/SkScalar mismatch in gm.
vandebo@chromium.org
2013-10-30
*
[PDF] Improve complex xfer mode support.
vandebo@chromium.org
2013-10-30
*
store SkAlphaType inside SkBitmap, on road to support unpremul
reed@google.com
2013-10-21
*
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
*
clone of https://codereview.appspot.com/7208043/
reed@google.com
2013-01-30
*
Remove a workaround in gm/xfermodes.cpp
scroggo@google.com
2013-01-28
*
Defining new color constat for transparent color
junov@google.com
2012-12-06
*
SkCanvas::setDevice() must die, and so we begin by removing our own
mike@reedtribe.org
2012-09-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
can't pass const to setPixels :(
reed@google.com
2011-12-20
*
defer creating offscreen until our first draw (so our constructor runs fast)
reed@google.com
2011-12-20
*
Import all GMs as Samples.
bsalomon@google.com
2011-10-31
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
roll back r1705
epoger@google.com
2011-06-24
*
Add additional source types to xfer mode test.
vandebo@chromium.org
2011-06-24
*
Allocate a bitmap on the stack in xfermodes.cpp to work around a limitation
tomhudson@google.com
2011-04-26
*
update baselines to add 2point-radial gradients, and use gpu-friendly xfermod...
reed@google.com
2010-12-23
*
remove remaining references to porterduff
reed@android.com
2009-06-23
*
update to use new xfermodes
reed@android.com
2009-06-23
*
gm -w 'directory' now works for recording the master images
reed@android.com
2009-06-21
*
almost there on gm (need to fix image writes/reads/compares)
reed@android.com
2009-06-21
*
more progress on golden-master test suite (not finished yet)
reed@android.com
2009-06-20