summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--classes/emgd-gl.bbclass11
-rw-r--r--common/custom-licenses/Intel-software-license-emgd-1.1442
-rw-r--r--common/custom-licenses/Intel-software-license-emgd-1.1642
-rw-r--r--common/custom-licenses/Intel-software-license-emgd-1.1842
-rw-r--r--common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.14559
-rw-r--r--common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.16559
-rw-r--r--common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.18559
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin/egl.pc12
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin/glchar.patch17
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin/gles_cm.pc12
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin/glesv2.pc12
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb186
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb188
-rw-r--r--common/recipes-multimedia/gstreamer/gst-va-intel.bb9
-rw-r--r--common/recipes-multimedia/libva/va-intel.bb3
-rw-r--r--conf/machine/include/meta-intel-emgd.inc9
-rw-r--r--conf/machine/include/meta-intel.inc4
17 files changed, 0 insertions, 2266 deletions
diff --git a/classes/emgd-gl.bbclass b/classes/emgd-gl.bbclass
deleted file mode 100644
index ef1df699..00000000
--- a/classes/emgd-gl.bbclass
+++ /dev/null
@@ -1,11 +0,0 @@
1# give a different PACKAGE_ARCH to the recipes involved with opengl
2python __anonymous () {
3 provides = set((d.getVar("PROVIDES", True) or "").split())
4 depends = set((d.getVar("DEPENDS", True) or "").split())
5
6 glp = set([ "virtual/libgles1", "virtual/libgles2", "virtual/egl", "virtual/mesa" , "virtual/libgl"])
7 if list(glp & (provides | depends)): # set union & intersection operations
8 # matched
9 d.appendVar("PACKAGE_ARCH", "${GLSUFFIX}")
10 return
11}
diff --git a/common/custom-licenses/Intel-software-license-emgd-1.14 b/common/custom-licenses/Intel-software-license-emgd-1.14
deleted file mode 100644
index 5a39c932..00000000
--- a/common/custom-licenses/Intel-software-license-emgd-1.14
+++ /dev/null
@@ -1,42 +0,0 @@
1INTEL SOFTWARE LICENSE AGREEMENT
2
3IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
4
5Do not use or load this software and any associated materials (collectively, the "Software") until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.
6
7* The Linux DRM kernel source code, when included with this Software, is not subject to the terms of this Agreement but is subject to the “GNU General Public License Version 2”, which may be obtained at the following web site: http://www.gnu.org/licenses/gpl.txt
8
9* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. (copyright may need to be changed)
10 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
11 * All Rights Reserved.
12 *
13 * Permission is hereby granted, free of charge, to any person obtaining copy of this software and
14* associated documentation files (the "Software"), to deal in the Software without restriction, including
15* without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16* copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
17* the following conditions:
18*
19* The above copyright notice and this permission notice (including the next paragraph) shall be included
20* in all copies or substantial portions of the Software.
21*
22* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
23* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
25* IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
26* SUPPLIERS BE LIABLE FOR ANY
27* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
28* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
29* THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30
31
32Copyright (c) 2011, Intel Corporation.
33All rights reserved.
34
35Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are met:
36
37• Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution.
38• Neither the name of Intel Corporation nor the names of its suppliers may be used to endorse or promote products derived from this software without specific prior written permission.
39• No reverse engineering, decompilation, or disassembly of this software is permitted.
40• “Binary form” includes any format commonly used for electronic conveyance which is a reversible, bit-exact translation of binary representation to ASCII or ISO text, for example, “uuencode.”
41
42DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/common/custom-licenses/Intel-software-license-emgd-1.16 b/common/custom-licenses/Intel-software-license-emgd-1.16
deleted file mode 100644
index 5a39c932..00000000
--- a/common/custom-licenses/Intel-software-license-emgd-1.16
+++ /dev/null
@@ -1,42 +0,0 @@
1INTEL SOFTWARE LICENSE AGREEMENT
2
3IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
4
5Do not use or load this software and any associated materials (collectively, the "Software") until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.
6
7* The Linux DRM kernel source code, when included with this Software, is not subject to the terms of this Agreement but is subject to the “GNU General Public License Version 2”, which may be obtained at the following web site: http://www.gnu.org/licenses/gpl.txt
8
9* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. (copyright may need to be changed)
10 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
11 * All Rights Reserved.
12 *
13 * Permission is hereby granted, free of charge, to any person obtaining copy of this software and
14* associated documentation files (the "Software"), to deal in the Software without restriction, including
15* without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16* copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
17* the following conditions:
18*
19* The above copyright notice and this permission notice (including the next paragraph) shall be included
20* in all copies or substantial portions of the Software.
21*
22* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
23* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
25* IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
26* SUPPLIERS BE LIABLE FOR ANY
27* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
28* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
29* THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30
31
32Copyright (c) 2011, Intel Corporation.
33All rights reserved.
34
35Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are met:
36
37• Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution.
38• Neither the name of Intel Corporation nor the names of its suppliers may be used to endorse or promote products derived from this software without specific prior written permission.
39• No reverse engineering, decompilation, or disassembly of this software is permitted.
40• “Binary form” includes any format commonly used for electronic conveyance which is a reversible, bit-exact translation of binary representation to ASCII or ISO text, for example, “uuencode.”
41
42DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/common/custom-licenses/Intel-software-license-emgd-1.18 b/common/custom-licenses/Intel-software-license-emgd-1.18
deleted file mode 100644
index 5a39c932..00000000
--- a/common/custom-licenses/Intel-software-license-emgd-1.18
+++ /dev/null
@@ -1,42 +0,0 @@
1INTEL SOFTWARE LICENSE AGREEMENT
2
3IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
4
5Do not use or load this software and any associated materials (collectively, the "Software") until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.
6
7* The Linux DRM kernel source code, when included with this Software, is not subject to the terms of this Agreement but is subject to the “GNU General Public License Version 2”, which may be obtained at the following web site: http://www.gnu.org/licenses/gpl.txt
8
9* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. (copyright may need to be changed)
10 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
11 * All Rights Reserved.
12 *
13 * Permission is hereby granted, free of charge, to any person obtaining copy of this software and
14* associated documentation files (the "Software"), to deal in the Software without restriction, including
15* without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16* copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
17* the following conditions:
18*
19* The above copyright notice and this permission notice (including the next paragraph) shall be included
20* in all copies or substantial portions of the Software.
21*
22* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
23* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
25* IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
26* SUPPLIERS BE LIABLE FOR ANY
27* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
28* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
29* THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30
31
32Copyright (c) 2011, Intel Corporation.
33All rights reserved.
34
35Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are met:
36
37• Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution.
38• Neither the name of Intel Corporation nor the names of its suppliers may be used to endorse or promote products derived from this software without specific prior written permission.
39• No reverse engineering, decompilation, or disassembly of this software is permitted.
40• “Binary form” includes any format commonly used for electronic conveyance which is a reversible, bit-exact translation of binary representation to ASCII or ISO text, for example, “uuencode.”
41
42DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.14 b/common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.14
deleted file mode 100644
index 4f6bb6d5..00000000
--- a/common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.14
+++ /dev/null
@@ -1,559 +0,0 @@
1User Space Graphics Driver Binary License
2
3Copyright (c) 2008, Intel Corporation.
4Portions (c), Imagination Technology, Ltd.
5All rights reserved.
6Redistribution and Use. Redistribution and use in binary form, without modification, of the software code provided with this license (“Software”), are permitted provided that the following conditions are met:
7• Redistributions must reproduce the above copyright notice and this license in the documentation and/or other materials provided with the Software.
8• Neither the name of Intel Corporation nor the name of Imagination Technology, Ltd may be used to endorse or promote products derived from the Software without specific prior written permission.
9• The Software can only be used in connection with the Intel hardware designed to use the Software as outlined in the documentation. No other use is authorized.
10• No reverse engineering, decompilation, or disassembly of the Software is permitted.
11• The Software may not be distributed under terms different than this license.
12
13Limited Patent License. Intel Corporation grants a world-wide, royalty-free, non-exclusive license under patents it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell (“Utilize”) the Software, but solely to the extent that any such patent is necessary to Utilize the Software alone. The patent license shall not apply to any combinations which include the Software. No hardware per se is licensed hereunder.
14Ownership of Software and Copyrights. Title to all copies of the Software remains with the copyright holders. The Software is copyrighted and protected by the laws of the United States and other countries, and international treaty provisions.
15DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16/*
17* (C) Copyright IBM Corporation 2002, 2004
18* All Rights Reserved.
19*
20* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
21* documentation files (the "Software"), to deal in the Software without restriction, including without limitation on
22* the rights to use, copy, modify, merge, publish, distribute, sub license, and/or sell copies of the Software, and to
23* permit persons to whom the Software is furnished to do so, subject to the following conditions:
24*
25* The above copyright notice and this permission notice (including the next
26* paragraph) shall be included in all copies or substantial portions of the
27* Software.
28*
29* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
32* VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
33* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
34* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
35* USE OR OTHER DEALINGS IN THE SOFTWARE.
36*/
37
38* Mesa 3-D graphics library
39* Version: 7.1
40*
41* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
42*
43* Permission is hereby granted, free of charge, to any person obtaining a
44* copy of this software and associated documentation files (the "Software"),
45* to deal in the Software without restriction, including without limitation
46* the rights to use, copy, modify, merge, publish, distribute, sublicense,
47* and/or sell copies of the Software, and to permit persons to whom the
48* Software is furnished to do so, subject to the following conditions:
49*
50* The above copyright notice and this permission notice shall be included
51* in all copies or substantial portions of the Software.
52*
53* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
54* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
56* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
57* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
58* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59*/
60/**************************************************************************
61*
62* Copyright (c) Intel Corp. 2007.
63* All Rights Reserved.
64*
65* Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
66* develop this driver.
67*
68* Permission is hereby granted, free of charge, to any person obtaining a
69* copy of this software and associated documentation files (the
70* "Software"), to deal in the Software without restriction, including
71* without limitation the rights to use, copy, modify, merge, publish,
72* distribute, sub license, and/or sell copies of the Software, and to
73* permit persons to whom the Software is furnished to do so, subject to
74* the following conditions:
75*
76* The above copyright notice and this permission notice (including the
77* next paragraph) shall be included in all copies or substantial portions
78* of the Software.
79*
80* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
83* THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
84* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
85* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
86* USE OR OTHER DEALINGS IN THE SOFTWARE.
87*
88**************************************************************************/
89
90* Copyright (c) 2006-2007 Intel Corporation
91*
92* Permission is hereby granted, free of charge, to any person obtaining a
93* copy of this software and associated documentation files (the "Software"),
94* to deal in the Software without restriction, including without limitation
95* the rights to use, copy, modify, merge, publish, distribute, sublicense,
96* and/or sell copies of the Software, and to permit persons to whom the
97* Software is furnished to do so, subject to the following conditions:
98*
99* The above copyright notice and this permission notice (including the next
100* paragraph) shall be included in all copies or substantial portions of the
101* Software.
102*
103* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
106* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109* SOFTWARE.
110*
111* Authors:
112* Eric Anholt <eric@anholt.net>
113* Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
114*
115*/
116/**************************************************************************
117Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
118Copyright © 2002 David Dawes
119All Rights Reserved.
120Permission is hereby granted, free of charge, to any person obtaining a
121copy of this software and associated documentation files (the
122"Software"), to deal in the Software without restriction, including
123without limitation the rights to use, copy, modify, merge, publish,
124distribute, sub license, and/or sell copies of the Software, and to
125permit persons to whom the Software is furnished to do so, subject to
126the following conditions:
127The above copyright notice and this permission notice (including the
128next paragraph) shall be included in all copies or substantial portions
129of the Software.
130THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
131OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
132MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
133IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
134ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
135TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
136SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
137
138**************************************************************************/
139/*
140* Authors:
141* Keith Whitwell <keith@tungstengraphics.com>
142* David Dawes <dawes@xfree86.org>
143*
144* Updated for Dual Head capabilities:
145* Alan Hourihane <alanh@tungstengraphics.com>
146*
147* Add ARGB HW cursor support:
148* Alan Hourihane <alanh@tungstengraphics.com>
149*
150* Poulsbo port
151* Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
152*/
153/*
154* XFree86 Xv DDX written by Mark Vojkovich (markv@valinux.com)
155*/
156/*
157* Copyright (c) 1998-2003 by The XFree86 Project, Inc.
158*
159* Permission is hereby granted, free of charge, to any person obtaining a
160* copy of this software and associated documentation files (the "Software"),
161* to deal in the Software without restriction, including without limitation
162* the rights to use, copy, modify, merge, publish, distribute, sublicense,
163* and/or sell copies of the Software, and to permit persons to whom the
164* Software is furnished to do so, subject to the following conditions:
165*
166* The above copyright notice and this permission notice shall be included in
167* all copies or substantial portions of the Software.
168*
169* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
170* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
171* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
172* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
173* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
174* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
175* OTHER DEALINGS IN THE SOFTWARE.
176*
177* Except as contained in this notice, the name of the copyright holder(s)
178* and author(s) shall not be used in advertising or otherwise to promote
179* the sale, use or other dealings in this Software without prior written
180* authorization from the copyright holder(s) and author(s).
181*/
182/*
183** Copyright (c) 2007-2009 The Khronos Group Inc.
184**
185** Permission is hereby granted, free of charge, to any person obtaining a
186** copy of this software and/or associated documentation files (the
187** "Materials"), to deal in the Materials without restriction, including
188** without limitation the rights to use, copy, modify, merge, publish,
189** distribute, sublicense, and/or sell copies of the Materials, and to
190** permit persons to whom the Materials are furnished to do so, subject to
191** the following conditions:
192
193** The above copyright notice and this permission notice shall be included
194** in all copies or substantial portions of the Materials.
195**
196** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
197** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
198** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
199** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
200** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
201** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
202** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
203*/
204/*
205** License Applicability. Except to the extent portions of this file are
206** made subject to an alternative license as permitted in the SGI Free
207** Software License B, Version 1.0 (the "License"), the contents of this
208** file are subject only to the provisions of the License. You may not use
209** this file except in compliance with the License. You may obtain a copy
210** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
211** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
212**
213** http://oss.sgi.com/projects/FreeB
214**
215** Note that, as provided in the License, the Software is distributed on an
216** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
217** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
218** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
219** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
220**
221** Original Code. The Original Code is: OpenGL Sample Implementation,
222** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
223** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
224** Copyright in any portions created by third parties is as indicated
225** elsewhere herein. All Rights Reserved.
226**
227** Additional Notice Provisions: The application programming interfaces
228** established by SGI in conjunction with the Original Code are The
229** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
230** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
231** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
232** Window System(R) (Version 1.3), released October 19, 1998. This software
233** was created using the OpenGL(R) version 1.2.1 Sample Implementation
234** published by SGI, but has not been independently verified as being
235** compliant with the OpenGL(R) version 1.2.1 Specification.
236*/
237/*
238* This document is licensed under the SGI Free Software B License Version
239* 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
240*/
241/*
242** License Applicability. Except to the extent portions of this file are
243** made subject to an alternative license as permitted in the SGI Free
244** Software License B, Version 1.0 (the "License"), the contents of this
245** file are subject only to the provisions of the License. You may not use
246** this file except in compliance with the License. You may obtain a copy
247** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
248** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
249**
250** http://oss.sgi.com/projects/FreeB
251**
252** Note that, as provided in the License, the Software is distributed on an
253** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
254** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
255** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
256** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
257**
258** Original Code. The Original Code is: OpenGL Sample Implementation,
259** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
260** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
261** Copyright in any portions created by third parties is as indicated
262** elsewhere herein. All Rights Reserved.
263**
264** Additional Notice Provisions: The application programming interfaces
265** established by SGI in conjunction with the Original Code are The
266** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
267** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
268** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
269** Window System(R) (Version 1.3), released October 19, 1998. This software
270** was created using the OpenGL(R) version 1.2.1 Sample Implementation
271** published by SGI, but has not been independently verified as being
272** compliant with the OpenGL(R) version 1.2.1 Specification.
273*/
274/*
275* This file contains code derived from files originally published under the
276* "SGI Free Software License B, Version 1.1", see below:
277*/
278/*
279** License Applicability. Except to the extent portions of this file are
280** made subject to an alternative license as permitted in the SGI Free
281** Software License B, Version 1.1 (the "License"), the contents of this
282** file are subject only to the provisions of the License. You may not use
283** this file except in compliance with the License. You may obtain a copy
284** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
285** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
286**
287** http://oss.sgi.com/projects/FreeB
288**
289** Note that, as provided in the License, the Software is distributed on an
290** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
291** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
292** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
293** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
294**
295** Original Code. The Original Code is: OpenGL Sample Implementation,
296** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
297** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
298** Copyright in any portions created by third parties is as indicated
299** elsewhere herein. All Rights Reserved.
300
301 /*!****************************************************************************
302@File convexitytest.c
303@Title Convex Polygon Classification
304@Author PowerVR
305@Date 23 April 2007
306@Copyright Copyright 2007 by Imagination Technologies Limited.
307@Platform ANSI
308@Description Functions for determining whether a polygon is convex or not.
309@DoxygenVer 1.0 1st Release
310******************************************************************************/
311/* convexitytest.c */
312/*
313* C code from the article
314* "Testing the Convexity of a Polygon"
315* by Peter Schorn and Frederick Fisher,
316* (schorn@inf.ethz.ch, fred@kpc.com)
317* in "Graphics Gems IV", Academic Press, 1994
318*/
319/*!****************************************************************************
320@File drvvg.h
321@Title OpenVG Driver Header
322@Author PowerVR
323@Date 22 June 2007
324@Copyright Copyright 2007- by Imagination Technologies Limited.
325@Platform ANSI
326@Description Driver version of OpenVG Macro and API definitions
327@DoxygenVer 1.0 1st Release
328******************************************************************************/
329/**********************************************************************
330* *
331* Sample implementation of openvg.h, version 1.0.1 *
332* *
333* Copyright (c) 2005-2007 The Khronos Group *
334* *
335**********************************************************************/
336/*
337** Copyright (c) 2007-2009 The Khronos Group Inc.
338**
339** Permission is hereby granted, free of charge, to any person obtaining a
340** copy of this software and/or associated documentation files (the
341** "Materials"), to deal in the Materials without restriction, including
342** without limitation the rights to use, copy, modify, merge, publish,
343** distribute, sublicense, and/or sell copies of the Materials, and to
344** permit persons to whom the Materials are furnished to do so, subject to
345** the following conditions:
346**
347** The above copyright notice and this permission notice shall be included
348** in all copies or substantial portions of the Materials.
349**
350** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
351** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
352** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
353** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
354** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
355** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
356** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
357*/
358
359/*
360** Copyright (c) 2007-2009 The Khronos Group Inc.
361**
362** Permission is hereby granted, free of charge, to any person obtaining a
363** copy of this software and/or associated documentation files (the
364** "Materials"), to deal in the Materials without restriction, including
365** without limitation the rights to use, copy, modify, merge, publish,
366** distribute, sublicense, and/or sell copies of the Materials, and to
367** permit persons to whom the Materials are furnished to do so, subject to
368** the following conditions:
369**
370** The above copyright notice and this permission notice shall be included
371** in all copies or substantial portions of the Materials.
372**
373** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
374** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
375** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
376** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
377** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
378** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
379** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
380*/
381/* Platform-specific types and definitions for egl.h
382* $Revision: 1.2 $ on $Date: 2011/07/26 23:17:28 $
383*
384* Adopters may modify khrplatform.h and this file to suit their platform.
385* You are encouraged to submit all modifications to the Khronos group so that
386* they can be included in future versions of this file. Please submit changes
387* by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
388* by filing a bug against product "EGL" component "Registry".
389*/
390/*
391* This document is licensed under the SGI Free Software B License Version
392* 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
393*/
394/* Platform-specific types and definitions for OpenGL ES 1.X gl.h
395* Last modified on 2008/12/19
396*
397* Adopters may modify khrplatform.h and this file to suit their platform.
398* You are encouraged to submit all modifications to the Khronos group so that
399* they can be included in future versions of this file. Please submit changes
400* by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
401* by filing a bug against product "OpenGL-ES" component "Registry".
402*/
403/ * File: fpcomp.c
404*
405* Purpose: Sample parser for ARB_fragment_program
406*
407*
408* Author: Benj Lipchak, ATI Research
409*
410* Based on ARB_vertex_program sample
411* implementation from NVIDIA
412*
413* Copyright: Copyright (c) 2002 ATI Technologies Inc
414*
415* Use of this sample code is subject to the terms and conditions of the
416* ATI Technologies Inc. Software Development Kit License Agreement.
417* If you have not accepted and agreed to this License, you have no
418* rights to use the software contained herein.
419*/
420/*
421** Copyright (C) 2002, NVIDIA Corporation.
422**
423** NVIDIA Corporation("NVIDIA") supplies this software to you in consideration
424** of your agreement to the following terms, and your use, installation,
425** modification or redistribution of this NVIDIA software constitutes
426** acceptance of these terms. If you do not agree with these terms, please do
427** not use, install, modify or redistribute this NVIDIA software.
428**
429** In consideration of your agreement to abide by the following terms, and
430** subject to these terms, NVIDIA grants you a personal, non-exclusive
431** license, under NVIDIA's copyrights in this original NVIDIA software (the
432** "NVIDIA Software"), to use, reproduce, modify and redistribute the NVIDIA
433** Software, with or without modifications, in source and/or binary forms;
434** provided that if you redistribute the NVIDIA Software, you must retain the
435** copyright notice of NVIDIA, this notice and the following text and
436** disclaimers in all such redistributions of the NVIDIA Software. Neither the
437** name, trademarks, service marks nor logos of NVIDIA Corporation may be used
438** to endorse or promote products derived from the NVIDIA Software without
439** specific prior written permission from NVIDIA. Except as expressly stated
440** in this notice, no other rights or licenses express or implied, are granted
441** by NVIDIA herein, including but not limited to any patent rights that may
442** be infringed by your derivative works or by other works in which the NVIDIA
443** Software may be incorporated. No hardware is licensed hereunder.
444**
445** The NVIDIA Software is provided by NVIDIA on an "AS IS" BASIS, WITHOUT
446** WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
447** WITHOUT LIMITATION WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
448** MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE NVIDIA
449** SOFTWARE OR ITS USE AND OPERATION ALONE OR IN COMBINATION WITH YOUR
450** PRODUCTS.
451**
452** IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL,
453** SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
454** LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
455** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE
456** USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE NVIDIA SOFTWARE,
457** HOWEVER CAUSED, AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING
458** NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF NVIDIA HAS BEEN ADVISED
459** OF THE POSSIBILITY OF SUCH DAMAGE.*
460/* A Bison parser, made by GNU Bison 2.3. */
461/* Skeleton interface for Bison's Yacc-like parsers in C
462Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
463Free Software Foundation, Inc.
464This program is free software; you can redistribute it and/or modify
465it under the terms of the GNU General Public License as published by
466the Free Software Foundation; either version 2, or (at your option)
467any later version.
468This program is distributed in the hope that it will be useful,
469but WITHOUT ANY WARRANTY; without even the implied warranty of
470MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
471GNU General Public License for more details.
472You should have received a copy of the GNU General Public License
473along with this program; if not, write to the Free Software
474Foundation, Inc., 51 Franklin Street, Fifth Floor,
475Boston, MA 02110-1301, USA. */
476/* As a special exception, you may create a larger work that contains
477part or all of the Bison parser skeleton and distribute that work
478under terms of your choice, so long as that work isn't itself a
479parser generator using the skeleton or a modified version thereof
480as a parser skeleton. Alternatively, if you modify or redistribute
481the parser skeleton itself, you may (at your option) remove this
482special exception, which will cause the skeleton and the resulting
483Bison output files to be licensed under the GNU General Public
484License without this special exception.
485This special exception was added by the Free Software Foundation in
486version 2.2 of Bison. */
487/**************************************************************************
488*
489* Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. USA.
490* All Rights Reserved.
491*
492* Permission is hereby granted, free of charge, to any person obtaining a
493* copy of this software and associated documentation files (the
494* "Software"), to deal in the Software without restriction, including
495* without limitation the rights to use, copy, modify, merge, publish,
496* distribute, sub license, and/or sell copies of the Software, and to
497* permit persons to whom the Software is furnished to do so, subject to
498* the following conditions:
499*
500* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
501* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
502* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
503* THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
504* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
505* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
506* USE OR OTHER DEALINGS IN THE SOFTWARE.
507*The above copyright notice and this permission notice (including the
508* next paragraph) shall be included in all copies or substantial portions
509* of the Software.
510*
511*
512**************************************************************************/
513/*
514* Copyright © 2007 Red Hat, Inc.
515*
516* Permission is hereby granted, free of charge, to any person obtaining a
517* copy of this software and associated documentation files (the "Software"),
518* to deal in the Software without restriction, including without limitation
519* the rights to use, copy, modify, merge, publish, distribute, sublicense,
520* and/or sell copies of the Software, and to permit persons to whom the
521* Software is furnished to do so, subject to the following conditions:
522*
523* The above copyright notice and this permission notice (including the next
524* paragraph) shall be included in all copies or substantial portions of the
525* Software.
526*
527* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
528* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
529* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
530* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
531* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
532* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
533* SOFTWARE.
534*
535* Authors:
536* Dave Airlie <airlied@redhat.com>
537
538/*
539 * Copyright © 2008 Kristian Høgsberg
540 *
541 * Permission to use, copy, modify, distribute, and sell this software and its
542 * documentation for any purpose is hereby granted without fee, provided that
543 * the above copyright notice appear in all copies and that both that copyright
544 * notice and this permission notice appear in supporting documentation, and
545 * that the name of the copyright holders not be used in advertising or
546 * publicity pertaining to distribution of the software without specific,
547 * written prior permission. The copyright holders make no representations
548 * about the suitability of this software for any purpose. It is provided "as
549 * is" without express or implied warranty.
550 *
551 * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
552 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
553 * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
554 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
555 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
556 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
557 * OF THIS SOFTWARE.
558 */
559
diff --git a/common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.16 b/common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.16
deleted file mode 100644
index 4f6bb6d5..00000000
--- a/common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.16
+++ /dev/null
@@ -1,559 +0,0 @@
1User Space Graphics Driver Binary License
2
3Copyright (c) 2008, Intel Corporation.
4Portions (c), Imagination Technology, Ltd.
5All rights reserved.
6Redistribution and Use. Redistribution and use in binary form, without modification, of the software code provided with this license (“Software”), are permitted provided that the following conditions are met:
7• Redistributions must reproduce the above copyright notice and this license in the documentation and/or other materials provided with the Software.
8• Neither the name of Intel Corporation nor the name of Imagination Technology, Ltd may be used to endorse or promote products derived from the Software without specific prior written permission.
9• The Software can only be used in connection with the Intel hardware designed to use the Software as outlined in the documentation. No other use is authorized.
10• No reverse engineering, decompilation, or disassembly of the Software is permitted.
11• The Software may not be distributed under terms different than this license.
12
13Limited Patent License. Intel Corporation grants a world-wide, royalty-free, non-exclusive license under patents it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell (“Utilize”) the Software, but solely to the extent that any such patent is necessary to Utilize the Software alone. The patent license shall not apply to any combinations which include the Software. No hardware per se is licensed hereunder.
14Ownership of Software and Copyrights. Title to all copies of the Software remains with the copyright holders. The Software is copyrighted and protected by the laws of the United States and other countries, and international treaty provisions.
15DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16/*
17* (C) Copyright IBM Corporation 2002, 2004
18* All Rights Reserved.
19*
20* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
21* documentation files (the "Software"), to deal in the Software without restriction, including without limitation on
22* the rights to use, copy, modify, merge, publish, distribute, sub license, and/or sell copies of the Software, and to
23* permit persons to whom the Software is furnished to do so, subject to the following conditions:
24*
25* The above copyright notice and this permission notice (including the next
26* paragraph) shall be included in all copies or substantial portions of the
27* Software.
28*
29* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
32* VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
33* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
34* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
35* USE OR OTHER DEALINGS IN THE SOFTWARE.
36*/
37
38* Mesa 3-D graphics library
39* Version: 7.1
40*
41* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
42*
43* Permission is hereby granted, free of charge, to any person obtaining a
44* copy of this software and associated documentation files (the "Software"),
45* to deal in the Software without restriction, including without limitation
46* the rights to use, copy, modify, merge, publish, distribute, sublicense,
47* and/or sell copies of the Software, and to permit persons to whom the
48* Software is furnished to do so, subject to the following conditions:
49*
50* The above copyright notice and this permission notice shall be included
51* in all copies or substantial portions of the Software.
52*
53* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
54* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
56* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
57* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
58* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59*/
60/**************************************************************************
61*
62* Copyright (c) Intel Corp. 2007.
63* All Rights Reserved.
64*
65* Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
66* develop this driver.
67*
68* Permission is hereby granted, free of charge, to any person obtaining a
69* copy of this software and associated documentation files (the
70* "Software"), to deal in the Software without restriction, including
71* without limitation the rights to use, copy, modify, merge, publish,
72* distribute, sub license, and/or sell copies of the Software, and to
73* permit persons to whom the Software is furnished to do so, subject to
74* the following conditions:
75*
76* The above copyright notice and this permission notice (including the
77* next paragraph) shall be included in all copies or substantial portions
78* of the Software.
79*
80* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
83* THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
84* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
85* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
86* USE OR OTHER DEALINGS IN THE SOFTWARE.
87*
88**************************************************************************/
89
90* Copyright (c) 2006-2007 Intel Corporation
91*
92* Permission is hereby granted, free of charge, to any person obtaining a
93* copy of this software and associated documentation files (the "Software"),
94* to deal in the Software without restriction, including without limitation
95* the rights to use, copy, modify, merge, publish, distribute, sublicense,
96* and/or sell copies of the Software, and to permit persons to whom the
97* Software is furnished to do so, subject to the following conditions:
98*
99* The above copyright notice and this permission notice (including the next
100* paragraph) shall be included in all copies or substantial portions of the
101* Software.
102*
103* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
106* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109* SOFTWARE.
110*
111* Authors:
112* Eric Anholt <eric@anholt.net>
113* Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
114*
115*/
116/**************************************************************************
117Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
118Copyright © 2002 David Dawes
119All Rights Reserved.
120Permission is hereby granted, free of charge, to any person obtaining a
121copy of this software and associated documentation files (the
122"Software"), to deal in the Software without restriction, including
123without limitation the rights to use, copy, modify, merge, publish,
124distribute, sub license, and/or sell copies of the Software, and to
125permit persons to whom the Software is furnished to do so, subject to
126the following conditions:
127The above copyright notice and this permission notice (including the
128next paragraph) shall be included in all copies or substantial portions
129of the Software.
130THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
131OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
132MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
133IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
134ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
135TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
136SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
137
138**************************************************************************/
139/*
140* Authors:
141* Keith Whitwell <keith@tungstengraphics.com>
142* David Dawes <dawes@xfree86.org>
143*
144* Updated for Dual Head capabilities:
145* Alan Hourihane <alanh@tungstengraphics.com>
146*
147* Add ARGB HW cursor support:
148* Alan Hourihane <alanh@tungstengraphics.com>
149*
150* Poulsbo port
151* Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
152*/
153/*
154* XFree86 Xv DDX written by Mark Vojkovich (markv@valinux.com)
155*/
156/*
157* Copyright (c) 1998-2003 by The XFree86 Project, Inc.
158*
159* Permission is hereby granted, free of charge, to any person obtaining a
160* copy of this software and associated documentation files (the "Software"),
161* to deal in the Software without restriction, including without limitation
162* the rights to use, copy, modify, merge, publish, distribute, sublicense,
163* and/or sell copies of the Software, and to permit persons to whom the
164* Software is furnished to do so, subject to the following conditions:
165*
166* The above copyright notice and this permission notice shall be included in
167* all copies or substantial portions of the Software.
168*
169* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
170* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
171* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
172* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
173* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
174* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
175* OTHER DEALINGS IN THE SOFTWARE.
176*
177* Except as contained in this notice, the name of the copyright holder(s)
178* and author(s) shall not be used in advertising or otherwise to promote
179* the sale, use or other dealings in this Software without prior written
180* authorization from the copyright holder(s) and author(s).
181*/
182/*
183** Copyright (c) 2007-2009 The Khronos Group Inc.
184**
185** Permission is hereby granted, free of charge, to any person obtaining a
186** copy of this software and/or associated documentation files (the
187** "Materials"), to deal in the Materials without restriction, including
188** without limitation the rights to use, copy, modify, merge, publish,
189** distribute, sublicense, and/or sell copies of the Materials, and to
190** permit persons to whom the Materials are furnished to do so, subject to
191** the following conditions:
192
193** The above copyright notice and this permission notice shall be included
194** in all copies or substantial portions of the Materials.
195**
196** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
197** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
198** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
199** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
200** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
201** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
202** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
203*/
204/*
205** License Applicability. Except to the extent portions of this file are
206** made subject to an alternative license as permitted in the SGI Free
207** Software License B, Version 1.0 (the "License"), the contents of this
208** file are subject only to the provisions of the License. You may not use
209** this file except in compliance with the License. You may obtain a copy
210** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
211** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
212**
213** http://oss.sgi.com/projects/FreeB
214**
215** Note that, as provided in the License, the Software is distributed on an
216** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
217** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
218** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
219** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
220**
221** Original Code. The Original Code is: OpenGL Sample Implementation,
222** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
223** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
224** Copyright in any portions created by third parties is as indicated
225** elsewhere herein. All Rights Reserved.
226**
227** Additional Notice Provisions: The application programming interfaces
228** established by SGI in conjunction with the Original Code are The
229** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
230** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
231** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
232** Window System(R) (Version 1.3), released October 19, 1998. This software
233** was created using the OpenGL(R) version 1.2.1 Sample Implementation
234** published by SGI, but has not been independently verified as being
235** compliant with the OpenGL(R) version 1.2.1 Specification.
236*/
237/*
238* This document is licensed under the SGI Free Software B License Version
239* 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
240*/
241/*
242** License Applicability. Except to the extent portions of this file are
243** made subject to an alternative license as permitted in the SGI Free
244** Software License B, Version 1.0 (the "License"), the contents of this
245** file are subject only to the provisions of the License. You may not use
246** this file except in compliance with the License. You may obtain a copy
247** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
248** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
249**
250** http://oss.sgi.com/projects/FreeB
251**
252** Note that, as provided in the License, the Software is distributed on an
253** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
254** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
255** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
256** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
257**
258** Original Code. The Original Code is: OpenGL Sample Implementation,
259** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
260** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
261** Copyright in any portions created by third parties is as indicated
262** elsewhere herein. All Rights Reserved.
263**
264** Additional Notice Provisions: The application programming interfaces
265** established by SGI in conjunction with the Original Code are The
266** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
267** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
268** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
269** Window System(R) (Version 1.3), released October 19, 1998. This software
270** was created using the OpenGL(R) version 1.2.1 Sample Implementation
271** published by SGI, but has not been independently verified as being
272** compliant with the OpenGL(R) version 1.2.1 Specification.
273*/
274/*
275* This file contains code derived from files originally published under the
276* "SGI Free Software License B, Version 1.1", see below:
277*/
278/*
279** License Applicability. Except to the extent portions of this file are
280** made subject to an alternative license as permitted in the SGI Free
281** Software License B, Version 1.1 (the "License"), the contents of this
282** file are subject only to the provisions of the License. You may not use
283** this file except in compliance with the License. You may obtain a copy
284** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
285** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
286**
287** http://oss.sgi.com/projects/FreeB
288**
289** Note that, as provided in the License, the Software is distributed on an
290** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
291** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
292** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
293** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
294**
295** Original Code. The Original Code is: OpenGL Sample Implementation,
296** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
297** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
298** Copyright in any portions created by third parties is as indicated
299** elsewhere herein. All Rights Reserved.
300
301 /*!****************************************************************************
302@File convexitytest.c
303@Title Convex Polygon Classification
304@Author PowerVR
305@Date 23 April 2007
306@Copyright Copyright 2007 by Imagination Technologies Limited.
307@Platform ANSI
308@Description Functions for determining whether a polygon is convex or not.
309@DoxygenVer 1.0 1st Release
310******************************************************************************/
311/* convexitytest.c */
312/*
313* C code from the article
314* "Testing the Convexity of a Polygon"
315* by Peter Schorn and Frederick Fisher,
316* (schorn@inf.ethz.ch, fred@kpc.com)
317* in "Graphics Gems IV", Academic Press, 1994
318*/
319/*!****************************************************************************
320@File drvvg.h
321@Title OpenVG Driver Header
322@Author PowerVR
323@Date 22 June 2007
324@Copyright Copyright 2007- by Imagination Technologies Limited.
325@Platform ANSI
326@Description Driver version of OpenVG Macro and API definitions
327@DoxygenVer 1.0 1st Release
328******************************************************************************/
329/**********************************************************************
330* *
331* Sample implementation of openvg.h, version 1.0.1 *
332* *
333* Copyright (c) 2005-2007 The Khronos Group *
334* *
335**********************************************************************/
336/*
337** Copyright (c) 2007-2009 The Khronos Group Inc.
338**
339** Permission is hereby granted, free of charge, to any person obtaining a
340** copy of this software and/or associated documentation files (the
341** "Materials"), to deal in the Materials without restriction, including
342** without limitation the rights to use, copy, modify, merge, publish,
343** distribute, sublicense, and/or sell copies of the Materials, and to
344** permit persons to whom the Materials are furnished to do so, subject to
345** the following conditions:
346**
347** The above copyright notice and this permission notice shall be included
348** in all copies or substantial portions of the Materials.
349**
350** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
351** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
352** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
353** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
354** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
355** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
356** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
357*/
358
359/*
360** Copyright (c) 2007-2009 The Khronos Group Inc.
361**
362** Permission is hereby granted, free of charge, to any person obtaining a
363** copy of this software and/or associated documentation files (the
364** "Materials"), to deal in the Materials without restriction, including
365** without limitation the rights to use, copy, modify, merge, publish,
366** distribute, sublicense, and/or sell copies of the Materials, and to
367** permit persons to whom the Materials are furnished to do so, subject to
368** the following conditions:
369**
370** The above copyright notice and this permission notice shall be included
371** in all copies or substantial portions of the Materials.
372**
373** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
374** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
375** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
376** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
377** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
378** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
379** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
380*/
381/* Platform-specific types and definitions for egl.h
382* $Revision: 1.2 $ on $Date: 2011/07/26 23:17:28 $
383*
384* Adopters may modify khrplatform.h and this file to suit their platform.
385* You are encouraged to submit all modifications to the Khronos group so that
386* they can be included in future versions of this file. Please submit changes
387* by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
388* by filing a bug against product "EGL" component "Registry".
389*/
390/*
391* This document is licensed under the SGI Free Software B License Version
392* 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
393*/
394/* Platform-specific types and definitions for OpenGL ES 1.X gl.h
395* Last modified on 2008/12/19
396*
397* Adopters may modify khrplatform.h and this file to suit their platform.
398* You are encouraged to submit all modifications to the Khronos group so that
399* they can be included in future versions of this file. Please submit changes
400* by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
401* by filing a bug against product "OpenGL-ES" component "Registry".
402*/
403/ * File: fpcomp.c
404*
405* Purpose: Sample parser for ARB_fragment_program
406*
407*
408* Author: Benj Lipchak, ATI Research
409*
410* Based on ARB_vertex_program sample
411* implementation from NVIDIA
412*
413* Copyright: Copyright (c) 2002 ATI Technologies Inc
414*
415* Use of this sample code is subject to the terms and conditions of the
416* ATI Technologies Inc. Software Development Kit License Agreement.
417* If you have not accepted and agreed to this License, you have no
418* rights to use the software contained herein.
419*/
420/*
421** Copyright (C) 2002, NVIDIA Corporation.
422**
423** NVIDIA Corporation("NVIDIA") supplies this software to you in consideration
424** of your agreement to the following terms, and your use, installation,
425** modification or redistribution of this NVIDIA software constitutes
426** acceptance of these terms. If you do not agree with these terms, please do
427** not use, install, modify or redistribute this NVIDIA software.
428**
429** In consideration of your agreement to abide by the following terms, and
430** subject to these terms, NVIDIA grants you a personal, non-exclusive
431** license, under NVIDIA's copyrights in this original NVIDIA software (the
432** "NVIDIA Software"), to use, reproduce, modify and redistribute the NVIDIA
433** Software, with or without modifications, in source and/or binary forms;
434** provided that if you redistribute the NVIDIA Software, you must retain the
435** copyright notice of NVIDIA, this notice and the following text and
436** disclaimers in all such redistributions of the NVIDIA Software. Neither the
437** name, trademarks, service marks nor logos of NVIDIA Corporation may be used
438** to endorse or promote products derived from the NVIDIA Software without
439** specific prior written permission from NVIDIA. Except as expressly stated
440** in this notice, no other rights or licenses express or implied, are granted
441** by NVIDIA herein, including but not limited to any patent rights that may
442** be infringed by your derivative works or by other works in which the NVIDIA
443** Software may be incorporated. No hardware is licensed hereunder.
444**
445** The NVIDIA Software is provided by NVIDIA on an "AS IS" BASIS, WITHOUT
446** WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
447** WITHOUT LIMITATION WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
448** MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE NVIDIA
449** SOFTWARE OR ITS USE AND OPERATION ALONE OR IN COMBINATION WITH YOUR
450** PRODUCTS.
451**
452** IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL,
453** SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
454** LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
455** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE
456** USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE NVIDIA SOFTWARE,
457** HOWEVER CAUSED, AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING
458** NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF NVIDIA HAS BEEN ADVISED
459** OF THE POSSIBILITY OF SUCH DAMAGE.*
460/* A Bison parser, made by GNU Bison 2.3. */
461/* Skeleton interface for Bison's Yacc-like parsers in C
462Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
463Free Software Foundation, Inc.
464This program is free software; you can redistribute it and/or modify
465it under the terms of the GNU General Public License as published by
466the Free Software Foundation; either version 2, or (at your option)
467any later version.
468This program is distributed in the hope that it will be useful,
469but WITHOUT ANY WARRANTY; without even the implied warranty of
470MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
471GNU General Public License for more details.
472You should have received a copy of the GNU General Public License
473along with this program; if not, write to the Free Software
474Foundation, Inc., 51 Franklin Street, Fifth Floor,
475Boston, MA 02110-1301, USA. */
476/* As a special exception, you may create a larger work that contains
477part or all of the Bison parser skeleton and distribute that work
478under terms of your choice, so long as that work isn't itself a
479parser generator using the skeleton or a modified version thereof
480as a parser skeleton. Alternatively, if you modify or redistribute
481the parser skeleton itself, you may (at your option) remove this
482special exception, which will cause the skeleton and the resulting
483Bison output files to be licensed under the GNU General Public
484License without this special exception.
485This special exception was added by the Free Software Foundation in
486version 2.2 of Bison. */
487/**************************************************************************
488*
489* Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. USA.
490* All Rights Reserved.
491*
492* Permission is hereby granted, free of charge, to any person obtaining a
493* copy of this software and associated documentation files (the
494* "Software"), to deal in the Software without restriction, including
495* without limitation the rights to use, copy, modify, merge, publish,
496* distribute, sub license, and/or sell copies of the Software, and to
497* permit persons to whom the Software is furnished to do so, subject to
498* the following conditions:
499*
500* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
501* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
502* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
503* THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
504* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
505* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
506* USE OR OTHER DEALINGS IN THE SOFTWARE.
507*The above copyright notice and this permission notice (including the
508* next paragraph) shall be included in all copies or substantial portions
509* of the Software.
510*
511*
512**************************************************************************/
513/*
514* Copyright © 2007 Red Hat, Inc.
515*
516* Permission is hereby granted, free of charge, to any person obtaining a
517* copy of this software and associated documentation files (the "Software"),
518* to deal in the Software without restriction, including without limitation
519* the rights to use, copy, modify, merge, publish, distribute, sublicense,
520* and/or sell copies of the Software, and to permit persons to whom the
521* Software is furnished to do so, subject to the following conditions:
522*
523* The above copyright notice and this permission notice (including the next
524* paragraph) shall be included in all copies or substantial portions of the
525* Software.
526*
527* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
528* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
529* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
530* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
531* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
532* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
533* SOFTWARE.
534*
535* Authors:
536* Dave Airlie <airlied@redhat.com>
537
538/*
539 * Copyright © 2008 Kristian Høgsberg
540 *
541 * Permission to use, copy, modify, distribute, and sell this software and its
542 * documentation for any purpose is hereby granted without fee, provided that
543 * the above copyright notice appear in all copies and that both that copyright
544 * notice and this permission notice appear in supporting documentation, and
545 * that the name of the copyright holders not be used in advertising or
546 * publicity pertaining to distribution of the software without specific,
547 * written prior permission. The copyright holders make no representations
548 * about the suitability of this software for any purpose. It is provided "as
549 * is" without express or implied warranty.
550 *
551 * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
552 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
553 * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
554 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
555 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
556 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
557 * OF THIS SOFTWARE.
558 */
559
diff --git a/common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.18 b/common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.18
deleted file mode 100644
index 4f6bb6d5..00000000
--- a/common/custom-licenses/Intel-user-space-graphics-driver-binary-license-emgd-1.18
+++ /dev/null
@@ -1,559 +0,0 @@
1User Space Graphics Driver Binary License
2
3Copyright (c) 2008, Intel Corporation.
4Portions (c), Imagination Technology, Ltd.
5All rights reserved.
6Redistribution and Use. Redistribution and use in binary form, without modification, of the software code provided with this license (“Software”), are permitted provided that the following conditions are met:
7• Redistributions must reproduce the above copyright notice and this license in the documentation and/or other materials provided with the Software.
8• Neither the name of Intel Corporation nor the name of Imagination Technology, Ltd may be used to endorse or promote products derived from the Software without specific prior written permission.
9• The Software can only be used in connection with the Intel hardware designed to use the Software as outlined in the documentation. No other use is authorized.
10• No reverse engineering, decompilation, or disassembly of the Software is permitted.
11• The Software may not be distributed under terms different than this license.
12
13Limited Patent License. Intel Corporation grants a world-wide, royalty-free, non-exclusive license under patents it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell (“Utilize”) the Software, but solely to the extent that any such patent is necessary to Utilize the Software alone. The patent license shall not apply to any combinations which include the Software. No hardware per se is licensed hereunder.
14Ownership of Software and Copyrights. Title to all copies of the Software remains with the copyright holders. The Software is copyrighted and protected by the laws of the United States and other countries, and international treaty provisions.
15DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16/*
17* (C) Copyright IBM Corporation 2002, 2004
18* All Rights Reserved.
19*
20* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
21* documentation files (the "Software"), to deal in the Software without restriction, including without limitation on
22* the rights to use, copy, modify, merge, publish, distribute, sub license, and/or sell copies of the Software, and to
23* permit persons to whom the Software is furnished to do so, subject to the following conditions:
24*
25* The above copyright notice and this permission notice (including the next
26* paragraph) shall be included in all copies or substantial portions of the
27* Software.
28*
29* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
32* VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
33* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
34* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
35* USE OR OTHER DEALINGS IN THE SOFTWARE.
36*/
37
38* Mesa 3-D graphics library
39* Version: 7.1
40*
41* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
42*
43* Permission is hereby granted, free of charge, to any person obtaining a
44* copy of this software and associated documentation files (the "Software"),
45* to deal in the Software without restriction, including without limitation
46* the rights to use, copy, modify, merge, publish, distribute, sublicense,
47* and/or sell copies of the Software, and to permit persons to whom the
48* Software is furnished to do so, subject to the following conditions:
49*
50* The above copyright notice and this permission notice shall be included
51* in all copies or substantial portions of the Software.
52*
53* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
54* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
56* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
57* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
58* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59*/
60/**************************************************************************
61*
62* Copyright (c) Intel Corp. 2007.
63* All Rights Reserved.
64*
65* Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
66* develop this driver.
67*
68* Permission is hereby granted, free of charge, to any person obtaining a
69* copy of this software and associated documentation files (the
70* "Software"), to deal in the Software without restriction, including
71* without limitation the rights to use, copy, modify, merge, publish,
72* distribute, sub license, and/or sell copies of the Software, and to
73* permit persons to whom the Software is furnished to do so, subject to
74* the following conditions:
75*
76* The above copyright notice and this permission notice (including the
77* next paragraph) shall be included in all copies or substantial portions
78* of the Software.
79*
80* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
83* THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
84* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
85* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
86* USE OR OTHER DEALINGS IN THE SOFTWARE.
87*
88**************************************************************************/
89
90* Copyright (c) 2006-2007 Intel Corporation
91*
92* Permission is hereby granted, free of charge, to any person obtaining a
93* copy of this software and associated documentation files (the "Software"),
94* to deal in the Software without restriction, including without limitation
95* the rights to use, copy, modify, merge, publish, distribute, sublicense,
96* and/or sell copies of the Software, and to permit persons to whom the
97* Software is furnished to do so, subject to the following conditions:
98*
99* The above copyright notice and this permission notice (including the next
100* paragraph) shall be included in all copies or substantial portions of the
101* Software.
102*
103* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
106* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109* SOFTWARE.
110*
111* Authors:
112* Eric Anholt <eric@anholt.net>
113* Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
114*
115*/
116/**************************************************************************
117Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
118Copyright © 2002 David Dawes
119All Rights Reserved.
120Permission is hereby granted, free of charge, to any person obtaining a
121copy of this software and associated documentation files (the
122"Software"), to deal in the Software without restriction, including
123without limitation the rights to use, copy, modify, merge, publish,
124distribute, sub license, and/or sell copies of the Software, and to
125permit persons to whom the Software is furnished to do so, subject to
126the following conditions:
127The above copyright notice and this permission notice (including the
128next paragraph) shall be included in all copies or substantial portions
129of the Software.
130THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
131OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
132MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
133IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
134ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
135TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
136SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
137
138**************************************************************************/
139/*
140* Authors:
141* Keith Whitwell <keith@tungstengraphics.com>
142* David Dawes <dawes@xfree86.org>
143*
144* Updated for Dual Head capabilities:
145* Alan Hourihane <alanh@tungstengraphics.com>
146*
147* Add ARGB HW cursor support:
148* Alan Hourihane <alanh@tungstengraphics.com>
149*
150* Poulsbo port
151* Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
152*/
153/*
154* XFree86 Xv DDX written by Mark Vojkovich (markv@valinux.com)
155*/
156/*
157* Copyright (c) 1998-2003 by The XFree86 Project, Inc.
158*
159* Permission is hereby granted, free of charge, to any person obtaining a
160* copy of this software and associated documentation files (the "Software"),
161* to deal in the Software without restriction, including without limitation
162* the rights to use, copy, modify, merge, publish, distribute, sublicense,
163* and/or sell copies of the Software, and to permit persons to whom the
164* Software is furnished to do so, subject to the following conditions:
165*
166* The above copyright notice and this permission notice shall be included in
167* all copies or substantial portions of the Software.
168*
169* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
170* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
171* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
172* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
173* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
174* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
175* OTHER DEALINGS IN THE SOFTWARE.
176*
177* Except as contained in this notice, the name of the copyright holder(s)
178* and author(s) shall not be used in advertising or otherwise to promote
179* the sale, use or other dealings in this Software without prior written
180* authorization from the copyright holder(s) and author(s).
181*/
182/*
183** Copyright (c) 2007-2009 The Khronos Group Inc.
184**
185** Permission is hereby granted, free of charge, to any person obtaining a
186** copy of this software and/or associated documentation files (the
187** "Materials"), to deal in the Materials without restriction, including
188** without limitation the rights to use, copy, modify, merge, publish,
189** distribute, sublicense, and/or sell copies of the Materials, and to
190** permit persons to whom the Materials are furnished to do so, subject to
191** the following conditions:
192
193** The above copyright notice and this permission notice shall be included
194** in all copies or substantial portions of the Materials.
195**
196** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
197** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
198** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
199** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
200** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
201** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
202** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
203*/
204/*
205** License Applicability. Except to the extent portions of this file are
206** made subject to an alternative license as permitted in the SGI Free
207** Software License B, Version 1.0 (the "License"), the contents of this
208** file are subject only to the provisions of the License. You may not use
209** this file except in compliance with the License. You may obtain a copy
210** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
211** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
212**
213** http://oss.sgi.com/projects/FreeB
214**
215** Note that, as provided in the License, the Software is distributed on an
216** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
217** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
218** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
219** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
220**
221** Original Code. The Original Code is: OpenGL Sample Implementation,
222** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
223** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
224** Copyright in any portions created by third parties is as indicated
225** elsewhere herein. All Rights Reserved.
226**
227** Additional Notice Provisions: The application programming interfaces
228** established by SGI in conjunction with the Original Code are The
229** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
230** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
231** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
232** Window System(R) (Version 1.3), released October 19, 1998. This software
233** was created using the OpenGL(R) version 1.2.1 Sample Implementation
234** published by SGI, but has not been independently verified as being
235** compliant with the OpenGL(R) version 1.2.1 Specification.
236*/
237/*
238* This document is licensed under the SGI Free Software B License Version
239* 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
240*/
241/*
242** License Applicability. Except to the extent portions of this file are
243** made subject to an alternative license as permitted in the SGI Free
244** Software License B, Version 1.0 (the "License"), the contents of this
245** file are subject only to the provisions of the License. You may not use
246** this file except in compliance with the License. You may obtain a copy
247** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
248** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
249**
250** http://oss.sgi.com/projects/FreeB
251**
252** Note that, as provided in the License, the Software is distributed on an
253** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
254** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
255** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
256** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
257**
258** Original Code. The Original Code is: OpenGL Sample Implementation,
259** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
260** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
261** Copyright in any portions created by third parties is as indicated
262** elsewhere herein. All Rights Reserved.
263**
264** Additional Notice Provisions: The application programming interfaces
265** established by SGI in conjunction with the Original Code are The
266** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
267** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
268** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
269** Window System(R) (Version 1.3), released October 19, 1998. This software
270** was created using the OpenGL(R) version 1.2.1 Sample Implementation
271** published by SGI, but has not been independently verified as being
272** compliant with the OpenGL(R) version 1.2.1 Specification.
273*/
274/*
275* This file contains code derived from files originally published under the
276* "SGI Free Software License B, Version 1.1", see below:
277*/
278/*
279** License Applicability. Except to the extent portions of this file are
280** made subject to an alternative license as permitted in the SGI Free
281** Software License B, Version 1.1 (the "License"), the contents of this
282** file are subject only to the provisions of the License. You may not use
283** this file except in compliance with the License. You may obtain a copy
284** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
285** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
286**
287** http://oss.sgi.com/projects/FreeB
288**
289** Note that, as provided in the License, the Software is distributed on an
290** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
291** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
292** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
293** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
294**
295** Original Code. The Original Code is: OpenGL Sample Implementation,
296** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
297** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
298** Copyright in any portions created by third parties is as indicated
299** elsewhere herein. All Rights Reserved.
300
301 /*!****************************************************************************
302@File convexitytest.c
303@Title Convex Polygon Classification
304@Author PowerVR
305@Date 23 April 2007
306@Copyright Copyright 2007 by Imagination Technologies Limited.
307@Platform ANSI
308@Description Functions for determining whether a polygon is convex or not.
309@DoxygenVer 1.0 1st Release
310******************************************************************************/
311/* convexitytest.c */
312/*
313* C code from the article
314* "Testing the Convexity of a Polygon"
315* by Peter Schorn and Frederick Fisher,
316* (schorn@inf.ethz.ch, fred@kpc.com)
317* in "Graphics Gems IV", Academic Press, 1994
318*/
319/*!****************************************************************************
320@File drvvg.h
321@Title OpenVG Driver Header
322@Author PowerVR
323@Date 22 June 2007
324@Copyright Copyright 2007- by Imagination Technologies Limited.
325@Platform ANSI
326@Description Driver version of OpenVG Macro and API definitions
327@DoxygenVer 1.0 1st Release
328******************************************************************************/
329/**********************************************************************
330* *
331* Sample implementation of openvg.h, version 1.0.1 *
332* *
333* Copyright (c) 2005-2007 The Khronos Group *
334* *
335**********************************************************************/
336/*
337** Copyright (c) 2007-2009 The Khronos Group Inc.
338**
339** Permission is hereby granted, free of charge, to any person obtaining a
340** copy of this software and/or associated documentation files (the
341** "Materials"), to deal in the Materials without restriction, including
342** without limitation the rights to use, copy, modify, merge, publish,
343** distribute, sublicense, and/or sell copies of the Materials, and to
344** permit persons to whom the Materials are furnished to do so, subject to
345** the following conditions:
346**
347** The above copyright notice and this permission notice shall be included
348** in all copies or substantial portions of the Materials.
349**
350** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
351** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
352** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
353** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
354** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
355** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
356** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
357*/
358
359/*
360** Copyright (c) 2007-2009 The Khronos Group Inc.
361**
362** Permission is hereby granted, free of charge, to any person obtaining a
363** copy of this software and/or associated documentation files (the
364** "Materials"), to deal in the Materials without restriction, including
365** without limitation the rights to use, copy, modify, merge, publish,
366** distribute, sublicense, and/or sell copies of the Materials, and to
367** permit persons to whom the Materials are furnished to do so, subject to
368** the following conditions:
369**
370** The above copyright notice and this permission notice shall be included
371** in all copies or substantial portions of the Materials.
372**
373** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
374** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
375** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
376** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
377** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
378** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
379** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
380*/
381/* Platform-specific types and definitions for egl.h
382* $Revision: 1.2 $ on $Date: 2011/07/26 23:17:28 $
383*
384* Adopters may modify khrplatform.h and this file to suit their platform.
385* You are encouraged to submit all modifications to the Khronos group so that
386* they can be included in future versions of this file. Please submit changes
387* by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
388* by filing a bug against product "EGL" component "Registry".
389*/
390/*
391* This document is licensed under the SGI Free Software B License Version
392* 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
393*/
394/* Platform-specific types and definitions for OpenGL ES 1.X gl.h
395* Last modified on 2008/12/19
396*
397* Adopters may modify khrplatform.h and this file to suit their platform.
398* You are encouraged to submit all modifications to the Khronos group so that
399* they can be included in future versions of this file. Please submit changes
400* by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
401* by filing a bug against product "OpenGL-ES" component "Registry".
402*/
403/ * File: fpcomp.c
404*
405* Purpose: Sample parser for ARB_fragment_program
406*
407*
408* Author: Benj Lipchak, ATI Research
409*
410* Based on ARB_vertex_program sample
411* implementation from NVIDIA
412*
413* Copyright: Copyright (c) 2002 ATI Technologies Inc
414*
415* Use of this sample code is subject to the terms and conditions of the
416* ATI Technologies Inc. Software Development Kit License Agreement.
417* If you have not accepted and agreed to this License, you have no
418* rights to use the software contained herein.
419*/
420/*
421** Copyright (C) 2002, NVIDIA Corporation.
422**
423** NVIDIA Corporation("NVIDIA") supplies this software to you in consideration
424** of your agreement to the following terms, and your use, installation,
425** modification or redistribution of this NVIDIA software constitutes
426** acceptance of these terms. If you do not agree with these terms, please do
427** not use, install, modify or redistribute this NVIDIA software.
428**
429** In consideration of your agreement to abide by the following terms, and
430** subject to these terms, NVIDIA grants you a personal, non-exclusive
431** license, under NVIDIA's copyrights in this original NVIDIA software (the
432** "NVIDIA Software"), to use, reproduce, modify and redistribute the NVIDIA
433** Software, with or without modifications, in source and/or binary forms;
434** provided that if you redistribute the NVIDIA Software, you must retain the
435** copyright notice of NVIDIA, this notice and the following text and
436** disclaimers in all such redistributions of the NVIDIA Software. Neither the
437** name, trademarks, service marks nor logos of NVIDIA Corporation may be used
438** to endorse or promote products derived from the NVIDIA Software without
439** specific prior written permission from NVIDIA. Except as expressly stated
440** in this notice, no other rights or licenses express or implied, are granted
441** by NVIDIA herein, including but not limited to any patent rights that may
442** be infringed by your derivative works or by other works in which the NVIDIA
443** Software may be incorporated. No hardware is licensed hereunder.
444**
445** The NVIDIA Software is provided by NVIDIA on an "AS IS" BASIS, WITHOUT
446** WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
447** WITHOUT LIMITATION WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
448** MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE NVIDIA
449** SOFTWARE OR ITS USE AND OPERATION ALONE OR IN COMBINATION WITH YOUR
450** PRODUCTS.
451**
452** IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL,
453** SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
454** LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
455** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE
456** USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE NVIDIA SOFTWARE,
457** HOWEVER CAUSED, AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING
458** NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF NVIDIA HAS BEEN ADVISED
459** OF THE POSSIBILITY OF SUCH DAMAGE.*
460/* A Bison parser, made by GNU Bison 2.3. */
461/* Skeleton interface for Bison's Yacc-like parsers in C
462Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
463Free Software Foundation, Inc.
464This program is free software; you can redistribute it and/or modify
465it under the terms of the GNU General Public License as published by
466the Free Software Foundation; either version 2, or (at your option)
467any later version.
468This program is distributed in the hope that it will be useful,
469but WITHOUT ANY WARRANTY; without even the implied warranty of
470MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
471GNU General Public License for more details.
472You should have received a copy of the GNU General Public License
473along with this program; if not, write to the Free Software
474Foundation, Inc., 51 Franklin Street, Fifth Floor,
475Boston, MA 02110-1301, USA. */
476/* As a special exception, you may create a larger work that contains
477part or all of the Bison parser skeleton and distribute that work
478under terms of your choice, so long as that work isn't itself a
479parser generator using the skeleton or a modified version thereof
480as a parser skeleton. Alternatively, if you modify or redistribute
481the parser skeleton itself, you may (at your option) remove this
482special exception, which will cause the skeleton and the resulting
483Bison output files to be licensed under the GNU General Public
484License without this special exception.
485This special exception was added by the Free Software Foundation in
486version 2.2 of Bison. */
487/**************************************************************************
488*
489* Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. USA.
490* All Rights Reserved.
491*
492* Permission is hereby granted, free of charge, to any person obtaining a
493* copy of this software and associated documentation files (the
494* "Software"), to deal in the Software without restriction, including
495* without limitation the rights to use, copy, modify, merge, publish,
496* distribute, sub license, and/or sell copies of the Software, and to
497* permit persons to whom the Software is furnished to do so, subject to
498* the following conditions:
499*
500* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
501* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
502* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
503* THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
504* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
505* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
506* USE OR OTHER DEALINGS IN THE SOFTWARE.
507*The above copyright notice and this permission notice (including the
508* next paragraph) shall be included in all copies or substantial portions
509* of the Software.
510*
511*
512**************************************************************************/
513/*
514* Copyright © 2007 Red Hat, Inc.
515*
516* Permission is hereby granted, free of charge, to any person obtaining a
517* copy of this software and associated documentation files (the "Software"),
518* to deal in the Software without restriction, including without limitation
519* the rights to use, copy, modify, merge, publish, distribute, sublicense,
520* and/or sell copies of the Software, and to permit persons to whom the
521* Software is furnished to do so, subject to the following conditions:
522*
523* The above copyright notice and this permission notice (including the next
524* paragraph) shall be included in all copies or substantial portions of the
525* Software.
526*
527* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
528* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
529* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
530* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
531* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
532* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
533* SOFTWARE.
534*
535* Authors:
536* Dave Airlie <airlied@redhat.com>
537
538/*
539 * Copyright © 2008 Kristian Høgsberg
540 *
541 * Permission to use, copy, modify, distribute, and sell this software and its
542 * documentation for any purpose is hereby granted without fee, provided that
543 * the above copyright notice appear in all copies and that both that copyright
544 * notice and this permission notice appear in supporting documentation, and
545 * that the name of the copyright holders not be used in advertising or
546 * publicity pertaining to distribution of the software without specific,
547 * written prior permission. The copyright holders make no representations
548 * about the suitability of this software for any purpose. It is provided "as
549 * is" without express or implied warranty.
550 *
551 * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
552 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
553 * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
554 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
555 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
556 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
557 * OF THIS SOFTWARE.
558 */
559
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin/egl.pc b/common/recipes-graphics/xorg-driver/emgd-driver-bin/egl.pc
deleted file mode 100644
index 42efd64a..00000000
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin/egl.pc
+++ /dev/null
@@ -1,12 +0,0 @@
1prefix=/usr
2exec_prefix=${prefix}
3libdir=/usr/lib
4includedir=/usr/include
5
6Name: egl
7Description: EMGD EGL library
8Requires.private:
9Version: 1.16
10Libs: -L${libdir} -lEGL
11Libs.private: -lm -lpthread -ldl
12Cflags: -I${includedir}
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;
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin/gles_cm.pc b/common/recipes-graphics/xorg-driver/emgd-driver-bin/gles_cm.pc
deleted file mode 100644
index a0c828f4..00000000
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin/gles_cm.pc
+++ /dev/null
@@ -1,12 +0,0 @@
1prefix=/usr
2exec_prefix=${prefix}
3libdir=/usr/lib
4includedir=/usr/include
5
6Name: gles_cm
7Description: EMGD OpenGL ES 1.1 CM library
8Requires.private:
9Version: 1.16
10Libs: -L${libdir} -lGLES_CM
11Libs.private: -lm -lpthread -ldl
12Cflags: -I${includedir}
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin/glesv2.pc b/common/recipes-graphics/xorg-driver/emgd-driver-bin/glesv2.pc
deleted file mode 100644
index 02171fad..00000000
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin/glesv2.pc
+++ /dev/null
@@ -1,12 +0,0 @@
1prefix=/usr
2exec_prefix=${prefix}
3libdir=/usr/lib
4includedir=/usr/include
5
6Name: glesv2
7Description: EMGD OpenGL ES 2.0 library
8Requires.private:
9Version: 1.16
10Libs: -L${libdir} -lGLESv2
11Libs.private: -lm -lpthread -ldl
12Cflags: -I${includedir}
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
deleted file mode 100644
index 963536fa..00000000
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
+++ /dev/null
@@ -1,186 +0,0 @@
1SUMMARY = "EMGD 1.16 xserver binaries"
2DESCRIPTION = "EMGD 1.16 includes some userspace binaries that use non-free \
3licensing, which are now available via a non-click-through downloadable \
4tarball, and is what this recipe now uses. Since it is a non-free license, \
5this recipe is marked as 'License_emgd-driver-bin_1.16' and you need to add \
6to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.16\" to your \
7local.conf in order to enable it in a build."
8LICENSE = "Intel-software-license-emgd-1.16 & Intel-user-space-graphics-driver-binary-license-emgd-1.16 & MIT"
9LICENSE_FLAGS = "license_${PN}_${PV}"
10PR = "r0"
11
12COMPATIBLE_HOST = "(i.86).*-linux"
13
14EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
15EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
16EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin"
17
18LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d \
19 file://${WORKDIR}/${EMGD_LIC_DIR}/readme.txt;md5=73cbec7a0d2bc22faf567238e055bfc8"
20
21DEPENDS = "rpm-native xz-native"
22RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg"
23RDEPENDS_emgd-gst-plugins-mixvideo = "libva-tpi"
24
25# These libraries shouldn't get installed in world builds unless something
26# explicitly depends upon them.
27EXCLUDE_FROM_WORLD = "1"
28PROVIDES = "virtual/libgles1 virtual/libgles2 virtual/egl"
29
30# Add the ABI dependency at package generation time, as otherwise bitbake will
31# attempt to find a provider for it (and fail) when it does the parse.
32#
33# This version *must* be kept correct.
34python populate_packages_prepend() {
35 pn = d.getVar("PN", True)
36 d.appendVar("RDEPENDS_" + pn, " xorg-abi-video-8")
37}
38
39inherit distro_features_check
40REQUIRED_DISTRO_FEATURES = "opengl"
41
42SRC_URI = "https://edc.intel.com/App_Shared/Downloads/LIN_IEMGD_1_16_GOLD_3228.tgz \
43 file://egl.pc \
44 file://gles_cm.pc \
45 file://glesv2.pc \
46 "
47
48SRC_URI[md5sum] = "339c902baeac0a5816108bea827b3685"
49SRC_URI[sha256sum] = "33ef38b83914ef7d1e12a430ec009352b415b9d5840c9d0db25744b7dc6a2473"
50
51
52# make sure generated rpm packages get non conflicting names
53PKG_${PN} = "emgd-driver"
54PKG_${PN}-dev = "emgd-driver-dev"
55PKG_${PN}-dbg = "emgd-driver-dbg"
56PKG_${PN}-doc = "emgd-driver-doc"
57
58PACKAGES =+ "emgd-libmixcommon emgd-libmixvideo emgd-libmixvbp \
59 emgd-gst-vabuffer emgd-gst-plugins-mixvideo \
60 emgd-gst-plugins-va emgd-driver-video"
61
62# These are closed binaries generated elsewhere so don't check ldflags & text relocations
63INSANE_SKIP_emgd-driver-video = "ldflags textrel"
64# Inhibit warnings about files being stripped, we can't do anything about it.
65INHIBIT_PACKAGE_STRIP = "1"
66INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
67
68# Avoid auto renaming of these packages
69DEBIAN_NOAUTONAME_emgd-libmixcommon = "1"
70DEBIAN_NOAUTONAME_emgd-libmixvideo = "1"
71DEBIAN_NOAUTONAME_emgd-libmixvbp = "1"
72DEBIAN_NOAUTONAME_emgd-gst-vabuffer = "1"
73
74FILES_emgd-libmixcommon = "${libdir}/libmixcommon.so.0.10.8 ${libdir}/libmixcommon.so.0"
75FILES_emgd-libmixvideo = "${libdir}/libmixvideo.so.0.10.10 ${libdir}/libmixvideo.so.0"
76FILES_emgd-libmixvbp = "${libdir}/libmixvbp.so.0.10.9 ${libdir}/libmixvbp.so.0 \
77 ${libdir}/libmixvbp_h264.so.0.10.9 ${libdir}/libmixvbp_h264.so.0 \
78 ${libdir}/libmixvbp_mpeg4.so.0.10.9 ${libdir}/libmixvbp_mpeg4.so.0 \
79 ${libdir}/libmixvbp_vc1.so.0.10.9 ${libdir}/libmixvbp_vc1.so.0 "
80FILES_emgd-gst-vabuffer = "${libdir}/libgstvabuffer.so.0.10.8 ${libdir}/libgstvabuffer.so.0"
81FILES_emgd-gst-plugins-mixvideo = "${libdir}/gstreamer-0.10/libgstmixvideoplugin.so"
82FILES_emgd-gst-plugins-va = "${libdir}/gstreamer-0.10/libgstvaplugin.so"
83FILES_emgd-driver-video = "${libdir}/dri/emgd_drv_video.so"
84FILES_${PN} += "${libdir}/dri ${libdir}/xorg/modules/drivers"
85FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug ${libdir}/gstreamer-0.10/.debug"
86
87S = "${WORKDIR}/${EMGD_RPM_DIR}"
88
89RPM2CPIO = "${COREBASE}/scripts/rpm2cpio.sh"
90
91do_install () {
92 # cleanup previous files if any
93 rm -rf usr
94
95 # A gstreamer VA buffer library
96 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/gst-vabuffer*.rpm | cpio -id
97
98 # MIX Common contains common classes, datatype, header files used by other MIX components
99 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/mixcommon*.rpm | cpio -id
100
101 # MIX Video Bitstream Parser is an user library interface for various video format bitstream parsing
102 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/mixvbp*.rpm | cpio -id
103
104 # MIX Video is an user library interface for various video codecs available on the platform.
105 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/mixvideo*.rpm | cpio -id
106
107 install -d -m 0755 ${D}${libdir}/gstreamer-0.10
108 install -m 0755 ${S}/usr/lib/* ${D}${libdir}/
109
110 # A gstreamer plugin that uses MIX Video for hardware accelerated video decoding and rendering.
111 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/gst-plugins-mixvideo*.rpm | cpio -id
112
113 # A collection of gstreamer plugins that uses VA libraries for hardware accelerated video rendering and text overlay.
114 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/gst-plugins-va*.rpm | cpio -id
115
116 install -m 0755 ${S}/usr/lib/gstreamer-0.10/* ${D}${libdir}/gstreamer-0.10/
117
118 # EMGD runtime graphics libraries
119 ${RPM2CPIO} ${S}/emgd-bin*.rpm | cpio -id
120
121 install -d -m 0755 ${D}${libdir}/dri
122 install -d -m 0755 ${D}${libdir}/xorg/modules/drivers
123 install -d -m 0755 ${D}${sysconfdir}
124 install -d -m 0755 ${D}${mandir}/man4
125 install -m 0755 ${S}/usr/lib/*.so.* ${D}${libdir}/
126 install -m 0755 ${S}/usr/lib/dri/* ${D}${libdir}/dri/
127 install -m 0755 ${S}/usr/lib/xorg/modules/drivers/* ${D}${libdir}/xorg/modules/drivers/
128 install -m 0755 ${S}/etc/* ${D}${sysconfdir}/
129 install -m 0755 ${S}/usr/share/man/man4/* ${D}${mandir}/man4/
130
131 # Khronos development headers needed for EGL, OpenGL-ES, and OpenVG development
132 ${RPM2CPIO} ${S}/emgd-devel*.rpm | cpio -id
133
134 install -d -m 0755 ${D}${includedir}/EGL
135 install -m 0755 ${S}/usr/include/EGL/*.h ${D}${includedir}/EGL/
136 install -d -m 0755 ${D}${includedir}/GLES
137 install -m 0755 ${S}/usr/include/GLES/*.h ${D}${includedir}/GLES/
138 install -d -m 0755 ${D}${includedir}/GLES2
139 install -m 0755 ${S}/usr/include/GLES2/*.h ${D}${includedir}/GLES2/
140 install -d -m 0755 ${D}${includedir}/KHR
141 install -m 0755 ${S}/usr/include/KHR/*.h ${D}${includedir}/KHR/
142 install -d -m 0755 ${D}${includedir}/VG
143 install -m 0755 ${S}/usr/include/VG/*.h ${D}${includedir}/VG/
144
145 EMGD_SNAPSHOT="1.5.15.3226"
146 ln -sf libEGL.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEGL.so.1
147 ln -sf libEGL.so.1 ${D}${libdir}/libEGL.so
148 ln -sf libGLES_CM.so.${EMGD_SNAPSHOT} ${D}${libdir}/libGLES_CM.so.1
149 ln -sf libGLES_CM.so.1 ${D}${libdir}/libGLES_CM.so
150 ln -sf libGLESv2.so.${EMGD_SNAPSHOT} ${D}${libdir}/libGLESv2.so.2
151 ln -sf libGLESv2.so.2 ${D}${libdir}/libGLESv2.so
152 ln -sf libOpenVG.so.${EMGD_SNAPSHOT} ${D}${libdir}/libOpenVG.so.1
153 ln -sf libOpenVG.so.1 ${D}${libdir}/libOpenVG.so
154 ln -sf libOpenVGU.so.${EMGD_SNAPSHOT} ${D}${libdir}/libOpenVGU.so.1
155 ln -sf libOpenVGU.so.1 ${D}${libdir}/libOpenVGU.so
156 ln -sf libEMGD2d.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEMGD2d.so
157 ln -sf libEMGDegl.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEMGDegl.so
158 ln -sf libemgdglslcompiler.so.${EMGD_SNAPSHOT} ${D}${libdir}/libemgdglslcompiler.so
159 ln -sf libEMGDOGL.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEMGDOGL.so
160 ln -sf libemgdPVR2D_DRIWSEGL.so.${EMGD_SNAPSHOT} ${D}${libdir}/libemgdPVR2D_DRIWSEGL.so
161 ln -sf libEMGDScopeServices.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEMGDScopeServices.so
162 ln -sf libemgdsrv_init.so.${EMGD_SNAPSHOT} ${D}${libdir}/libemgdsrv_init.so
163 ln -sf libemgdsrv_um.so.${EMGD_SNAPSHOT} ${D}${libdir}/libemgdsrv_um.so
164
165 #Replace duplicate files with symlinks
166 rm -f ${D}${libdir}/libmixvideo.so.0
167 ln -sf libmixvideo.so.0.10.10 ${D}${libdir}/libmixvideo.so.0
168 rm -f ${D}${libdir}/libmixvbp_h264.so.0
169 ln -sf libmixvbp_h264.so.0.10.9 ${D}${libdir}/libmixvbp_h264.so.0
170 rm -f ${D}${libdir}/libmixvbp.so.0
171 ln -sf libmixvbp.so.0.10.9 ${D}${libdir}/libmixvbp.so.0
172 rm -f ${D}${libdir}/libmixvbp_vc1.so.0
173 ln -sf libmixvbp_vc1.so.0.10.9 ${D}${libdir}/libmixvbp_vc1.so.0
174 rm -f ${D}${libdir}/libmixvbp_mpeg4.so.0
175 ln -sf libmixvbp_mpeg4.so.0.10.9 ${D}${libdir}/libmixvbp_mpeg4.so.0
176 rm -f ${D}${libdir}/libmixcommon.so.0
177 ln -sf libmixcommon.so.0.10.8 ${D}${libdir}/libmixcommon.so.0
178 rm -f ${D}${libdir}/libgstvabuffer.so.0
179 ln -sf libgstvabuffer.so.0.10.8 ${D}${libdir}/libgstvabuffer.so.0
180
181 # Copy the .pc files
182 install -d -m 0755 ${D}${libdir}/pkgconfig
183 install -m 0644 ${WORKDIR}/*.pc ${D}${libdir}/pkgconfig/
184}
185
186LEAD_SONAME = "libEGL.so"
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
deleted file mode 100644
index 150663eb..00000000
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
+++ /dev/null
@@ -1,188 +0,0 @@
1SUMMARY = "EMGD 1.18 xserver binaries"
2DESCRIPTION = "EMGD 1.18 includes some userspace binaries that use non-free \
3licensing, which are now available via a non-click-through downloadable \
4tarball, and is what this recipe now uses. Since it is a non-free license, \
5this recipe is marked as 'License_emgd-driver-bin_1.18' and you need to add \
6to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.18\" to your \
7local.conf in order to enable it in a build."
8LICENSE = "Intel-software-license-emgd-1.18 & Intel-user-space-graphics-driver-binary-license-emgd-1.18 & MIT"
9LICENSE_FLAGS = "license_${PN}_${PV}"
10PR = "r1"
11
12COMPATIBLE_HOST = "(i.86).*-linux"
13
14EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
15EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
16EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin"
17
18LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=7ce256e6a32a208bb3e509ef8febc6e4 \
19 file://${WORKDIR}/${EMGD_LIC_DIR}/readme.txt;md5=73cbec7a0d2bc22faf567238e055bfc8"
20
21DEPENDS = "rpm-native xz-native"
22RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg"
23RDEPENDS_emgd-gst-plugins-mixvideo = "libva-tpi"
24
25# These libraries shouldn't get installed in world builds unless something
26# explicitly depends upon them.
27EXCLUDE_FROM_WORLD = "1"
28PROVIDES = "virtual/libgles1 virtual/libgles2 virtual/egl"
29
30# Add the ABI dependency at package generation time, as otherwise bitbake will
31# attempt to find a provider for it (and fail) when it does the parse.
32#
33# This version *must* be kept correct.
34python populate_packages_prepend() {
35 pn = d.getVar("PN", True)
36 d.appendVar("RDEPENDS_" + pn, " xorg-abi-video-8")
37}
38
39inherit distro_features_check
40REQUIRED_DISTRO_FEATURES = "opengl"
41
42SRC_URI = "http://downloadmirror.intel.com/22865/eng/LIN_IEMGD_1_18_GOLD_3398.tgz \
43 file://egl.pc \
44 file://gles_cm.pc \
45 file://glesv2.pc \
46 file://glchar.patch;apply=0 \
47 "
48
49SRC_URI[md5sum] = "a165c397866d3fb70ddab318c834e49a"
50SRC_URI[sha256sum] = "2d709deecda595983b0d8f1d3c7bd0b4d5c79ae665c621b3b9b11c366b34873f"
51
52# make sure generated rpm packages get non conflicting names
53PKG_${PN} = "emgd-driver"
54PKG_${PN}-dev = "emgd-driver-dev"
55PKG_${PN}-dbg = "emgd-driver-dbg"
56PKG_${PN}-doc = "emgd-driver-doc"
57
58PACKAGES =+ "emgd-libmixcommon emgd-libmixvideo emgd-libmixvbp \
59 emgd-gst-vabuffer emgd-gst-plugins-mixvideo \
60 emgd-gst-plugins-va emgd-driver-video"
61
62# These are closed binaries generated elsewhere so don't check ldflags & text relocations
63INSANE_SKIP_emgd-driver-video = "ldflags textrel"
64# Inhibit warnings about files being stripped, we can't do anything about it.
65INHIBIT_PACKAGE_STRIP = "1"
66INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
67
68# Avoid auto renaming of these packages
69DEBIAN_NOAUTONAME_emgd-libmixcommon = "1"
70DEBIAN_NOAUTONAME_emgd-libmixvideo = "1"
71DEBIAN_NOAUTONAME_emgd-libmixvbp = "1"
72DEBIAN_NOAUTONAME_emgd-gst-vabuffer = "1"
73
74FILES_emgd-libmixcommon = "${libdir}/libmixcommon.so.0.10.8 ${libdir}/libmixcommon.so.0"
75FILES_emgd-libmixvideo = "${libdir}/libmixvideo.so.0.10.10 ${libdir}/libmixvideo.so.0"
76FILES_emgd-libmixvbp = "${libdir}/libmixvbp.so.0.10.9 ${libdir}/libmixvbp.so.0 \
77 ${libdir}/libmixvbp_h264.so.0.10.9 ${libdir}/libmixvbp_h264.so.0 \
78 ${libdir}/libmixvbp_mpeg4.so.0.10.9 ${libdir}/libmixvbp_mpeg4.so.0 \
79 ${libdir}/libmixvbp_vc1.so.0.10.9 ${libdir}/libmixvbp_vc1.so.0 "
80FILES_emgd-gst-vabuffer = "${libdir}/libgstvabuffer.so.0.10.8 ${libdir}/libgstvabuffer.so.0"
81FILES_emgd-gst-plugins-mixvideo = "${libdir}/gstreamer-0.10/libgstmixvideoplugin.so"
82FILES_emgd-gst-plugins-va = "${libdir}/gstreamer-0.10/libgstvaplugin.so"
83FILES_emgd-driver-video = "${libdir}/dri/emgd_drv_video.so"
84FILES_${PN} += "${libdir}/dri ${libdir}/xorg/modules/drivers"
85FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug ${libdir}/gstreamer-0.10/.debug"
86
87S = "${WORKDIR}/${EMGD_RPM_DIR}"
88
89RPM2CPIO = "${COREBASE}/scripts/rpm2cpio.sh"
90
91do_install () {
92 # cleanup previous files if any
93 rm -rf usr
94
95 # A gstreamer VA buffer library
96 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/gst-vabuffer*.rpm | cpio -id
97
98 # MIX Common contains common classes, datatype, header files used by other MIX components
99 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/mixcommon*.rpm | cpio -id
100
101 # MIX Video Bitstream Parser is an user library interface for various video format bitstream parsing
102 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/mixvbp*.rpm | cpio -id
103
104 # MIX Video is an user library interface for various video codecs available on the platform.
105 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/mixvideo*.rpm | cpio -id
106
107 install -d -m 0755 ${D}${libdir}/gstreamer-0.10
108 install -m 0755 ${S}/usr/lib/* ${D}${libdir}/
109
110 # A gstreamer plugin that uses MIX Video for hardware accelerated video decoding and rendering.
111 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/gst-plugins-mixvideo*.rpm | cpio -id
112
113 # A collection of gstreamer plugins that uses VA libraries for hardware accelerated video rendering and text overlay.
114 ${RPM2CPIO} ${S}/${EMGD_VIDEO_PLUGIN_DIR}/gst-plugins-va*.rpm | cpio -id
115
116 install -m 0755 ${S}/usr/lib/gstreamer-0.10/* ${D}${libdir}/gstreamer-0.10/
117
118 # EMGD runtime graphics libraries
119 ${RPM2CPIO} ${S}/emgd-bin*.rpm | cpio -id
120
121 install -d -m 0755 ${D}${libdir}/dri
122 install -d -m 0755 ${D}${libdir}/xorg/modules/drivers
123 install -d -m 0755 ${D}${sysconfdir}
124 install -d -m 0755 ${D}${mandir}/man4
125 install -m 0755 ${S}/usr/lib/*.so.* ${D}${libdir}/
126 install -m 0755 ${S}/usr/lib/dri/* ${D}${libdir}/dri/
127 install -m 0755 ${S}/usr/lib/xorg/modules/drivers/* ${D}${libdir}/xorg/modules/drivers/
128 install -m 0755 ${S}/etc/* ${D}${sysconfdir}/
129 install -m 0755 ${S}/usr/share/man/man4/* ${D}${mandir}/man4/
130
131 # Khronos development headers needed for EGL, OpenGL-ES, and OpenVG development
132 ${RPM2CPIO} ${S}/emgd-devel*.rpm | cpio -id
133
134 patch -d ${S} -p1 < ${WORKDIR}/glchar.patch
135
136 install -d -m 0755 ${D}${includedir}/EGL
137 install -m 0755 ${S}/usr/include/EGL/*.h ${D}${includedir}/EGL/
138 install -d -m 0755 ${D}${includedir}/GLES
139 install -m 0755 ${S}/usr/include/GLES/*.h ${D}${includedir}/GLES/
140 install -d -m 0755 ${D}${includedir}/GLES2
141 install -m 0755 ${S}/usr/include/GLES2/*.h ${D}${includedir}/GLES2/
142 install -d -m 0755 ${D}${includedir}/KHR
143 install -m 0755 ${S}/usr/include/KHR/*.h ${D}${includedir}/KHR/
144 install -d -m 0755 ${D}${includedir}/VG
145 install -m 0755 ${S}/usr/include/VG/*.h ${D}${includedir}/VG/
146
147 EMGD_SNAPSHOT="1.5.15.3226"
148 ln -sf libEGL.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEGL.so.1
149 ln -sf libEGL.so.1 ${D}${libdir}/libEGL.so
150 ln -sf libGLES_CM.so.${EMGD_SNAPSHOT} ${D}${libdir}/libGLES_CM.so.1
151 ln -sf libGLES_CM.so.1 ${D}${libdir}/libGLES_CM.so
152 ln -sf libGLESv2.so.${EMGD_SNAPSHOT} ${D}${libdir}/libGLESv2.so.2
153 ln -sf libGLESv2.so.2 ${D}${libdir}/libGLESv2.so
154 ln -sf libOpenVG.so.${EMGD_SNAPSHOT} ${D}${libdir}/libOpenVG.so.1
155 ln -sf libOpenVG.so.1 ${D}${libdir}/libOpenVG.so
156 ln -sf libOpenVGU.so.${EMGD_SNAPSHOT} ${D}${libdir}/libOpenVGU.so.1
157 ln -sf libOpenVGU.so.1 ${D}${libdir}/libOpenVGU.so
158 ln -sf libEMGD2d.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEMGD2d.so
159 ln -sf libEMGDegl.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEMGDegl.so
160 ln -sf libemgdglslcompiler.so.${EMGD_SNAPSHOT} ${D}${libdir}/libemgdglslcompiler.so
161 ln -sf libEMGDOGL.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEMGDOGL.so
162 ln -sf libemgdPVR2D_DRIWSEGL.so.${EMGD_SNAPSHOT} ${D}${libdir}/libemgdPVR2D_DRIWSEGL.so
163 ln -sf libEMGDScopeServices.so.${EMGD_SNAPSHOT} ${D}${libdir}/libEMGDScopeServices.so
164 ln -sf libemgdsrv_init.so.${EMGD_SNAPSHOT} ${D}${libdir}/libemgdsrv_init.so
165 ln -sf libemgdsrv_um.so.${EMGD_SNAPSHOT} ${D}${libdir}/libemgdsrv_um.so
166
167 #Replace duplicate files with symlinks
168 rm -f ${D}${libdir}/libmixvideo.so.0
169 ln -sf libmixvideo.so.0.10.10 ${D}${libdir}/libmixvideo.so.0
170 rm -f ${D}${libdir}/libmixvbp_h264.so.0
171 ln -sf libmixvbp_h264.so.0.10.9 ${D}${libdir}/libmixvbp_h264.so.0
172 rm -f ${D}${libdir}/libmixvbp.so.0
173 ln -sf libmixvbp.so.0.10.9 ${D}${libdir}/libmixvbp.so.0
174 rm -f ${D}${libdir}/libmixvbp_vc1.so.0
175 ln -sf libmixvbp_vc1.so.0.10.9 ${D}${libdir}/libmixvbp_vc1.so.0
176 rm -f ${D}${libdir}/libmixvbp_mpeg4.so.0
177 ln -sf libmixvbp_mpeg4.so.0.10.9 ${D}${libdir}/libmixvbp_mpeg4.so.0
178 rm -f ${D}${libdir}/libmixcommon.so.0
179 ln -sf libmixcommon.so.0.10.8 ${D}${libdir}/libmixcommon.so.0
180 rm -f ${D}${libdir}/libgstvabuffer.so.0
181 ln -sf libgstvabuffer.so.0.10.8 ${D}${libdir}/libgstvabuffer.so.0
182
183 # Copy the .pc files
184 install -d -m 0755 ${D}${libdir}/pkgconfig
185 install -m 0644 ${WORKDIR}/*.pc ${D}${libdir}/pkgconfig/
186}
187
188LEAD_SONAME = "libEGL.so"
diff --git a/common/recipes-multimedia/gstreamer/gst-va-intel.bb b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
index 5e4dd991..9e179b9a 100644
--- a/common/recipes-multimedia/gstreamer/gst-va-intel.bb
+++ b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
@@ -7,8 +7,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
7PR = "r2" 7PR = "r2"
8 8
9def map_gst_vaapi(d): 9def map_gst_vaapi(d):
10 if base_contains('MACHINE_FEATURES', 'va-impl-mixvideo', "1", "0", d) == "1":
11 return "gst-va-mixvideo-vaapi"
12 if base_contains('MACHINE_FEATURES', 'va-impl-intel', "1", "0", d) == "1": 10 if base_contains('MACHINE_FEATURES', 'va-impl-intel', "1", "0", d) == "1":
13 return "gst-va-intel-vaapi" 11 return "gst-va-intel-vaapi"
14 return "" 12 return ""
@@ -26,7 +24,6 @@ ALLOW_EMPTY_gst-va-intel = "1"
26ALLOW_EMPTY_gst-va-intel-general = "1" 24ALLOW_EMPTY_gst-va-intel-general = "1"
27ALLOW_EMPTY_gst-va-intel-video = "1" 25ALLOW_EMPTY_gst-va-intel-video = "1"
28ALLOW_EMPTY_gst-va-intel-vaapi = "1" 26ALLOW_EMPTY_gst-va-intel-vaapi = "1"
29ALLOW_EMPTY_gst-va-mixvideo-vaapi = "1"
30 27
31RDEPENDS_gst-va-intel = "\ 28RDEPENDS_gst-va-intel = "\
32 gst-va-intel-general \ 29 gst-va-intel-general \
@@ -48,9 +45,3 @@ RDEPENDS_gst-va-intel-video = "\
48RDEPENDS_gst-va-intel-vaapi = "\ 45RDEPENDS_gst-va-intel-vaapi = "\
49 gstreamer-vaapi \ 46 gstreamer-vaapi \
50 " 47 "
51
52# The emgd driver contains the vaapi implementation
53#
54RDEPENDS_gst-va-mixvideo-vaapi = "\
55 emgd-driver-bin \
56 "
diff --git a/common/recipes-multimedia/libva/va-intel.bb b/common/recipes-multimedia/libva/va-intel.bb
index 57a16097..93df94d2 100644
--- a/common/recipes-multimedia/libva/va-intel.bb
+++ b/common/recipes-multimedia/libva/va-intel.bb
@@ -6,9 +6,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
6PR = "r1" 6PR = "r1"
7 7
8def map_valibs(d): 8def map_valibs(d):
9 # The emgd mixvideo implementation requires libva-x11/tpi/glx/egl
10 if base_contains('MACHINE_FEATURES', 'va-impl-mixvideo', "1", "0", d) == "1":
11 return "libva libva-x11 libva-tpi libva-glx libva-egl"
12 # The intel implementation requires the libva-intel-driver package 9 # The intel implementation requires the libva-intel-driver package
13 if base_contains('MACHINE_FEATURES', 'va-impl-intel', "1", "0", d) == "1": 10 if base_contains('MACHINE_FEATURES', 'va-impl-intel', "1", "0", d) == "1":
14 return "libva libva-intel-driver" 11 return "libva libva-intel-driver"
diff --git a/conf/machine/include/meta-intel-emgd.inc b/conf/machine/include/meta-intel-emgd.inc
deleted file mode 100644
index ac99f46a..00000000
--- a/conf/machine/include/meta-intel-emgd.inc
+++ /dev/null
@@ -1,9 +0,0 @@
1INHERIT += "emgd-gl"
2GLSUFFIX = "-emgd"
3PACKAGE_EXTRA_ARCHS_append = " ${TUNE_PKGARCH}${GLSUFFIX}"
4
5PREFERRED_PROVIDER_virtual/mesa ?= "mesa-gl"
6PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl"
7PREFERRED_PROVIDER_virtual/libgles1 ?= "emgd-driver-bin"
8PREFERRED_PROVIDER_virtual/libgles2 ?= "emgd-driver-bin"
9PREFERRED_PROVIDER_virtual/egl ?= "emgd-driver-bin"
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index 07e43844..f43903e8 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -15,10 +15,6 @@ OLD_XSERVER_X86_EXT = "xserver-xorg-extension-dri \
15 xserver-xorg-extension-dbe \ 15 xserver-xorg-extension-dbe \
16 " 16 "
17 17
18XSERVER_X86_EMGD = "emgd-driver-bin \
19 ${OLD_XSERVER_X86_EXT} \
20 "
21
22XSERVER_X86_MATROX_MGA = "xf86-video-mga \ 18XSERVER_X86_MATROX_MGA = "xf86-video-mga \
23 " 19 "
24 20