aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmap.cpp
Commit message (Expand)AuthorAge
* Fix a bunch of warnings, mainly around rowBytes.Gravatar scroggo@google.com2013-02-25
* Use size_t for rowBytes.Gravatar scroggo@google.com2013-02-25
* Implement support for origin-TopLeft render targets in GL backend.Gravatar scroggo@google.com2013-02-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* fix warningsGravatar reed@google.com2013-01-07
* Fix some extract subset bugs.Gravatar scroggo@google.com2012-12-07
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,Gravatar reed@google.com2012-11-07
* Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined.Gravatar bungeman@google.com2012-10-25
* #define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque beh...Gravatar reed@google.com2012-10-15
* Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the ...Gravatar bsalomon@google.com2012-10-12
* Addressed xcode analysis complaintsGravatar robertphillips@google.com2012-09-24
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* When copying a bitmap, copy the generation ID.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
* detect null pixles in setPixels() and just clear out any existing pixelref.Gravatar reed@google.com2012-07-30
* Reapply "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-27
* Revert "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-26
* Prevent MipMaps from crashing.Gravatar bungeman@google.com2012-07-25
* Remove Bitmaps Raw Pixel Support.Gravatar djsollen@google.com2012-07-23
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* For SkGPipe, store bitmaps in a common location.Gravatar scroggo@google.com2012-06-13
* Move SkColorTable into its own header and reduce includes in SkFlattenable.hGravatar djsollen@google.com2012-06-12
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01
* Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allGravatar reed@google.com2012-05-17
* Consolidate PixelRef flattables with the standard implGravatar djsollen@google.com2012-03-28
* Make use of the functions in the flattenable reader/writerGravatar djsollen@google.com2012-03-26
* add IRect variant of getBounds()Gravatar reed@google.com2012-03-16
* add getBounds() helperGravatar reed@google.com2012-03-15
* Revert r3036. This change breaks loading images asGravatar caryclark@google.com2012-02-17
* Modify SkBitmap::extractSubset() to respect volatilityGravatar skyostil@google.com2012-01-16
* Modify SkBitmap::extractSubset() to respect opaquenessGravatar skyostil@google.com2012-01-13
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* 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
* Change SkAutoMaskImage so that we're less likely to write leaky code.Gravatar bungeman@google.com2011-10-04
* 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
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* update doxGravatar reed@google.com2011-04-29
* 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