From: Emil Velikov <[email protected]> Earlier commit bumped the requirement for the SWR driver.
Cc: Tim Rowley <[email protected]> Fixes: 3c52a7316a1 ("swr: [configure.ac/scons] require c++14") Signed-off-by: Emil Velikov <[email protected]> --- Tim, couple of unrelated questions: - Did you get to nuke the in-tree mako copy? - Any plans on adding !Windows support in the scons build? docs/relnotes/17.1.0.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index 0a5cabe4f1b..eb324e25a44 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -68,6 +68,7 @@ Note: some of the new features are only available with certain drivers. <li>The swr driver now requires LLVM >= 3.9.0.</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> +<li>The SWR gallium driver now requires C++14 capable compiler</li> </ul> </div> -- 2.12.2 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
