aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkSpecialImage.cpp
Commit message (Expand)AuthorAge
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Remove atlas creation from GrResourceProviderGravatar Robert Phillips2017-03-02
* Remove SkSpecialImage's GrTexture-based ctorsGravatar Robert Phillips2017-02-21
* Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2)Gravatar Robert Phillips2017-02-20
* Replace SkSpecialImage::makeTightSubset with asImage (take 2)Gravatar Robert Phillips2017-02-18
* Expand use of GrMakeCachedBitmapProxy (take 2)Gravatar Robert Phillips2017-02-18
* Revert "Expand use of GrMakeCachedBitmapProxy"Gravatar Robert Phillips2017-02-17
* Expand use of GrMakeCachedBitmapProxyGravatar Robert Phillips2017-02-17
* Revert "Replace SkSpecialImage::makeTightSubset with asImage"Gravatar Robert Phillips2017-02-17
* Replace SkSpecialImage::makeTightSubset with asImageGravatar Robert Phillips2017-02-16
* Tighten up GrSurfaceProxy typingGravatar Robert Phillips2017-02-15
* Add GrMakeCachedBitmapProxyGravatar Robert Phillips2017-02-15
* Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly"Gravatar Robert Phillips2017-02-08
* Remove asTextureRef from SkSpecialImage & update effects accordinglyGravatar Robert Phillips2017-02-07
* Broaden checking of GrSurfaceProxy::MakeDeferred's return valueGravatar Robert Phillips2017-02-01
* Reduce use of SkImage_Base::peekTextureGravatar Robert Phillips2017-01-31
* Continue making Ganesh use absolute texture coordinates - take 2Gravatar Robert Phillips2017-01-20
* Add a deferred copy surface (take 3)Gravatar Robert Phillips2016-12-15
* Revert "Add a deferred copy surface (take 2)"Gravatar Robert Phillips2016-12-14
* Add a deferred copy surface (take 2)Gravatar Robert Phillips2016-12-13
* Revert "Add a deferred copy surface"Gravatar Robert Phillips2016-12-13
* Add a deferred copy surfaceGravatar Robert Phillips2016-12-13
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-21
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* Guard against instantiate & accessRenderTarget failuresGravatar Robert Phillips2016-11-17
* Revert "Support decoding images to multiple formats, depending on usage"Gravatar Brian Osman2016-11-15
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-15
* Start plumbing deferral of GPU resources in the image filtersGravatar Robert Phillips2016-11-14
* Consolidate GrSurfaceProxy Make methodsGravatar Robert Phillips2016-11-09
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* Back SkSpecialImage_Gpu with a GrTextureProxyGravatar Robert Phillips2016-11-02
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Change SkSpecialImage::makeSurface and makeTightSurface to take outputGravatar brianosman2016-09-23
* Revert of Create special surfaces according to original device (not always in...Gravatar brianosman2016-09-23
* Change SkSpecialImage::makeSurface and makeTightSurface to take outputGravatar brianosman2016-09-23
* Remove isOpaque from SkSpecialImage, just use alpha typeGravatar brianosman2016-08-16
* lock special-raster while the caller's bitmap is in-scopeGravatar reed2016-07-25
* remove/deprecate SkBitmap::getTexture, as it now always returns falseGravatar reed2016-07-25
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Remove SkGrPixelRefGravatar robertphillips2016-07-21
* Adding color space to SkSpecialImageGravatar brianosman2016-07-21
* Have MakeFromImage fission the SkImage into a raster or a texture (patchset #...Gravatar reed2016-07-20
* Revert of have MakeFromImage fission the SkImage into a raster or a texture (...Gravatar reed2016-07-20
* have MakeFromImage fission the SkImage into a raster or a textureGravatar reed2016-07-20
* Adding an SkColorSpace to SkImage_GpuGravatar brianosman2016-07-20
* remove dead methods now that we use specials exclusively for imagefiltersGravatar reed2016-07-20
* use special-image for imagefilters and save/restore layerGravatar reed2016-07-20
* remove unused MakeFromPixmapGravatar reed2016-07-19
* use gpu-image instead of wrapping in a bitmap for specialimageGravatar reed2016-07-13