BlohoJo
BlohoJo
There is also "DiskGenius" (non-free): https://www.diskgenius.com/how-to/ext4-windows.php
I figured out the solution to the problem myself. MESA has environment variables that determine how it works for different OpenGL versions. Because JPEG to RAW uses OpenGL 3.3, the...
I doubt it, as I had not paid attention to what version of OpenGL the app needed. I just spent hours trying to get another one of their apps to...
It's very nice to see you actually care about making MESA work with as many applications as possible, even badly coded ones. Thanks for the follow up! I did want...
I looked into this a little more, and discovered the following (MESA version is 19.3.3 for both mingw and MSVC, and environment variable `MESA_GL_VERSION_OVERRIDE=3.3COMPAT` is set): Application directory with just...
An important note I forgot: I have installed "[Intel CPU Runtime for OpenCL Applications 18.1 for Windows OS (64bit or 32bit)](https://www.intel.com/content/www/us/en/developer/articles/tool/opencl-drivers.html#cpu-section)" - `opencl_runtime_18.1_x64_setup.msi` Should I maybe uninstall that? CPU is...
I guess I do need the above runtime, because otherwise there is no opencl.dll in the Windows system directories. I tried the [other Intel OpenCL installer](https://www.intel.com/content/www/us/en/developer/articles/technical/intel-cpu-runtime-for-opencl-applications-with-sycl-support.html), but that appears to...
Hey! Thanks for the reply! :) Unfortunately, I couldn't get it to work. Resolve now starts like there is no OpenCL on the system, and gives the message, ""DaVinci Resolve...
It didn't work. Oh well, thanks for trying! :\ It gives this error:  If I click "Update Configuration" it shows this:  I believe that's the problem. It should...
I tried running this: http://wiki.luxcorerender.org/LuxMark_v3 https://github.com/LuxCoreRender/LuxMark/releases/download/luxmark_v3.1/luxmark-windows64-v3.1.zip It crashed. I then removed the registry entry of `C:\Program Files\MESA\MesaOpenCL.dll` under key `HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\OpenCL\Vendors`. After doing that, LuxMark now runs. So I guess Resolve...