From 8d4aeb7111afac0c3c7e56d4ad5d92f9cfce2ffd Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 12 Feb 2013 16:08:55 -0800 Subject: Add a render buffer cache to reuse stencil buffers Bug #7146141 This new cache is used in a similar way to LayerCache. It helps reuse already allocated stencil buffers and thus avoid churning memory on every frame. Change-Id: I19551d72da52c40039e65904563600e492c8b193 --- libs/hwui/LayerCache.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/hwui/LayerCache.cpp') diff --git a/libs/hwui/LayerCache.cpp b/libs/hwui/LayerCache.cpp index 427846459162..a0709afa010f 100644 --- a/libs/hwui/LayerCache.cpp +++ b/libs/hwui/LayerCache.cpp @@ -21,7 +21,6 @@ #include #include "Caches.h" -#include "Debug.h" #include "LayerCache.h" #include "Properties.h" -- cgit v1.2.3-59-g8ed1b