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