diff options
| author | Romain Guy <romainguy@google.com> | 2011-01-11 17:58:56 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-11 17:58:56 -0800 |
| commit | 6ed4a2f72531c2d9f256c19b09414aa9ea5da8c5 (patch) | |
| tree | e30f307638f1b14162d2bbdfcf4ca7cc26fa2e8b | |
| parent | 45a8f53b25c8306c7f2c37f3a1d70ace21956e28 (diff) | |
| parent | 35f24545e56caaff067f7dcd550ad4073efcface (diff) | |
Merge "Disable the region compositing pipeline for layers." into honeycomb
| -rw-r--r-- | libs/hwui/Properties.h | 2 |
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. |
