summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2018-01-26 11:35:43 -0700
committerBrian Paul <[email protected]>2018-01-30 09:07:59 -0700
commitf892e332a8ea02a99da5b7c4d721bc838b12f33b (patch)
treede020672af5355637e13ff6ea7555f13c790a7cd /src/mesa/main/varray.c
parentd2d9d090e56a581c93c1b24cc074e5a02272f37e (diff)
mesa: rename some 'client' array functions
A long time ago gl_vertex_array was gl_client_array. Update some function names to be consistent. Reviewed-by: Gert Wollny <[email protected]>
Diffstat (limited to 'src/mesa/main/varray.c')
-rw-r--r--src/mesa/main/varray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c
index 2801a6fa692..6c022b479f4 100644
--- a/src/mesa/main/varray.c
+++ b/src/mesa/main/varray.c
@@ -2794,10 +2794,10 @@ _mesa_VertexArrayBindingDivisor(GLuint vaobj, GLuint bindingIndex,
/**
- * Copy one client vertex array to another.
+ * Copy one vertex array to another.
*/
void
-_mesa_copy_client_array(struct gl_context *ctx,
+_mesa_copy_vertex_array(struct gl_context *ctx,
struct gl_vertex_array *dst,
struct gl_vertex_array *src)
{