Open twvd opened 4 days ago
It should fallback to llvmpipe
. Could you please the output of glxinfo
?
As I said above, glxinfo
also crashes, unless the software rasterizer is installed:
$ glxinfo
name of display: :0
WARNING: Some incorrect rendering might occur because the selected Vulkan device (Mali-G78) doesn't support base Zink requirements: feats.features.fillModeNonSolid feats.features.shaderClipDistance
Segmentation fault
Please rerun the command with LD_DEBUG=1
and post logcat
Problem description
Ever since a recent package upgrade of either mesa or the OGL/Vulkan libraries, OpenGL applications crash on startup with a warning concerning Mali GPUs, which is possibly related. This worked before.
Installing the Vulkan software rasterizer 'mesa-vulkan-icd-swrast' makes things work, but of course lacks hardware acceleration.
What steps will reproduce the bug?
Stack trace:
What is the expected behavior?
GL applications run
System information