Skip to content

zink: only emit extended-formats cap if needed

Erik Faye-Lund requested to merge kusma/mesa:zink-extended-format-cap into master

We do not require the extended formats feature to enable shader-images, so we can end up accidentally enabling the cap even when we don't need to, which can lead to validation issues.

This also prepares us for the SPV_EXT_shader_image_int64 extension, if we ever want to support that.

Merge request reports