Skip to content

Intel,NIR: Stop stack-allocating large arrays

Faith Ekstrand requested to merge gfxstrand/mesa:review/bug-108662 into master

This is causing stack overflow issues with apps running under DXVK. In particular, Elite Dangerous: Horizons crashes while compiling shaders because fs_visitor::split_virtual_grfs() blows us past the stack limit.

Merge request reports