Skip to content

ail: Add layout->mipmapped_z input

Alyssa Rosenzweig requested to merge alyssa/mesa:agx/mipmapped-z into main

For 3D images, the full miptree depends on the depth of the image, in contrast to 2D arrays. We need to account for this to calculate the correct layer strides.

Signed-off-by: Alyssa Rosenzweig alyssa@rosenzweig.io

Merge request reports