aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBitmap.h
Commit message (Expand)AuthorAge
* CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,Gravatar reed@google.com2012-11-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* SkBitmap::scrollRect changes pixels, but only if not immutable.Gravatar scroggo@google.com2012-08-22
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Reapply "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-27
* Revert "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-26
* Remove Bitmaps Raw Pixel Support.Gravatar djsollen@google.com2012-07-23
* AutoScratchTexture can now release its texture and it will return to the text...Gravatar robertphillips@google.com2012-06-22
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Move SkColorTable into its own header and reduce includes in SkFlattenable.hGravatar djsollen@google.com2012-06-12
* update dox for copy-constructorGravatar reed@google.com2012-05-16
* add IRect variant of getBounds()Gravatar reed@google.com2012-03-16
* forward declare SkRectGravatar reed@google.com2012-03-15
* add getBounds() helperGravatar reed@google.com2012-03-15
* Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmapGravatar junov@chromium.org2011-12-15
* When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deepGravatar senorblanco@chromium.org2011-12-02
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block)Gravatar reed@google.com2011-11-01
* 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