Files
mesa/src
Erik Faye-Lund 4e58029dc0 pan/va: fix base-level for nir_texop_lod
The documentation says that if we don't use force_delta, the LOD will be
-infinity for non-active lanes before bias and clamp are applied. This
is not what we want, so let's instead assume all threads are active, and
let helper-invocations do their job to compute correct values.

While this is only needed for the second iteration, let's just leave it
on for both for simplicity.

Fixes: e317136536 ("pan/va: Add support for nir_texop_lod")
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33069>
2025-01-17 02:48:06 +00:00
..
2025-01-17 01:30:16 +00:00
2025-01-16 22:57:52 +00:00
2024-10-21 01:14:35 +00:00
2024-12-17 23:14:26 +00:00
2024-09-06 17:34:17 +00:00
2025-01-16 12:24:32 +00:00