On Mon, 2003-07-21 at 16:47, Dieter N�tzel wrote:
"radeon-new-buffer.diff" is these one-liner:
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:
Does this work for you? As I reported earlier, the same change in the r200 driver locks up very quickly for me.
On my Radeon 7200 it dumps with the old -22 error.
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
