Skip to content

anv: Enable multi-layer aux-map init for HIZ+CCS

Nanley Chery requested to merge nchery/mesa:fix/hiz-ccs-init into master

Fixes rendering corruption in the shadowmappingcascade Sascha Willems Vulkan demo. To see the corruption, I adjusted the demo options as follows:

  1. Enable "Display depth map"
  2. Set "Split lambda" to 0.100
  3. Make "Cascade" non-zero.

Fixes: 80ffbe91 ("anv: Add support for HiZ+CCS")

Merge request reports