i965: Emit conditional code updates as required for GLSL VS if statements.
authorEric Anholt <eric@anholt.net>
Tue, 4 Aug 2009 21:13:27 +0000 (14:13 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 4 Sep 2009 21:12:36 +0000 (14:12 -0700)
commit3d6c73513c5918a3f833ebf402803946b78828b8
tree164f56395b721b24521ba3ff697e1ebb7e04e365
parent83e6c67363d77d89ab4b6e2e202c8634d582c907
i965: Emit conditional code updates as required for GLSL VS if statements.

Previously, we'd be branching based on whatever condition code happened to be
laying around.
(cherry picked from commit 7007f8b352763af89805f287153cb7972bff0523)
src/mesa/drivers/dri/i965/brw_vs_emit.c