From d4f100dad90ed5beb1b614464d8c4fcb22c0a993 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Wed, 20 Sep 2017 15:58:44 -0400 Subject: Add native caching of uniquely keyed GrTextureProxies Change-Id: I303fe025b7856b8d681a2d35b416c015bd468e1d Reviewed-on: https://skia-review.googlesource.com/48300 Commit-Queue: Robert Phillips Reviewed-by: Brian Salomon --- gn/gpu.gni | 1 + gn/tests.gni | 1 + 2 files changed, 2 insertions(+) (limited to 'gn') diff --git a/gn/gpu.gni b/gn/gpu.gni index 1a5687e9e8..fbc976b70d 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -185,6 +185,7 @@ skia_gpu_sources = [ "$_src/gpu/GrTessellator.h", "$_src/gpu/GrTextureOpList.cpp", "$_src/gpu/GrTextureOpList.h", + "$_src/gpu/GrTextureProxyCacheAccess.h", "$_src/gpu/GrTracing.h", "$_src/gpu/GrTestUtils.cpp", "$_src/gpu/GrTestUtils.h", diff --git a/gn/tests.gni b/gn/tests.gni index c2f3759cd2..9cea3ea355 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -248,6 +248,7 @@ tests_sources = [ "$_tests/TestUtils.cpp", "$_tests/TextBlobCacheTest.cpp", "$_tests/TextBlobTest.cpp", + "$_tests/TextureProxyTest.cpp", "$_tests/Time.cpp", "$_tests/TLSTest.cpp", "$_tests/TopoSortTest.cpp", -- cgit v1.2.3