i965: Remove the dst and src0 parameters from brw_JMPI.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 28 May 2014 05:45:16 +0000 (22:45 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Jun 2014 22:09:12 +0000 (15:09 -0700)
commit3769a2d51f593b94638743e4a174ee5b8a3d5406
tree8f28ed6e3cab87dc85c8cb30152a84c3e6cc117f
parent0ca0d5743fb42a956289a87efd4c8fcda88cf93a
i965: Remove the dst and src0 parameters from brw_JMPI.

In all cases, we set both dst and src0 to brw_ip_reg().  This is no
accident: according to the ISA reference, both are required to be the IP
register.  So, we may as well drop the parameters.

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