i965: Drop the remaining default predication whacking.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 6 Jun 2014 05:59:10 +0000 (22:59 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 8 Jun 2014 04:30:03 +0000 (21:30 -0700)
commit1f3735bff08bdcd23a7f1f6565f072f3103d780b
tree9213bd065faa4833cf6d403a80e316c901917411
parent8a314a784c5e3c43d745aa27d7d518e83a2e81db
i965: Drop the remaining default predication whacking.

With my earlier cleaning in place (see git log brw_eu_emit.c), nothing
relies on the instruction emitters for IF/WHILE/JMPI disabling
predication.  Drop it in favor of making callers do the right thing
explicitly.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_clip_tri.c
src/mesa/drivers/dri/i965/brw_eu_emit.c