freedreno/fdperf: Cast away some ignored return values
[mesa.git] / meson_options.txt
index dd7bf4bccaa4bce79bbf2b64cce098d6eea2e0e0..1a2dd8ebd12380c57922d8d0010bcc1e28d23071 100644 (file)
@@ -314,6 +314,13 @@ option(
   choices : ['avx', 'avx2', 'knl', 'skx'],
   description : 'Architectures to build SWR support for.',
 )
+option(
+  'shared-swr',
+  type : 'boolean',
+  value : true,
+  description : 'Whether to link SWR shared or statically.',
+)
+
 option(
   'tools',
   type : 'array',
@@ -350,7 +357,7 @@ option(
 option(
   'prefer-iris',
   type : 'boolean',
-  value : false,
+  value : true,
   description : 'Prefer new Intel iris driver over older i965 driver'
 )
 option('egl-lib-suffix',