i965: Drop unnecessary predication default state resets in clip code.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 25 May 2014 08:08:48 +0000 (01:08 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 27 May 2014 20:46:01 +0000 (13:46 -0700)
commitb07c4b1d9d2da205d8d90249d997f9296e40a2d7
treec449d8a3c11a3754f6c738378e2894a9af0d3fb4
parenta5bb24d7692367a38f46449141bc57397d33dfc2
i965: Drop unnecessary predication default state resets in clip code.

Presumably, this was to reset the default state of predication_control
from brw_CMP.  But brw_CMP only sets that if dst is ARF null, which it
isn't here.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_clip_tri.c