summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/xorg-driver/emgd-driver-bin/glchar.patch
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-04 15:55:06 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-09-16 20:12:28 -0500
commitc939705c186388df1eb68341a207fb2c6ac95f66 (patch)
treed3cfe7ef4b1d00822ad23bae82d5a0b8df5a82a2 /common/recipes-graphics/xorg-driver/emgd-driver-bin/glchar.patch
parent964d5daa7cea2b357c68eb2c91d17779eeba6a49 (diff)
downloadmeta-intel-c939705c186388df1eb68341a207fb2c6ac95f66.tar.gz
Remove all the changes related to the proprietary EMGD graphics driver
As all the EMGD based BSPs have been retired, there is no need for the proprietary EMGD support in the meta-intel layer. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-graphics/xorg-driver/emgd-driver-bin/glchar.patch')
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin/glchar.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin/glchar.patch b/common/recipes-graphics/xorg-driver/emgd-driver-bin/glchar.patch
deleted file mode 100644
index 2781ec96..00000000
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin/glchar.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1EMGD's gl2.h is missing the GLchar typedef, so add it.
2
3Upstream-Status: Submitted
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6diff --git a/usr/include/GLES2/gl2.h b/usr/include/GLES2/gl2.h
7index 8b83f3f..4fbd12e 100644
8--- a/usr/include/GLES2/gl2.h
9+++ b/usr/include/GLES2/gl2.h
10@@ -21,6 +21,7 @@ typedef unsigned int GLenum;
11 typedef unsigned char GLboolean;
12 typedef unsigned int GLbitfield;
13 typedef khronos_int8_t GLbyte;
14+typedef char GLchar;
15 typedef short GLshort;
16 typedef int GLint;
17 typedef int GLsizei;