skia2/src/image
Adlai Holler 1fc76ce6ff Migrate more Android & SkSurface API off GrContext
Migration should be free because (1) the non-Android API is
only loosening up to GrRecordingContext and (2) the Android API
can only see GrContext through including GrDirectContext.h

Change-Id: I97aa75baba0b0969361db6eaef9f83ea94183700
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/323557
Commit-Queue: Adlai Holler <adlai@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2020-10-08 18:32:32 +00:00
..
SkImage_Base.h Downgrade SkImage to GrImageContext 2020-09-14 17:01:07 +00:00
SkImage_Gpu.cpp Migrate more Android & SkSurface API off GrContext 2020-10-08 18:32:32 +00:00
SkImage_Gpu.h Downgrade SkImage to GrImageContext 2020-09-14 17:01:07 +00:00
SkImage_GpuBase.cpp Migrate more Android & SkSurface API off GrContext 2020-10-08 18:32:32 +00:00
SkImage_GpuBase.h Downgrade SkImage to GrImageContext 2020-09-14 17:01:07 +00:00
SkImage_GpuYUVA.cpp SkImage_GpuYUVA doesn't take origin 2020-10-06 15:08:35 +00:00
SkImage_GpuYUVA.h SkImage_GpuYUVA doesn't take origin 2020-10-06 15:08:35 +00:00
SkImage_Lazy.cpp Reland "Add idea of DataType to SkYUVAPixmapInfo." 2020-09-03 18:05:17 +00:00
SkImage_Lazy.h Reland "Add idea of DataType to SkYUVAPixmapInfo." 2020-09-03 18:05:17 +00:00
SkImage_Raster.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
SkImage.cpp Remove unused SkImage YUVA factories. 2020-10-02 19:35:34 +00:00
SkReadPixelsRec.h header self-sufficiency and idempotency 2019-06-26 19:12:43 +00:00
SkRescaleAndReadPixels.cpp Add GrDirectContext arg to SkImage::readPixels 2020-08-27 19:26:29 +00:00
SkRescaleAndReadPixels.h Reland "Add async rescale and read APIs to SkImage." 2020-06-26 18:17:21 +00:00
SkSurface_Base.h Remove SkSurface::getContext 2020-09-16 18:47:18 +00:00
SkSurface_Gpu.cpp Migrate more Android & SkSurface API off GrContext 2020-10-08 18:32:32 +00:00
SkSurface_Gpu.h Remove SkSurface::getContext 2020-09-16 18:47:18 +00:00
SkSurface_GpuMtl.mm Reland "Migrate metal tools away from GrContext" 2020-09-23 19:11:07 +00:00
SkSurface_Raster.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
SkSurface.cpp Migrate more Android & SkSurface API off GrContext 2020-10-08 18:32:32 +00:00