fix gpu performance regression (flags only, depends on a frameworks_base commit)

This commit is contained in:
Michael 2012-05-20 17:39:25 +03:00
parent eb896cbe30
commit 73eba3748d

View File

@ -100,6 +100,10 @@ TARGET_USES_C2D_COMPOSITION := false
# Allow fallback to ashmem
TARGET_GRALLOC_USES_ASHMEM := true
# fix gpu performance regression
BOARD_ADRENO_DECIDE_TEXTURE_TARGET := true
COMMON_GLOBAL_CFLAGS += -DDECIDE_TEXTURE_TARGET
COMMON_GLOBAL_CFLAGS += -DEGL_TRACE
BOARD_USES_QCOM_LIBS := true