mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
dzn: Lower tg4 offsets
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20400>
This commit is contained in:
parent
9a991cc52e
commit
c59141d3c2
1 changed files with 1 additions and 0 deletions
|
|
@ -924,6 +924,7 @@ dxil_spirv_nir_passes(nir_shader *nir,
|
|||
nir_lower_tex_options lower_tex_options = {
|
||||
.lower_txp = UINT32_MAX,
|
||||
.lower_invalid_implicit_lod = true,
|
||||
.lower_tg4_offsets = true,
|
||||
};
|
||||
NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue