questions about implementing software dri driver

2006-08-01 Thread Sean D'Epagnier
Hi, I have been playing with mesa a lot recently. I wanted to try the miniglx dri support that is in Mesa, I figured I could use fb_dri.so for software rendering. The only problem is it still needs to open a drm device (for locking), I don't have a supported card. So I hacked together a kernel m

[Bug 5714] Front buffer removal from libdri

2006-08-01 Thread bugzilla-daemon
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=5714 --- Additional Comments From [EMAIL PROTECTED] 2006-08-01 05:34 --- I'm g

[Bug 5135] ATI Radeon: Vertices & Edge Display Problems in Wings3D

2006-08-01 Thread bugzilla-daemon
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=5135 --- Additional Comments From [EMAIL PROTECTED] 2006-08-01 07:36 --- I tes

[Bug 5135] ATI Radeon: Vertices & Edge Display Problems in Wings3D

2006-08-01 Thread bugzilla-daemon
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=5135 --- Additional Comments From [EMAIL PROTECTED] 2006-08-01 07:42 --- (In r

drm does not compile on pci systems

2006-08-01 Thread marvin
hi, the commit http://marc.theaimsgroup.com/?l=dri-patches&m=115262866714385&w=2 uses a FALSE constant which is defined in linux/agp_backend.h, but gets only included in AGP systems. I think it should be moved out of the linux kernel header to drmP.h. I could not find any users of it in the ke