Skip to content

Commit

Permalink
Release 18.2.4
Browse files Browse the repository at this point in the history
Minor build script UI fix
  • Loading branch information
pal1000 committed Nov 1, 2018
1 parent a0d3b08 commit 335639d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildscript/modules/mesa3d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GOTO skipmesa
@if %pythonver% GEQ 3 if /I "%gles%"=="y" set buildconf=%buildconf% -Dgles1=true -Dgles2=true

@set expressmesabuild=n
@if %pythonver%==2 set /p expressmesabuild=Do you want to build Mesa with quick configuration - includes libgl-gdi, graw-gdi, graw-null, tests, osmesa and GLAPI + OpenGL ES if GLES enabled:
@if %pythonver%==2 set /p expressmesabuild=Do you want to build Mesa with quick configuration - includes libgl-gdi, graw-gdi, graw-null, tests, osmesa and shared glapi and shared GLES libraries if glapi is a shared library:
@if %pythonver%==2 echo.
@if %pythonver%==2 IF /I "%expressmesabuild%"=="y" set mesatargets=.
@if %pythonver%==2 IF /I NOT "%expressmesabuild%"=="y" set mesatargets=libgl-gdi
Expand Down
2 changes: 1 addition & 1 deletion mesa3d.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Mesa3D software rendering drivers for Windows"
#define MyAppVersion "18.2.3"
#define MyAppVersion "18.2.4"
#define MyAppPublisher "Pal100x"
#define MyAppURL "https://github.com/pal1000/mesa-dist-win"
#define MyAppExeName "mesa-{#MyAppVersion}-setup.exe"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [OpenGL context configuration override](#opengl-context-configuration-override)

# Downloads
Mesa 18.2.3 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)
Mesa 18.2.4 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)

# Note for enterprise environments
IT security policy may restrict or even outright prohibit running 3rd-party unsigned executables. If this is the case you can extract Mesa3D drivers using [7-Zip](https://www.7-zip.org/).
Expand Down
5 changes: 3 additions & 2 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Next release
# 18.2.4
- Updated Mesa3D to [18.2.4](https://www.mesa3d.org/relnotes/18.2.4.html)
### Build environment updates
- wheel 0.32.1 -> 0.32.2;
- Visual Studio 15.8.7 -> 15.8.8;
- setuptools 40.4.3 -> 40.5.0.
### Build script
- Apply a patch that puts to rest the zombie texture float build option in Mesa3D Scons build;
- Got a patch accepted upstream that puts to rest the zombie texture float build option in Mesa3D Scons build;
- Use recommended way of selecting CRT and optimization level for Meson build based on Meson version;
- Adjust Mesa3D build script taking into account the fact that shared glapi and standalone GLES support is going down in upcoming Mesa 18.3 series for Scons build system;
- Take advantage of MSVC_USE_SCRIPT support patch to use the 64-bit compiler when doing 32-bit builds;
Expand Down

0 comments on commit 335639d

Please sign in to comment.