Skip to content

zink: reduce spec violations when creating imageviews from 3d images

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

gallium gives weird params (in zink terms) when surface creation happens, which would normally imply creating 3d views with multiple slices

instead, clamp to 2d/2dArray types as intended

Merge request reports