Re: [Mesa-dev] [PATCH 03/11] i965: Use nir to lower cs-derived variables

2016-05-25 Thread Kenneth Graunke
On Tuesday, May 24, 2016 1:37:48 AM PDT Jordan Justen wrote: > We added this support into nir for Mesa's Intel vulkan driver as part > of the SPIR-V support, so we can use it for the i965 driver as well. > > Signed-off-by: Jordan Justen > --- > src/mesa/drivers/dri/i965/brw_compiler.c | 2 -- >

[Mesa-dev] [PATCH 03/11] i965: Use nir to lower cs-derived variables

2016-05-24 Thread Jordan Justen
We added this support into nir for Mesa's Intel vulkan driver as part of the SPIR-V support, so we can use it for the i965 driver as well. Signed-off-by: Jordan Justen --- src/mesa/drivers/dri/i965/brw_compiler.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_