Skip to content

radv: Use compares for node type in traversal.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:rt-uopts into main

The HW has no bit test instruction, so we change 3 pairs of and+cmp to a single and + 3 cmps, saving 2 VALU instructions.

Merge request reports