Skip to content

freedreno/ci: Disable minetest

Connor Abbott requested to merge cwabbott0/mesa:review/fd-disable-minetest into main

What does this MR do and why?

freedreno/ci: Disable minetest

I've repeatedly seen minor pixel changes due to changes that only affect RA decisions, most recently in !22072 (merged). We changed the trace to hopefully remove a use of texture() in control flow, but it seems there are more, or the problem is something slightly different like reading uninitialized values. On the other hand minetest has never actually caught an issue for me that some other trace hasn't also caught. Just disable it.

Merge request reports