aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkSurface.h
Commit message (Expand)AuthorAge
* move SkImage::ColorType into SkColorTypeGravatar reed@google.com2013-11-01
* promote SkImage::AlphaType to SkAlphaTypeGravatar reed@google.com2013-09-20
* update devicelooper to skip internal tiles that are empty, and unittestsGravatar reed@google.com2013-09-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-23
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* Adding SK_API to export SkImage and SkSurface API classesGravatar junov@chromium.org2013-04-18
* Fixing viral copy/paste typo Shapshot -> SnapshotGravatar junov@chromium.org2013-04-12
* remove unused (and undefined) SkColorSpace parameter.Gravatar mike@reedtribe.org2012-11-15
* Sanitizing source files in Skia_Nightly_House_KeepingGravatar skia.committer@gmail.com2012-08-30
* need to declare INHERITED for the instcount macrosGravatar reed@google.com2012-08-28
* re-enable inst countingGravatar reed@google.com2012-08-28
* Add caching of the snapshot image form a surfaceGravatar reed@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* check-point for gpu support in SkImage/SkSurfaceGravatar reed@google.com2012-07-31
* change SkSurface::newCanvas() to getCanvas(), and redefine its life-cycle to beGravatar reed@google.com2012-07-30
* check-point for surface experimentGravatar reed@google.com2012-07-27