Module: Mesa Branch: master Commit: adaa3583f507f822533162279c3660be0f649866 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=adaa3583f507f822533162279c3660be0f649866
Author: Kenneth Graunke <[email protected]> Date: Fri Nov 22 22:24:52 2019 -0800 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 <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3540> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3540> --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
