aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkSurface_Gpu.cpp
Commit message (Expand)AuthorAge
* update callsites for Make image factoriesGravatar reed2016-03-17
* Remove internal calls to SkImage::getTextureGravatar bsalomon2016-02-29
* When a surface is backed by an external render target force a copy on image snapGravatar bsalomon2016-02-26
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Fix ~,! typo when clearing kRenderTarget flagGravatar Brian Salomon2016-02-24
* Add wrapBackendTextureAsRenderTarget APIGravatar ericrk2016-02-24
* Allow client to force an SkImage snapshot to be unique (and uniquely own its ...Gravatar bsalomon2016-02-22
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-10
* Turn on conservative raster clip for GPU canvasesGravatar bsalomon2016-02-10
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19...Gravatar caryclark2016-02-09
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-09
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17...Gravatar bsalomon2016-02-05
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-05
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14...Gravatar jcgregorio2016-02-04
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-04
* 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