From: Emil Velikov Date: Wed, 12 Apr 2017 14:11:14 +0000 (+0100) Subject: docs: document the C++14 SWR requirement X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39c3482205eb76044661a5717ddae5c674bb59c7;p=mesa.git 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 Reviewed-by: Tim Rowley --- diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index 4f3e0030a8d..00624ed0137 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.
  • Removed the ilo gallium driver.
  • The configure option --enable-gallium-llvm is superseded by --enable-llvm.
  • -
  • The swr driver now requires LLVM >= 3.9.0.
  • +
  • The swr driver now requires LLVM >= 3.9.0 and a C++14 capable compiler.
  • The radeonsi driver now requires LLVM 3.8.0.
  • The MESA_GLSL=opt and MESA_GLSL=no_opt environment vars have been removed.