mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 08:00:30 +01:00
llvmpipe: asst. clean-ups in lp_draw_arrays.c
Signed-off-by: Brian Paul <brianp@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19289>
This commit is contained in:
parent
7dd9c79b2d
commit
17695f796b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ llvmpipe_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info,
|
|||
}
|
||||
|
||||
if (lp->dirty)
|
||||
llvmpipe_update_derived( lp );
|
||||
llvmpipe_update_derived(lp);
|
||||
|
||||
/*
|
||||
* Map vertex buffers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue