Re: [Mesa-dev] [PATCH 4/4] i965/nir: Implement SIMD16 support in the NIR FS backend.

2015-01-16 Thread Jason Ekstrand
On Jan 16, 2015 5:30 AM, "Kenneth Graunke" wrote: > > Signed-off-by: Kenneth Graunke > --- > src/mesa/drivers/dri/i965/brw_fs.cpp | 5 +-- > src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 73 +--- > 2 files changed, 50 insertions(+), 28 deletions(-) > > That was easy

[Mesa-dev] [PATCH 4/4] i965/nir: Implement SIMD16 support in the NIR FS backend.

2015-01-16 Thread Kenneth Graunke
Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs.cpp | 5 +-- src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 73 +--- 2 files changed, 50 insertions(+), 28 deletions(-) That was easy diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/dr