Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=6241          
     




------- Additional Comments From [EMAIL PROTECTED]  2006-04-03 02:03 -------
(In reply to comment #9)
> ping?
> 
> I just compiled drm, xf86-video-ati, xserver and MESA from CVS HEAD
> 
> same problem, same nubmers from the logs. 
> 
> If you need any more information just tell me. 
> If i should redirect my bug to some other place please tell me were.
> 
> No 3d application works since 1 month ago. Not even glxgears runs!

And what was the failing offset?

RCS file: /cvs/dri/drm/shared-core/r300_cmdbuf.c,v
retrieving revision 1.12
diff -u -b -B -u -r1.12 r300_cmdbuf.c
--- r300_cmdbuf.c       7 Mar 2006 01:08:35 -0000       1.12
+++ r300_cmdbuf.c       2 Apr 2006 16:00:20 -0000
@@ -257,6 +257,8 @@
        if (offset >= dev_priv->gart_vm_start &&
            offset < (dev_priv->gart_vm_start + dev_priv->gart_size))
                return 0;
+
+       DRM_ERROR("offset %08x fails\n", offset);
        return 1;
 }

Try this also:
RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/r300/r300_context.h,v
retrieving revision 1.92
diff -u -b -B -u -r1.92 r300_context.h
--- r300_context.h      29 Mar 2006 15:21:01 -0000      1.92
+++ r300_context.h      2 Apr 2006 16:02:09 -0000
@@ -49,9 +49,9 @@
 
 /* PPC doesnt support 16 bit elts ... */
 #ifndef MESA_BIG_ENDIAN
-#define USER_BUFFERS
-#define RADEON_VTXFMT_A
-#define HW_VBOS
+//#define USER_BUFFERS
+//#define RADEON_VTXFMT_A
+//#define HW_VBOS
 #endif

          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
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

Reply via email to