summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-10-10 10:18:58 +0200
committerVladimír Čunát <v@cunat.cz>2020-10-10 11:32:10 +0200
commit338b25697c952b17ef9b012cbe068f2d0b8fc4b3 (patch)
tree31123d2ef6ddcddb682c67d3c85a6f6b1a894fd9 /nixos/doc
parentec28e32c9e1f5b4d6857e9c7f2e57cf946b75655 (diff)
parent8bc409e546590137cd43651ee6f2909c6c9f5c73 (diff)
Merge branch 'master' into staging-next
Quite many rebuilds from master: > Estimating rebuild amount by counting changed Hydra jobs. > 3926 x86_64-darwin > 4645 x86_64-linux
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 8135bb562c84..21686841c284 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -1223,5 +1223,20 @@ services.transmission.settings.rpc-bind-address = "0.0.0.0";
</para>
</listitem>
</itemizedlist>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For AMD GPUs, Vulkan can now be used by adding <literal>amdvlk</literal>
+ to <literal>hardware.opengl.extraPackages</literal>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Similarly, still for AMD GPUs, the ROCm OpenCL stack can now be used by adding
+ <literal>rocm-opencl-icd</literal> to
+ <literal>hardware.opengl.extraPackages</literal>.
+ </para>
+ </listitem>
+ </itemizedlist>
</section>
</section>