pal1000 / mesa-dist-win

Pre-built Mesa3D drivers for Windows
MIT License
864 stars 78 forks source link

GALLIUM_DRIVER=llvmpipe stopped working for me #85

Open phasermaniac83 opened 2 years ago

phasermaniac83 commented 2 years ago

Hi! I have an old opengl 4.4 graphics card (RADEON HD6950) in an arcade cabinet running windows 10. I was trying to get any of the two switch emulators working (Yuzu and Ryujinx) but both requires a newer opengl version. So, months ago gave a try Mesa 21.1.3 running the perappdeploy.cmd, and both of them worked with: @set MESA_GL_VERSION_OVERRIDE=4.6COMPAT @set MESA_GLSL_VERSION_OVERRIDE=460 @set GALLIUM_DRIVER=llvmpipe But this stopped working from 21.2.0, both emulators crashes when loading a game. Any advise? thanks.

pal1000 commented 2 years ago

I think those emulators became more strict with their system requirements checks over time and Mesa3D bugs, like the one fixed here.