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
*
Delete SkColorSpace::gammaNamed() from public API
msarett
2016-09-07
*
Some tests around surface creation and snapshotting with color space
brianosman
2016-08-30
*
rename FoceCopyMode to SkCopyPixelMode
reed
2016-08-05
*
Remove SkSurface::MakeRenderTargetDirect
robertphillips
2016-08-04
*
Reduce usage of MakeRenderTargetDirect
robertphillips
2016-07-26
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Deprecate SkDevice::accessBitmap method
robertphillips
2016-07-21
*
Adding an SkColorSpace to SkImage_Gpu
brianosman
2016-07-20
*
Remove SkDevice::accessRenderTarget virtual
robertphillips
2016-07-20
*
(Mostly) Retract GrRenderTarget from SkGpuDevice
robertphillips
2016-05-17
*
Retract GrRenderTarget a bit within SkGpuDevice
robertphillips
2016-05-13
*
Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:200...
robertphillips
2016-05-06
*
Retract GrRenderTarget a bit within SkGpuDevice
robertphillips
2016-05-05
*
Add sk_sp to SkSurface_Gpu and SkGpuDevice
robertphillips
2016-04-29
*
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
[next]