index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
/
SkSurface_Gpu.cpp
Commit message (
Expand
)
Author
Age
*
Refactor to separate backend object lifecycle and GpuResource budget decision
kkinnunen
2016-04-22
*
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
*
Remove internal calls to SkImage::getTexture
bsalomon
2016-02-29
*
When a surface is backed by an external render target force a copy on image snap
bsalomon
2016-02-26
*
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
*
Fix ~,! typo when clearing kRenderTarget flag
Brian Salomon
2016-02-24
*
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
*
Turn on conservative raster clip for GPU canvases
bsalomon
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
*
SkImage doesn't use props, so don't need to store it
reed
2015-10-04
*
remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ...
reed
2015-09-24
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
SkSurface copy-on-write can yield stale GPU render targets.
fmalita
2015-08-06
*
unify pixelref and image ID space, so we can share IDs when we share pixels
reed
2015-07-30
*
add ability to get FBO ID to Surface
joshualitt
2015-07-08
*
explicitly bump legacy genID on gpu surface
reed
2015-07-03
*
Add SkSurface factory for wrapping an FBO in SkSurface
bsalomon
2015-06-30
*
Rename flushForExternalRead->flushForExternalIO and always call in SkSurface:...
bsalomon
2015-06-30
*
remove premature discard optimization
reed
2015-06-29
*
add getTextureHandle to SkSurface
reed
2015-06-29
*
Make SkGpuDevice know its alpha type
bsalomon
2015-06-23
*
Rename all things "leaky" in SkDevice
robertphillips
2015-06-19
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Don't clear in SkSurface::NewWrappedRenderTarget
bsalomon
2015-06-16
*
Implement support for mixed sampled render targets
vbuzinov
2015-06-12
*
Towards removing getTexture() on SkImage
bsalomon
2015-06-10
*
don't use accessBitmap
reed
2015-05-26
*
new image from backend desc
reed
2015-05-07
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Add helper for creating a SkSurface from a client created texture.
bsalomon
2015-04-08
*
Swap render target instead of creating a new gpu device for surface copy-on-w...
kkinnunen
2015-02-22
*
Split out methods in GrGpuResource::CacheAccess that can be called outside of...
bsalomon
2015-02-13
*
Take budgeted param when snapping new image.
bsalomon
2015-01-23
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
Apply the layer's image filter to the hoisted image
robertphillips
2014-12-11
*
Change clear() to respect the clip
reed
2014-12-04
*
Revert "Change clear() to respect the clip"
reed
2014-12-02
[next]