Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 5 Jun 2014 13:03:07 +0000 (15:03 +0200)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 8 Jun 2014 04:32:35 +0000 (21:32 -0700)
commit8873120f9fb0c82cfd46cd15c39e66c38076cb0d
tree8fd278dec71eb0a1a76ad91e9d0aac9b7e6ba057
parent220e208329e923faf50524c0adf72e4dcc931e49
Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."

This reverts commit f3cb2e6ed7059b22752a6b7d7a98c07ba6b5552e.

brw_land_fwd_jump() is convenient wherever we produce JMPI instructions
and we will use JMPI to implement framebuffer writes that involve line
antialiasing in gen < 6.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
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