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.