Merge "Disable the region compositing pipeline for layers." into honeycomb

This commit is contained in:
Romain Guy
2011-01-11 17:58:56 -08:00
committed by Android (Google) Code Review

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.