Skip to content

svga: lower images before ntt

Charmaine Lee requested to merge charmainel/mesa:fix-svga-image-deref into main

Now that gl_nir_lower_images is not called in the state tracker, we need to call it in the svga driver since ntt requires lowered images.

@bhenden

Merge request reports