Skip to content

pan/va: Dump instruction with unencodable swizzle

Alyssa Rosenzweig requested to merge alyssa/mesa:va/debug-swizzle into main

When we assert out due to an invalid swizzle, it's helpful to know what instruction is causing the failure, since it's rarely obvious from the assembly for large shaders.

Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com

Merge request reports