Skip to content

panfrost: Bring back blend shader pooling

Icecream95 requested to merge icecream95/mesa:blend-pool-revert into master

This reverts commit dc7fbe11.

Fixes INSTR_INVALID_PC faults with the SuperTuxKart advanced rendering pipeline, which occurred when blend shader BOs were allocated far apart.

Fixes: dc7fbe11 ("panfrost: Drop implicit blend pooling")

Merge request reports