From a33d161250b0787f4e7a3f3f09244451e22496ce Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 16 Oct 2012 21:26:43 -0700 Subject: workaround to unbreak the build (deadlock during boot) bug: 7363206 Change-Id: Ie79c309e367ba07336a5299af9fd59c6bd2390e7 --- libs/hwui/TextureCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/TextureCache.cpp') diff --git a/libs/hwui/TextureCache.cpp b/libs/hwui/TextureCache.cpp index 431367a34354..7fb86ee0da44 100644 --- a/libs/hwui/TextureCache.cpp +++ b/libs/hwui/TextureCache.cpp @@ -75,7 +75,7 @@ void TextureCache::init() { mDebugEnabled = readDebugLevel() & kDebugCaches; - mHasNPot = Caches::getInstance().extensions.hasNPot(); + mHasNPot = false; //Caches::getInstance().extensions.hasNPot(); } /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3-59-g8ed1b