| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | Change SkAutoMaskImage so that we're less likely to write leaky code. | bungeman@google.com | 2011-10-04 |
* | 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 |
* | Adding the notion of a volatile bitmap to SkBitmap. | junov@google.com | 2011-06-30 |
* | Increase compatibility with clang, mostly around SK_RESTRICT. | tomhudson@google.com | 2011-06-15 |
* | update dox | reed@google.com | 2011-04-29 |
* | Add genID for SkBitmaps with raw pixels | bsalomon@google.com | 2011-04-14 |
* | Adds read pixels to GrTexture and GrRenderTarget | bsalomon@google.com | 2011-04-05 |
* | add pixelref->readPixels() | reed@google.com | 2011-04-01 |
* | Upstreaming changes from android. | djsollen@google.com | 2011-03-14 |
* | Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap. | vandebo@chromium.org | 2011-02-24 |
* | merge from android tree: | djsollen@google.com | 2011-02-23 |
* | Cleanup issues related to SkBitmap getSize()/extractSubset(). | wjmaclean@chromium.org | 2011-02-22 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | Security fixes re getSize(). | wjmaclean@chromium.org | 2010-12-22 |
* | Add safe size/copy functions to Skia. | wjmaclean@chromium.org | 2010-11-16 |
* | move SkMallocPixelRef into its own .cpp file, rather than embedding it | reed@android.com | 2010-09-09 |
* | add abstract wrapper for platform-specific bitmap backends | reed@android.com | 2010-09-09 |
* | fix warning in sampler | reed@android.com | 2009-08-24 |
* | fixes around isOpaque and dithering | reed@android.com | 2009-08-22 |
* | remove conditional build flag for mipmaps | reed@android.com | 2009-07-17 |
* | use sk_bzero instead of bzero, since it isn't always available. | reed@android.com | 2009-06-29 |
* | fix odd-pixel bug in mipmap downsamplers (thanks brett) | reed@android.com | 2009-06-08 |
* | fix break in setConfig() where we always reset the bitmap | reed@android.com | 2009-06-02 |
* | Style only change to make SkBitmap to make it build with VC2005. | agl@chromium.org | 2009-06-01 |
* | fix trailing-ws | reed@android.com | 2009-05-29 |
* | add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our | reed@android.com | 2009-05-22 |
* | add canCopyTo(), to preflight if copyTo can succeed. update unittests for it | reed@android.com | 2009-05-06 |
* | fix copyTo to only copy the minimum pixels per row, and to lock the src before | reed@android.com | 2009-05-05 |
* | Allow copying an Index8 bitmap when srcConfig and dstConfig are both | weita@google.com | 2009-05-03 |
* | make bitmap width/height 32bits, matching the API | reed@android.com | 2009-03-27 |