mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
mesa: Revert accidentally committed vertex code chunk
This commit is contained in:
parent
cdfe02d3fc
commit
7dcb305000
1 changed files with 0 additions and 2 deletions
|
|
@ -490,8 +490,6 @@ vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count)
|
|||
if (!_mesa_validate_DrawArrays( ctx, mode, start, count ))
|
||||
return;
|
||||
|
||||
vbo_exec_FlushVertices_internal( ctx, GL_FALSE );
|
||||
|
||||
FLUSH_CURRENT( ctx, 0 );
|
||||
|
||||
if (!_mesa_valid_to_render(ctx, "glDrawArrays")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue