From 266218fb1f2711d94f111c6ab925eb939b578087 Mon Sep 17 00:00:00 2001 From: andixlm Date: Sat, 27 Dec 2014 18:35:20 +0500 Subject: [PATCH] patches: Remove patch This patch has been merged into CM sources --- patches/frameworks_native.patch | 41 ++++----------------------------- 1 file changed, 5 insertions(+), 36 deletions(-) diff --git a/patches/frameworks_native.patch b/patches/frameworks_native.patch index 5662376..cd99c26 100644 --- a/patches/frameworks_native.patch +++ b/patches/frameworks_native.patch @@ -1,7 +1,7 @@ From f5a10b0b68a605c72d21cbb6154ce22c8e61fcbf Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Thu, 14 Nov 2013 15:19:46 +0700 -Subject: [PATCH 1/6] binder: add compat symbol +Subject: [PATCH 1/5] binder: add compat symbol Required for older Samsung libtvout @@ -32,7 +32,7 @@ index dd04dcf..9ec2380 100644 From 09dfa878275bf6f659f872e6cb78e622f2c51d00 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Tue, 10 Dec 2013 19:38:17 +0700 -Subject: [PATCH 2/6] binder: add compat symbols +Subject: [PATCH 2/5] binder: add compat symbols Required for libtvservice_binder.so on I9082 @@ -78,7 +78,7 @@ index 1dbb06f..8b36a54 100644 From 6c3105fa714aa2e62a76511c4502630eabe92fd6 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Mon, 16 Dec 2013 15:45:42 +0700 -Subject: [PATCH 3/6] sf: CAPRI_HWC: fix rotation artifact +Subject: [PATCH 3/5] sf: CAPRI_HWC: fix rotation artifact --- services/surfaceflinger/SurfaceFlinger.cpp | 5 +++++ @@ -107,7 +107,7 @@ index bbe5e90..97b03f7 100644 From 87783ab8b67f8acbcf23f455a940a2015223a3f2 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Mon, 15 Dec 2014 23:12:44 +0700 -Subject: [PATCH 4/6] SurfaceComposerClient: don't block RGBA_8888 for +Subject: [PATCH 4/5] SurfaceComposerClient: don't block RGBA_8888 for screenshot on CAPRI_HWC Works here and required for ColorFade animation @@ -137,7 +137,7 @@ index 6ec4f23..40d0c81 100644 From a4f1c9e23968ebb3410e84b6c8151a6649bb4493 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Sat, 20 Dec 2014 19:09:27 +0700 -Subject: [PATCH 5/6] sf: CAPRI_HWC: fix for screen recording +Subject: [PATCH 5/5] sf: CAPRI_HWC: fix for screen recording Change-Id: I6c7e59400eab86bc5ec0ffebbcc475fa0fa404d2 --- @@ -164,34 +164,3 @@ index f152b65..3b2fd0a 100644 -- 1.9.3 (Apple Git-50) - -From b7dd47547130ffb48dedf1bc36d61423bcf6ae90 Mon Sep 17 00:00:00 2001 -From: Pawit Pornkitprasan -Date: Sat, 2 Nov 2013 23:02:15 -0700 -Subject: [PATCH 6/6] libEGL: allow devices to workaround Google bug 10194508 - -Most older blobs don't have the EGL_KHR_gl_colorspace -extension and need this workaround. - -Change-Id: Ifc5d097c1a0b68275d23c2d191976ac96631b695 ---- - opengl/libs/Android.mk | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk -index 376332e..d2190ba 100644 ---- a/opengl/libs/Android.mk -+++ b/opengl/libs/Android.mk -@@ -50,6 +50,9 @@ endif - ifeq ($(TARGET_BOARD_PLATFORM), omap4) - LOCAL_CFLAGS += -DWORKAROUND_BUG_10194508=1 - endif -+ifeq ($(BOARD_EGL_WORKAROUND_BUG_10194508),true) -+ LOCAL_CFLAGS += -DWORKAROUND_BUG_10194508=1 -+endif - ifneq ($(MAX_EGL_CACHE_ENTRY_SIZE),) - LOCAL_CFLAGS += -DMAX_EGL_CACHE_ENTRY_SIZE=$(MAX_EGL_CACHE_ENTRY_SIZE) - endif --- -2.1.3 -