Skip to content

zink: use lazy descriptors for IMG proprietary drivers

Icenowy Zheng requested to merge icenowy/mesa:zink-img-no-db into main

When using Zink with VK_EXT_descriptor_buffer enabled on IMG proprietary drivers, the rendering behavior is incorrect and uniforms are not updated properly (the gears of es2gears_x11 become all red and overlaps).

Use lazy descriptors for IMG proprietary driver unless explicitly overriden for testing purpose.

Merge request reports

Loading