[Mesa-dev] [PATCH 07/10] i965: Don't copy prop source mods into instructions that can't take them.

2013-10-07 Thread Matt Turner
v2: Don't create new function in backend_instruction. Cc: Paul Berry --- src/mesa/drivers/dri/i965/brw_fs.cpp | 15 ++- src/mesa/drivers/dri/i965/brw_vec4.cpp | 15 ++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp

Re: [Mesa-dev] [PATCH 07/10] i965: Don't copy prop source mods into instructions that can't take them.

2013-09-25 Thread Matt Turner
On Mon, Sep 23, 2013 at 8:06 PM, Kenneth Graunke wrote: > On 09/23/2013 04:13 PM, Matt Turner wrote: >> --- >> src/mesa/drivers/dri/i965/brw_fs.cpp | 3 +++ >> src/mesa/drivers/dri/i965/brw_shader.cpp | 19 +++ >> src/mesa/drivers/dri/i965/brw_shader.h | 1 + >> src/mesa/d

Re: [Mesa-dev] [PATCH 07/10] i965: Don't copy prop source mods into instructions that can't take them.

2013-09-23 Thread Kenneth Graunke
On 09/23/2013 04:13 PM, Matt Turner wrote: > --- > src/mesa/drivers/dri/i965/brw_fs.cpp | 3 +++ > src/mesa/drivers/dri/i965/brw_shader.cpp | 19 +++ > src/mesa/drivers/dri/i965/brw_shader.h | 1 + > src/mesa/drivers/dri/i965/brw_vec4.cpp | 3 +++ > 4 files changed, 26 i

[Mesa-dev] [PATCH 07/10] i965: Don't copy prop source mods into instructions that can't take them.

2013-09-23 Thread Matt Turner
--- src/mesa/drivers/dri/i965/brw_fs.cpp | 3 +++ src/mesa/drivers/dri/i965/brw_shader.cpp | 19 +++ src/mesa/drivers/dri/i965/brw_shader.h | 1 + src/mesa/drivers/dri/i965/brw_vec4.cpp | 3 +++ 4 files changed, 26 insertions(+) diff --git a/src/mesa/drivers/dri/i965/br