i965/sf: Drop unnecessary push/pop in do_twoside_color.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 25 May 2014 08:08:50 +0000 (01:08 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 27 May 2014 20:46:01 +0000 (13:46 -0700)
commit2747f6a1f9d27826346d330cceef44b800267bcb
treeb337aaeefb0a29aa1542f7198472594057a8a7e7
parent09655bb81b2a3767e678280631c49851ba9c022d
i965/sf: Drop unnecessary push/pop in do_twoside_color.

None of the assembly emitters called between push and pop actually
change the state.  So, we can drop these.

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