index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkBitmap.h
Commit message (
Expand
)
Author
Age
*
Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap.
halcanary
2014-10-24
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Hide fields in SkImageInfo
reed
2014-09-03
*
make allocPixels throw on failure
reed
2014-09-02
*
eliminate code related to SkBitmap::Config
reed
2014-08-18
*
Remove kImageIsImmutable_Flag.
scroggo
2014-07-15
*
Remove unused kImageIsOpaque_Flag.
scroggo
2014-07-14
*
Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels
reed
2014-07-13
*
Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::rea...
reed
2014-07-12
*
Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels
reed
2014-07-12
*
Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/37730...
jcgregorio
2014-07-11
*
add readPixels() to SkBitmap
reed
2014-07-10
*
remove unneeded flags (have been purged from chrome and android)
reed
2014-07-07
*
add SK_API to config helpers so chrome can call them
reed
2014-06-30
*
add rowbytes option to allocPixels
reed
2014-06-28
*
remove SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS code
reed
2014-06-28
*
hide SkBitmap::Config entirely (behind a flag)
reed
2014-06-17
*
hide SkBitmap::setConfig
reed
2014-06-09
*
remove SkBitmap::allocConfigPixels and update dox
reed
2014-06-05
*
Use the correct homophone of 'there'.
scroggo
2014-06-05
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
commit-bot@chromium.org
2014-05-29
*
setConfig -> setInfo
commit-bot@chromium.org
2014-05-29
*
Revert "Revert of add colortable support to imagegenerator (https://coderevie...
commit-bot@chromium.org
2014-05-29
*
remove SkBitmap::asImageInfo
commit-bot@chromium.org
2014-05-27
*
remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code
commit-bot@chromium.org
2014-05-27
*
remove SK_SUPPORT_LEGACY_BUILDMIPMAP
commit-bot@chromium.org
2014-05-27
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-05-24
*
stop calling SkBitmap::flatten
commit-bot@chromium.org
2014-05-23
*
remove dead mipmap code from SkBitmap
commit-bot@chromium.org
2014-05-07
*
SkNonCopyable should be used with private inheritance.
commit-bot@chromium.org
2014-04-07
*
don't reference config() -- use colorType() instead
reed@google.com
2014-03-14
*
Allow toString capability to be toggled independent of developer mode.
commit-bot@chromium.org
2014-03-13
*
remove SK_SUPPORT_LEGACY_COPYTO_CONFIG
commit-bot@chromium.org
2014-03-12
*
remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used
commit-bot@chromium.org
2014-03-05
*
Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia.
commit-bot@chromium.org
2014-02-24
*
Fix compile errors in legacy copyTo().
senorblanco@chromium.org
2014-02-24
*
add new copyTo version to SkBitmap, which takes SkColorType
commit-bot@chromium.org
2014-02-23
*
Offer single-param version of deepCopyTo -- much easier to migrate to colortypes
commit-bot@chromium.org
2014-02-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-18
*
replace SkBitmap::Config with SkColorType in gms
commit-bot@chromium.org
2014-02-17
*
add peekPixels to SkCanvas and SkSurface
commit-bot@chromium.org
2014-02-13
*
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...
commit-bot@chromium.org
2014-02-13
*
add peekPixels to SkCanvas and SkSurface
mike@reedtribe.org
2014-02-13
*
SkBitmap now really stores SkImageInfo -- config is just a ruse
commit-bot@chromium.org
2014-02-11
*
Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"
mike@reedtribe.org
2014-02-11
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-11
*
SkBitmap now really stores SkImageInfo -- config is just a ruse
mike@reedtribe.org
2014-02-11
*
SkPictureRecord: silently do nothing for non-drawable SkBitmaps.
commit-bot@chromium.org
2014-02-10
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
[next]