Skip to content

util: add dri config option disable_dangling_attrs_fixup

Paul Gofman requested to merge Gofman/mesa:disable_dangling_attrs into main

And enable it for Eador MBW.

Allows to avoid very expensive loopback path for display lists when a game adds more attributes after first glVertex() but doesn't actually depend on those attributes being set at runtime from the current values.

Merge request reports