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
*
Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/37730...
jcgregorio
2014-07-11
*
add readPixels() to SkBitmap
reed
2014-07-10
*
Adding validation before using an SkImageInfo object read from an SkReadBuffer.
sugoi
2014-07-08
*
remove unneeded flags (have been purged from chrome and android)
reed
2014-07-07
*
change pixelref to not inherit from SkFlattenable
reed
2014-07-07
*
correctly plumb through explicit rowbytes for allocPixels
reed
2014-07-01
*
Adjust the alpha type for pixelRefs.
scroggo
2014-07-01
*
add rowbytes option to allocPixels
reed
2014-06-28
*
hide SkBitmap::Config entirely (behind a flag)
reed
2014-06-17
*
Cleaned a repeated if(condition) with the same condition
piotaixr
2014-06-16
*
switch to colortype for deepcopy
reed
2014-06-11
*
hide SkBitmap::setConfig
reed
2014-06-09
*
Fixes for SkAlphaTypes.
scroggo
2014-06-05
*
remove SkBitmap::allocConfigPixels and update dox
reed
2014-06-05
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Fixing a clusterfuzz found issue
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
*
replace config() with colorType()
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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-05-24
*
stop calling SkBitmap::flatten
commit-bot@chromium.org
2014-05-23
*
Revert of Revert ""Revert of eliminate config param -- it was always self's c...
commit-bot@chromium.org
2014-05-21
*
Revert ""Revert of eliminate config param -- it was always self's config (htt...
commit-bot@chromium.org
2014-05-20
*
"Revert of eliminate config param -- it was always self's config (https://cod...
reed@google.com
2014-05-20
*
Revert "Revert of eliminate config param -- it was always self's config (http...
commit-bot@chromium.org
2014-05-19
*
remove dead mipmap code from SkBitmap
commit-bot@chromium.org
2014-05-07
*
Revert of eliminate config param -- it was always self's config (https://code...
commit-bot@chromium.org
2014-04-23
*
expose CGImage -> SkBitmap
commit-bot@chromium.org
2014-04-22
*
eliminate config param -- it was always self's config
reed@google.com
2014-04-22
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-11
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-11
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-10
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-10
*
Rename kPMColor_SkColorType to kN32_SkColorType.
commit-bot@chromium.org
2014-04-09
*
fix SkBitmap::erase to handle RGBA and BGRA
commit-bot@chromium.org
2014-03-27
*
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
*
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
*
revert to previous behavior in installPixels, allowing for NULL address
reed@google.com
2014-02-19
*
installPixels returns true if null-pixels -- devolving to setConfig
commit-bot@chromium.org
2014-02-18
*
replace SkBitmap::Config with SkColorType in gms
commit-bot@chromium.org
2014-02-17
*
restore old behavior of setPixels(): lockPixels after installPixels()
mike@reedtribe.org
2014-02-16
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-14
*
ensure that opaque-only colortypes always report opaque-alphatype
commit-bot@chromium.org
2014-02-13
[next]