Re: [Mesa-dev] [PATCH 2/2] i965/fs: Add helper functions for IF and CMP and use them.

2012-11-18 Thread Eric Anholt
Kenneth Graunke writes: > On 11/09/2012 01:34 PM, Eric Anholt wrote: >> --- >> src/mesa/drivers/dri/i965/brw_fs.cpp | 62 -- >> src/mesa/drivers/dri/i965/brw_fs.h |3 +- >> src/mesa/drivers/dri/i965/brw_fs_fp.cpp | 23 +++ >> src/mesa/driver

Re: [Mesa-dev] [PATCH 2/2] i965/fs: Add helper functions for IF and CMP and use them.

2012-11-17 Thread Kenneth Graunke
On 11/09/2012 01:34 PM, Eric Anholt wrote: --- src/mesa/drivers/dri/i965/brw_fs.cpp | 62 -- src/mesa/drivers/dri/i965/brw_fs.h |3 +- src/mesa/drivers/dri/i965/brw_fs_fp.cpp | 23 +++ src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 87

[Mesa-dev] [PATCH 2/2] i965/fs: Add helper functions for IF and CMP and use them.

2012-11-09 Thread Eric Anholt
--- src/mesa/drivers/dri/i965/brw_fs.cpp | 62 -- src/mesa/drivers/dri/i965/brw_fs.h |3 +- src/mesa/drivers/dri/i965/brw_fs_fp.cpp | 23 +++ src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 87 -- 4 files changed, 95 inser