Re: [Mesa-dev] [PATCH v2 22/23] mesa: Init Geom.UsesEndPrimitive in shader programs.

2014-06-19 Thread Ian Romanick
On 06/18/2014 11:30 PM, Iago Toral wrote: > On Wed, 2014-06-18 at 13:48 -0700, Ian Romanick wrote: >> I think this patch and 23 should be moved first in the series... the can >> certainly land before the other patches in the series. > > Right. I'll push these two tomorrow if nobody says otherwise

Re: [Mesa-dev] [PATCH v2 22/23] mesa: Init Geom.UsesEndPrimitive in shader programs.

2014-06-18 Thread Iago Toral
On Wed, 2014-06-18 at 13:48 -0700, Ian Romanick wrote: > I think this patch and 23 should be moved first in the series... the can > certainly land before the other patches in the series. Right. I'll push these two tomorrow if nobody says otherwise today. Since you marked patch 23 for stable: do I

Re: [Mesa-dev] [PATCH v2 22/23] mesa: Init Geom.UsesEndPrimitive in shader programs.

2014-06-18 Thread Ian Romanick
I think this patch and 23 should be moved first in the series... the can certainly land before the other patches in the series. This patch is Reviewed-by: Ian Romanick On 06/18/2014 02:51 AM, Iago Toral Quiroga wrote: > --- > src/mesa/main/shaderobj.c | 1 + > 1 file changed, 1 insertion(+) >

[Mesa-dev] [PATCH v2 22/23] mesa: Init Geom.UsesEndPrimitive in shader programs.

2014-06-18 Thread Iago Toral Quiroga
--- src/mesa/main/shaderobj.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/shaderobj.c b/src/mesa/main/shaderobj.c index 03db862..b3d428c 100644 --- a/src/mesa/main/shaderobj.c +++ b/src/mesa/main/shaderobj.c @@ -248,6 +248,7 @@ _mesa_init_shader_program(struct gl_context *ctx