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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user