index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
/
SkSurface.cpp
Commit message (
Expand
)
Author
Age
*
Remove SkSurface::MakeRenderTargetDirect
robertphillips
2016-08-04
*
Reduce usage of MakeRenderTargetDirect
robertphillips
2016-07-26
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
remove non-static uses of SkOncePtr
mtklein
2016-05-02
*
Remove GrTextureStorageAllocator. This was added from Chromium but never used...
bsalomon
2016-04-13
*
switch surface to sk_sp
reed
2016-03-23
*
update callsites for Make image factories
reed
2016-03-17
*
unify peekPixels around pixmap parameter
reed
2016-03-09
*
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
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-10
*
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19...
caryclark
2016-02-09
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-09
*
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17...
bsalomon
2016-02-05
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-05
*
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14...
jcgregorio
2016-02-04
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-04
*
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 SkSurface factory for wrapping an FBO in SkSurface
bsalomon
2015-06-30
*
add getTextureHandle to SkSurface
reed
2015-06-29
*
Add helper for creating a SkSurface from a client created texture.
bsalomon
2015-04-08
*
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
*
add readPixels to SkSurface (later try to remove it from SkCanvas)
reed
2014-12-09
*
add SkImage::newSurface
reed
2014-11-21
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-24
*
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...
borenet
2014-09-24
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-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
*
Hide fields in SkImageInfo
reed
2014-09-03
*
Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()
commit-bot@chromium.org
2014-03-28
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-14
*
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
*
use SkImageInfo directly, instead of converting to SkBitmap::Config
reed@google.com
2014-01-08
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
move SkImage::ColorType into SkColorType
reed@google.com
2013-11-01
[next]