index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkSurface.h
Commit message (
Expand
)
Author
Age
*
add ability to get FBO ID to Surface
joshualitt
2015-07-08
*
Add SkSurface factory for wrapping an FBO in SkSurface
bsalomon
2015-06-30
*
add getTextureHandle to SkSurface
reed
2015-06-29
*
remove SkInstCnt
mtklein
2015-06-26
*
remove deprecated NewRasterPMColor
reed
2015-06-19
*
Add helper for creating a SkSurface from a client created texture.
bsalomon
2015-04-08
*
Remove deprecated SkSurface::NewRenderTarget factories
bsalomon
2015-01-23
*
Take budgeted param when snapping new image.
bsalomon
2015-01-23
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
change API contract: disallow zero-sized images or surfaces
reed
2014-12-31
*
remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODE
reed
2014-12-18
*
dd readPixels to SkImage
reed
2014-12-10
*
Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul
reed
2014-12-10
*
add readPixels to SkSurface (later try to remove it from SkCanvas)
reed
2014-12-09
*
Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...
reed
2014-12-09
*
remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...
reed
2014-12-09
*
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
*
remove RenderTargetFlags -- NewRenderTargetDirect will never clear
reed
2014-09-19
*
Begin atlasing
robertphillips
2014-06-30
*
Revert of Begin atlasing (https://codereview.chromium.org/354533004/)
robertphillips
2014-06-29
*
Begin atlasing
robertphillips
2014-06-29
*
add SkSurface::NewRasterDirectReleaseProc
reed
2014-06-27
*
Add flag for SkGpuSurface creation to enable distance fields.
commit-bot@chromium.org
2014-05-02
*
remove picture-backed surfaces
commit-bot@chromium.org
2014-04-11
*
Adding a new SkSurface factory for generating surfaces from the scratch textu...
commit-bot@chromium.org
2014-03-19
*
Use factories instead of directly creating SkImageInfo.
bungeman@google.com
2014-02-17
*
add peekPixels to SkCanvas and SkSurface
commit-bot@chromium.org
2014-02-13
*
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...
commit-bot@chromium.org
2014-02-13
*
add peekPixels to SkCanvas and SkSurface
mike@reedtribe.org
2014-02-13
*
remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT
reed@google.com
2014-02-07
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-05
*
remove redundant GrContext parameter to NewRenderTargetDirect
reed@google.com
2014-02-04
*
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
*
promote SkImage::AlphaType to SkAlphaType
reed@google.com
2013-09-20
*
update devicelooper to skip internal tiles that are empty, and unittests
reed@google.com
2013-09-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-23
*
Adding optimization to avoid image copy in SkSurface copy on write when conte...
commit-bot@chromium.org
2013-04-22
*
Adding SK_API to export SkImage and SkSurface API classes
junov@chromium.org
2013-04-18
*
Fixing viral copy/paste typo Shapshot -> Snapshot
junov@chromium.org
2013-04-12
*
remove unused (and undefined) SkColorSpace parameter.
mike@reedtribe.org
2012-11-15
*
Sanitizing source files in Skia_Nightly_House_Keeping
skia.committer@gmail.com
2012-08-30
*
need to declare INHERITED for the instcount macros
reed@google.com
2012-08-28
*
re-enable inst counting
reed@google.com
2012-08-28
*
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
*
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
robertphillips@google.com
2012-08-16
*
check-point for gpu support in SkImage/SkSurface
reed@google.com
2012-07-31
[next]