From e7dd2e5213ce1049767d889286a0b7e919c7eefd Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Mon, 22 Oct 2012 15:02:50 -0700 Subject: [PATCH] glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB. There's no reason to have separate slots in the dispatch table for these two functions, since they are synonymous. Note: previous to this patch, we never populated the dispatch table slot for VertexAttribDivisor, which was ok, since it is not required until 3.3. After this patch, both functions will be usable provided that the ARB_instanced_arrays extension is present. Reviewed-by: Jordan Justen Reviewed-by: Ian Romanick --- src/mapi/glapi/gen/GL3x.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index db8bae53513..82b977f58e7 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -624,7 +624,8 @@ - + -- 2.30.2