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
*
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
*
Fixed clusterfuzz found crash
commit-bot@chromium.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
*
fix test for empty config
mike@reedtribe.org
2014-02-11
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-11
*
fix warnings
mike@reedtribe.org
2014-02-11
*
SkBitmap now really stores SkImageInfo -- config is just a ruse
mike@reedtribe.org
2014-02-11
*
remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completely
reed@google.com
2014-02-10
*
pass in the real rowBytes
reed@google.com
2014-02-05
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
change setAlphaType to not modify the pixelref's genID
reed@google.com
2014-01-28
*
add optional SkAlphaType parameter to notifyPixelsChanged
commit-bot@chromium.org
2014-01-27
[next]