Title image broken error when running Blender 3D with zink+turnip on mesa 23.0.0 or later
System information
- HOST: Galaxy S23 Ultra
- OS: PRoot-Distro Ubuntu 22.04.3 LTS aarch64
- GPU: Adreno (TM) 740
- Kernel version: 5.15.94
- Mesa version: 23.1.5 and 22.0.5
- Xserver version : Termux-X11
- Desktop manager and compositor: XFCE4-SESSION 4.18
Describe the issue
https://gitlab.freedesktop.org/Danil/mesa/-/tree/turnip/feature/a7xx-basic-support
Download the source from Branche above, build and install turnip
.
It is used in PRoot-Distro Ubuntu
in combination with mesa zink
.
- Galaxy S23 Ultra (Adreno (TM) 740)
- Galaxy Tab S8+ (Adreno (TM) 730)
- Galaxy S20 (Adreno (TM) 650)
Tested on 3 devices
glxgears
, glmark2
, vkcube
, supertuxkart
, etc
Everything worked fine.
but
Starting with mesa 23.0.0
or later version when running Blender 3D
There is a symptom that the title image is broken and displayed.
(There was no problem with the program.)
Just in case, after installing the mesa 22.0.5
version
When I ran Blender 3D, the title image was displayed well.
From this, it seems that the corresponding error occurs from the mesa 23.0.0 and later version of zink.
MESA_NO_ERROR=1 TU_DEBUG=noconform MESA_LOADER_DRIVER_OVERRIDE=zink VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/freedreno_icd.aarch64.json blender
The programs were executed with the environment variables above. I would like to request a correction of the issue.
Regression
- build and install turnip
- Enable zink in mesa 23.0.0 or later
- Run Blender 3D with zink+turnip environment variable
- blender 3D title image is broken symptom
- blender 3D title image is displayed well in the mesa 22.0.0 version