Skip to content

zink: bail out of dmabuf resource creation when srgb explosion is expected

Mike Blumenkrantz requested to merge zmike/mesa:zink-srgb into main

if srgb-ness isn't supported by the driver for dmabuf, bail out early with an error message with the assumption that this would later (maybe) explode when trying to create a view for srgb framebuffer

ref !17900 (merged)

Merge request reports