From 93120548765f137002e651881cc5d291a31a3bd5 Mon Sep 17 00:00:00 2001 From: Hanno Schwalm Date: Thu, 21 May 2026 08:12:10 +0200 Subject: [PATCH] Make RustiCL default for non-apples As rusticl - has been proven to be rock-stable for darktable if available - shows no significant performance penalties (vs ROCm on AMD graphics) - if by far easier to install than ROCm - had far less reported issues with driver versions we favor this as default over ROCm. --- RELEASE_NOTES.md | 2 ++ data/darktableconfig.xml.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b6e8129b20c6..3106ef8c2600 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -226,6 +226,8 @@ changes (where available). - Removed `Neo` Intel and `pocl` OpenCL drivers from blacklist, the `AMD-APP` driver has been added as not supported by AMD for 10yrs. +- RustiCL is the preferred OpenCL driver instead ROCm on AMD systems. + - In the styles module, a new option has been added to hide the preview in the tooltip. Additionally, a module preference now allows you to change the preview size, with two options available: default diff --git a/data/darktableconfig.xml.in b/data/darktableconfig.xml.in index 6442022c909f..4bc048db5f95 100644 --- a/data/darktableconfig.xml.in +++ b/data/darktableconfig.xml.in @@ -503,14 +503,14 @@ clplatform_amdacceleratedparallelprocessing bool - ${DEFCONFIG_NONAPPLE} + false AMD ROCm AMD Accelerated Parallel Processing (vendor provided) clplatform_rusticl bool - false + ${DEFCONFIG_NONAPPLE} RustiCL RustiCL Mesa OpenCL. if you want to use this, you should disable the vendor driver