Hi,

Found the cause the patch:
"enable hw vertex programs by default".

The only fix I've found is to disable it (attached patch).

I am willing to test better solutions, but until then can it be disabled by default?


Rune Petersen

Rune Petersen wrote:
Hi,

I've been out of it lately, and I have been unable to track down the change that caused it.

I am only able one map of NWN, when loading the second map (2D -> 3D transition ) it locks up. Is the driver forgetting to clean up.

Any ideas as to the cause of this?


Rune Petersen

Setup:
Radeon X800XT (JK)
Mesa CVS HEAD
drm CVS HEAD
Xorg (CVS HEAD)


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Index: r300_context.c
===================================================================
RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/r300/r300_context.c,v
retrieving revision 1.46
diff -u -r1.46 r300_context.c
--- r300_context.c      27 Jan 2006 14:35:24 -0000      1.46
+++ r300_context.c      27 Feb 2006 18:41:00 -0000
@@ -68,8 +68,8 @@
 #include "xmlpool.h"           /* for symbolic values of enum-type options */
 
 /* hw_tcl_on derives from future_hw_tcl_on when its safe to change it. */
-int future_hw_tcl_on=1;
-int hw_tcl_on=1;
+int future_hw_tcl_on=0;
+int hw_tcl_on=0;
 
 #define need_GL_ARB_multisample
 #define need_GL_ARB_texture_compression

Reply via email to