Skip to content

anv: Implement VK_AMD_image_load_store_lod

Apparently, our hardware can do this since forever. We only enable it on SKL+ because, on older hardware, we have to do our own address calculations for a bunch of formats and implementing LOD support in our address calculation code doesn't sound like much fun.

Merge request reports