Re: [Mesa-dev] [PATCH 3/3] i965/compiler: Enable more lowering in NIR

2016-01-07 Thread Matt Turner
With Iago's fix to 2/3, the series is Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 3/3] i965/compiler: Enable more lowering in NIR

2016-01-07 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Wed, 2016-01-06 at 15:30 -0800, Jason Ekstrand wrote: > We don't need these for GLSL or ARB, but we need them for SPIR-V > --- > src/mesa/drivers/dri/i965/brw_shader.cpp | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/src/mesa/drivers/dri/i965/br

[Mesa-dev] [PATCH 3/3] i965/compiler: Enable more lowering in NIR

2016-01-06 Thread Jason Ekstrand
We don't need these for GLSL or ARB, but we need them for SPIR-V --- src/mesa/drivers/dri/i965/brw_shader.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_shader.cpp b/src/mesa/drivers/dri/i965/brw_shader.cpp index 6d15c60..4ae403c 100644 --- a/src/mesa/d