index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
BitmapCopyTest.cpp
Commit message (
Expand
)
Author
Age
*
Fix build.
scroggo@google.com
2013-08-07
*
remove kRLE_Index8_Config from SkBitmap
reed@google.com
2013-06-26
*
remove dst/rendertarget support for kARGB_4444_Config
reed@google.com
2013-06-21
*
Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the ...
bsalomon@google.com
2012-10-12
*
When copying a bitmap, copy the generation ID.
scroggo@google.com
2012-08-22
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
*
Close a couple of minor memory leaks, add a valgrind suppression file to
tomhudson@google.com
2012-03-15
*
Revert r3036. This change breaks loading images as
caryclark@google.com
2012-02-17
*
Modify SkBitmap::extractSubset() to respect volatility
skyostil@google.com
2012-01-16
*
Modify SkBitmap::extractSubset() to respect opaqueness
skyostil@google.com
2012-01-13
*
remove tests for copyPixelsFrom (it is not gone)
reed@google.com
2011-11-01
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Another tiny comment-only change to trigger svn update
epoger@google.com
2011-04-26
*
Tiny comment-only change to trigger SVN update in buildbot
epoger@google.com
2011-04-26
*
tiny test commit
epoger@google.com
2011-04-20
*
init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0)
reed@google.com
2011-01-10
*
add template macro to "safely" perform casts w/o breaking strict-aliasing
reed@google.com
2011-01-05
*
Add safe size/copy functions to Skia.
wjmaclean@chromium.org
2010-11-16
*
fix memory leak
reed@android.com
2010-01-08
*
fixes around isOpaque and dithering
reed@android.com
2009-08-22
*
add canCopyTo(), to preflight if copyTo can succeed. update unittests for it
reed@android.com
2009-05-06
*
fix copyTo to only copy the minimum pixels per row, and to lock the src before
reed@android.com
2009-05-05
*
Allow copying an Index8 bitmap when srcConfig and dstConfig are both
weita@google.com
2009-05-03
*
add BitmapCopyTest. Still need to consider the src==no_config case
reed@android.com
2009-05-01