This patch is Reviewed-by: Ian Romanick <ian.d.roman...@intel.com> Cc: "10.1 10.2" <mesa-sta...@lists.freedesktop.org>
Clearly this field should have been copied as long as it has existed. Right? On 06/18/2014 02:51 AM, Iago Toral Quiroga wrote: > --- > src/mesa/program/program.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/mesa/program/program.c b/src/mesa/program/program.c > index 1263cea..aedce3e 100644 > --- a/src/mesa/program/program.c > +++ b/src/mesa/program/program.c > @@ -552,6 +552,7 @@ _mesa_clone_program(struct gl_context *ctx, const struct > gl_program *prog) > gpc->InputType = gp->InputType; > gpc->Invocations = gp->Invocations; > gpc->OutputType = gp->OutputType; > + gpc->UsesEndPrimitive = gp->UsesEndPrimitive; > gpc->UsesStreams = gp->UsesStreams; > } > break; _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev