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
*
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
*
Change clear() to respect the clip
reed
2014-12-02
*
add SkImage::newSurface
reed
2014-11-21
*
rename filterTextFlags to disableLCD
reed
2014-11-13
*
Get gpudft support working in dm, gm, nanobench and bench_pictures
jvanverth
2014-11-07
*
Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures ...
jvanverth
2014-11-06
*
Get gpudft support working in dm, gm, nanobench and bench_pictures
jvanverth
2014-11-06
*
allow SkUserConfig.h to control NOGPU
reed
2014-10-30
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
Revert "GrResourceCache2 manages scratch texture."
Brian Salomon
2014-10-07
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-07
*
GrContext::copyTexture->GrContext::copySurface.
bsalomon
2014-10-07
*
Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes ...
bsalomon
2014-10-02
*
GrContext::copyTexture->GrContext::copySurface.
bsalomon
2014-10-02
*
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...
robertphillips
2014-09-30
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-09-30
*
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
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
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 flag for SkGpuSurface creation to enable distance fields.
commit-bot@chromium.org
2014-05-02
*
stop using deprecated bitmap::config for gpu
commit-bot@chromium.org
2014-04-23
*
Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()
commit-bot@chromium.org
2014-03-28
*
Adding a new SkSurface factory for generating surfaces from the scratch textu...
commit-bot@chromium.org
2014-03-19
*
Manual revert of https://code.google.com/p/skia/source/detail?r=13353 due to ...
commit-bot@chromium.org
2014-03-04
*
still trying to kill setDevice: rename to setRootDevice (better name) and mak...
commit-bot@chromium.org
2014-02-17
*
Change device factories to take SkImageInfo instead of SkBitmap::Config
commit-bot@chromium.org
2014-02-16
*
remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT
reed@google.com
2014-02-07
*
use new instead of createCompatibleDevice, since we know the subclass we want
reed@google.com
2014-02-06
*
remove redundant GrContext parameter to NewRenderTargetDirect
reed@google.com
2014-02-04
*
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]