Please try this diff - it may fix the problem in a lot of cases.

Keith
Warning: Remote host denied X11 forwarding.
Index: radeon_tcl.c
===================================================================
RCS file: /cvsroot/dri/xc/xc/lib/GL/mesa/src/drv/radeon/radeon_tcl.c,v
retrieving revision 1.8
diff -u -r1.8 radeon_tcl.c
--- radeon_tcl.c        30 Apr 2003 01:50:55 -0000      1.8
+++ radeon_tcl.c        24 Jun 2003 13:11:15 -0000
@@ -115,7 +115,7 @@
 
 
 #define NEW_PRIMITIVE()  RADEON_NEWPRIM( rmesa )
-#define NEW_BUFFER()  radeonRefillCurrentDmaRegion( rmesa )
+#define NEW_BUFFER()  radeonFlushCmdBuf( rmesa, __FUNCTION__ )
 
 /* Don't really know how many elts will fit in what's left of cmdbuf,
  * as there is state to emit, etc:

Reply via email to