On 10 September 2013 12:10, Ian Romanick <i...@freedesktop.org> wrote:

> From: Ian Romanick <ian.d.roman...@intel.com>
>
> Previously gl_constants::MaxVaryingComponents was used.  Now
> gl_constants::VertexProgram::MaxOutputs and
> gl_constants::GeometryProgram::MaxOutputs are used.
>
> This means that st_extensions.c had to be updated to set these fields
> instead of o MaxVaryingComponents.  It was previously the only place
> that set MaxVaryingComponents.
>

To clarify, does that mean that on non-state-tracker-based drivers, these
queries return uninitialized data?  I'm fine with that, since it's the case
both before and after this patch (and it looks like you fix it in patch 5),
but you might want to make a mention of it in the commit message.

Either way, the patch is:

Reviewed-by: Paul Berry <stereotype...@gmail.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to