We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As commented in the mesa-22.2.4 rebase, there is still a need to discard the llvmpipe driver on software fallback on non-neon capable hardware.
This as shown with commit 4621b88 Without this a SIGILL is experienced when running glxgears (or glmark2).
I've tried to report at llvm that has spotted an interesting regression without fixing the SIGILL llvm/llvm-project#59286 and reported to mesa upstream https://gitlab.freedesktop.org/mesa/mesa/-/issues/7868
The text was updated successfully, but these errors were encountered:
Fixed with https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20766
I will re-order patches on grate-22.2 in a few...
Sorry, something went wrong.
No branches or pull requests
As commented in the mesa-22.2.4 rebase, there is still a need to discard the llvmpipe driver on software fallback on non-neon capable hardware.
This as shown with commit
4621b88
Without this a SIGILL is experienced when running glxgears (or glmark2).
I've tried to report at llvm that has spotted an interesting regression without fixing the SIGILL
llvm/llvm-project#59286
and reported to mesa upstream
https://gitlab.freedesktop.org/mesa/mesa/-/issues/7868
The text was updated successfully, but these errors were encountered: