aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBitmap.h
Commit message (Expand)AuthorAge
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Allow texture-backed bitmaps to perform a read-back when lockPixels is called.Gravatar reed@google.com2011-07-07
* Reverting r1775 at Mike and Brian's requestGravatar epoger@google.com2011-07-01
* Fixing several issues with rendering blurred bitmaps with GaneshGravatar junov@google.com2011-06-30
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* update doxGravatar reed@google.com2011-04-29
* New 'skdiff' tool to compare two directories full of files, write diff imagesGravatar tomhudson@google.com2011-04-27
* Add genID for SkBitmaps with raw pixelsGravatar bsalomon@google.com2011-04-14
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* 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
* update dox on bitmap configsGravatar reed@google.com2011-01-28
* Add safe size/copy functions to Skia.Gravatar wjmaclean@chromium.org2010-11-16
* add abstract wrapper for platform-specific bitmap backendsGravatar reed@android.com2010-09-09
* fixes around isOpaque and ditheringGravatar reed@android.com2009-08-22
* remove conditional build flag for mipmapsGravatar reed@android.com2009-07-17
* respect preferred config when png is index-basedGravatar reed@android.com2009-07-08
* fix trailing-wsGravatar reed@android.com2009-05-29
* add canCopyTo(), to preflight if copyTo can succeed. update unittests for itGravatar reed@android.com2009-05-06
* 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
* Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.hGravatar reed@android.com2009-01-19
* grab from latest androidGravatar reed@android.com2008-12-17