This fixes the bug on my IVB system. Tested-by: Ian Romanick <[email protected]>
On 09/30/2014 05:49 PM, Jason Ekstrand wrote: > Signed-off-by: Jason Ekstrand <[email protected]> > 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 f9eec10..aa9e17b 100644 > --- a/src/mesa/drivers/dri/i965/brw_fs_fp.cpp > +++ b/src/mesa/drivers/dri/i965/brw_fs_fp.cpp > @@ -115,7 +115,7 @@ fs_visitor::emit_fragment_program_code() > { > setup_fp_regs(); > > - fs_reg null = fs_reg(brw_null_reg()); > + fs_reg null = fs_reg(brw_null_vec(dispatch_width)); > > /* Keep a reg with 1.0 around, for reuse by emit_fp_sop so that it can > just > * be: > _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
