fix gpu performance regression (flags only, depends on a frameworks_base commit)
This commit is contained in:
parent
eb896cbe30
commit
73eba3748d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user