aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Timothy Liang <timliang@google.com>2018-07-31 10:51:17 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-31 16:25:55 +0000
commite30739a1e1d90183bc6bf7414e409e89016881f5 (patch)
tree4b84aeadee82fde5b45ec75aa1782897e2c9625f /gn
parentc8ece3d5f877d67114dfda51a336dfdf7838095a (diff)
implemented copy surface as draw for metal gpu backend
Bug: skia: Change-Id: Ie61bd6ad9f288b8a025d44f887a0954101a7d710 Reviewed-on: https://skia-review.googlesource.com/142687 Commit-Queue: Timothy Liang <timliang@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gpu.gni12
1 files changed, 9 insertions, 3 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index 51a0dc29ec..ca86484d58 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -626,15 +626,21 @@ skia_metal_sources = [
"$_include/gpu/mtl/GrMtlTypes.h",
"$_src/gpu/mtl/GrMtlCaps.h",
"$_src/gpu/mtl/GrMtlCaps.mm",
+ "$_src/gpu/mtl/GrMtlCopyManager.h",
+ "$_src/gpu/mtl/GrMtlCopyManager.mm",
+ "$_src/gpu/mtl/GrMtlCopyPipelineState.h",
+ "$_src/gpu/mtl/GrMtlCopyPipelineState.mm",
"$_src/gpu/mtl/GrMtlGpu.h",
"$_src/gpu/mtl/GrMtlGpu.mm",
"$_src/gpu/mtl/GrMtlGpuCommandBuffer.h",
- "$_src/gpu/mtl/GrMtlRenderTarget.mm",
"$_src/gpu/mtl/GrMtlRenderTarget.h",
- "$_src/gpu/mtl/GrMtlTexture.mm",
+ "$_src/gpu/mtl/GrMtlRenderTarget.mm",
+ "$_src/gpu/mtl/GrMtlResourceProvider.h",
+ "$_src/gpu/mtl/GrMtlResourceProvider.mm",
"$_src/gpu/mtl/GrMtlTexture.h",
- "$_src/gpu/mtl/GrMtlTextureRenderTarget.mm",
+ "$_src/gpu/mtl/GrMtlTexture.mm",
"$_src/gpu/mtl/GrMtlTextureRenderTarget.h",
+ "$_src/gpu/mtl/GrMtlTextureRenderTarget.mm",
"$_src/gpu/mtl/GrMtlTrampoline.h",
"$_src/gpu/mtl/GrMtlTrampoline.mm",
"$_src/gpu/mtl/GrMtlUtil.h",