Mesa3D version 23.0 released

Started by Stefan, February 25, 2023, 11:16:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stefan

Download precompiled binaries here

Release notes pending, meanwhile you can read about the "23 enigma" :o



Stefan

After further testing it appears that the Zink driver (implementation of OpenGL using Vulkan) works best in GPUCapsViewer.

Get build-mesa and modify 7 lines in build.cmd for 32 bit output
amd64 -> x86
64 -> 32

    Line  78:   call "!VS!\VC\Auxiliary\Build\vcvarsall.bat" amd64 || exit /b 1
    Line 228:   python ..\mesa.src\src\vulkan\util\vk_icd_gen.py --api-version 1.1 --xml ..\mesa.src\src\vulkan\registry\vk.xml --lib-path vulkan_lvp.dll --out lvp_icd.x86_64.json
    Line 229:   copy /y ..\mesa-llvmpipe\share\vulkan\icd.d\lvp_icd.x86_64.json .
    Line 237:   if exist "%ProgramFiles(x86)%\Windows Kits\10\Redist\D3D\x64\dxil.dll" (
    Line 238:     copy /y "%ProgramFiles(x86)%\Windows Kits\10\Redist\D3D\x64\dxil.dll" .
    Line 239:   ) else if exist "%WindowsSdkVerBinPath%x64\dxil.dll" (
    Line 240:     copy /y "%WindowsSdkVerBinPath%x64\dxil.dll" .