mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 23:50:22 +01:00
nv50: add back initialization of redefine_user_buffer
Got lost in f80c03e187.
This commit is contained in:
parent
bb4f2a0f35
commit
caaa7fdd6f
1 changed files with 2 additions and 0 deletions
|
|
@ -866,5 +866,7 @@ nv50_init_state_functions(struct nv50_context *nv50)
|
|||
|
||||
pipe->set_vertex_buffers = nv50_set_vertex_buffers;
|
||||
pipe->set_index_buffer = nv50_set_index_buffer;
|
||||
|
||||
pipe->redefine_user_buffer = u_default_redefine_user_buffer;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue