Re: intel zone rendering..

2004-08-04 Thread Keith Whitwell
Dave Airlie wrote: Keith, Have Intel supplied you with any info on the zone rendering stuff in their chipsets or if we can avail of it .. it sounds like it might be worth a frame or two ... I had access to it for i915, I don't think they had any issues with it. It does look like a fair

Re: first DRM function table patch (radeon only..)

2004-08-04 Thread Dave Airlie
the bulk of the probe code can stay in the library. Maybe something like this in a personality module: static struct pci_driver drm_driver = { .name = DRIVER_NAME, .id_table = DRM(pciidlist), .probe = my_probe, .remove=

Re: DRM function pointer work..

2004-08-04 Thread Dave Airlie
The only thing I can think off is maybe adding this stuff to another C file per driver but that probably isn't necessary ... the other idea I've had is to perhaps separate the function table when we get the full table done, then we can have tables per functionality group, i.e. adding the dma

[Bug 980] DRI fails to compile with Gentoo 2.6.7 kernel

2004-08-04 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=980 --- Additional Comments From [EMAIL PROTECTED] 2004-08-04 05:45 --- The dri xc

[Bug 960] rendering error - random textures used

2004-08-04 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=960 --- Additional Comments From [EMAIL PROTECTED] 2004-08-04 10:08 --- Since I

[Bug 960] rendering error - random textures used

2004-08-04 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=960 --- Additional Comments From [EMAIL PROTECTED] 2004-08-04 11:56 --- I've done

[Bug 960] rendering error - random textures used

2004-08-04 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=960 --- Additional Comments From [EMAIL PROTECTED] 2004-08-04 12:10 --- The 2d

[Bug 960] rendering error - random textures used

2004-08-04 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=960 --- Additional Comments From [EMAIL PROTECTED] 2004-08-04 15:27 --- I think the

[Bug 982] New: Resolution switching broken on ATI IGP3xx

2004-08-04 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=982 Summary: Resolution switching broken on ATI IGP3xx Product: DRI

[Bug 719] glXMakeCurrent (xdisplay, None, NULL) crashes X

2004-08-04 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=719 --- Additional Comments From [EMAIL PROTECTED] 2004-08-04 17:23 --- Created an

[Bug 719] glXMakeCurrent (xdisplay, None, NULL) crashes X

2004-08-04 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=719 --- Additional Comments From [EMAIL PROTECTED] 2004-08-04 17:38 --- That patch

Re: Savage DRI DDX to xorg merge

2004-08-04 Thread Sérgio Monteiro Basto
On Mon, 2004-08-02 at 05:45, Alex Deucher wrote: I just finished the preliminary merge. It seems to work ok in limited testing. for those interested the patch is here: http://www.botchco.com/alex/xorg/savage-dri-to-xorg.diff the code still needs the develdri #ifdefs added. I'm not sure