Skip to content

aco: Fix VOP2 instruction format in visit_tex.

Timur Kristóf requested to merge Venemo/mesa:aco-fix-tex-vop2 into main

There was a v_or_b32 that accidentally used SOP2. It should use VOP2.

Issue found by looking at a gfxreconstruct trace posted by a user in this bug: #5838 (closed)

Edited by Timur Kristóf

Merge request reports