Re: [Mesa-dev] [PATCH 1/5] i965: Mark UB/B immediates as unreachable.

2015-02-04 Thread Matt Turner
On Wed, Feb 4, 2015 at 12:22 PM, Kenneth Graunke wrote: > On Friday, January 30, 2015 03:54:28 PM Matt Turner wrote: >> --- >> src/mesa/drivers/dri/i965/brw_shader.cpp | 5 + >> 1 file changed, 1 insertion(+), 4 deletions(-) >> >> diff --git a/src/mesa/drivers/dri/i965/brw_shader.cpp >> b/sr

Re: [Mesa-dev] [PATCH 1/5] i965: Mark UB/B immediates as unreachable.

2015-02-04 Thread Kenneth Graunke
On Friday, January 30, 2015 03:54:28 PM Matt Turner wrote: > --- > src/mesa/drivers/dri/i965/brw_shader.cpp | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_shader.cpp > b/src/mesa/drivers/dri/i965/brw_shader.cpp > index 678390e..c393bfc

[Mesa-dev] [PATCH 1/5] i965: Mark UB/B immediates as unreachable.

2015-01-30 Thread Matt Turner
--- src/mesa/drivers/dri/i965/brw_shader.cpp | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_shader.cpp b/src/mesa/drivers/dri/i965/brw_shader.cpp index 678390e..c393bfc 100644 --- a/src/mesa/drivers/dri/i965/brw_shader.cpp +++ b/src/mesa/driv