summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-01-11 17:58:56 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-11 17:58:56 -0800
commit6ed4a2f72531c2d9f256c19b09414aa9ea5da8c5 (patch)
treee30f307638f1b14162d2bbdfcf4ca7cc26fa2e8b
parent45a8f53b25c8306c7f2c37f3a1d70ace21956e28 (diff)
parent35f24545e56caaff067f7dcd550ad4073efcface (diff)
Merge "Disable the region compositing pipeline for layers." into honeycomb
-rw-r--r--libs/hwui/Properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index 6a0d7ea18dfb..c4749363711e 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -26,7 +26,7 @@
*/
// If turned on, layers drawn inside FBOs are optimized with regions
-#define RENDER_LAYERS_AS_REGIONS 1
+#define RENDER_LAYERS_AS_REGIONS 0
/**
* Debug level for app developers.