11:43llyyr: x11 vulkan wsi only advertises bgra8 formats, which aren't don't have VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT on anv. rgba8 is storable, but is only advertised on wayland. is this an anv feature request or x11 wsi feature request?
11:43llyyr: i.e. can x11 wsi advertise rgba8?
15:45MrCooper: llyyr: might depend on the visuals supported by the X server
15:45llyyr: i naively added rgba8 to the format list, and the red/blue channels are switched in x11 but not on xwayland
15:50MrCooper: makes sense assuming there are only bgra visuals