Skip to content

gallivm: handle texture arrays in non-fragment shaders with lod.

Dave Airlie requested to merge airlied/mesa:gallivm-vs-tex-array-lod into main

We have to unwind the lod into the scalar path correctly.

Fixes a crash with renderdoc demo

Fixes: e168d148 ("gallivm/nir: handle non-uniform texture offsets")

Merge request reports