From b3b415609d06c0e50880437073fcb369f4e4f625 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 7 Feb 2017 15:53:14 +0000 Subject: configure.ac: supersede --enable-gallium-llvm over --enable-llvm Currently we have extra (somewhat questionable) modularity, such that one could build some parts with LLVM while others w/o. That is extremely fragile, error prone and requires quite noticable amount of code throughout. Thus lets deprecate the gallium toggle in faviour of the generic one. The former will throw a warning when set, and it will be overwritten by the latter. This will allow gradual transition w/o breaking people's scripts. v2: Rebase, document in release notes. Cc: Dave Airlie Signed-off-by: Emil Velikov Reviewed-by: Tobias Droste (v1) --- docs/releasing.html | 2 +- docs/relnotes/17.1.0.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releasing.html b/docs/releasing.html index 020f3dec70a..09ef4ac89cb 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -354,7 +354,7 @@ Here is one solution that I've been using. --with-gallium-drivers=swrast \ --with-vulkan-drivers=intel \ --enable-llvm-shared-libs \ - --enable-gallium-llvm \ + --enable-llvm \ --enable-glx-tls \ --enable-gbm \ --enable-egl \ diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index 6a0dae4e36b..a65bc73431b 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -55,6 +55,7 @@ Note: some of the new features are only available with certain drivers.

Changes

  • Removed the ilo gallium driver.
  • +
  • The configure option --enable-gallium-llvm is superseded by --enable-llvm.
  • -- cgit v1.2.3