<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Support VK_IMAGE_USAGE_STORAGE_BIT for WSI swapchain surfaces"
href="https://bugs.freedesktop.org/show_bug.cgi?id=106646#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Support VK_IMAGE_USAGE_STORAGE_BIT for WSI swapchain surfaces"
href="https://bugs.freedesktop.org/show_bug.cgi?id=106646">bug 106646</a>
from <span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span></b>
<pre>I'd really like to support this in anv but it isn't as trivial as it looks.
The only 32-bit image format supported by X11 is B8G8R8A8_UNORM which is not
one of the standard storage image formats. I think Wayland is basically the
same. Since anv requires a format to be specified in the shader for storage
image reads, it's a bit tricky to support B8G8R8A8_UNORM because there is no
SPIR-V enum for it. I've actually been looking into how to best support it for
the last couple of weeks and have a few ideas but nothing solid yet.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>