[Bug 2994] New: Hardware accelerated indirect-rendering should be supported

2005-04-13 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=2994 Summary: Hardware accelerated indirect-rendering should be

Re: Improving glXSwapBuffers performace

2005-04-13 Thread Simon Toedt
On Apr 11, 2005 4:34 PM, Brian Paul <[EMAIL PROTECTED]> wrote: > Simon Toedt wrote: > > Has anyone yet looked into ways to improve rendering performance? I > > have noticed that glXSwapBuffers() is slow (30secs +/-5secs on a > > P3/600Mhz) and mainly spends its time in PsOutImageBytes() which calls

Re: [Xprint] Re: Improving glXSwapBuffers performace

2005-04-13 Thread Roland Mainz
Roland Mainz wrote: [snip] > > > The PsPutImage() function is an internal server function in the Xprint > > > module. I have no idea why that would be getting called. > > > > I've just had a look at the code and did some modifications which > > improve the performance a lot - its now almost twice

[Bug 943] Patch to add support for 32bit DRI clients on 64bit machines

2005-04-13 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=943 --- Additional Comments From [EMAIL PROTECTED] 2005-04-13 07:06 --- One co

Re: [Xprint] Re: Improving glXSwapBuffers performace

2005-04-13 Thread Roland Mainz
Simon Toedt wrote: > > On Apr 11, 2005 4:34 PM, Brian Paul <[EMAIL PROTECTED]> wrote: > > Simon Toedt wrote: > > > Has anyone yet looked into ways to improve rendering performance? I > > > have noticed that glXSwapBuffers() is slow (30secs +/-5secs on a > > > P3/600Mhz) and mainly spends its time

Re: Fw: Need help for an Installation: Sapphire Radeon X800-PCIE

2005-04-13 Thread Alex Deucher
On 4/12/05, Jens Kämmerer <[EMAIL PROTECTED]> wrote: > > hello, dear DRI-Team and others people. > > first: please excuse me, that my english is so bad, but i hope your > understand me and my Problem. > we must build for an Enduser one of three PC-Sytems with AMD-64 and > SATA-Raid, and the

[Bug 2996] libglx / libGLcore should use a dispatch table

2005-04-13 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=2996 --- Additional Comments From [EMAIL PROTECTED] 2005-04-13 11:50 --- Creat

[Bug 2996] libglx / libGLcore should use a dispatch table

2005-04-13 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=2996 --- Additional Comments From [EMAIL PROTECTED] 2005-04-13 11:53 --- Creat

[Bug 2996] libglx / libGLcore should use a dispatch table

2005-04-13 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=2996 --- Additional Comments From [EMAIL PROTECTED] 2005-04-13 12:04 --- Creat

[Bug 2996] libglx / libGLcore should use a dispatch table

2005-04-13 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=2996 --- Additional Comments From [EMAIL PROTECTED] 2005-04-13 12:28 --- Creat

[Bug 2996] libglx / libGLcore should use a dispatch table

2005-04-13 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=2996 --- Additional Comments From [EMAIL PROTECTED] 2005-04-13 12:41 --- Apply

[Bug 1822] libGL (and DRI drivers) should support TLS

2005-04-13 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=1822 [EMAIL PROTECTED] changed: What|Removed |Added --

[Bug 3022] New: i915 driver. Mesa 6.3 implementation error.

2005-04-13 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=3022 Summary: i915 driver. Mesa 6.3 implementation error. Product: DR

[Bug 2996] libglx / libGLcore should use a dispatch table

2005-04-13 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=2996 [EMAIL PROTECTED] changed: What|Removed |Added --

[Bug 943] Patch to add support for 32bit DRI clients on 64bit machines

2005-04-13 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=943 --- Additional Comments From [EMAIL PROTECTED] 2005-04-13 16:52 --- Create

[Bug 943] Patch to add support for 32bit DRI clients on 64bit machines

2005-04-13 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=943 --- Additional Comments From [EMAIL PROTECTED] 2005-04-13 16:58 --- A comm

[Announce] New DRIconf release 0.2.6

2005-04-13 Thread Felix Kühling
Hi all, I just uploaded a new DRIconf release 0.2.6. See http://dri.freedesktop.org/wiki/DriConf. Important changes in this release: * A Spanish translation by David Rubio Miguélez * Some fixes that make maintaining and testing translations easier * If pygtk-2.6 is available, th

Re: bus_dma(9)ing DRI for BSD

2005-04-13 Thread Dave Airlie
> > I'm trying to port DRM to NetBSD, for that purpose it's necessary to > use the bus_dma(9) API instead of the vtophys hack. Therefor, I'm currently > performing the last task which is going to be porting the DMA interface. I think Eric may be the only person who can answer this.. I've no idea i

[Bug 3024] New: No thread saftey in Mesa's libGL

2005-04-13 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=3024 Summary: No thread saftey in Mesa's libGL Product: DRI