mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
nvfx: fix vertex programs
This commit is contained in:
parent
a0c45eabf9
commit
793e398681
1 changed files with 2 additions and 0 deletions
|
|
@ -1272,4 +1272,6 @@ nvfx_vertprog_destroy(struct nvfx_context *nvfx, struct nvfx_vertex_program *vp)
|
|||
vp->data_start_min = 0;
|
||||
|
||||
vp->ir = vp->or = vp->clip_ctrl = 0;
|
||||
util_dynarray_fini(&vp->branch_relocs);
|
||||
util_dynarray_fini(&vp->const_relocs);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue