From 99f03ab38d0b7872ffe6eeffd5713e3686cccc5b Mon Sep 17 00:00:00 2001 From: Ani Date: Fri, 28 Nov 2025 17:40:58 +0100 Subject: [PATCH] Remove "i965" from Intel (Mesa) that no longer exists, add newer driver for legacy hardware "crocus" --- Graphics-Driver-Issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 34e0cdf..b69404b 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -81,8 +81,8 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr ## Intel (Mesa) **OpenGL** -- **i965** Driver: **Not supported.** Games won't render properly with it, it's very broken [[1]](https://www.youtube.com/watch?v=SSprkcc6NZM), [[2]](https://www.youtube.com/watch?v=0qjqblFDdFw), [[3]](https://www.youtube.com/watch?v=ZwKmYBMMdvE). -- **iris** Driver: _No known problems at this time._ +- **crocus** Driver (Legacy hardware): _No known problems at this time._ +- **iris** Driver (Modern hardware): _No known problems at this time._ **Vulkan** - [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/6052)