On Wed, Mar 4, 2015 at 8:45 AM, Ian Romanick wrote:
> On 03/01/2015 05:19 PM, Jason Ekstrand wrote:
> > Not sure why you Cc'd me, but whatever. Seems obvious enough.
>
> Because b18fd23 was your commit. Sometimes left over, unused parameters
> are the result of a mistake. I just wanted to be s
On 03/01/2015 05:19 PM, Jason Ekstrand wrote:
> Not sure why you Cc'd me, but whatever. Seems obvious enough.
Because b18fd23 was your commit. Sometimes left over, unused parameters
are the result of a mistake. I just wanted to be sure.
> Reviewed-by: Jason Ekstrand
> On 02/27/2015 06:50 PM,
Not sure why you Cc'd me, but whatever. Seems obvious enough.
Reviewed-by: Jason Ekstrand
On 02/27/2015 06:50 PM, Ian Romanick wrote:
From: Ian Romanick
Unused since b18fd23.
brw_fs.cpp:2878:44: warning: unused parameter 'dispatch_width'
[-Wunused-parameter]
clear_deps_for_inst_src(fs_in
From: Ian Romanick
Unused since b18fd23.
brw_fs.cpp:2878:44: warning: unused parameter 'dispatch_width'
[-Wunused-parameter]
clear_deps_for_inst_src(fs_inst *inst, int dispatch_width, bool *deps,
^
Signed-off-by: Ian Romanick
Cc: Jason Ekstrand
--