summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrylon360 <b.t.walter@gmail.com>2012-08-09 10:16:20 -0600
committerSteven Luo <steven@steven676.net>2013-03-31 07:03:04 -0700
commita84f5dca506fff74addf9920bb1456db546ae9c6 (patch)
tree5f078826724aa7171c850899400e243a966edcd1
parent8721f8355d4adef4c71d94764cd78050dee98c85 (diff)
downloadframeworks_native-a84f5dca506fff74addf9920bb1456db546ae9c6.zip
frameworks_native-a84f5dca506fff74addf9920bb1456db546ae9c6.tar.gz
frameworks_native-a84f5dca506fff74addf9920bb1456db546ae9c6.tar.bz2
SurfaceFlinger: Removal of NO_RGBX_8888 flag for OMAP3
Removing this will allow color format of surface to be set for RGBX8888 that can improve performance for 32 bit framebuffer. Tested on Nook Color with CM10 TI's commit can be found here: review.omapzoom.org/#/c/21374/3 This will also remove the need to have BOARD_NO_RGBX_8888 := true in the BoardConfig.mk Change-Id: Ibc6e56c992a6433bc8688d88471d4feb9084278c
-rw-r--r--services/surfaceflinger/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index dac8467..b3fa5fb 100644
--- a/services/surfaceflinger/Android.mk
+++ b/services/surfaceflinger/Android.mk
@@ -23,9 +23,6 @@ LOCAL_SRC_FILES:= \
LOCAL_CFLAGS:= -DLOG_TAG=\"SurfaceFlinger\"
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
-ifeq ($(TARGET_BOARD_PLATFORM),omap3)
- LOCAL_CFLAGS += -DNO_RGBX_8888
-endif
ifeq ($(TARGET_BOARD_PLATFORM),omap4)
LOCAL_CFLAGS += -DHAS_CONTEXT_PRIORITY
endif