From d8ed1b64a6c85a8364c23e825164b7bebb43a3a0 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Mon, 4 May 2015 10:09:23 -0700 Subject: Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) Reason for revert: messed up caching, recreating index buffers all the time. Original issue's description: > Move instanced index buffer creation to flush time > > Committed: https://skia.googlesource.com/skia/+/ab622c7b8cc8c39f0a594e4392b9e31b7e1ddb26 TBR=joshualitt@google.com,robertphillips@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1126613003 --- gyp/gpu.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'gyp') diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 3944a0355e..4d2549e2fd 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -167,8 +167,6 @@ '<(skia_src_path)/gpu/GrReducedClip.h', '<(skia_src_path)/gpu/GrResourceCache.cpp', '<(skia_src_path)/gpu/GrResourceCache.h', - '<(skia_src_path)/gpu/GrResourceProvider.cpp', - '<(skia_src_path)/gpu/GrResourceProvider.h', '<(skia_src_path)/gpu/GrStencil.cpp', '<(skia_src_path)/gpu/GrStencil.h', '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', -- cgit v1.2.3