aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkSurface_Base.h
Commit message (Expand)AuthorAge
* Update SkSurface's cached image ownership handling to sk_spGravatar Robert Phillips2017-02-01
* remove unused parameter in onNewimageSnapshotGravatar Mike Reed2016-12-30
* remove unused ForceUnique option from makeImageSnapshotGravatar Mike Reed2016-12-29
* Delete unnecessary SkSurface_Base APIGravatar Matt Sarett2016-11-29
* Add SkOverdrawCanvas to detect overdrawGravatar Matt Sarett2016-11-22
* Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Mike Reed2016-11-13
* Revert "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Heather Miller2016-11-10
* Change SkCanvas to *not* inherit from SkRefCntGravatar Mike Reed2016-11-09
* rename FoceCopyMode to SkCopyPixelModeGravatar reed2016-08-05
* switch surface to sk_spGravatar reed2016-03-23
* update callsites for Make image factoriesGravatar reed2016-03-17
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Add wrapBackendTextureAsRenderTarget APIGravatar ericrk2016-02-24
* Allow client to force an SkImage snapshot to be unique (and uniquely own its ...Gravatar bsalomon2016-02-22
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* SkImage_Raster's pixels are always immutable.Gravatar reed2015-07-29
* have canvas send discard instead of retain if the draw would overwrite everyt...Gravatar reed2015-07-16
* add ability to get FBO ID to SurfaceGravatar joshualitt2015-07-08
* add getTextureHandle to SkSurfaceGravatar reed2015-06-29
* Take budgeted param when snapping new image.Gravatar bsalomon2015-01-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
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* use SkImageInfo directly, instead of converting to SkBitmap::ConfigGravatar reed@google.com2014-01-08
* move SkImage::ColorType into SkColorTypeGravatar reed@google.com2013-11-01
* 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
* 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
* 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