docs: document the C++14 SWR requirement
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 12 Apr 2017 14:11:14 +0000 (15:11 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 17 Apr 2017 11:04:22 +0000 (12:04 +0100)
Earlier commit bumped the requirement for the SWR driver.

v2: Fold the note with the LLVM 3.9 one (Tim)

Fixes: 3c52a7316a1 ("swr: [configure.ac/scons] require c++14")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Tim Rowley <timothy.o.rowley@intel.com>
docs/relnotes/17.1.0.html

index 4f3e0030a8d4dffd942fe37613ec507fcc5f2515..00624ed0137729c8bdb7d014c3e6ca39cf09b156 100644 (file)
@@ -70,7 +70,7 @@ Note: some of the new features are only available with certain drivers.
 <ul>
 <li>Removed the ilo gallium driver.</li>
 <li>The configure option --enable-gallium-llvm is superseded by --enable-llvm.</li>
-<li>The swr driver now requires LLVM &gt;= 3.9.0.</li>
+<li>The swr driver now requires LLVM &gt;= 3.9.0 and a C++14 capable compiler.</li>
 <li>The radeonsi driver now requires LLVM 3.8.0.</li>
 <li>The MESA_GLSL=opt and MESA_GLSL=no_opt environment vars have been removed.</li>
 </ul>