Skip to content

Releases: pal1000/mesa-dist-win

17.1.4.400-1

03 Jul 15:58
Compare
Choose a tag to compare
  • Update to Mesa 17.1.4;
  • Rebuilt LLVM and Mesa with Visual Studio 2017 - v15.2.26430.14.

17.1.3.400-1

19 Jun 19:09
Compare
Choose a tag to compare
  • Updated Mesa3D to 17.1.3;
  • Improved manual OpenGL context configuration guide by adding detailed description of each context type.

17.1.2.400-1

06 Jun 19:44
Compare
Choose a tag to compare
  • Updated Mesa to 17.1.2;
  • Finished manual OpenGL context configuration tutorial;
  • Built LLVM and Mesa with Visual Studio 2017 v15.2.26430.12.

17.1.1.400-1

26 May 17:14
Compare
Choose a tag to compare
  • Updated Mesa to 17.1,1;
  • Built LLVM and Mesa3D with Visual Studio 2017 v15.2.26430.4;
  • Added manual OpenGL context configuration tutorial;
  • Clean build script guide - remove LLVM 3.9.1 info.

17.1.0.400-1

11 May 10:49
Compare
Choose a tag to compare

Changes

  • Mesa is now built with LLVM 4.0;
  • S3TC library is now built with Mingw-w64 GCC 7.1.0 r0.
  • LLVM and Mesa are both built with Visual Studio 2017 v15.0.26403.7.

Enhancement

  • Added OpenGL and GLSL version override samples (work in progress towards a complete guide).

Notable upstream fix:

Notable upstream enhancement:

  • GL_ARB_gpu_shader_int64 on i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe.

17.0.5.391-1

01 May 16:07
Compare
Choose a tag to compare
  • Updated Mesa to 17.0.5;
  • Rebuilt LLVM 3.9.1 using Ninja build system. Saves a bit of storage space at my end;
  • Built everything with Visual Studio 2017 v15.0.26403.7.

17.0.4.391-2

21 Apr 07:57
Compare
Choose a tag to compare

Buildscript improvements:

  • Be aware of the fact that CMake and Python can add themselves to PATH;
  • Fixed a serious issue causing the script to produce Debug LLVM builds instead of Release.

cmake --build with Visual Studio generators does not honor CMAKE_BUILD_TYPE .
Binaries produced for 17.0.4.391-1 were not affected as LLVM build was manually configured in Visual Studio IDE.
Download v17.0.4.391-1: portable, installer.

17.0.4.391-1

18 Apr 15:08
Compare
Choose a tag to compare
  • Various buildscript enhancements and fixes;
  • Quick deployment enhancements;
  • Dropped system-wide registration.

Known issue:

  • In place upgrade from 17.0.3.391-2 and older has been broken due to changes made to installer when system-wide registration was dropped. This won't be fixed. Uninstall old version before installing this one.

17.0.3.391-2

03 Apr 19:47
Compare
Choose a tag to compare

Bugfix: Remove Program group screen from installer didn't actually work.
The portable version is unchanged from previous release, download it from here.

17.0.3.391-1

03 Apr 19:02
Compare
Choose a tag to compare
  • Updated Mesa to 17.0.3;
  • Added Osmesa off-screen rendering driver and graw library;
  • Applied a patch for S3TC performance boost, credit goes to Federico Dossena;
  • major build script enhancements (ninja support allowing LLVM build with backward compatibility toolset, LLVM and Mesa toolset matching validation, easy packaging post-build support, multiple bug fixes);
  • Added support for Osmesa to local deployment utility, ported bug fixes from build script.