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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user