Re: [Mesa-dev] [PATCH 3/5] i965/fs: Track liveness of the flag register.

2014-11-08 Thread Kenneth Graunke
On Wednesday, October 29, 2014 03:58:13 PM Matt Turner wrote: > On Wed, Oct 29, 2014 at 2:10 PM, Matt Turner wrote: > > --- > > .../drivers/dri/i965/brw_fs_live_variables.cpp | 35 ++ > > src/mesa/drivers/dri/i965/brw_fs_live_variables.h | 5 > > 2 files changed, 4

Re: [Mesa-dev] [PATCH 3/5] i965/fs: Track liveness of the flag register.

2014-10-29 Thread Matt Turner
On Wed, Oct 29, 2014 at 2:10 PM, Matt Turner wrote: > --- > .../drivers/dri/i965/brw_fs_live_variables.cpp | 35 > ++ > src/mesa/drivers/dri/i965/brw_fs_live_variables.h | 5 > 2 files changed, 40 insertions(+) > > diff --git a/src/mesa/drivers/dri/i965/brw_fs_live

[Mesa-dev] [PATCH 3/5] i965/fs: Track liveness of the flag register.

2014-10-29 Thread Matt Turner
--- .../drivers/dri/i965/brw_fs_live_variables.cpp | 35 ++ src/mesa/drivers/dri/i965/brw_fs_live_variables.h | 5 2 files changed, 40 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp b/src/mesa/drivers/dri/i965/brw_fs_live_variables.c