mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-01 06:04:12 +08:00
dbe923bff9
Enabling this option makes Intel Gen8-11 hardware load the 'iris' driver by default instead of the older 'i965' driver. Regardless of how this option is set, users can still override which driver the loader selects via two methods. The first is to create a ~/.drirc or /etc/drirc file with the following snippet: <driconf> <device driver="loader" kernel_driver="i915"> <option name="dri_driver" value="i965" /> </device> </driconf> The other option is to set an environment variable: export MESA_LOADER_DRIVER_OVERRIDE=i965 For now, "prefer_iris" defaults to i965 (the historical choice). A separate future patch will change the default driver to iris. Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1893 Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> |
||
---|---|---|
.. | ||
c11 | ||
CL | ||
d3dadapter | ||
D3D9 | ||
drm-uapi | ||
EGL | ||
GL | ||
GLES | ||
GLES2 | ||
GLES3 | ||
HaikuGL | ||
KHR | ||
pci_ids | ||
vulkan | ||
c11_compat.h | ||
c99_alloca.h | ||
c99_compat.h | ||
c99_math.h | ||
meson.build | ||
no_extern_c.h |