Skip to content

Draft: zink: lower indirect derefs for tess shaders

Dave Airlie requested to merge airlied/mesa:zink-fix-tesslevels-indirect into main

I took this fix from tgsi to nir, I'm not sure though if this is the proper answer to it in zink, or if this might have undesired side effects.

zink: lower indirect derefs for tess shaders

I've taken this from tgsi_to_nir, no idea if it's
overkill or just sufficent.

Fixes piglit tesslevels-indirect.shader_test

Merge request reports