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
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
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
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.