| Commit message (Expand) | Author | Age |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | We want to give SkPixelRef a way to signal over to GrResourceCache that it's ... | commit-bot@chromium.org | 2013-10-24 |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | change ERROR label to BAD_CONFIG -- avoid windows complaint | reed@google.com | 2013-10-21 |
* | store SkAlphaType inside SkBitmap, on road to support unpremul | reed@google.com | 2013-10-21 |
* | force readbuffer clients to use specialized readFoo for flattenables | reed@google.com | 2013-10-16 |
* | Always clear dest in SkBitmap::copyTo's draw path | robertphillips@google.com | 2013-10-10 |
* | Revert "Revert "change SkColorTable to be immutable"" | reed@google.com | 2013-10-10 |
* | low hanging calloc fruit | commit-bot@chromium.org | 2013-10-09 |
* | Revert "change SkColorTable to be immutable" | reed@google.com | 2013-10-09 |
* | change SkColorTable to be immutable | reed@google.com | 2013-10-09 |
* | Add SkDivMod with a special case for ARM. | commit-bot@chromium.org | 2013-09-26 |
* | Revert r11423 (low hanging calloc fruit) | robertphillips@google.com | 2013-09-22 |
* | low hanging calloc fruit | mtklein@google.com | 2013-09-20 |
* | 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 |
* | Add downsample from 8888 to 4444. | scroggo@google.com | 2013-08-07 |
* | Fix race condition when locking/unlocking pixels. | djsollen@google.com | 2013-08-06 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-29 |
* | use width() instead of fWidth to get int value | reed@google.com | 2013-06-28 |
* | add bitmap::eraseArea | reed@google.com | 2013-06-28 |
* | Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen... | commit-bot@chromium.org | 2013-06-26 |
* | fix build break, remove "RLE" from gConfigNames too | edisonn@google.com | 2013-06-26 |
* | remove kRLE_Index8_Config from SkBitmap | reed@google.com | 2013-06-26 |
* | move kConfigCount out of Config enum, so we don't pullute type-checking | reed@google.com | 2013-06-25 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-22 |
* | restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied ... | reed@google.com | 2013-06-21 |
* | remove dst/rendertarget support for kARGB_4444_Config | reed@google.com | 2013-06-21 |
* | Update SkBitmap::validate to respect Android flag. | scroggo@google.com | 2013-06-14 |
* | Add prototype for warning. | scroggo@google.com | 2013-05-21 |
* | New API for encoding bitmaps during serialization. | scroggo@google.com | 2013-05-21 |
* | 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 |
* | Implement support for origin-TopLeft render targets in GL backend. | scroggo@google.com | 2013-02-05 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Added print out of SkShader information to debugger | robertphillips@google.com | 2013-01-15 |
* | fix warnings | reed@google.com | 2013-01-07 |
* | Fix some extract subset bugs. | scroggo@google.com | 2012-12-07 |
* | Defining new color constat for transparent color | junov@google.com | 2012-12-06 |
* | CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, | reed@google.com | 2012-11-07 |
* | Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined. | bungeman@google.com | 2012-10-25 |
* | #define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque beh... | reed@google.com | 2012-10-15 |
* | Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the ... | bsalomon@google.com | 2012-10-12 |
* | Addressed xcode analysis complaints | robertphillips@google.com | 2012-09-24 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | When copying a bitmap, copy the generation ID. | scroggo@google.com | 2012-08-22 |