mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
iris: fix VF INSTANCING length
This commit is contained in:
parent
7fb7704b2e
commit
f6017da83f
1 changed files with 1 additions and 1 deletions
|
|
@ -2474,7 +2474,7 @@ iris_upload_render_state(struct iris_context *ice,
|
|||
(1 + cso->count * GENX(VERTEX_ELEMENT_STATE_length)));
|
||||
for (int i = 0; i < cso->count; i++) {
|
||||
iris_batch_emit(batch, cso->vf_instancing[i], sizeof(uint32_t) *
|
||||
(cso->count * GENX(3DSTATE_VF_INSTANCING_length)));
|
||||
GENX(3DSTATE_VF_INSTANCING_length));
|
||||
}
|
||||
for (int i = 0; i < cso->count; i++) {
|
||||
/* TODO: vertexid, instanceid support */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue