Re: [Mesa-dev] [PATCH 2/6] i965/fs: Use a helper function for checking for flow control instructions.

2013-02-07 Thread Eric Anholt
Kenneth Graunke writes: > On 02/06/2013 05:29 PM, Eric Anholt wrote: >> In 2 of our checks, we were missing BREAK and CONTINUE. >> >> NOTE: Candidate for the stable branches. >> --- >> src/mesa/drivers/dri/i965/brw_fs.cpp | 33 >> +++- >> src/mesa/drivers/dri/i

Re: [Mesa-dev] [PATCH 2/6] i965/fs: Use a helper function for checking for flow control instructions.

2013-02-07 Thread Kenneth Graunke
On 02/06/2013 05:29 PM, Eric Anholt wrote: In 2 of our checks, we were missing BREAK and CONTINUE. NOTE: Candidate for the stable branches. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 33 +++- src/mesa/drivers/dri/i965/brw_fs.h |1 + .../dri

[Mesa-dev] [PATCH 2/6] i965/fs: Use a helper function for checking for flow control instructions.

2013-02-06 Thread Eric Anholt
In 2 of our checks, we were missing BREAK and CONTINUE. NOTE: Candidate for the stable branches. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 33 +++- src/mesa/drivers/dri/i965/brw_fs.h |1 + .../dri/i965/brw_fs_schedule_instructions.cpp |