Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions data/darktableconfig.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -503,14 +503,14 @@
<dtconfig prefs="processing" section="platform" capability="nonapple" restart="true">
<name>clplatform_amdacceleratedparallelprocessing</name>
<type>bool</type>
<default>${DEFCONFIG_NONAPPLE}</default>
<default>false</default>
<shortdescription>AMD ROCm</shortdescription>
<longdescription>AMD Accelerated Parallel Processing (vendor provided)</longdescription>
</dtconfig>
<dtconfig prefs="processing" section="platform" capability="nonapple" restart="true">
<name>clplatform_rusticl</name>
<type>bool</type>
<default>false</default>
<default>${DEFCONFIG_NONAPPLE}</default>
<shortdescription>RustiCL</shortdescription>
<longdescription>RustiCL Mesa OpenCL. if you want to use this, you should disable the vendor driver</longdescription>
</dtconfig>
Expand Down
Loading