i965: Delete brw_set_conditionalmod.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 31 May 2014 01:03:14 +0000 (18:03 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Jun 2014 22:09:35 +0000 (15:09 -0700)
commit76d7160c6c76cd5cbf61ccfa178ffba4ea9aa93b
tree828617e75b30655bbb1542de8ee501f4f7d47762
parentfea7b9774215becbaaa58ac825b189460801fac1
i965: Delete brw_set_conditionalmod.

This removes the ability to set the default conditional modifier on all
future instructions.  Nothing uses it, and it's not really a sensible
thing to do anyway.

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