summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Romain Guy <romainguy@google.com> 2011-01-11 18:01:25 -0800
committer Romain Guy <romainguy@google.com> 2011-01-11 18:01:25 -0800
commit35f24545e56caaff067f7dcd550ad4073efcface (patch)
tree81c7326f0130ec0d183f34a1e93fa40202609e58
parenta9d0711392689a94b9f76eb0c16d0718c005603e (diff)
Disable the region compositing pipeline for layers.
This composition mode is affecting Gmail in a bad way. Disabling until I can figure out the problem. Change-Id: I00e657ea2d05fc7b4a606242d19dc84dd88c1e35
-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.