xf86-video-ati: Branch 'r6xx-r7xx-support'

Alex Deucher agd5f at kemper.freedesktop.org
Wed Feb 18 16:03:36 PST 2009


 src/radeon_driver.c |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit cf85d4a1d43a3209c7ca9307aede2c2c243f7130
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Feb 18 19:02:56 2009 -0500

    R6xx/R7xx: reset 3D state after VT switch

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index b4df090..75feca4 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -5536,6 +5536,9 @@ Bool RADEONEnterVT(int scrnIndex, int flags)
     if (info->accelOn && (info->ChipFamily < CHIP_FAMILY_R600))
 	RADEONEngineRestore(pScrn);
 
+    if (info->accelOn && info->accel_state)
+	info->accel_state->XInited3D = FALSE;
+
 #ifdef XF86DRI
     if (info->directRenderingEnabled) {
 	RADEONCP_START(pScrn, info);


More information about the xorg-commit mailing list