Re: [Mesa-dev] [PATCH 3/3] glsl: remove LowerTCSPatchVerticesIn

2018-01-08 Thread Iago Toral
mmm... you're right, I'l add that too. Thanks! On Mon, 2018-01-08 at 08:23 -0800, Jason Ekstrand wrote: > This looks good to me.  However, I think we'll need to do the same > thing for LowerTESPatchVerticesIn and they can probably be handled by > the same pass. > > On Mon, Jan 8, 2018 at 5:13 AM,

Re: [Mesa-dev] [PATCH 3/3] glsl: remove LowerTCSPatchVerticesIn

2018-01-08 Thread Jason Ekstrand
This looks good to me. However, I think we'll need to do the same thing for LowerTESPatchVerticesIn and they can probably be handled by the same pass. On Mon, Jan 8, 2018 at 5:13 AM, Iago Toral Quiroga wrote: > Intel was the only user, now it does this in NIR. > --- > src/compiler/glsl/builtin

[Mesa-dev] [PATCH 3/3] glsl: remove LowerTCSPatchVerticesIn

2018-01-08 Thread Iago Toral Quiroga
Intel was the only user, now it does this in NIR. --- src/compiler/glsl/builtin_variables.cpp | 13 + src/mesa/drivers/dri/i965/brw_context.c | 1 - src/mesa/main/mtypes.h | 1 - 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/src/compiler/glsl/builtin