Re: [Mesa-dev] [PATCH 17/28] i965/blorp: Add a helper for compiling NIR shaders

2016-05-11 Thread Pohjolainen, Topi
On Tue, May 10, 2016 at 04:16:37PM -0700, Jason Ekstrand wrote: > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 95 > +++ > src/mesa/drivers/dri/i965/brw_blorp.h | 10 > 2 files changed, 105 insertions(+) > > diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c

[Mesa-dev] [PATCH 17/28] i965/blorp: Add a helper for compiling NIR shaders

2016-05-10 Thread Jason Ekstrand
--- src/mesa/drivers/dri/i965/brw_blorp.c | 95 +++ src/mesa/drivers/dri/i965/brw_blorp.h | 10 2 files changed, 105 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c b/src/mesa/drivers/dri/i965/brw_blorp.c index 6c3b83a..161fb90 100644 --- a/s