From: Paul Berry Date: Mon, 22 Oct 2012 22:02:50 +0000 (-0700) Subject: glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7dd2e5213ce1049767d889286a0b7e919c7eefd;p=mesa.git 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 --- 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 @@ - +