Re: [Mesa-dev] [PATCH 3/7] i965/fs: Add is_null() method to fs_reg.

2013-10-22 Thread Matt Turner
On Tue, Oct 22, 2013 at 4:30 PM, Matt Turner wrote: > With 6/7 dead, this patch has no users, so drop it for now. I'm now using is_null() is the new "[PATCH 5/7] i965/fs: Don't emit null MOVs in CSE." so this patch is back on. ___ mesa-dev mailing list

Re: [Mesa-dev] [PATCH 3/7] i965/fs: Add is_null() method to fs_reg.

2013-10-22 Thread Matt Turner
With 6/7 dead, this patch has no users, so drop it for now. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 3/7] i965/fs: Add is_null() method to fs_reg.

2013-10-22 Thread Matt Turner
--- src/mesa/drivers/dri/i965/brw_fs.cpp | 8 src/mesa/drivers/dri/i965/brw_fs.h | 1 + 2 files changed, 9 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 65a4b66..77b898b 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp ++