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
This commit is contained in:
Romain Guy
2011-01-11 18:01:25 -08:00
parent a9d0711392
commit 35f24545e5

View File

@@ -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.