Re: [Mesa-dev] [PATCH 1/2] i965: Add a second successor to BRW_OPCODE_WHILE

2015-10-07 Thread Matt Turner
On Mon, Oct 5, 2015 at 6:29 AM, Neil Roberts wrote: > It is possible to directly predicate the WHILE instruction. In this > case there will be a second successor block because the execution can > resume from the instruction after the loop. This will be used in a > subsequent patch. > --- > src/me

[Mesa-dev] [PATCH 1/2] i965: Add a second successor to BRW_OPCODE_WHILE

2015-10-05 Thread Neil Roberts
It is possible to directly predicate the WHILE instruction. In this case there will be a second successor block because the execution can resume from the instruction after the loop. This will be used in a subsequent patch. --- src/mesa/drivers/dri/i965/brw_cfg.cpp | 4 1 file changed, 4 inser