i965/clip: Use the new brw_last_inst macro instead of temporaries.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 28 May 2014 06:50:23 +0000 (23:50 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Jun 2014 22:09:25 +0000 (15:09 -0700)
commit0bfac24caf89a163d8149e69b9eaa7ae5c71d550
tree6e2dae75724c475eab317d3d1c4624ceb25f91b9
parent42c292006c94b0b84645448af958fdb6235acbfb
i965/clip: Use the new brw_last_inst macro instead of temporaries.

It wasn't too bad before, but the macro is going to be nicer once I
start modifying a lot more instructions in this pattern.

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