aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkSurface.cpp
Commit message (Expand)AuthorAge
* add SkImage::newSurfaceGravatar reed2014-11-21
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-24
* Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...Gravatar borenet2014-09-24
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-23
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Hide fields in SkImageInfoGravatar reed2014-09-03
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-14
* add peekPixels to SkCanvas and SkSurfaceGravatar commit-bot@chromium.org2014-02-13
* Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...Gravatar commit-bot@chromium.org2014-02-13
* add peekPixels to SkCanvas and SkSurfaceGravatar mike@reedtribe.org2014-02-13
* use SkImageInfo directly, instead of converting to SkBitmap::ConfigGravatar reed@google.com2014-01-08
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* move SkImage::ColorType into SkColorTypeGravatar reed@google.com2013-11-01
* Add a 'unique' method to SkRefCnt, document the usage, and add support.Gravatar bungeman@google.com2013-07-19
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* Build fix: moving more inline functions into headerGravatar junov@chromium.org2013-04-16
* Build fix: moving some inline function definitions into header.Gravatar junov@chromium.org2013-04-16
* Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friendsGravatar junov@chromium.org2013-04-16
* Fixing viral copy/paste typo Shapshot -> SnapshotGravatar junov@chromium.org2013-04-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* remove unused (and undefined) SkColorSpace parameter.Gravatar mike@reedtribe.org2012-11-15
* Fleshed out GPU portion of image/surface featureGravatar robertphillips@google.com2012-10-31
* re-enable inst countingGravatar reed@google.com2012-08-28
* Add caching of the snapshot image form a surfaceGravatar reed@google.com2012-08-28
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* change SkSurface::newCanvas() to getCanvas(), and redefine its life-cycle to beGravatar reed@google.com2012-07-30
* expand private subclasses into separate filesGravatar reed@google.com2012-07-30
* check-point for image/surface workGravatar mike@reedtribe.org2012-07-29
* check-point for surface experimentGravatar reed@google.com2012-07-27