summaryrefslogtreecommitdiff
path: root/core/SkBitmap.cpp
AgeCommit message (Expand)Author
2013-08-12Add downsample from 8888 to 4444.scroggo@google.com
2013-08-06Fix race condition when locking/unlocking pixels.djsollen@google.com
2013-06-29Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-28use width() instead of fWidth to get int valuereed@google.com
2013-06-28add bitmap::eraseAreareed@google.com
2013-06-26Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...commit-bot@chromium.org
2013-06-26fix build break, remove "RLE" from gConfigNames tooedisonn@google.com
2013-06-26remove kRLE_Index8_Config from SkBitmapreed@google.com
2013-06-25move kConfigCount out of Config enum, so we don't pullute type-checkingreed@google.com
2013-06-22Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-21restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied ...reed@google.com
2013-06-21remove dst/rendertarget support for kARGB_4444_Configreed@google.com
2013-06-14Update SkBitmap::validate to respect Android flag.scroggo@google.com
2013-05-21Add prototype for warning.scroggo@google.com
2013-05-21New API for encoding bitmaps during serialization.scroggo@google.com
2013-02-25Fix a bunch of warnings, mainly around rowBytes.scroggo@google.com
2013-02-25Use size_t for rowBytes.scroggo@google.com
2013-02-05Implement support for origin-TopLeft render targets in GL backend.scroggo@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-15Added print out of SkShader information to debuggerrobertphillips@google.com
2013-01-07fix warningsreed@google.com
2012-12-07Fix some extract subset bugs.scroggo@google.com
2012-12-06Defining new color constat for transparent colorjunov@google.com
2012-11-07CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,reed@google.com
2012-10-25Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined.bungeman@google.com
2012-10-15#define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque beh...reed@google.com
2012-10-12Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the ...bsalomon@google.com
2012-09-24Addressed xcode analysis complaintsrobertphillips@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-22When copying a bitmap, copy the generation ID.scroggo@google.com
2012-08-07Refactor Bitmap Storage for SkPicture using SkPipe's design.djsollen@google.com
2012-08-07Update SkFlattenable buffers to be more modular.djsollen@google.com
2012-07-30detect null pixles in setPixels() and just clear out any existing pixelref.reed@google.com
2012-07-27Reapply "Remove Bitmaps Raw Pixel Support."djsollen@google.com
2012-07-26Revert "Remove Bitmaps Raw Pixel Support."djsollen@google.com
2012-07-25Prevent MipMaps from crashing.bungeman@google.com
2012-07-23Remove Bitmaps Raw Pixel Support.djsollen@google.com
2012-06-21Expanded distribution of instance countingrobertphillips@google.com
2012-06-13For SkGPipe, store bitmaps in a common location.scroggo@google.com
2012-06-12Move SkColorTable into its own header and reduce includes in SkFlattenable.hdjsollen@google.com
2012-06-01Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.tomhudson@google.com
2012-05-17Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allreed@google.com
2012-03-28Consolidate PixelRef flattables with the standard impldjsollen@google.com
2012-03-26Make use of the functions in the flattenable reader/writerdjsollen@google.com
2012-03-16add IRect variant of getBounds()reed@google.com
2012-03-15add getBounds() helperreed@google.com
2012-02-17Revert r3036. This change breaks loading images ascaryclark@google.com
2012-01-16Modify SkBitmap::extractSubset() to respect volatilityskyostil@google.com
2012-01-13Modify SkBitmap::extractSubset() to respect opaquenessskyostil@google.com
2011-12-28Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");tomhudson@google.com