[Mesa-dev] [PATCH] i965: move vs outputs written into a helper

2016-06-20 Thread Timothy Arceri
We will reuse this for fs key generation for the on disk shader cache. --- src/mesa/drivers/dri/i965/brw_vs.c | 72 ++ src/mesa/drivers/dri/i965/brw_vs.h | 4 +++ 2 files changed, 45 insertions(+), 31 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_vs.

Re: [Mesa-dev] [PATCH] i965: move vs outputs written into a helper

2016-06-20 Thread Iago Toral
On Mon, 2016-06-20 at 21:11 +1000, Timothy Arceri wrote: > We will reuse this for fs key generation for the on disk shader > cache. > --- > src/mesa/drivers/dri/i965/brw_vs.c | 72 > ++ > src/mesa/drivers/dri/i965/brw_vs.h | 4 +++ > 2 files changed, 45 insert

Re: [Mesa-dev] [PATCH] i965: move vs outputs written into a helper

2016-06-21 Thread Timothy Arceri
On Mon, 2016-06-20 at 17:38 +0200, Iago Toral wrote: > On Mon, 2016-06-20 at 21:11 +1000, Timothy Arceri wrote: > > > > We will reuse this for fs key generation for the on disk shader > > cache. > > --- > >  src/mesa/drivers/dri/i965/brw_vs.c | 72 ++-- > > -- > >  s

Re: [Mesa-dev] [PATCH] i965: move vs outputs written into a helper

2016-06-22 Thread Iago Toral
On Wed, 2016-06-22 at 11:34 +1000, Timothy Arceri wrote: > On Mon, 2016-06-20 at 17:38 +0200, Iago Toral wrote: > > On Mon, 2016-06-20 at 21:11 +1000, Timothy Arceri wrote: > > > > > > We will reuse this for fs key generation for the on disk shader > > > cache. > > > --- > > > src/mesa/drivers/dr