diff options
author | Timothy Arceri <[email protected]> | 2017-03-30 21:24:13 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-31 13:43:38 +1100 |
commit | 94224950ddb609bfbee1ffb0ca3621c0bda6101f (patch) | |
tree | c067934e927f9cfb3815aaef063165affb2167f7 /src/mesa/main/varray.h | |
parent | 2e70de7d2f703cf81cbe114a99f6328045143c26 (diff) |
mesa: move FLUSH_VERTICES() call to meta
There is no need for this to be in the common code.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index 8c30d16ea3a..92165710d8e 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -94,7 +94,7 @@ _mesa_update_array_format(struct gl_context *ctx, GLuint attrib, GLint size, GLenum type, GLenum format, GLboolean normalized, GLboolean integer, GLboolean doubles, - GLuint relativeOffset, bool flush_vertices); + GLuint relativeOffset); extern void _mesa_enable_vertex_array_attrib(struct gl_context *ctx, |