Skip to content

tu: Do not expose storage image/buffer features for PACK16 formats

We don't support storing into them.

Fixes GL CTS tests running through ZINK:

 KHR-GL46.packed_pixels.pbo_rectangle.*

Though I don't like the growing amount of conditions in tu_physical_device_get_format_properties. Maybe we need a few more dimensions in fd6_format to better represent capabilities?

Merge request reports