Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35f24545 authored by Romain Guy's avatar Romain Guy
Browse files

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
parent a9d07113
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.