Skip to content

intel/brw: Fix typo in DPAS emission code

Caio Oliveira requested to merge cmarcelo/mesa:intel-brw-fix-emit-dpas-typo into main

The enums were mixed up. Code was working because they were being used only for their numerical values.

Fixes: e666872c ("intel/compiler: Initial bits for DPAS instruction")

Merge request reports