OSDN Git Service

i965: Validate the IR tree after doing our custom optimization passes.
authorEric Anholt <eric@anholt.net>
Fri, 27 Aug 2010 19:02:53 +0000 (12:02 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Aug 2010 19:19:17 +0000 (12:19 -0700)
commit166b3fa29d4b5af8d4e8c410ed71e4348b65bbd9
treed6de8d89d425ba4962f62d279419dce30f161bb4
parent55ced3367543994bd21b48326c64edb743001145
i965: Validate the IR tree after doing our custom optimization passes.

This wouldn't catch the last failure fixed in them, because we don't
validate assignments well (due to the fact that we've got a pretty
glaring inconsistency in how we handle assignment writemasking), but
it could catch other failure we may produce.
src/mesa/drivers/dri/i965/brw_fs.cpp