Re: [Mesa-dev] [PATCH v2 02/15] i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructions

2016-04-07 Thread Jason Ekstrand
On Thu, Apr 7, 2016 at 2:16 PM, Matt Turner wrote: > On Tue, Mar 22, 2016 at 3:33 PM, Jason Ekstrand > wrote: > > It should work fine without it and the visitor can set it if it wants. > > --- > > Does this need to be a separate patch? Ease of testing

Re: [Mesa-dev] [PATCH v2 02/15] i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructions

2016-04-07 Thread Matt Turner
On Tue, Mar 22, 2016 at 3:33 PM, Jason Ekstrand wrote: > It should work fine without it and the visitor can set it if it wants. > --- Does this need to be a separate patch? Ease of testing or something? ___ mesa-dev mailing list

[Mesa-dev] [PATCH v2 02/15] i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructions

2016-03-22 Thread Jason Ekstrand
It should work fine without it and the visitor can set it if it wants. --- src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs_generator.cpp b/src/mesa/drivers/dri/i965/brw_fs_generator.cpp index c883fe3..35400cb