Skip to content

radv: two minor cpu optimizations

Dave Airlie requested to merge airlied/mesa:radv-small-opts into main

The first reduces a pointer chase that bounces across cachelines, as seen in perf.

The second avoids over dirtying the line stipple with dynamic topologies.

Merge request reports