mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
pan/bi: Drop lower_index_to_offset from preprocess
Reviewed-by: Ryan Mckeever <ryan.mckeever@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41320>
This commit is contained in:
parent
dd2d30656d
commit
4714395eb8
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ pan_preprocess_nir(nir_shader *nir, uint64_t gpu_id)
|
|||
.lower_txd = pan_arch(gpu_id) < 6,
|
||||
.lower_txd_cube_map = true,
|
||||
.lower_invalid_implicit_lod = true,
|
||||
.lower_index_to_offset = pan_arch(gpu_id) >= 6,
|
||||
};
|
||||
|
||||
NIR_PASS(_, nir, nir_lower_tex, &lower_tex_options);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue