Re: [Mesa-dev] [PATCH 1/9] i965: Remove the dst and src0 parameters from brw_JMPI.

2014-05-30 Thread Matt Turner
Series is Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/9] i965: Remove the dst and src0 parameters from brw_JMPI.

2014-05-30 Thread Kenneth Graunke
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 --- src/mesa/drivers/dri/i965/brw_eu.h | 3 +-- src/mesa/drivers/dr