i965/sf: Drop useless push/pop state from flag register mashing code.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 25 May 2014 08:08:51 +0000 (01:08 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 27 May 2014 20:46:01 +0000 (13:46 -0700)
commit41afb3ade46c9a10c7a1e61df55c7b51281b0247
tree5b1253cb4fd7fa8264eabb0c1385b63f9f436932
parent2747f6a1f9d27826346d330cceef44b800267bcb
i965/sf: Drop useless push/pop state from flag register mashing code.

There's no point in pushing and popping the default state; the code
between the two stack operations doesn't alter anything.

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