OSDN Git Service

i965: Fix up the FS backend for the variable array indexing pass.
authorEric Anholt <eric@anholt.net>
Tue, 28 Sep 2010 05:15:36 +0000 (22:15 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 28 Sep 2010 16:33:30 +0000 (09:33 -0700)
commit719f84d9aba6b016e1069e0461cbfc4211f5a3b5
tree9949396a65650cd61e7d02fb78ea1835a867f5cb
parent57edd7c5c116926325e3a86cef618bfd1b5881c1
i965: Fix up the FS backend for the variable array indexing pass.

We need to re-run channel expressions afterwards as it generates new
vector expressions, and we need to successfully support conditional
assignment (brw_CMP takes 2 operands, not 1).
src/mesa/drivers/dri/i965/brw_fs.cpp