i965/fs: Fix regression in comparison handling from ANDs change.
authorEric Anholt <eric@anholt.net>
Mon, 23 Apr 2012 23:48:09 +0000 (16:48 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 4 May 2012 21:00:32 +0000 (14:00 -0700)
commitdc42910e98dc00760255cc4579da458de09175b9
tree65f47bf39dd85bdd33dcfe15562bf1abb7c6d38e
parentb2ee5a08bae6cdbbdafc1f1d9d6f3afbad2f7944
i965/fs: Fix regression in comparison handling from ANDs change.

I had fixed up the logic ops for delayed ANDing, but not equality
comparisons on bools.  Fixes new piglit fs-bool-less-compare-true.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48629
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp