mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
583b93f7a2
commit
687ed3fcaa
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue