pal1000

Results 288 comments of pal1000

swrAVX2 can't run on my system as my CPU doesn't meet the [requirements](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX2) for it, so Mesa3D falls back to swrAVX automatically. What is your CPU model? Though probably it...

Haswell is minimum for swrAVX2 so on both systems you mentioned it uses swrAVX2 by default unless swrAVX2 is removed or renamed to force fallback to swrAVX. In any case...

Upstream bug report: https://bugs.freedesktop.org/show_bug.cgi?id=110468

I need more details. `perappdeploy.cmd` and `systemwidedeploy.cmd` should work on 32-bit Windows.

I think you misunderstood what zink and GLonD3D12 do. They are actually OpenGL drivers just like llvmpipe, swr and softpipe. The most important trait of them is that they use...

I noticed even Malwarebytes reports `sanitycheckc.exe` and `sanitycheckcpp.exe` as malware. They are generated Meson build system to check if compiler is usable.

I noticed many anti-malware products report false positives with 32-bit x86 Meson sanity checks. It's unlikely for them to be malware as they are generated on the fly by Meson...

I actually have this in readme, but you stopped at the wrong paragraph in known issues section. This is the right paragraph: > Mesa `opengl32.dll` from MinGW package depends on...

Try 21.0.0-rc5. If that doesn't help you'll have to wait for 21.1 series.