summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston/0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch')
-rw-r--r--recipes-graphics/wayland/weston/0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch13
1 files changed, 8 insertions, 5 deletions
diff --git a/recipes-graphics/wayland/weston/0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch b/recipes-graphics/wayland/weston/0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch
index 58b5966..1cfca7b 100644
--- a/recipes-graphics/wayland/weston/0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch
+++ b/recipes-graphics/wayland/weston/0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch
@@ -1,7 +1,8 @@
1From 2a24c62ef00d1b08974bd8f07e277695ac2911fa Mon Sep 17 00:00:00 2001 1From 8a887ec821a53f18a7530b77f08ec823ce757937 Mon Sep 17 00:00:00 2001
2From: Yong Gan <b45748@freescale.com> 2From: Yong Gan <b45748@freescale.com>
3Date: Thu, 22 May 2014 15:26:31 +0800 3Date: Thu, 22 May 2014 15:26:31 +0800
4Subject: [PATCH 2/3] ENGR00314805-2 Add Vivante GAL2D support 4Subject: [PATCH] ENGR00314805-2 Add Vivante GAL2D support
5Organization: O.S. Systems Software LTDA.
5 6
6Add Vivante GAL2D compositor support. 7Add Vivante GAL2D compositor support.
7 8
@@ -9,6 +10,8 @@ Upstream-Status: Pending
9 10
10[DATE]05-22-2014 11[DATE]05-22-2014
11Signed-off-by Yong Gan <B45748@freescale.com> 12Signed-off-by Yong Gan <B45748@freescale.com>
13
14Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
12--- 15---
13 Makefile.am | 13 + 16 Makefile.am | 13 +
14 src/compositor-fbdev.c | 110 ++++- 17 src/compositor-fbdev.c | 110 ++++-
@@ -19,10 +22,10 @@ Signed-off-by Yong Gan <B45748@freescale.com>
19 create mode 100644 src/gal2d-renderer.h 22 create mode 100644 src/gal2d-renderer.h
20 23
21diff --git a/Makefile.am b/Makefile.am 24diff --git a/Makefile.am b/Makefile.am
22index 343adc6..2bccfe9 100644 25index 0c08acb..29834c3 100644
23--- a/Makefile.am 26--- a/Makefile.am
24+++ b/Makefile.am 27+++ b/Makefile.am
25@@ -162,6 +162,19 @@ gl_renderer_la_SOURCES = \ 28@@ -165,6 +165,19 @@ gl_renderer_la_SOURCES = \
26 src/gl-renderer.c \ 29 src/gl-renderer.c \
27 src/vertex-clipping.c \ 30 src/vertex-clipping.c \
28 src/vertex-clipping.h 31 src/vertex-clipping.h
@@ -1496,5 +1499,5 @@ index 0000000..3b89f73
1496+ 1499+
1497+#endif 1500+#endif
1498-- 1501--
14991.7.9.5 15022.1.4
1500 1503