Skip to content

anv: fix clear color resolves

We're having issues with clear color resolves when image views & images have different formats (for example image R8G8B8A8_UNORM & view R8G8B8A8_SRGB). Jason suggested we get rid of clear color at the end of the render passes.

Merge request reports