From a84f5dca506fff74addf9920bb1456db546ae9c6 Mon Sep 17 00:00:00 2001 From: Krylon360 Date: Thu, 9 Aug 2012 10:16:20 -0600 Subject: 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 --- services/surfaceflinger/Android.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'services') 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 -- cgit v1.1