aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glspirv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/glspirv.c')
-rw-r--r--src/mesa/main/glspirv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/glspirv.c b/src/mesa/main/glspirv.c
index bb5a3f7452b..9faaad33628 100644
--- a/src/mesa/main/glspirv.c
+++ b/src/mesa/main/glspirv.c
@@ -262,6 +262,8 @@ _mesa_spirv_to_nir(struct gl_context *ctx,
if (nir->info.stage == MESA_SHADER_VERTEX)
nir_remap_dual_slot_attributes(nir, &linked_shader->Program->DualSlotInputs);
+ NIR_PASS_V(nir, nir_lower_frexp);
+
return nir;
}