aboutsummaryrefslogtreecommitdiff
path: root/tests/ImageFilterCacheTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move resourceProvider accessor to GrContextPriv (take 2)Robert Phillips2018-01-161-1/+1
* Revert "Move resourceProvider accessor to GrContextPriv"Hal Canary2018-01-161-1/+1
* Move resourceProvider accessor to GrContextPrivRobert Phillips2018-01-161-1/+1
* Funnel most proxy creation through GrProxyProviderRobert Phillips2018-01-161-3/+3
* Add GrProxyProviderRobert Phillips2018-01-081-6/+5
* Add new SkImage factory to create from GrBackendTexture with SkColorTypeGreg Daniel2017-12-181-1/+3
* Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and ...Robert Phillips2017-12-131-6/+2
* Add flag on GrBackendTexture to say whether texture is mipped or notGreg Daniel2017-10-121-0/+1
* Pull non-substantive changes out of omnibus GrSurface CLRobert Phillips2017-07-271-1/+1
* Second small fragment from "Reduce dependence on GrSurface's origin field"Robert Phillips2017-07-241-1/+2
* Revert "Reduce dependence on GrSurface's origin field"Robert Phillips2017-07-211-2/+1
* Reduce dependence on GrSurface's origin fieldRobert Phillips2017-07-211-1/+2
* Fix memory leak in SkImageFilterxidachen2017-06-291-7/+7
* Remove GrGpu.h from GrResourceProvider.hRobert Phillips2017-06-151-0/+2
* Retract GrTexture*.h & GrRenderTarget*.h from other headersRobert Phillips2017-06-131-0/+1
* Make instantiate return a BooleanRobert Phillips2017-06-051-2/+2
* Remove GrSurfaceDesc member from GrSurfaceProxy.Brian Salomon2017-05-171-1/+1
* Revert "Revert "Plumb GrBackendTexture throughout skia.""Greg Daniel2017-04-201-16/+17
* Revert "Plumb GrBackendTexture throughout skia."Stan Iliev2017-04-191-17/+16
* Plumb GrBackendTexture throughout skia.Greg Daniel2017-04-181-16/+17
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Robert Phillips2017-04-061-17/+11
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Robert Phillips2017-04-051-11/+17
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Robert Phillips2017-04-051-17/+11
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Robert Phillips2017-04-051-11/+17
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPrivRobert Phillips2017-04-051-17/+11
* Add GrRenderTargetContext::resourceProvider & GrResourceProvider::capsRobert Phillips2017-03-141-4/+3
* Rebase and fix chromiumBrian Osman2017-03-041-3/+3
* Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>Robert Phillips2017-03-031-6/+5
* Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""Brian Osman2017-03-021-0/+1
* Revert "Revert "Revert "Move GrTextureProvider to src"""Brian Osman2017-03-021-1/+0
* Revert "Revert "Move GrTextureProvider to src""Brian Osman2017-03-011-0/+1
* Revert "Move GrTextureProvider to src"Brian Osman2017-03-011-1/+0
* Move GrTextureProvider to srcBrian Osman2017-03-011-0/+1
* Remove SkSpecialImage's GrTexture-based ctorsRobert Phillips2017-02-211-6/+27
* Expand SkImage::getTextureHandle callRobert Phillips2017-02-011-2/+22
* Fix SkImageFilterCache raceFlorin Malita2017-01-121-1/+1
* Plumb dst color space in many places, rather than "mode"Brian Osman2016-12-091-4/+4
* Support decoding images to multiple formats, depending on usageBrian Osman2016-11-211-2/+4
* Revert "Support decoding images to multiple formats, depending on usage"Brian Osman2016-11-151-4/+2
* Support decoding images to multiple formats, depending on usageBrian Osman2016-11-151-2/+4
* tests: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-041-5/+5
* Fix bad test that was asserting on Vulkan Win10 botBrian Osman2016-10-141-1/+1
* Remove many uses of kSkia8888 and kSkiaGamma8888Brian Osman2016-10-141-1/+1
* Adding color space to SkSpecialImagebrianosman2016-07-211-2/+2
* Enable many more tests for Vulkanegdaniel2016-06-281-1/+1
* Turn ContextInfos returned by GrContextFactory into structs.bsalomon2016-05-111-3/+3
* Image filters: de-nest SkImageFilter::Cache and Cache::Key.senorblanco2016-04-271-16/+16
* Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurfacerobertphillips2016-04-251-1/+1
* Begin removing deprecated (and now, unused) ImageFilter code pathsrobertphillips2016-04-201-6/+6
* Make SkImageFilter::Cache purging methods pure virtualrobertphillips2016-04-181-0/+3