Skip to content

zink: fix surface creation for cube slices

Mike Blumenkrantz requested to merge zmike/mesa:zink-cube_surface into master

if first==last layer, this should be a 2D slice of the cube

else if this isn't all the layers, this should be an array of slices

fixes a bunch of spec@arb_shader_image_size@builtin cases

Edited by Mike Blumenkrantz

Merge request reports