i965: Flatten if-statements beyond depth 16 on pre-gen6.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 27 Dec 2010 08:40:26 +0000 (00:40 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 27 Dec 2010 08:59:31 +0000 (00:59 -0800)
commit634a7dce9c1d9e4a8576ff8197c8adaea7e9ddd1
treefa910bb66e70b36f5f5f776dccd7b60144956451
parent9ac6a9b2fa45debac63f2e2b20d78c4776d06e37
i965: Flatten if-statements beyond depth 16 on pre-gen6.

Gen4 and Gen5 hardware can have a maximum supported nesting depth of 16.
Previously, shaders with control flow nested 17 levels deep would
cause a driver assertion or segmentation fault.

Gen6 (Sandybridge) hardware no longer has this restriction.

Fixes fd.o bug #31967.
src/mesa/drivers/dri/i965/brw_fs.cpp