Navigation Menu

Skip to content

18.2.1

Compare
Choose a tag to compare
@pal1000 pal1000 released this 21 Sep 15:55
· 1274 commits to master since this release

Known issue

  • No swr driver in this release due to build failure with LLVM 7.0.0. Weighting my options I decided to release quickly instead of doing a LLVM 6.0.1 x64 buid just to get swr to build with it.

Build environment updates

  • CMake 3.12.1 -> 3.12.2;
  • Visual Studio 15.8.3 -> 15.8.4;
  • setuptools 40.2.0 -> 40.4.1;
  • Git 2.18.0.1 -> 2.19.0.1;
  • LLVM 6.0.1 -> 7.0.0.

Build script

  • Mesa3D Meson build: Disable SWR AVX512. It fails to configure for now;
  • Mesa3D Meson build: Build config command cleanup;
  • Mesa3D Meson build: graw framework support.

Release maker

  • Fix a complete silent failure with distribution creation when using Meson;
  • Validate file existence before copying. Regression from when Meson build support was introduced in 18.1.8.

Deployment