meson: Prefer 'iris' by default over 'i965'.
This changes the default driver for Intel Gen8-11 hardware to be the newer 'iris' driver rather than the older 'i965' driver. To continue using i965, pass -Dprefer-iris=false when building. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3540> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3540>
This commit is contained in:
@@ -357,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',
|
||||
|
Reference in New Issue
Block a user