Skip to content

Commit

Permalink
Release 17.3.7.600-1
Browse files Browse the repository at this point in the history
- Typo fixes in user guide;
- Made release notes incremental.
  • Loading branch information
pal1000 committed Mar 21, 2018
1 parent 30f6235 commit 934530e
Show file tree
Hide file tree
Showing 6 changed files with 277 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ bin/x86-bk/
bin/x64-bk/
bin/*.exe
bin/*.tmp
relnotes-bk.md
2 changes: 1 addition & 1 deletion buildenvconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OS | Windows 10 Version 1709 Pro x64
| | |
|-|-|
Edition | 2017 Community
Version | 15.6.2
Version | 15.6.3
Windows 10 SDK Version | 10.0.16299.91
Windows 10 SDK install method | standalone
### LLVM
Expand Down
1 change: 1 addition & 0 deletions debug/llvm-config-old.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMIRReader.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMAsmParser.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMX86Disassembler.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMX86AsmParser.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMX86CodeGen.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMGlobalISel.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMSelectionDAG.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMAsmPrinter.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMDebugInfoCodeView.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMDebugInfoMSF.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMCodeGen.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMScalarOpts.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMInstCombine.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMTransformUtils.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMBitWriter.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMX86Desc.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMMCDisassembler.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMX86Info.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMX86AsmPrinter.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMX86Utils.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMMCJIT.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMExecutionEngine.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMTarget.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMAnalysis.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMProfileData.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMRuntimeDyld.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMObject.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMMCParser.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMBitReader.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMMC.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMCore.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMBinaryFormat.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMSupport.lib C:\Software\Development\projects\mesa\llvm\x64\lib\LLVMDemangle.lib
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 "17.3.6.501-1"
#define MyAppVersion "17.3.7.600-1"
#define MyAppPublisher "Pal100x"
#define MyAppURL "https://github.com/pal1000/mesa-dist-win"
#define MyAppExeName "mesa-{#MyAppVersion}-setup.exe"
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
- [Manual OpenGL context configuration](#manual-opengl-context-configuration)

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

# Package contents
The following Mesa3D drivers are shipped in each release:
- [llvmpipe](https://www.mesa3d.org/llvmpipe.html) and softpipe bundle. file name: opengl32.dll. llvmpipe is the default desktop OpenGL driver. Both llvmpipe and softpipe are available for both x86 and x64. softpipe can be selected by setting environment variable GALLIUM_DRIVER=softpipe.
- [swr](http://openswr.org/). File names: swrAVX.dll, swrAVX2.dll. An alternative desktop OpenGL driver developped by Intel. Available for x64 only, x86 is [officially unsupported](https://bugs.freedesktop.org/show_bug.cgi?id=102564#c5). There are currently 2 DLLs, only one being loaded based on what the user CPU can do. 2 more will join soon matching the exting flavors of AVX512 instruction set, see issue [#2](https://github.com/pal1000/mesa-dist-win/issues/2). By default Mesa uses llvmpipe. You can switch to swr by setting GALLIUM_DRIVER environment variable value to swr either globally or in a batch file. See [How to set environment variables](#how-to-set-environment-variables).
- [osmesa](https://www.mesa3d.org/osmesa.html). File name: osmesa.dll. 2 versions of osmesa, off-screen rendering driver. They are located in osmesa-gallium and osmesa-swrast subdirectories. Available for both x86 and x64. This driver is used in special cases by software that is designed to use Mesa code to render without any kind of winndow system or operating system dependency. osmesa gallium supports OpenGL 3.x anewer while osmesa swrast also known as osmesa classic only suports OpenGL 2.1 but it has some unique capabilities.
- [osmesa](https://www.mesa3d.org/osmesa.html). File name: osmesa.dll. 2 versions of osmesa, off-screen rendering driver. They are located in osmesa-gallium and osmesa-swrast subdirectories. Available for both x86 and x64. This driver is used in special cases by software that is designed to use Mesa code to render without any kind of winndow system or operating system dependency. osmesa gallium supports OpenGL 3.x and newer while osmesa swrast also known as osmesa classic only suports OpenGL 2.1 but it has some unique capabilities.
- graw. File name: graw.dll. This is Mesa3D plug-in library. It is not a driver. Available for both x86 and x64. This is used in special cases by software that is designed to use Mesa code. While Mesa includes a full version bearing the build target of graw-gdi and a headless version bearing the build target of graw-null, only the full version is included. The headless version can be easily added upon request in a later release.

Build instructions, if you want to replicate my builds, are available [here](https://github.com/pal1000/mesa-dist-win/tree/master/buildscript).

# Installation and usage
Before running the installer close all programs that use Mesa if any is running. After running the installer you will have access to 2 deployment options, both located in the directory you installed Mesa.
- A system-wide deployment tool. While intended for systems lacking hardware accelerated OpenGL support like virtual machines in cloud environments, it can also be used on any Windows system to replace the inbox software render OpenGL 1.1 driver extending OpenGL support for use cases where hardware accelerated OpenGL is not available, like RDP connections.
- A system-wide deployment tool. While intended for systems lacking hardware accelerated OpenGL support like virtual machines in cloud environments, it can also be used on any Windows system to replace the inbox software rendering OpenGL 1.1 driver extending OpenGL support for use cases where hardware accelerated OpenGL is not available, like RDP connections.
- A per-application deployment tool. You only need to use it for programs you didn't deployed Mesa before as the per-app deployment utility changes persist across upgrades and reinstallations. The quick deployment utility has a start-over mechanism so you can do all deployments you need in one go. The per-app deployment utility will help you save storage and makes things easier as you won't have to manually copy DLLs from Mesa installation directory as it creates symlinks to whatever Mesa drivers you opt-in to use. This behavior ensures all programs that use Mesa use the same up-to-date version. Per-app deployment utility only asks for path to directory containing application executable, if the app is 64-bit or 32-bit and the drivers you need. 32-bit applications have their names marked in Task Manager while running. Most applications will use mesa regardless of GPU capabilities, but some applications may be smart enough to load OpenGL from system directory only. Use [Federico Dossena](https://github.com/adolfintel)'s Mesainjector to workaround this issue: [Build guide](http://fdossena.com/?p=mesa/injector_build.frag), [VMWare ThinApp capture](http://fdossena.com/mesa/MesaInjector_Capture.7z). Upgrade from 17.3.5.501-1 and older versions breaks osmesa drivers deployments made with per-app deployment tool. You'll have to redo the osmesa deployments.

Since v17.0.1.391 in-place upgrade is fully supported. Since v17.0.1.391-2 S3 texture compression is supported. v17.0.4.391-1 requires uninstall of previous versions. Applications requiring OpenGL 3.1 or newer may need [Manual OpenGL context configuration](#manual-opengl-context-configuration).
Expand Down
Loading

0 comments on commit 934530e

Please sign in to comment.