diff --git a/src/gallium/frontends/lavapipe/lvp_pipeline.c b/src/gallium/frontends/lavapipe/lvp_pipeline.c index feee0b29199..801810eeffb 100644 --- a/src/gallium/frontends/lavapipe/lvp_pipeline.c +++ b/src/gallium/frontends/lavapipe/lvp_pipeline.c @@ -427,6 +427,7 @@ lvp_shader_lower(struct lvp_device *pdevice, nir_shader *nir, struct lvp_pipelin .lower_txd = true, }; NIR_PASS(_, nir, nir_lower_tex, &tex_options); + NIR_PASS(_, nir, nir_lower_int64); NIR_PASS(_, nir, lvp_nir_lower_sparse_residency);