Re: [Mesa-dev] [PATCH] i965/fs_fp: Use a null register of the appropreate width.

2014-10-02 Thread Ian Romanick
This fixes the bug on my IVB system. Tested-by: Ian Romanick On 09/30/2014 05:49 PM, Jason Ekstrand wrote: > Signed-off-by: Jason Ekstrand > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84529 > --- > src/mesa/drivers/dri/i965/brw_fs_fp.cpp | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [Mesa-dev] [PATCH] i965/fs_fp: Use a null register of the appropreate width.

2014-10-01 Thread Jason Ekstrand
On Sep 30, 2014 8:26 PM, "Matt Turner" wrote: > > On Tue, Sep 30, 2014 at 5:49 PM, Jason Ekstrand wrote: > > Signed-off-by: Jason Ekstrand > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84529 > > --- > > src/mesa/drivers/dri/i965/brw_fs_fp.cpp | 2 +- > > 1 file changed, 1 insertion

Re: [Mesa-dev] [PATCH] i965/fs_fp: Use a null register of the appropreate width.

2014-09-30 Thread Matt Turner
On Tue, Sep 30, 2014 at 5:49 PM, Jason Ekstrand wrote: > Signed-off-by: Jason Ekstrand > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84529 > --- > src/mesa/drivers/dri/i965/brw_fs_fp.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/drivers/dri/i965

[Mesa-dev] [PATCH] i965/fs_fp: Use a null register of the appropreate width.

2014-09-30 Thread Jason Ekstrand
Signed-off-by: Jason Ekstrand Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84529 --- src/mesa/drivers/dri/i965/brw_fs_fp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs_fp.cpp b/src/mesa/drivers/dri/i965/brw_fs_fp.cpp index f9eec