v3d: initialize job local key with the 8 color buffer available in v7.1+

Fixes: 9e90d95508 ("v3d,v3dv: support up to 8 render targets in v7.1+")

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31582>
This commit is contained in:
Jose Maria Casanova Crespo 2024-10-09 16:59:46 -04:00 committed by Marge Bot
parent 583b93f7a2
commit 687ed3fcaa

View file

@ -305,6 +305,10 @@ v3d_get_job(struct v3d_context *v3d,
cbufs[1],
cbufs[2],
cbufs[3],
cbufs[4],
cbufs[5],
cbufs[6],
cbufs[7],
},
.zsbuf = zsbuf,
.bbuf = bbuf,