blob: bfb06c4dd42f94e3b991732788aba37aac41b048 [file] [log] [blame]
Dylan Baker5608d0a2018-04-16 15:18:08 -07001# Copyright © 2017-2018 Intel Corporation
Dylan Bakerd1992252017-09-14 17:57:17 -07002
3# Permission is hereby granted, free of charge, to any person obtaining a copy
4# of this software and associated documentation files (the "Software"), to deal
5# in the Software without restriction, including without limitation the rights
6# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7# copies of the Software, and to permit persons to whom the Software is
8# furnished to do so, subject to the following conditions:
9
10# The above copyright notice and this permission notice shall be included in
11# all copies or substantial portions of the Software.
12
13# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19# SOFTWARE.
20
Dylan Baker61631be2017-10-10 15:44:14 -070021option(
22 'platforms',
Dylan Baker5608d0a2018-04-16 15:18:08 -070023 type : 'array',
24 value : ['auto'],
25 choices : [
26 '', 'auto', 'x11', 'wayland', 'drm', 'surfaceless', 'haiku', 'android',
27 ],
Eric Engestrom8629d802018-10-11 16:38:24 +010028 description : 'window systems to support. If this is set to `auto`, all platforms applicable will be enabled.'
Dylan Baker61631be2017-10-10 15:44:14 -070029)
30option(
31 'dri3',
32 type : 'combo',
33 value : 'auto',
Dylan Baker05893312017-10-30 10:27:48 -070034 choices : ['auto', 'true', 'false'],
Dylan Baker61631be2017-10-10 15:44:14 -070035 description : 'enable support for dri3'
36)
37option(
38 'dri-drivers',
Dylan Baker5608d0a2018-04-16 15:18:08 -070039 type : 'array',
40 value : ['auto'],
41 choices : ['', 'auto', 'i915', 'i965', 'r100', 'r200', 'nouveau', 'swrast'],
42 description : 'List of dri drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
Dylan Baker61631be2017-10-10 15:44:14 -070043)
44option(
45 'dri-drivers-path',
46 type : 'string',
47 value : '',
Dylan Bakerd7235ef2018-01-16 10:36:28 -080048 description : 'Location to install dri drivers. Default: $libdir/dri.'
49)
50option(
51 'dri-search-path',
52 type : 'string',
53 value : '',
54 description : 'Locations to search for dri drivers, passed as colon separated list. Default: dri-drivers-path.'
Dylan Baker61631be2017-10-10 15:44:14 -070055)
56option(
57 'gallium-drivers',
Dylan Baker5608d0a2018-04-16 15:18:08 -070058 type : 'array',
59 value : ['auto'],
60 choices : [
61 '', 'auto', 'pl111', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
Eric Anholtc4c488a2017-08-25 15:34:22 -070062 'swrast', 'v3d', 'vc4', 'etnaviv', 'imx', 'tegra', 'i915', 'svga', 'virgl',
Dylan Baker5608d0a2018-04-16 15:18:08 -070063 'swr',
64 ],
65 description : 'List of gallium drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
Dylan Baker61631be2017-10-10 15:44:14 -070066)
67option(
Dylan Baker73092072017-11-28 16:31:06 -080068 'gallium-extra-hud',
69 type : 'boolean',
70 value : false,
71 description : 'Enable HUD block/NIC I/O HUD status support',
72)
73option(
Dylan Baker68076b82017-10-30 14:04:21 -070074 'gallium-vdpau',
75 type : 'combo',
76 value : 'auto',
77 choices : ['auto', 'true', 'false'],
78 description : 'enable gallium vdpau state tracker.',
79)
80option(
81 'vdpau-libs-path',
82 type : 'string',
83 value : '',
84 description : 'path to put vdpau libraries. defaults to $libdir/vdpau.'
85)
86option(
Dylan Baker22a817a2017-10-30 14:32:30 -070087 'gallium-xvmc',
88 type : 'combo',
89 value : 'auto',
90 choices : ['auto', 'true', 'false'],
91 description : 'enable gallium xvmc state tracker.',
92)
93option(
94 'xvmc-libs-path',
95 type : 'string',
96 value : '',
97 description : 'path to put xvmc libraries. defaults to $libdir.'
98)
99option(
Dylan Baker1d36dc62017-10-30 15:23:06 -0700100 'gallium-omx',
101 type : 'combo',
Dylan Baker34e852d2018-03-06 10:11:38 -0800102 value : 'auto',
103 choices : ['auto', 'disabled', 'bellagio', 'tizonia'],
Gurkirpal Singhbb5e27f2018-01-20 05:12:06 +0530104 description : 'enable gallium omx state tracker.',
Dylan Baker1d36dc62017-10-30 15:23:06 -0700105)
106option(
107 'omx-libs-path',
108 type : 'string',
109 value : '',
110 description : 'path to put omx libraries. defaults to omx-bellagio pkg-config pluginsdir.'
111)
112option(
Dylan Baker5a785d52017-10-30 15:49:37 -0700113 'gallium-va',
114 type : 'combo',
115 value : 'auto',
116 choices : ['auto', 'true', 'false'],
117 description : 'enable gallium va state tracker.',
118)
119option(
120 'va-libs-path',
121 type : 'string',
122 value : '',
123 description : 'path to put va libraries. defaults to $libdir/dri.'
124)
125option(
Dylan Baker0ba909f2017-10-30 17:40:30 -0700126 'gallium-xa',
127 type : 'combo',
128 value : 'auto',
129 choices : ['auto', 'true', 'false'],
130 description : 'enable gallium xa state tracker.',
131)
132option(
Dylan Baker6b4c7042017-11-13 17:58:51 -0800133 'gallium-nine',
134 type : 'boolean',
135 value : false,
136 description : 'build gallium "nine" Direct3D 9.x state tracker.',
137)
138option(
Dylan Baker42ea0632017-12-08 15:26:00 -0800139 'gallium-opencl',
140 type : 'combo',
141 choices : ['icd', 'standalone', 'disabled'],
142 value : 'disabled',
143 description : 'build gallium "clover" OpenCL state tracker.',
144)
145option(
Dylan Baker6b4c7042017-11-13 17:58:51 -0800146 'd3d-drivers-path',
147 type : 'string',
148 value : '',
149 description : 'Location of D3D drivers. Default: $libdir/d3d',
150)
151option(
Dylan Baker61631be2017-10-10 15:44:14 -0700152 'vulkan-drivers',
Dylan Baker5608d0a2018-04-16 15:18:08 -0700153 type : 'array',
154 value : ['auto'],
155 choices : ['', 'auto', 'amd', 'intel'],
156 description : 'List of vulkan drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
Dylan Baker61631be2017-10-10 15:44:14 -0700157)
158option(
159 'shader-cache',
160 type : 'boolean',
161 value : true,
162 description : 'Build with on-disk shader cache support'
163)
164option(
165 'vulkan-icd-dir',
166 type : 'string',
167 value : '',
168 description : 'Location relative to prefix to put vulkan icds on install. Default: $datadir/vulkan/icd.d'
169)
170option(
171 'shared-glapi',
172 type : 'boolean',
173 value : true,
174 description : 'Whether to build a shared or static glapi'
175)
176option(
177 'gles1',
178 type : 'boolean',
179 value : true,
180 description : 'Build support for OpenGL ES 1.x'
181)
182option(
183 'gles2',
184 type : 'boolean',
185 value : true,
186 description : 'Build support for OpenGL ES 2.x and 3.x'
187)
188option(
189 'opengl',
190 type : 'boolean',
191 value : true,
192 description : 'Build support for OpenGL (all versions)'
193)
194option(
195 'gbm',
196 type : 'combo',
197 value : 'auto',
Dylan Baker05893312017-10-30 10:27:48 -0700198 choices : ['auto', 'true', 'false'],
Dylan Baker61631be2017-10-10 15:44:14 -0700199 description : 'Build support for gbm platform'
200)
201option(
202 'glx',
203 type : 'combo',
204 value : 'auto',
205 choices : ['auto', 'disabled', 'dri', 'xlib', 'gallium-xlib'],
206 description : 'Build support for GLX platform'
207)
208option(
Dylan Baker108d2572017-10-18 12:20:43 -0700209 'egl',
210 type : 'combo',
211 value : 'auto',
Dylan Baker05893312017-10-30 10:27:48 -0700212 choices : ['auto', 'true', 'false'],
Dylan Baker108d2572017-10-18 12:20:43 -0700213 description : 'Build support for EGL platform'
214)
215option(
Dylan Baker61631be2017-10-10 15:44:14 -0700216 'glvnd',
217 type : 'boolean',
218 value : false,
219 description : 'Enable GLVND support.'
220)
221option(
222 'asm',
223 type : 'boolean',
224 value : true,
225 description : 'Build assembly code if possible'
226)
227option(
Matt Turnera5abb2d2018-06-06 20:25:09 -0700228 'glx-read-only-text',
229 type : 'boolean',
230 value : false,
231 description : 'Disable writable .text section on x86 (decreases performance)'
232)
233option(
Dylan Baker61631be2017-10-10 15:44:14 -0700234 'llvm',
Dylan Baker48f64e52017-11-17 16:37:50 -0800235 type : 'combo',
236 value : 'auto',
237 choices : ['auto', 'true', 'false'],
Dylan Baker61631be2017-10-10 15:44:14 -0700238 description : 'Build with LLVM support.'
239)
240option(
Christoph Haagb01834b2018-09-18 01:08:07 +0200241 'shared-llvm',
242 type : 'boolean',
243 value : true,
244 description : 'Whether to link llvm shared or statically.'
245)
246option(
Dylan Baker61631be2017-10-10 15:44:14 -0700247 'valgrind',
Erik Faye-Lund5c2ff572017-10-25 10:02:38 +0200248 type : 'combo',
249 value : 'auto',
250 choices : ['auto', 'true', 'false'],
251 description : 'Build with valgrind support'
Dylan Baker61631be2017-10-10 15:44:14 -0700252)
253option(
Erik Faye-Lund9e5a5a12017-10-23 20:54:03 +0200254 'libunwind',
Erik Faye-Lund5c2ff572017-10-25 10:02:38 +0200255 type : 'combo',
256 value : 'auto',
257 choices : ['auto', 'true', 'false'],
258 description : 'Use libunwind for stack-traces'
Erik Faye-Lund9e5a5a12017-10-23 20:54:03 +0200259)
260option(
Dylan Baker5e71efe2017-11-28 16:42:37 -0800261 'lmsensors',
262 type : 'combo',
263 value : 'auto',
264 choices : ['auto', 'true', 'false'],
265 description : 'Enable HUD lmsensors support.'
266)
267option(
Dylan Baker61631be2017-10-10 15:44:14 -0700268 'build-tests',
269 type : 'boolean',
270 value : false,
271 description : 'Build unit tests. Currently this will build *all* unit tests, which may build more than expected.'
272)
273option(
Eric Engestrom4b9421d2017-10-26 16:19:41 +0100274 'selinux',
275 type : 'boolean',
276 value : false,
277 description : 'Build an SELinux-aware Mesa'
278)
Dylan Bakercbbd5bb2017-10-20 21:48:18 -0700279option(
280 'osmesa',
281 type : 'combo',
282 value : 'none',
Dylan Bakerf121a662017-10-24 15:52:57 -0700283 choices : ['none', 'classic', 'gallium'],
Dylan Bakercbbd5bb2017-10-20 21:48:18 -0700284 description : 'Build OSmesa.'
285)
286option(
287 'osmesa-bits',
288 type : 'combo',
289 value : '8',
290 choices : ['8', '16', '32'],
291 description : 'Number of channel bits for OSMesa.'
292)
Dylan Bakere0b037d2017-11-29 17:50:05 -0800293option(
294 'swr-arches',
Dylan Baker5608d0a2018-04-16 15:18:08 -0700295 type : 'array',
296 value : ['avx', 'avx2'],
297 choices : ['avx', 'avx2', 'knl', 'skx'],
298 description : 'Architectures to build SWR support for.',
Dylan Bakere0b037d2017-11-29 17:50:05 -0800299)
Scott D Phillips1f4d2432018-02-07 16:55:24 -0800300option(
301 'tools',
Dylan Baker5608d0a2018-04-16 15:18:08 -0700302 type : 'array',
303 value : [],
Christian Gmeiner7ea8e542018-12-13 21:07:23 +0100304 choices : ['etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'all'],
Eric Engestrom0bbee282018-10-30 11:26:46 +0000305 description : 'List of tools to build. (Note: `intel-ui` selects `intel`)',
Scott D Phillips1f4d2432018-02-07 16:55:24 -0800306)
Dylan Baker34bbb242018-06-07 11:13:34 -0700307option(
308 'power8',
309 type : 'combo',
310 value : 'auto',
311 choices : ['auto', 'true', 'false'],
312 description : 'Enable power8 optimizations.',
313)
Keith Packard7ab1fff2018-02-09 07:45:58 -0800314option(
315 'xlib-lease',
316 type : 'combo',
317 value : 'auto',
318 choices : ['auto', 'true', 'false'],
319 description : 'Enable VK_EXT_acquire_xlib_display.'
320)
Dylan Baker7a908862018-12-04 10:06:08 -0800321option(
322 'glx-direct',
323 type : 'boolean',
324 value : true,
325 description : 'Enable direct rendering in GLX and EGL for DRI',
326)