On 24 October 2012 12:01, Stéphane Marchesin <span dir="ltr"><<a href="mailto:stephane.marchesin@gmail.com" target="_blank">stephane.marchesin@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Paul,<br>
<br>
This change regresses instanced_arrays with i915g, and probably with<br>
llvmpipe as well. Could you take a look?<br>
<br>
Thanks,<br>
Stéphane<br></blockquote><div><br>Sorry for the slow reply, Stéphane.  Yesterday was my birthday so I took the day off.<br><br>I can't reproduce a failure with llvmpipe.  Can you verify that the failure occurs for you with llvmpipe?  Also can you let me know what parameters you are passing to autogen.sh to configure the build?<br>
<br>Finally, would you mind trying a full clean build, just to make absolutely sure that a build dependency problem hasn't caused the dispatch tables to go out of sync?<br><br>Thanks,<br><br>Paul<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div class="h5"><br>
<br>
On Mon, Oct 22, 2012 at 5:22 PM, Paul Berry <<a href="mailto:stereotype441@gmail.com">stereotype441@gmail.com</a>> wrote:<br>
> There's no reason to have separate slots in the dispatch table for<br>
> these two functions, since they are synonymous.<br>
><br>
> Note: previous to this patch, we never populated the dispatch table<br>
> slot for VertexAttribDivisor, which was ok, since it is not required<br>
> until 3.3.  After this patch, both functions will be usable provided<br>
> that the ARB_instanced_arrays extension is present.<br>
> ---<br>
>  src/mapi/glapi/gen/GL3x.xml | 3 ++-<br>
>  1 file changed, 2 insertions(+), 1 deletion(-)<br>
><br>
> diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml<br>
> index db8bae5..82b977f 100644<br>
> --- a/src/mapi/glapi/gen/GL3x.xml<br>
> +++ b/src/mapi/glapi/gen/GL3x.xml<br>
> @@ -624,7 +624,8 @@<br>
>    <enum name="TEXTURE_SWIZZLE_A"                value="0x8E45"/><br>
>    <enum name="TEXTURE_SWIZZLE_RGBA"             value="0x8E46"/><br>
><br>
> -  <function name="VertexAttribDivisor" offset="assign" es2="3.0"><br>
> +  <function name="VertexAttribDivisor" offset="assign" es2="3.0"<br>
> +            alias="VertexAttribDivisorARB"><br>
>      <param name="index" type="GLuint"/><br>
>      <param name="divisor" type="GLuint"/><br>
>    </function><br>
> --<br>
> 1.7.12.4<br>
><br>
</div></div>> _______________________________________________<br>
> mesa-dev mailing list<br>
> <a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div><br>