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