aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmap.cpp
Commit message (Expand)AuthorAge
* Add genID for SkBitmaps with raw pixelsGravatar bsalomon@google.com2011-04-14
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* add pixelref->readPixels()Gravatar reed@google.com2011-04-01
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.Gravatar vandebo@chromium.org2011-02-24
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* Cleanup issues related to SkBitmap getSize()/extractSubset().Gravatar wjmaclean@chromium.org2011-02-22
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* Security fixes re getSize().Gravatar wjmaclean@chromium.org2010-12-22
* Add safe size/copy functions to Skia.Gravatar wjmaclean@chromium.org2010-11-16
* move SkMallocPixelRef into its own .cpp file, rather than embedding itGravatar reed@android.com2010-09-09
* add abstract wrapper for platform-specific bitmap backendsGravatar reed@android.com2010-09-09
* fix warning in samplerGravatar reed@android.com2009-08-24
* fixes around isOpaque and ditheringGravatar reed@android.com2009-08-22
* remove conditional build flag for mipmapsGravatar reed@android.com2009-07-17
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* fix odd-pixel bug in mipmap downsamplers (thanks brett)Gravatar reed@android.com2009-06-08
* fix break in setConfig() where we always reset the bitmapGravatar reed@android.com2009-06-02
* Style only change to make SkBitmap to make it build with VC2005.Gravatar agl@chromium.org2009-06-01
* fix trailing-wsGravatar reed@android.com2009-05-29
* add SkSafeRef / SkSafeUnref as inline static functions, to use in place of ourGravatar reed@android.com2009-05-22
* add canCopyTo(), to preflight if copyTo can succeed. update unittests for itGravatar reed@android.com2009-05-06
* fix copyTo to only copy the minimum pixels per row, and to lock the src beforeGravatar reed@android.com2009-05-05
* Allow copying an Index8 bitmap when srcConfig and dstConfig are bothGravatar weita@google.com2009-05-03
* make bitmap width/height 32bits, matching the APIGravatar reed@android.com2009-03-27
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* grab from latest androidGravatar reed@android.com2008-12-17