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 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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-26
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-25
*
add installPixels
reed@google.com
2014-01-24
*
Hide bitmap rowbyes assert when LEGACY_ONLOCKPIXELS
commit-bot@chromium.org
2014-01-16
*
no need to refcnt colortables, since pixelrefs own them
reed@google.com
2014-01-15
*
add asserts to validate
reed@google.com
2014-01-15
*
Reland "Fix genID cloning bugs."
scroggo@google.com
2014-01-15
*
Revert of https://codereview.chromium.org/132643007/
commit-bot@chromium.org
2014-01-13
*
Revert "Revert of https://codereview.chromium.org/129423002/"
reed@google.com
2014-01-13
*
Revert of https://codereview.chromium.org/129423002/
commit-bot@chromium.org
2014-01-13
*
add SkBitmap::installPixelRef()
reed@google.com
2014-01-13
*
Revert of https://codereview.chromium.org/112113005/
commit-bot@chromium.org
2014-01-10
*
Fix genID cloning bugs.
commit-bot@chromium.org
2014-01-10
*
use bitmap's fRowBytes, as the pixelref's is not (yet) reliable
reed@google.com
2014-01-09
*
change offset to xy for pixelref subsetting
reed@google.com
2014-01-08
*
assert in setPixelRef that the pr matches the bitmap's config
reed@google.com
2014-01-03
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-31
*
ComputeRowBytes must not overflow width when it shifts
reed@google.com
2013-12-30
*
Revert "Revert of https://codereview.chromium.org/113823003/"
reed@google.com
2013-12-30
*
Revert of https://codereview.chromium.org/113823003/
commit-bot@chromium.org
2013-12-30
*
remove Sk64 from public API, and start to remove usage internally
reed@google.com
2013-12-30
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-16
*
Update all callsites to use info for pixelrefs
reed@google.com
2013-12-13
*
Allow 0-width SkBitmap in setConfig.
halcanary@google.com
2013-12-13
*
Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) ...
robertphillips@google.com
2013-12-13
*
Remvoe duplicate impl for SkImageInfo flattening
reed@google.com
2013-12-13
*
Revert "remvoe duplicate impl for SkImageInfo flattening"
reed@google.com
2013-12-11
[next]