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
*
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
*
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
*
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
*
no need to refcnt colortables, since pixelrefs own them
reed@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
*
remove (now unused) Sk64 -- just use int64_t
reed@google.com
2014-01-10
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-09
*
change offset to xy for pixelref subsetting
reed@google.com
2014-01-08
*
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
*
make info real in SkPixelRef, and add bitmap::asImageInfo
reed@google.com
2013-12-09
*
Revert "Revert "Revert "PixelRef now returns (nearly) everything that is curr...
reed@google.com
2013-12-06
*
Revert "Revert "PixelRef now returns (nearly) everything that is currently in...
reed@google.com
2013-12-06
*
Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...
reed@google.com
2013-12-06
*
PixelRef now returns (nearly) everything that is currently in SkBitmap. The g...
reed@google.com
2013-12-06
*
Reverting r12427
rmistry@google.com
2013-12-02
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-02
*
Revert "Revert "remove kA1_Config, as it is no longer supported""
commit-bot@chromium.org
2013-11-26
*
Revert "remove kA1_Config, as it is no longer supported"
reed@google.com
2013-11-25
*
remove kA1_Config, as it is no longer supported
reed@google.com
2013-11-25
*
Adding SkDeferredCanvas::NoticifationClient to the exported API.
commit-bot@chromium.org
2013-11-25
*
Revert SK_REQUIRE_LOCAL_VAR changes for DEPS roll.
mtklein@google.com
2013-11-18
[next]