aboutsummaryrefslogtreecommitdiff
path: root/tests/ImageFilterCacheTest.cpp
AgeCommit message (Expand)Author
2017-07-27Pull non-substantive changes out of omnibus GrSurface CLRobert Phillips
2017-07-24Second small fragment from "Reduce dependence on GrSurface's origin field"Robert Phillips
2017-07-21Revert "Reduce dependence on GrSurface's origin field"Robert Phillips
2017-07-21Reduce dependence on GrSurface's origin fieldRobert Phillips
2017-06-29Fix memory leak in SkImageFilterxidachen
2017-06-15Remove GrGpu.h from GrResourceProvider.hRobert Phillips
2017-06-13Retract GrTexture*.h & GrRenderTarget*.h from other headersRobert Phillips
2017-06-05Make instantiate return a BooleanRobert Phillips
2017-05-17Remove GrSurfaceDesc member from GrSurfaceProxy.Brian Salomon
2017-04-20Revert "Revert "Plumb GrBackendTexture throughout skia.""Greg Daniel
2017-04-19Revert "Plumb GrBackendTexture throughout skia."Stan Iliev
2017-04-18Plumb GrBackendTexture throughout skia.Greg Daniel
2017-04-06Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Robert Phillips
2017-04-05Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Robert Phillips
2017-04-05Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Robert Phillips
2017-04-05Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Robert Phillips
2017-04-05Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPrivRobert Phillips
2017-03-14Add GrRenderTargetContext::resourceProvider & GrResourceProvider::capsRobert Phillips
2017-03-04Rebase and fix chromiumBrian Osman
2017-03-03Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>Robert Phillips
2017-03-02Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""Brian Osman
2017-03-02Revert "Revert "Revert "Move GrTextureProvider to src"""Brian Osman
2017-03-01Revert "Revert "Move GrTextureProvider to src""Brian Osman
2017-03-01Revert "Move GrTextureProvider to src"Brian Osman
2017-03-01Move GrTextureProvider to srcBrian Osman
2017-02-21Remove SkSpecialImage's GrTexture-based ctorsRobert Phillips
2017-02-01Expand SkImage::getTextureHandle callRobert Phillips
2017-01-12Fix SkImageFilterCache raceFlorin Malita
2016-12-09Plumb dst color space in many places, rather than "mode"Brian Osman
2016-11-21Support decoding images to multiple formats, depending on usageBrian Osman
2016-11-15Revert "Support decoding images to multiple formats, depending on usage"Brian Osman
2016-11-15Support decoding images to multiple formats, depending on usageBrian Osman
2016-11-04tests: s/SkAutoTUnref/sk_sp/Hal Canary
2016-10-14Fix bad test that was asserting on Vulkan Win10 botBrian Osman
2016-10-14Remove many uses of kSkia8888 and kSkiaGamma8888Brian Osman
2016-07-21Adding color space to SkSpecialImagebrianosman
2016-06-28Enable many more tests for Vulkanegdaniel
2016-05-11Turn ContextInfos returned by GrContextFactory into structs.bsalomon
2016-04-27Image filters: de-nest SkImageFilter::Cache and Cache::Key.senorblanco
2016-04-25Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurfacerobertphillips
2016-04-20Begin removing deprecated (and now, unused) ImageFilter code pathsrobertphillips
2016-04-18Make SkImageFilter::Cache purging methods pure virtualrobertphillips
2016-04-12Make more unit tests run on Vulkanbsalomon
2016-04-06Make existing unit tests only run on GL contextsbsalomon
2016-04-05One signature for creating unit tests that run on premade GrContextsbsalomon
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2016-03-17Switch SkSpecialImage & SkSpecialSurface classes over to smart pointersrobertphillips
2016-03-17update callsites for Make image factoriesreed
2016-03-09Switch SkImageSource image filter over to new onFilterImage interfacerobertphillips
2016-02-25Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon