Skip to content

ir3: Fix values of #wrmask not being compatible with ir3 parser

Danylo Piliaiev requested to merge Danil/mesa:ir3/fix/dest-wrmask-encoding into main

What does this MR do and why?

IR3 parser expects wrmask values to be in xyzw order.

Merge request reports