changeset 13337:c2cd3374a1cb

add a comment to the Xorg workaround
author faust3
date Wed, 15 Sep 2004 08:02:51 +0000
parents 55174e3d2917
children 1820ef597cdb
files vidix/drivers/radeon_vid.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/drivers/radeon_vid.c	Tue Sep 14 21:02:19 2004 +0000
+++ b/vidix/drivers/radeon_vid.c	Wed Sep 15 08:02:51 2004 +0000
@@ -1316,6 +1316,7 @@
 static void radeon_vid_display_video( void )
 {
     int bes_flags;
+    /** workaround for Xorg-6.8 not saving the surface registers on bigendian architectures */
 #ifdef WORDS_BIGENDIAN
 #if defined(RAGE128) 
     /* code from gatos */