Re: [Mesa3d-dev] Doom3 works on R200!

2004-10-23 Thread Roland Scheidegger
Bernardo Innocenti wrote: The only thing I'm complaining about is the light torch: the aura looks good, but the projected light circle is invisible most of the times. Other lightning effects look fine, including dangling lights in ceilings. Actually, those rendering errors are pretty bad in some p

Re: [Mesa3d-dev] Doom3 works on R200!

2004-10-23 Thread Dave Airlie
> r200 render path looks really A LOT better, unfortunately the open-source > driver doesn't implement the required extensions (some bits of documentation > are missing afaik, and even if not (I have no idea what's in the documentation > or not) it would probably quite a bit of work as core mesa d

[Bug 1698] New: RFE: Minimize symbol table in DRI drivers

2004-10-23 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://freedesktop.org/bugzilla/show_bug.cgi?id=1698 Summary: RFE: Minimize symbol table in DRI drivers Product: DRI

[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-10-23 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://freedesktop.org/bugzilla/show_bug.cgi?id=1388 [EMAIL PROTECTED] changed: What|Removed |Added

Doom3 works on R200!

2004-10-23 Thread Bernardo Innocenti
Hello, I just wanted to report success running the Linux native version of Doom 3 with the open-source ATI driver with only minor glitches. Congratulations: you've beated ATI's propretary driver which still doesn't work properly with Doom :-) To get it working, I've built the latest CVS snapshots o

inter_module_get() for AGP

2004-10-23 Thread Jon Smirl
I just checked in a new scheme for getting rid of the AGP inter_module_get() to linux-core. This version doesn't need a kernel patch. I checked it out with both AGP compiled in and not in. Let me know if it works for everyone. I can easliy back it out if it has problems like the first try did. --

[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-10-23 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://freedesktop.org/bugzilla/show_bug.cgi?id=1388 --- Additional Comments From [EMAIL PROTECTED] 2004-10-23 10:32 --- I moved to

Re: DRM linux-core - debug parameter change

2004-10-23 Thread Jon Smirl
Now that I think about it there is no way to make this work without the parallel kernel patch. I'll comment it out for the moment. -- Jon Smirl [EMAIL PROTECTED] --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use

Re: DRM linux-core: inter_module_get("agp")

2004-10-23 Thread Dave Airlie
Yeah Jon must have gotten it wrong, I've just checked in a fix.. > Also, which kernel version do I need for the symbol_get() thing to work? > You need a patch Jon posted to LKML in the last couple of days... Dave. -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at s

DRM linux-core: inter_module_get("agp")

2004-10-23 Thread Nicolai Haehnle
Hi, shouldn't the inter_module_get("agp") in drm_core_init() be inter_module_get("drm_agp") instead? "drm_agp" is what the old (non-core) DRM uses, and it works for me (unlike "agp"). Also, which kernel version do I need for the symbol_get() thing to work? cu, Nicolai pgpF3XicFohtp.pgp Descr

Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Dieter Nützel
Am Samstag, 23. Oktober 2004 11:16 schrieb Dieter Nützel: > Am Samstag, 23. Oktober 2004 11:08 schrieb Mike Mestnik: > > --- Dieter Nützel <[EMAIL PROTECTED]> wrote: > > > Am Samstag, 23. Oktober 2004 08:59 schrieb Dave Airlie: > > > > try it now .. I've just checked in a compat fix.. hopefully it

Where to get shiney new libGL for current DRI CVS?

2004-10-23 Thread Mike Mestnik
I used -D "Fri Oct 22 16:03:19 2004 UTC" to detect my AGP, now "(II) RADEON(0): Direct rendering enabled " This is where I got with my old Xserver(Debian's xserver-xfree8 4.3.0.dfsg.1-8). I thoguht it would be trivial to replace with Xorg from SS. After linking XF86Config.4 to xorg.conf every th

Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Dieter Nützel
Am Samstag, 23. Oktober 2004 11:08 schrieb Mike Mestnik: > --- Dieter Nützel <[EMAIL PROTECTED]> wrote: > > Am Samstag, 23. Oktober 2004 08:59 schrieb Dave Airlie: > > > try it now .. I've just checked in a compat fix.. hopefully it > > > > works... > > > > > Dave. > > > > CC [M] /opt/drm/linux-

Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Mike Mestnik
--- Dieter Nützel <[EMAIL PROTECTED]> wrote: > Am Samstag, 23. Oktober 2004 08:59 schrieb Dave Airlie: > > try it now .. I've just checked in a compat fix.. hopefully it > works... > > > > Dave. > > CC [M] /opt/drm/linux-core/drm_stub.o > /opt/drm/linux-core/drm_stub.c:50: error: parse error

Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Dieter Nützel
Am Samstag, 23. Oktober 2004 08:59 schrieb Dave Airlie: > try it now .. I've just checked in a compat fix.. hopefully it works... > > Dave. CC [M] /opt/drm/linux-core/drm_stub.o /opt/drm/linux-core/drm_stub.c:50: error: parse error before "int" make[3]: *** [/opt/drm/linux-core/drm_stub.o] Fehl

[Bug 1675] i830 VBERestore broken in kernel i915 with 6.8.1 830 driver

2004-10-23 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://freedesktop.org/bugzilla/show_bug.cgi?id=1675 [EMAIL PROTECTED] changed: What|Removed |Added

Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Dave Airlie
try it now .. I've just checked in a compat fix.. hopefully it works... Dave. On Fri, 22 Oct 2004, Mike Mestnik wrote: > A recent DRM checkin "Bring in patch from kernel for remap_pfn_range" only > workes if your 2.6 kernel has remap_pfn_range, unlike Debain's 2.6.8-1-k7. > > > > __