Re: Benchmarks.

2006-03-06 Thread Aapo Tahkola
On Mon, 06 Mar 2006 04:11:58 +0100 Roland Scheidegger <[EMAIL PROTECTED]> wrote: > Adam K Kirchhoff wrote: > > Using umark for benchmarking UT2004 (1024x768 with all "low" or "very > > low" display settings)... First DM-1on1-Albatross: > > > > 9600 - fgl - 11.378239 / 35.393394 / 82.763985 fps

[Bug 5999] problems with r300 and metacity compositing manager

2006-03-06 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=5999 --- Additional Comments From [EMAIL PROTECTED] 2006-03-07 14:56 --- My gu

[Bug 5936] problems running metacity with GL compositing manager

2006-03-06 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=5936 --- Additional Comments From [EMAIL PROTECTED] 2006-03-07 14:44 --- This

[Bug 5714] Front buffer removal from libdri

2006-03-06 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 [EMAIL PROTECTED] changed: What|Removed |Added --

Re: [PATCH] basic drm driver for Trident CyberBlade

2006-03-06 Thread Jesse Barnes
On Monday, March 6, 2006 12:28 pm, Thomas Hellström wrote: > The via driver has code that does this (via_dmablit.c) as a > device-specific IOCTL. > > It maintains a queue of blit operations and fire them off when the > previous one is completed. The user calls a sync IOCTL to verify that > the oper

Re: [PATCH] basic drm driver for Trident CyberBlade

2006-03-06 Thread Thomas Hellström
Jesse Barnes wrote: I'm trying to get the CyberBlade EXA driver into a bit better shape, and that means some sort of decent host<->fb DMA support. The device itself is apparently capable of that, but EXA has trouble since it only has the user virtual address of the transfers it wants to make,