Re: [Mesa-dev] [PATCH 10/15] i965: Allow immediates to be folded into logical and shift instructions.

2013-09-09 Thread Matt Turner
Can I assume this has your R-b? ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 10/15] i965: Allow immediates to be folded into logical and shift instructions.

2013-09-09 Thread Paul Berry
On 9 September 2013 11:23, Matt Turner matts...@gmail.com wrote: Can I assume this has your R-b? Yes. Sorry about that :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 10/15] i965: Allow immediates to be folded into logical and shift instructions.

2013-08-23 Thread Paul Berry
On 22 August 2013 16:08, Matt Turner matts...@gmail.com wrote: These instructions will be used with immediate arguments in the upcoming frexp and ldexp lowering passes. --- src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp | 11 +++ 1 file changed, 11 insertions(+) diff --git

Re: [Mesa-dev] [PATCH 10/15] i965: Allow immediates to be folded into logical and shift instructions.

2013-08-23 Thread Matt Turner
On Fri, Aug 23, 2013 at 9:02 AM, Paul Berry stereotype...@gmail.com wrote: Shouldn't we make a similar change to brw_vec4_copy_propagation.cpp? Yes, thanks. I've folded this change into the patch: --- a/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp +++

[Mesa-dev] [PATCH 10/15] i965: Allow immediates to be folded into logical and shift instructions.

2013-08-22 Thread Matt Turner
These instructions will be used with immediate arguments in the upcoming frexp and ldexp lowering passes. --- src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp