i965/sf: Move brw_compile::flag_value to brw_sf_compile.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 25 May 2014 08:08:53 +0000 (01:08 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 27 May 2014 20:46:01 +0000 (13:46 -0700)
commitd9cac44a146377134bc883c676854e53fd87f5c4
treef08defc12ac32c360e31362a05e24753e1133c42
parente287f5937f0381a4ff24583a3cfd74ccaa37f423
i965/sf: Move brw_compile::flag_value to brw_sf_compile.

This field is only used to track the current value of the flag register
during the SF compile.  It has no place in the common compiler code.

While we're changing every call, drop the 'brw' prefix from the function
since it's static.

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_sf.h
src/mesa/drivers/dri/i965/brw_sf_emit.c