Skip to content
Snippets Groups Projects
  1. Jan 30, 2019
    • Dylan Baker's avatar
      VERSION: bump to 19.0.0-rc1 · 2fddad9e
      Dylan Baker authored
      2 tags
      2fddad9e
    • Dylan Baker's avatar
      android,autotools,i965: Fix location of float64_glsl.h · 2b603ee4
      Dylan Baker authored
      Android.mk and autotools disagree about where generated files should
      go, which wasn't a problem until we wanted to build a dist
      tarball. This corrects the problme by changing the output and include
      paths to be the same on android and autotools (meson already has the
      correct include path).
      
      Fixes: 7d7b3083
             ("automake: Fix path to generated source")
      2b603ee4
    • Dylan Baker's avatar
      automake: Add --enable-autotools to distcheck flags · e7f6a5d1
      Dylan Baker authored
      Fixes: e68777c8
             ("autotools: Deprecate the use of autotools")
      e7f6a5d1
    • Dylan Baker's avatar
      configure: Bump SWR LLVM requirement to 7 · 1f5f1268
      Dylan Baker authored
      It is currently impossible to build a dist tarball that works when SWR
      requires LLVM 6. To generate the tarball we'd need to configure with
      LLVM 6, which is fine. But to build the dist check we need LLVM 7, as
      RadeonSI and RadV require that version. Unfortunately the headers
      genererated with LLVM 6 don't compile with LLVM 7, the API has changed
      between the two versions.
      
      I weighed a couple of options here. One would be to ship an
      unbootstrapped tarball generated with meson. This would fix the issue
      by not bootstrapping, so whatever version of LLVM used would work
      because the SWR headers would be generated at compile
      time. Unfortunately this would involve some heavy modifications to the
      infastructure used to upload the tarballs, and I've decided not to
      persue this.
      1f5f1268
  2. Jan 29, 2019
Loading