index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
/
SkSurface_Base.h
Commit message (
Expand
)
Author
Age
*
Revert "Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag""
Robert Phillips
2017-03-24
*
Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag"
Robert Phillips
2017-03-22
*
Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag
Robert Phillips
2017-03-22
*
Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)
Robert Phillips
2017-03-20
*
Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSn...
Yuqian Li
2017-03-17
*
Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""
Robert Phillips
2017-03-17
*
Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"
Yuqian Li
2017-03-16
*
Remove budgeted parameter from SkSurface::makeImageSnapshot
Robert Phillips
2017-03-16
*
Update SkSurface's cached image ownership handling to sk_sp
Robert Phillips
2017-02-01
*
remove unused parameter in onNewimageSnapshot
Mike Reed
2016-12-30
*
remove unused ForceUnique option from makeImageSnapshot
Mike Reed
2016-12-29
*
Delete unnecessary SkSurface_Base API
Matt Sarett
2016-11-29
*
Add SkOverdrawCanvas to detect overdraw
Matt Sarett
2016-11-22
*
Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
Mike Reed
2016-11-13
*
Revert "Change SkCanvas to *not* inherit from SkRefCnt"
Heather Miller
2016-11-10
*
Change SkCanvas to *not* inherit from SkRefCnt
Mike Reed
2016-11-09
*
rename FoceCopyMode to SkCopyPixelMode
reed
2016-08-05
*
switch surface to sk_sp
reed
2016-03-23
*
update callsites for Make image factories
reed
2016-03-17
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Add wrapBackendTextureAsRenderTarget API
ericrk
2016-02-24
*
Allow client to force an SkImage snapshot to be unique (and uniquely own its ...
bsalomon
2016-02-22
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
SkImage_Raster's pixels are always immutable.
reed
2015-07-29
*
have canvas send discard instead of retain if the draw would overwrite everyt...
reed
2015-07-16
*
add ability to get FBO ID to Surface
joshualitt
2015-07-08
*
add getTextureHandle to SkSurface
reed
2015-06-29
*
Take budgeted param when snapping new image.
bsalomon
2015-01-23
*
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...
reed
2014-09-22
*
Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...
reed
2014-09-21
*
introduce Props to surface (work in progress)
reed
2014-09-21
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()
commit-bot@chromium.org
2014-03-28
*
use SkImageInfo directly, instead of converting to SkBitmap::Config
reed@google.com
2014-01-08
*
move SkImage::ColorType into SkColorType
reed@google.com
2013-11-01
*
Adding optimization to avoid image copy in SkSurface copy on write when conte...
commit-bot@chromium.org
2013-04-22
*
Build fix: moving more inline functions into header
junov@chromium.org
2013-04-16
*
Build fix: moving some inline function definitions into header.
junov@chromium.org
2013-04-16
*
Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends
junov@chromium.org
2013-04-16
*
Fixing viral copy/paste typo Shapshot -> Snapshot
junov@chromium.org
2013-04-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
remove unused (and undefined) SkColorSpace parameter.
mike@reedtribe.org
2012-11-15
*
Fleshed out GPU portion of image/surface feature
robertphillips@google.com
2012-10-31
*
Add caching of the snapshot image form a surface
reed@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
change SkSurface::newCanvas() to getCanvas(), and redefine its life-cycle to be
reed@google.com
2012-07-30
*
expand private subclasses into separate files
reed@google.com
2012-07-30