Skip to content

nir: Allow more deref modes in phis

Dave Airlie requested to merge airlied/mesa:nir-fix-phi-validate into master

In particular, OpenCL needs to allow shader_temp and function_temp through because they're 100% real pointers.

Fixes piglit CL calls.cl Reviewed-by: Dave Airlie airlied@redhat.com

Merge request reports