aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBitmap.h
Commit message (Expand)AuthorAge
* Revert "Revert "change SkColorTable to be immutable""Gravatar reed@google.com2013-10-10
* Revert "change SkColorTable to be immutable"Gravatar reed@google.com2013-10-09
* change SkColorTable to be immutableGravatar reed@google.com2013-10-09
* Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co...Gravatar robertphillips@google.com2013-09-16
* Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ...Gravatar robertphillips@google.com2013-09-16
* Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview...Gravatar robertphillips@google.com2013-09-16
* Initial error handling codeGravatar commit-bot@chromium.org2013-09-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-20
* The image resampling code has been transplanted from Chrome; it's incredibly ...Gravatar humper@google.com2013-07-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-10
* New bitmap filter checkin; this time with less build breakageGravatar humper@google.com2013-07-09
* Revert "More general image filter interface; tested implementation of standal...Gravatar humper@google.com2013-07-09
* More general image filter interface; tested implementation of standaloneGravatar humper@google.com2013-07-09
* add bitmap::eraseAreaGravatar reed@google.com2013-06-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-27
* struct != class, even in a friend forward declareGravatar reed@google.com2013-06-26
* move legacy mipmap apis to private, save one that is currently called by chro...Gravatar reed@google.com2013-06-26
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* remove kRLE_Index8_Config from SkBitmapGravatar reed@google.com2013-06-26
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-26
* move kConfigCount out of Config enum, so we don't pullute type-checkingGravatar reed@google.com2013-06-25
* lockPixels before calling getColorTable.Gravatar scroggo@google.com2013-05-06
* Upstream changes from Android.Gravatar djsollen@google.com2013-03-08
* 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
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* comment-only fixGravatar epoger@google.com2012-12-07
* 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