Skip to content

intel/compiler/mesh: handle const data in task & mesh programs

Marcin Ślusarz requested to merge mslusarz/mesa:mesh-const-data into main

Started showing up when nir_opt_large_constants call was moved in 88756cee.

Fixes dEQP-VK.mesh_shader.ext.smoke.monolithic.fullscreen_gradient*

Suggested-by: Kenneth Graunke

Fixes: 88756cee ("intel/compiler: Run nir_opt_large_constants before scalarizing consts")

Merge request reports