summaryrefslogtreecommitdiff
path: root/libs/hwui/TextureCache.cpp
diff options
context:
space:
mode:
author Romain Guy <romainguy@google.com> 2012-10-16 21:37:06 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2012-10-16 21:37:07 -0700
commitec5acee17a2210c3abcb25406c087901fda77757 (patch)
tree1a46fea4bf651690de4ec9d08eeb7b13bb7e8e7c /libs/hwui/TextureCache.cpp
parentb6454adb6c36290550105dd7e085c0d97e07c46f (diff)
parenta33d161250b0787f4e7a3f3f09244451e22496ce (diff)
Merge "workaround to unbreak the build (deadlock during boot)" into jb-mr1-dev
Diffstat (limited to 'libs/hwui/TextureCache.cpp')
-rw-r--r--libs/hwui/TextureCache.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}
///////////////////////////////////////////////////////////////////////////////