aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkSurface_Gpu.cpp
Commit message (Expand)AuthorAge
* SkImage doesn't use props, so don't need to store itGravatar reed2015-10-04
* remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ...Gravatar reed2015-09-24
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* SkSurface copy-on-write can yield stale GPU render targets.Gravatar fmalita2015-08-06
* unify pixelref and image ID space, so we can share IDs when we share pixelsGravatar reed2015-07-30
* add ability to get FBO ID to SurfaceGravatar joshualitt2015-07-08
* explicitly bump legacy genID on gpu surfaceGravatar reed2015-07-03
* Add SkSurface factory for wrapping an FBO in SkSurfaceGravatar bsalomon2015-06-30
* Rename flushForExternalRead->flushForExternalIO and always call in SkSurface:...Gravatar bsalomon2015-06-30
* remove premature discard optimizationGravatar reed2015-06-29
* add getTextureHandle to SkSurfaceGravatar reed2015-06-29
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* Rename all things "leaky" in SkDeviceGravatar robertphillips2015-06-19
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Don't clear in SkSurface::NewWrappedRenderTargetGravatar bsalomon2015-06-16
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Towards removing getTexture() on SkImageGravatar bsalomon2015-06-10
* don't use accessBitmapGravatar reed2015-05-26
* new image from backend descGravatar reed2015-05-07
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Add helper for creating a SkSurface from a client created texture.Gravatar bsalomon2015-04-08
* Swap render target instead of creating a new gpu device for surface copy-on-w...Gravatar kkinnunen2015-02-22
* Split out methods in GrGpuResource::CacheAccess that can be called outside of...Gravatar bsalomon2015-02-13
* Take budgeted param when snapping new image.Gravatar bsalomon2015-01-23
* Require budget decision when creating a RenderTarget SkSurface.Gravatar bsalomon2015-01-16
* Apply the layer's image filter to the hoisted imageGravatar robertphillips2014-12-11
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* add SkImage::newSurfaceGravatar reed2014-11-21
* rename filterTextFlags to disableLCDGravatar reed2014-11-13
* Get gpudft support working in dm, gm, nanobench and bench_picturesGravatar jvanverth2014-11-07
* Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures ...Gravatar jvanverth2014-11-06
* Get gpudft support working in dm, gm, nanobench and bench_picturesGravatar jvanverth2014-11-06
* allow SkUserConfig.h to control NOGPUGravatar reed2014-10-30
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-08
* Revert "GrResourceCache2 manages scratch texture."Gravatar Brian Salomon2014-10-07
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-07
* GrContext::copyTexture->GrContext::copySurface.Gravatar bsalomon2014-10-07
* Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes ...Gravatar bsalomon2014-10-02
* GrContext::copyTexture->GrContext::copySurface.Gravatar bsalomon2014-10-02
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...Gravatar robertphillips2014-09-30
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21