Re: [Mesa-dev] [PATCH v2 11/11] i965: Add scalar GS input lowering code.

2015-10-30 Thread Kristian Høgsberg
On Mon, Oct 12, 2015 at 02:49:13PM -0700, Kenneth Graunke wrote: > We really ought to compute the VUE map at link time and stash it, rather > than recomputing it here, but with the mess of program structures I > wasn't sure where to put it. We can improve that later. Yeah, this will work for now,

[Mesa-dev] [PATCH v2 11/11] i965: Add scalar GS input lowering code.

2015-10-12 Thread Kenneth Graunke
We really ought to compute the VUE map at link time and stash it, rather than recomputing it here, but with the mess of program structures I wasn't sure where to put it. We can improve that later. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_nir.c | 44 ++