mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
lavapipe: call nir_lower_int64
otherwise the 64bit ops unsupported by llvmpipe will not be lowered cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35743>
This commit is contained in:
parent
05ee3c6e0f
commit
6d2d4e9bbf
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue