summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-03-30 21:24:13 +1100
committerTimothy Arceri <[email protected]>2017-03-31 13:43:38 +1100
commit94224950ddb609bfbee1ffb0ca3621c0bda6101f (patch)
treec067934e927f9cfb3815aaef063165affb2167f7 /src/mesa/main/varray.h
parent2e70de7d2f703cf81cbe114a99f6328045143c26 (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.h2
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,