C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / include / core / SkBitmap.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-20 reedremove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-22 jvanverthAdd sRGB texture support.
2014-12-18 reedremove dead code behind SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL
2014-12-02 mtkleinSkColorTable locking serves no purpose anymore.
2014-10-24 halcanaryAdd `SkIRect bounds()` convenience method to SkImageInf...
2014-09-05 bsalomon"NULL !=" = NULL
2014-09-03 reedHide fields in SkImageInfo
2014-09-02 reedmake allocPixels throw on failure
2014-08-18 reedeliminate code related to SkBitmap::Config
2014-07-16 scroggoRemove kImageIsImmutable_Flag.
2014-07-14 scroggoRemove unused kImageIsOpaque_Flag.
2014-07-13 reedAdd SkBitmap::readPixels() and reimplement copyTo and...
2014-07-12 reedRevert of Add SkBitmap::readPixels() and reimplement...
2014-07-12 reedAdd SkBitmap::readPixels() and reimplement copyTo and...
2014-07-11 jcgregorioRevert of add readPixels() to SkBitmap (https://coderev...
2014-07-10 reedadd readPixels() to SkBitmap
2014-07-07 reedremove unneeded flags (have been purged from chrome...
2014-06-30 reedadd SK_API to config helpers so chrome can call them
2014-06-28 reedadd rowbytes option to allocPixels
2014-06-28 reedremove SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS code
2014-06-17 reedhide SkBitmap::Config entirely (behind a flag)
2014-06-10 reedhide SkBitmap::setConfig
2014-06-05 reedremove SkBitmap::allocConfigPixels and update dox
2014-06-05 scroggoUse the correct homophone of 'there'.
2014-05-30 commit-bot@chromiu... Revert "Revert of setConfig -> setInfo (https://coderev...
2014-05-29 commit-bot@chromiu... Revert of setConfig -> setInfo (https://codereview...
2014-05-29 commit-bot@chromiu... setConfig -> setInfo
2014-05-29 commit-bot@chromiu... Revert "Revert of add colortable support to imagegenera...
2014-05-27 commit-bot@chromiu... remove SkBitmap::asImageInfo
2014-05-27 commit-bot@chromiu... remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code
2014-05-27 commit-bot@chromiu... remove SK_SUPPORT_LEGACY_BUILDMIPMAP
2014-05-24 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-05-23 commit-bot@chromiu... stop calling SkBitmap::flatten
2014-05-07 commit-bot@chromiu... remove dead mipmap code from SkBitmap
2014-04-07 commit-bot@chromiu... SkNonCopyable should be used with private inheritance.
2014-03-14 reed@google.comdon't reference config() -- use colorType() instead
2014-03-13 commit-bot@chromiu... Allow toString capability to be toggled independent...
2014-03-12 commit-bot@chromiu... remove SK_SUPPORT_LEGACY_COPYTO_CONFIG
2014-03-05 commit-bot@chromiu... remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer...
2014-02-24 commit-bot@chromiu... Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia.
2014-02-24 senorblanco@chromi... Fix compile errors in legacy copyTo().
2014-02-23 commit-bot@chromiu... add new copyTo version to SkBitmap, which takes SkColorType
2014-02-20 commit-bot@chromiu... Offer single-param version of deepCopyTo -- much easier...
2014-02-18 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-02-17 commit-bot@chromiu... replace SkBitmap::Config with SkColorType in gms
2014-02-13 commit-bot@chromiu... add peekPixels to SkCanvas and SkSurface
2014-02-13 commit-bot@chromiu... Revert of add peekPixels to SkCanvas and SkSurface...
2014-02-13 mike@reedtribe.orgadd peekPixels to SkCanvas and SkSurface
2014-02-11 commit-bot@chromiu... SkBitmap now really stores SkImageInfo -- config is...
2014-02-11 mike@reedtribe.orgRevert "SkBitmap now really stores SkImageInfo -- confi...
2014-02-11 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-02-11 mike@reedtribe.orgSkBitmap now really stores SkImageInfo -- config is...
2014-02-10 commit-bot@chromiu... SkPictureRecord: silently do nothing for non-drawable...
2014-01-30 commit-bot@chromiu... Refactor read and write buffers.
2014-01-28 reed@google.comchange setAlphaType to not modify the pixelref's genID
2014-01-27 commit-bot@chromiu... add optional SkAlphaType parameter to notifyPixelsChanged
2014-01-25 reed@google.comadd legacy/helper allocN32Pixels, and convert gm to...
2014-01-25 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-01-24 reed@google.comadd installPixels
2014-01-15 reed@google.comno need to refcnt colortables, since pixelrefs own...
2014-01-13 commit-bot@chromiu... Revert of https://codereview.chromium.org/132643007/
2014-01-13 reed@google.comRevert "Revert of https://codereview.chromium.org/12942...
2014-01-13 commit-bot@chromiu... Revert of https://codereview.chromium.org/129423002/
2014-01-13 reed@google.comadd SkBitmap::installPixelRef()
2014-01-10 reed@google.comremove (now unused) Sk64 -- just use int64_t
2014-01-09 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-01-08 reed@google.comchange offset to xy for pixelref subsetting
2013-12-30 reed@google.comRevert "Revert of https://codereview.chromium.org/11382...
2013-12-30 commit-bot@chromiu... Revert of https://codereview.chromium.org/113823003/
2013-12-30 reed@google.comremove Sk64 from public API, and start to remove usage...
2013-12-09 reed@google.commake info real in SkPixelRef, and add bitmap::asImageInfo
2013-12-06 reed@google.comRevert "Revert "Revert "PixelRef now returns (nearly...
2013-12-06 reed@google.comRevert "Revert "PixelRef now returns (nearly) everythin...
2013-12-06 reed@google.comRevert "PixelRef now returns (nearly) everything that...
2013-12-06 reed@google.comPixelRef now returns (nearly) everything that is curren...
2013-12-02 rmistry@google.comReverting r12427
2013-12-02 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-11-26 commit-bot@chromiu... Revert "Revert "remove kA1_Config, as it is no longer...
2013-11-25 reed@google.comRevert "remove kA1_Config, as it is no longer supported"
2013-11-25 reed@google.comremove kA1_Config, as it is no longer supported
2013-11-25 commit-bot@chromiu... Adding SkDeferredCanvas::NoticifationClient to the...
2013-11-18 mtklein@google.comRevert SK_REQUIRE_LOCAL_VAR changes for DEPS roll.
2013-11-18 commit-bot@chromiu... Guard against most unintentionally ephemeral SkAutoFoo...
2013-11-13 reed@google.commove SkImageInfo into its own header
2013-11-12 commit-bot@chromiu... Remove deprecated setIsOpaque() API from SkBitmap.
2013-11-06 commit-bot@chromiu... Break up SkLazyPixelRef functionally into class hierarchy.
2013-10-31 reed@google.comRevert "Revert "add SK_ATTR_DEPRECATED -- will need...
2013-10-31 reed@google.comRevert "add SK_ATTR_DEPRECATED -- will need to disable...
2013-10-31 reed@google.comadd SK_ATTR_DEPRECATED -- will need to disable for...
2013-10-21 reed@google.comstore SkAlphaType inside SkBitmap, on road to support...
2013-10-10 reed@google.comRevert "Revert "change SkColorTable to be immutable""
2013-10-09 reed@google.comRevert "change SkColorTable to be immutable"
2013-10-09 reed@google.comchange SkColorTable to be immutable
2013-09-16 robertphillips@goo... Revert 11247, 11250, 11251, 11257, and 11279 to unblock...
2013-09-16 robertphillips@goo... Revert the revert of 11247, 11250, 11251 and 11279...
2013-09-16 robertphillips@goo... Revert 11247, 11250, 11251 and 11279 to unblock DEPS...
2013-09-13 commit-bot@chromiu... Initial error handling code
2013-07-20 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
next