Attached patch fixes hang in rollercoaster (in glut/progs/demos)

-- 
Michael.
Index: t_imm_fixup.c
===================================================================
RCS file: /cvsroot/dri/xc/xc/extras/Mesa/src/tnl/Attic/t_imm_fixup.c,v
retrieving revision 1.1.6.2
diff -u -3 -p -r1.1.6.2 t_imm_fixup.c
--- t_imm_fixup.c       2001/12/04 12:46:08     1.1.6.2
+++ t_imm_fixup.c       2002/02/02 08:59:39
@@ -357,6 +357,7 @@ void _tnl_fixup_input( GLcontext *ctx, s
                                    vulnerable );
 
 
+       ++i;
       } while (vulnerable);
    }
 }
@@ -633,6 +634,7 @@ void _tnl_fixup_compiled_cassette( GLcon
                                    vulnerable );
 
 
+        ++i;
       } while (vulnerable);
    }
 }

Reply via email to