index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmap.cpp
Commit message (
Expand
)
Author
Age
*
remove conditional build flag for mipmaps
reed@android.com
2009-07-17
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
fix odd-pixel bug in mipmap downsamplers (thanks brett)
reed@android.com
2009-06-08
*
fix break in setConfig() where we always reset the bitmap
reed@android.com
2009-06-02
*
Style only change to make SkBitmap to make it build with VC2005.
agl@chromium.org
2009-06-01
*
fix trailing-ws
reed@android.com
2009-05-29
*
add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our
reed@android.com
2009-05-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
*
make bitmap width/height 32bits, matching the API
reed@android.com
2009-03-27
*
promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect
reed@android.com
2009-03-19
*
grab from latest android
reed@android.com
2008-12-17