Releases: pal1000/mesa-dist-win
Releases Β· pal1000/mesa-dist-win
23.2.1
- Updated Mesa3D to 23.2.1.
Known issue
- MSVC binaries were still built with LLVM 16 due to KhronosGroup/SPIRV-LLVM-Translator#2164.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 58% in favor of keeping support at release time.
- Unit tests were removed from release package as this poll results were 42% in favor of providing them at release time.
Build script
- LLVM MSVC build: LLVM_INCLUDE_TESTS=OFF implies LLVM_INCLUDE_GO_TESTS=OFF since at least LLVM 16;
- LLVM>=17 MSVC build: Replace LLVM_USE_CRT_RELEASE=MT with CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded to avoid deprecation warning and prepare for the former removal in LLVM 18.
Out of tree patches
- Initial LLVM and clang 17 linking compatibility patches.
Build environment updates
23.1.8
- Updated Mesa3D to 23.1.8.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 60% in favor of keeping support at release time.
- Unit tests were removed from release package as this poll results were 46% in favor of providing them at release time.
Build script
- MinGW build: Replace vulkan-validation-layers with glslang as the former is only useful for runtime debugging now that glslangValidator migrated to later package.
Build environment updates
23.1.7
- Updated Mesa3D to 23.1.7.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 60% in favor of keeping support at release time.
- Unit tests were restored to release package as this poll results were 50% in favor of providing them at release time.
Build script
- Link clang headers statically only when static linking OpenCL SPIRV [23.2+].
Build environment updates
23.1.6
- Updated Mesa3D to 23.1.6.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 59% in favor of keeping support at release time.
- Unit tests were removed from release package as this poll results were only 44% in favor of providing them at release time.
Build script
- llvmpipe s3tc texture cache build fix is pending to land in 23.2.0-rc3.
Build environment updates
23.1.5
- Updated Mesa3D to 23.1.5.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 60% in favor of keeping support at release time.
- Unit tests were added back to release package as this poll results were 50% in favor of providing them at release time.
Build environment updates
23.1.4
- Updated Mesa3D to 23.1.4.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 59% in favor of keeping support at release time.
- Unit tests were added back to release package as this poll results were 50% in favor of providing them at release time.
Build script
- llvmpipe S3TC texture cache doesn't build anymore [23.2+].
Build environment updates
23.2.0-rc1
- Mesa3D 23.2 series has no new drivers or components over 23.1, only bug fixes and improvements to existing components. As this is a pre-release only MSVC binaries are provided but MinGW build was also tested.
Known issue
- llvmpipe build with LP_USE_TEXTURE_CACHE fails since 23.2.0-rc1 so LP_USE_TEXTURE_CACHE had to be disabled.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 58% in favor of keeping support at release time.
- Unit tests were added back to release package as this poll results were 50% in favor of providing them at release time.
Build environment updates
23.1.3
- Updated Mesa3D to 23.1.3.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 56% in favor of keeping support at release time.
- Unit tests were added back to release package as this poll results were 50% in favor of providing them at release time.
Build environment updates
23.1.2
- Updated Mesa3D to 23.1.2.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 56% in favor of keeping support at release time.
- Unit tests were added back to release package as this poll results were 50% in favor of providing them at release time.
Build script
- MinGW: Enable LLVM Polyhedral optimizations;
- MinGW: Strip lib prefix from vaon12 driver filename.
Build environment
- MinGW: Use DirectX headers distro package.
Build environment updates
23.1.1
- Updated Mesa3D to 23.1.1.
Feedback info
- Windows 7 / Server 2008 R2 support remained in place for the time being as this poll results were 60% in favor of keeping support at release time.
- Unit tests were added back to release package as this poll results were 66% in favor of providing them at release time.