| Commit message (Expand) | Author | Age |
* | Revert "Revert "change SkColorTable to be immutable"" | reed@google.com | 2013-10-10 |
* | Revert "change SkColorTable to be immutable" | reed@google.com | 2013-10-09 |
* | change SkColorTable to be immutable | reed@google.com | 2013-10-09 |
* | Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co... | robertphillips@google.com | 2013-09-16 |
* | Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ... | robertphillips@google.com | 2013-09-16 |
* | Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview... | robertphillips@google.com | 2013-09-16 |
* | Initial error handling code | commit-bot@chromium.org | 2013-09-13 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-20 |
* | The image resampling code has been transplanted from Chrome; it's incredibly ... | humper@google.com | 2013-07-19 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-10 |
* | New bitmap filter checkin; this time with less build breakage | humper@google.com | 2013-07-09 |
* | Revert "More general image filter interface; tested implementation of standal... | humper@google.com | 2013-07-09 |
* | More general image filter interface; tested implementation of standalone | humper@google.com | 2013-07-09 |
* | add bitmap::eraseArea | reed@google.com | 2013-06-28 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-27 |
* | struct != class, even in a friend forward declare | reed@google.com | 2013-06-26 |
* | move legacy mipmap apis to private, save one that is currently called by chro... | reed@google.com | 2013-06-26 |
* | Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen... | commit-bot@chromium.org | 2013-06-26 |
* | remove kRLE_Index8_Config from SkBitmap | reed@google.com | 2013-06-26 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-26 |
* | move kConfigCount out of Config enum, so we don't pullute type-checking | reed@google.com | 2013-06-25 |
* | lockPixels before calling getColorTable. | scroggo@google.com | 2013-05-06 |
* | Upstream changes from Android. | djsollen@google.com | 2013-03-08 |
* | Fix a bunch of warnings, mainly around rowBytes. | scroggo@google.com | 2013-02-25 |
* | Use size_t for rowBytes. | scroggo@google.com | 2013-02-25 |
* | Added print out of SkShader information to debugger | robertphillips@google.com | 2013-01-15 |
* | comment-only fix | epoger@google.com | 2012-12-07 |
* | CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, | reed@google.com | 2012-11-07 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | SkBitmap::scrollRect changes pixels, but only if not immutable. | scroggo@google.com | 2012-08-22 |
* | Refactor Bitmap Storage for SkPicture using SkPipe's design. | djsollen@google.com | 2012-08-07 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | Reapply "Remove Bitmaps Raw Pixel Support." | djsollen@google.com | 2012-07-27 |
* | Revert "Remove Bitmaps Raw Pixel Support." | djsollen@google.com | 2012-07-26 |
* | Remove Bitmaps Raw Pixel Support. | djsollen@google.com | 2012-07-23 |
* | AutoScratchTexture can now release its texture and it will return to the text... | robertphillips@google.com | 2012-06-22 |
* | Expanded distribution of instance counting | robertphillips@google.com | 2012-06-21 |
* | Move SkColorTable into its own header and reduce includes in SkFlattenable.h | djsollen@google.com | 2012-06-12 |
* | update dox for copy-constructor | reed@google.com | 2012-05-16 |
* | add IRect variant of getBounds() | reed@google.com | 2012-03-16 |
* | forward declare SkRect | reed@google.com | 2012-03-15 |
* | add getBounds() helper | reed@google.com | 2012-03-15 |
* | Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap | junov@chromium.org | 2011-12-15 |
* | When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep | senorblanco@chromium.org | 2011-12-02 |
* | Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ... | bsalomon@google.com | 2011-11-02 |
* | Revert r2584 (new test fails in fixed pt builds) | bsalomon@google.com | 2011-11-02 |
* | Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b... | bsalomon@google.com | 2011-11-02 |
* | remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block) | reed@google.com | 2011-11-01 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Allow texture-backed bitmaps to perform a read-back when lockPixels is called. | reed@google.com | 2011-07-07 |