i965/sf: Drop unnecessary push/pop in flatshading code.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 25 May 2014 08:08:54 +0000 (01:08 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 27 May 2014 20:46:02 +0000 (13:46 -0700)
commit0f9eeae878ce11035d027722eddf28654b6cfeb7
tree43581cb0b845b03d306cd51ebbb5f6f904794948
parentd9cac44a146377134bc883c676854e53fd87f5c4
i965/sf: Drop unnecessary push/pop in flatshading code.

brw_JMPI sets predicate_control to BRW_PREDICATE_NONE, but that's
already the value coming in.  Otherwise, nothing changes state.

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