Skip to content

pan/bi: Don't check liveness unless the index is valid

Icecream95 requested to merge icecream95/mesa:live-check into master

Otherwise we will read out-of-bounds when the index is ~0.

Fixes: b8f042c9 ("pan/bi: Dead code eliminate per-channel")

Merge request reports