From: Kenneth Graunke Date: Sat, 23 Nov 2019 06:24:52 +0000 (-0800) Subject: meson: Prefer 'iris' by default over 'i965'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=adaa3583f507f822533162279c3660be0f649866;p=mesa.git 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 Tested-by: Marge Bot Part-of: --- diff --git a/meson_options.txt b/meson_options.txt index 20332424054..1a2dd8ebd12 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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',