Mesa (master): docs: document the C++14 SWR requirement

Emil Velikov evelikov at kemper.freedesktop.org
Mon Apr 17 13:34:14 UTC 2017


Module: Mesa
Branch: master
Commit: 39c3482205eb76044661a5717ddae5c674bb59c7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=39c3482205eb76044661a5717ddae5c674bb59c7

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Apr 12 15:11:14 2017 +0100

docs: document the C++14 SWR requirement

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 at collabora.com>
Reviewed-by: Tim Rowley <timothy.o.rowley at intel.com>

---

 docs/relnotes/17.1.0.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html
index 4f3e0030a8..00624ed013 100644
--- a/docs/relnotes/17.1.0.html
+++ b/docs/relnotes/17.1.0.html
@@ -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 >= 3.9.0.</li>
+<li>The swr driver now requires LLVM >= 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>




More information about the mesa-commit mailing list