skia2/src/image
Adlai Holler 7b97b3cb2b Reland "Migrate metal tools away from GrContext"
This reverts commit 18f4b1c7e3.

Reason for revert: Fixed iOS

Original change's description:
> Revert "Migrate metal tools away from GrContext"
>
> This reverts commit 3eb813e0cc.
>
> Reason for revert: Broke iOS
>
> Original change's description:
> > Migrate metal tools away from GrContext
> >
> > Change-Id: I73a73ca5d088c35acd23be3336d8d1e3e859a82e
> > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/318760
> > Commit-Queue: Brian Salomon <bsalomon@google.com>
> > Auto-Submit: Adlai Holler <adlai@google.com>
> > Reviewed-by: Brian Salomon <bsalomon@google.com>
>
> TBR=bsalomon@google.com,robertphillips@google.com,adlai@google.com
>
> Change-Id: Idf74c936cfe8481e18455dcc0faa21155884b198
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/319017
> Reviewed-by: Adlai Holler <adlai@google.com>
> Commit-Queue: Adlai Holler <adlai@google.com>

TBR=bsalomon@google.com,robertphillips@google.com,adlai@google.com


Change-Id: I6e14a333be4a960af0434bbcb6ce9a1a2271dca6
Cq-Include-Trybots: luci.skia.skia.primary:Build-Mac-Clang-arm64-Debug-iOS_Metal,Test-iOS-Clang-iPhone11-GPU-AppleA13-arm64-Debug-All-Metal,Test-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Debug-All-Metal,Test-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Debug-All-DDL3_Metal
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/319018
Commit-Queue: Adlai Holler <adlai@google.com>
Reviewed-by: Adlai Holler <adlai@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2020-09-23 19:11:07 +00:00
..
SkImage_Base.h Downgrade SkImage to GrImageContext 2020-09-14 17:01:07 +00:00
SkImage_Gpu.cpp Downgrade SkImage to GrImageContext 2020-09-14 17:01:07 +00:00
SkImage_Gpu.h Downgrade SkImage to GrImageContext 2020-09-14 17:01:07 +00:00
SkImage_GpuBase.cpp Downgrade SkImage to GrImageContext 2020-09-14 17:01:07 +00:00
SkImage_GpuBase.h Downgrade SkImage to GrImageContext 2020-09-14 17:01:07 +00:00
SkImage_GpuYUVA.cpp New version of SkImage::MakeFromYUVAPixmaps() 2020-09-15 16:13:50 +00:00
SkImage_GpuYUVA.h Downgrade SkImage to GrImageContext 2020-09-14 17:01:07 +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 Refactor API for mipmap-builder, 2020-09-17 21:46:44 +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 Remove SkSurface::getContext 2020-09-16 18:47:18 +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 Remove SkSurface::getContext 2020-09-16 18:47:18 +00:00