diff options
| author | 2012-10-16 21:37:06 -0700 | |
|---|---|---|
| committer | 2012-10-16 21:37:07 -0700 | |
| commit | ec5acee17a2210c3abcb25406c087901fda77757 (patch) | |
| tree | 1a46fea4bf651690de4ec9d08eeb7b13bb7e8e7c /libs/hwui/TextureCache.cpp | |
| parent | b6454adb6c36290550105dd7e085c0d97e07c46f (diff) | |
| parent | a33d161250b0787f4e7a3f3f09244451e22496ce (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.cpp | 2 |
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(); } /////////////////////////////////////////////////////////////////////////////// |