From a5897077f07dae6f9a0fe81536de6442004e41c7 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 1 Aug 2025 00:31:29 +0200 Subject: [PATCH] Fix incorrect Intel IGP minimum requirement in System requirements Intel Broadwell IGPs can run Forward+/Mobile on Linux thanks to Mesa drivers, but the Windows driver has never supported Vulkan nor Direct3D 12 with a sufficient feature level (and shader model). This increases the listed requirement to use Forward+/Mobile to Skylake (released in 2015). --- about/system_requirements.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/about/system_requirements.rst b/about/system_requirements.rst index e4b0eb91b..2a095eaf1 100644 --- a/about/system_requirements.rst +++ b/about/system_requirements.rst @@ -38,11 +38,11 @@ Desktop or laptop PC - Minimum +----------------------+-----------------------------------------------------------------------------------------+ | **GPU** | - **Forward+ renderer:** Integrated graphics with full Vulkan 1.0 support | | | | -| | - *Example: Intel HD Graphics 5500 (Broadwell), AMD Radeon R5 Graphics (Kaveri)* | +| | - *Example: Intel HD Graphics 510 (Skylake), AMD Radeon R5 Graphics (Kaveri)* | | | | | | - **Mobile renderer:** Integrated graphics with full Vulkan 1.0 support | | | | -| | - *Example: Intel HD Graphics 5500 (Broadwell), AMD Radeon R5 Graphics (Kaveri)* | +| | - *Example: Intel HD Graphics 510 (Skylake), AMD Radeon R5 Graphics (Kaveri)* | | | | | | - **Compatibility renderer:** Integrated graphics with full OpenGL 3.3 support | | | | @@ -225,12 +225,12 @@ Desktop or laptop PC - Minimum | **GPU** | - **Forward+ renderer:** Integrated graphics with full Vulkan 1.0 support, | | | Metal 3 support (macOS) or Direct3D 12 (12_0 feature level) support (Windows) | | | | -| | - *Example: Intel HD Graphics 5500 (Broadwell), AMD Radeon R5 Graphics (Kaveri)* | +| | - *Example: Intel HD Graphics 510 (Skylake), AMD Radeon R5 Graphics (Kaveri)* | | | | | | - **Mobile renderer:** Integrated graphics with full Vulkan 1.0 support, | | | Metal 3 support (macOS) or Direct3D 12 (12_0 feature level) support (Windows) | | | | -| | - *Example: Intel HD Graphics 5500 (Broadwell), AMD Radeon R5 Graphics (Kaveri)* | +| | - *Example: Intel HD Graphics 510 (Skylake), AMD Radeon R5 Graphics (Kaveri)* | | | | | | - **Compatibility renderer:** Integrated graphics with full OpenGL 3.3 support | | | or Direct3D 11 support (Windows). |