Skip to content

freedreno/ir3: Fixup AOSP build by including missing ir3_nir_lower_tex_prefetch.c

John Stultz requested to merge john.stultz/mesa:fdo-master-android-fix into master

Vishal's AOSP mesa/master CI builder noticed a build regression with commit e9450ad2 ("freedreno/ir3: Add support for texture sampling pre-dispatch") when it started using functions added in the preivous commit ("Add a NIR pass to select tex instructions eligible for pre-fetch")

This patch fixes it up, by including the required ir3/ir3_nir_lower_tex_prefetch.c source file in Makefile.sources

Cc: Hyunjun Ko zzoon@igalia.com Cc: Eduardo Lima Mitev elima@igalia.com Cc: Rob Clark robdclark@chromium.org Cc: Kristian H. Kristensen hoegsberg@google.com Cc: Vishal Bhoj vishal.bhoj@linaro.org Fixes: 2a0d45ae ("freedreno/ir3: Add a NIR pass to select tex instructions eligible for pre-fetch") Reported-by: Vishal Bhoj vishal.bhoj@linaro.org Signed-off-by: John Stultz john.stultz@linaro.org

Merge request reports