Releases: pal1000/mesa-dist-win
Releases · pal1000/mesa-dist-win
17.1.4.400-1
- Update to Mesa 17.1.4;
- Rebuilt LLVM and Mesa with Visual Studio 2017 - v15.2.26430.14.
17.1.3.400-1
- 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
- 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
- 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
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:
- LLVM 4.0 support in 2 steps closing bug 100201:
a. c11/threads: Include thr/xtimec.h for xtime definition when building with MSVC;
b. scons: update for LLVM 4.0.
Notable upstream enhancement:
- GL_ARB_gpu_shader_int64 on i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe.
17.0.5.391-1
- 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
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
- 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
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
- 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.