| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | detect null pixles in setPixels() and just clear out any existing pixelref. | reed@google.com | 2012-07-30 |
* | Reapply "Remove Bitmaps Raw Pixel Support." | djsollen@google.com | 2012-07-27 |
* | Revert "Remove Bitmaps Raw Pixel Support." | djsollen@google.com | 2012-07-26 |
* | Prevent MipMaps from crashing. | bungeman@google.com | 2012-07-25 |
* | Remove Bitmaps Raw Pixel Support. | djsollen@google.com | 2012-07-23 |
* | Expanded distribution of instance counting | robertphillips@google.com | 2012-06-21 |
* | For SkGPipe, store bitmaps in a common location. | scroggo@google.com | 2012-06-13 |
* | Move SkColorTable into its own header and reduce includes in SkFlattenable.h | djsollen@google.com | 2012-06-12 |
* | Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. | tomhudson@google.com | 2012-06-01 |
* | Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all | reed@google.com | 2012-05-17 |
* | Consolidate PixelRef flattables with the standard impl | djsollen@google.com | 2012-03-28 |
* | Make use of the functions in the flattenable reader/writer | djsollen@google.com | 2012-03-26 |
* | add IRect variant of getBounds() | reed@google.com | 2012-03-16 |
* | add getBounds() helper | reed@google.com | 2012-03-15 |
* | Revert r3036. This change breaks loading images as | caryclark@google.com | 2012-02-17 |
* | Modify SkBitmap::extractSubset() to respect volatility | skyostil@google.com | 2012-01-16 |
* | Modify SkBitmap::extractSubset() to respect opaqueness | skyostil@google.com | 2012-01-13 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | 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 |