How to run ParaView (including the binary release) using Mesa on Windows

Mesa is an alternative OpenGL implementation that let you run graphic application while not using your GPU driver.

It can be very useful for a number of cases :

ParaView has been shipped with Mesa on Linux and MacOS for a long time, but building it on Windows is not something we have been trying to do so far.

Thankfully, a github project is providing release of Mesa for Windows that can be used directly.
https://github.com/pal1000/mesa-dist-win
Disclaimer : This code is not supported by Kitware and the binary are not built by Kitware, use as your own risk.

Here is a steps by steps guide to use this with ParaView (tested with 5.8.0) on an up-to-date Windows 10.

You can check that it is actually working in Help → About

2 Likes