From 26c0e4c1f54759249c2d61b50fb5430bd73793f2 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Fri, 25 May 2018 11:02:16 -0400 Subject: Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API. Bug: skia: Change-Id: I1e122e1b11ab308c2f83cb98c36c81511f4507d0 Reviewed-on: https://skia-review.googlesource.com/129980 Commit-Queue: Greg Daniel Reviewed-by: Brian Salomon Reviewed-by: Jim Van Verth --- gn/gpu.gni | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gn/gpu.gni') diff --git a/gn/gpu.gni b/gn/gpu.gni index d050df9ca9..85000a8bf4 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -535,8 +535,11 @@ skia_vk_sources = [ "$_include/gpu/vk/GrVkBackendContext.h", "$_include/gpu/vk/GrVkDefines.h", "$_include/gpu/vk/GrVkInterface.h", + "$_include/gpu/vk/GrVkMemoryAllocator.h", "$_include/gpu/vk/GrVkTypes.h", "$_include/private/GrVkTypesPriv.h", + "$_src/gpu/vk/GrVkAMDMemoryAllocator.cpp", + "$_src/gpu/vk/GrVkAMDMemoryAllocator.h", "$_src/gpu/vk/GrVkBackendContext.cpp", "$_src/gpu/vk/GrVkBuffer.cpp", "$_src/gpu/vk/GrVkBuffer.h", -- cgit v1.2.3