Skip to content

intel/compiler: revert part of "Move earlier scheduler code that is not mode-specific"

Dave Airlie requested to merge airlied/mesa:intel-compiler-fix-gen5-gears into main
intel/compiler: revert part of "Move earlier scheduler code that is not mode-specific"

This removed a bunch of calls from the vec4 code that aren't called anywhere else.

Bring back the bits that were removed.

Fixes glxgears on gen5

Fixes: 81594d0db1803 ("intel/compiler: Move earlier scheduler code that is not mode-specific")

Merge request reports