Re: [Mesa-dev] [PATCH v2 4/7] i965: Let nir lower gl_VertexID instead of the linker

2017-12-11 Thread Ian Romanick
I sent this patch a few weeks ago. Since my commit message has additional information, can we use mine instead? https://patchwork.freedesktop.org/patch/189441/ On 12/04/2017 12:12 PM, Antia Puentes wrote: > From: Neil Roberts > > --- > src/mesa/drivers/dri/i965/brw_context.c | 3 ++- > 1 file

[Mesa-dev] [PATCH v2 4/7] i965: Let nir lower gl_VertexID instead of the linker

2017-12-04 Thread Antia Puentes
From: Neil Roberts --- src/mesa/drivers/dri/i965/brw_context.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index b62852d90c8..249f62847b9 100644 --- a/src/mesa/drivers/dri/i965/brw_contex