From e2854c24f586269d7ba7429c8be0d258bbe97e5c Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Thu, 6 Aug 2009 22:19:18 +0800 Subject: [PATCH] Don't emit render state anymore when enter VT All chipset's render driver has taken care of state emit in composite already. And this invarient state emit causes failure when VT switch on 845G. Signed-off-by: Zhenyu Wang --- src/i830_driver.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/i830_driver.c b/src/i830_driver.c index abff587..b3b70fa 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -3069,7 +3069,6 @@ I830EnterVT(int scrnIndex, int flags) /* Mark 3D state as being clobbered and setup the basics */ pI830->last_3d = LAST_3D_OTHER; - IntelEmitInvarientState(pScrn); return TRUE; } -- 1.6.3.3