summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2021-04-12 11:26:45 -0700
committerMarge Bot <emma+marge@anholt.net>2021-12-03 23:53:06 +0000
commitcdde031ac2c8124721655532ee6f4149e20e9c61 (patch)
tree6a5969fc2a1f6b0bf9bbb0d7ea4279163360ea4f /meson_options.txt
parent0cad451f007f366d94e058b7c717b96723a3e6cd (diff)
classic/i965: Remove driver
Reviewed-by: Emma Anholt <emma@anholt.net> Acked-by: Jason Ekstrand <jason@jlekstrand.net> Acked-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10153>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ac49808efd6..5278e1760ac 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -54,9 +54,7 @@ option(
option(
'dri-drivers',
type : 'array',
- value : ['auto'],
- choices : ['auto', 'i965'],
- description : 'List of dri drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
+ description : 'DEPRECATED: List of dri drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
)
option(
'dri-drivers-path',
@@ -455,18 +453,6 @@ option(
value : true,
description : 'Enable direct rendering in GLX and EGL for DRI',
)
-option(
- 'prefer-iris',
- type : 'boolean',
- value : true,
- description : 'Prefer new Intel iris driver over older i965 driver'
-)
-option(
- 'prefer-crocus',
- type : 'boolean',
- value : false,
- description : 'Prefer new crocus driver over older i965 driver for gen4-7'
-)
option('egl-lib-suffix',
type : 'string',
value : '',