From 35f24545e56caaff067f7dcd550ad4073efcface Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 11 Jan 2011 18:01:25 -0800 Subject: 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 --- libs/hwui/Properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-59-g8ed1b