Files
mesa/src
Mary Guillemard 6ab7a03aef panfrost: Split texture lowering passes
We now have lower_texture_early and lower_texture.

lower_texture_early handle nir_lower_tex and (in the future) could handle
anything that is backend specific that need to happen before nir_lower_io.

lower_texture handles actual lowering of backend specific things that
must happen after nir_lower_tex and nir_lower_io.

This allows us to finally not run nir_lower_tex two times in panvk.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Olivia Lee <olivia.lee@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36776>
2025-08-20 12:11:43 +00:00
..
2025-08-12 13:17:43 +00:00
2025-08-20 00:41:19 +00:00
2025-07-15 12:37:10 +00:00
2025-08-06 20:35:26 +00:00
2025-08-20 00:41:19 +00:00
2025-08-03 14:40:53 -04:00
2025-08-06 20:35:26 +00:00