- Amsterdam/Netherlands
- https://www.blender.org
- Joined on
2008-11-30
The idea of the discard pool is similar to what we have for OpenGL. Background rendering cannot free resources as they may still be in use by other threads. When Blender is started with UI these…
Hmm.. Seems like the last commands send to the GPU is an empty list. I did some experiments in the past to remove them, but as it complicated the code I didn't continued on it. Perhaps that is…
I will confirm. We are aware of some sync issues. Can you add a screenshot of the corruption you see.
Thanks
A deadlock can happen when the device is lost (driver reset/restart). On NVIDIA this can be the case. What would help would be to use vkconfig/API dump to see what commands have been executed…
Ubuntu 24.04 still uses x11 when using an NVIDIA GPU and other OSes still do. The support for Wayland + NVIDIA seems fairly new and have been faulty in the past. Not sure if it is a Blender error,…