Skip to content

freedreno: texture layout test for MSAA

Emma Anholt requested to merge anholt/mesa:fd-texturator-msaa into master

This doesn't help a ton -- the way we tend to catch height-related layout failures is by the offset of the following mip level being wrong, and for MSAA we only get one miplevel. However, it's a step forward for assurance about our layouts.

(I think the next step is comparing our layer size to the blob's)

Merge request reports