OSDN Git Service

i965: Add a second successor to BRW_OPCODE_WHILE
authorNeil Roberts <neil@linux.intel.com>
Mon, 5 Oct 2015 11:50:56 +0000 (13:50 +0200)
committerNeil Roberts <neil@linux.intel.com>
Fri, 9 Oct 2015 13:13:22 +0000 (15:13 +0200)
commit728d7bc85f1f101875349690bf1637037a5a1817
treec4fb36a06355d1e402cba90d0fedda6c6e47b541
parent886d46b0897182e489e03f7302a575b54004faca
i965: Add a second successor to BRW_OPCODE_WHILE

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.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_cfg.cpp