Re: Re: My details

2003-08-19 Thread trivo_progs
I'm on holidays... when i'll come back i'll answer :)) Sono in vacanza... rispondero' quando torno :D Lorenzo ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

LOOKING FORWARD TO YOUR URGENT RESPONSE

2003-08-19 Thread Mrs Sheila Whittle.
CYBER LOTTO INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT, REF: NBM44125677 AND BATCH NO: 31/107/AY. ATTENTION: Sir/Madam, RE/ AWARD NOTIFICATION We are pleased to inform you of the announcement today,19st August 2003, of winners of the CYBER LOTTO /INTERNATIONAL PROGRAMS held on 17TH FEB 2003

Re: Undeliverable message returned to sender

2003-08-19 Thread Mike A. Harris
On Tue, 19 Aug 2003, it was written: Date: Tue, 19 Aug 2003 16:22:15 + (UCT) From: Content Filter To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: Undeliverable message returned to sender This message was created automatically by mail delivery software. Delivery failed for the

Re: XAA and banked memory

2003-08-19 Thread Mark Vojkovich
XAA itself doesn't care. You set the LINEAR_FRAMEBUFFER in the XaaInfoRec Flags if you have a linear framebuffer. If you don't set that flag it won't put pixmaps in offscreen memory (because the software rendering code won't be able to deal with them), and it won't use an offscreen pixmap

2 questions about radeon driver

2003-08-19 Thread Alex Deucher
I have two questions for you about the radeon driver. the first relates to the CP and accel. I'm attempting to convert the Xv code to use the CP. how do you check to find out if the driver is using CP or MMIO accel? I considered using info-directRenderingEnabled, but as far as I can see the

Re: 2 questions about radeon driver

2003-08-19 Thread Michel Dänzer
On Tue, 2003-08-19 at 21:49, Alex Deucher wrote: I'm attempting to convert the Xv code to use the CP. how do you check to find out if the driver is using CP or MMIO accel? I considered using info-directRenderingEnabled, but as far as I can see the radeon can use the CP for accel even if

RE: 2 questions about radeon driver

2003-08-19 Thread Alexander Stohr
CP mode means using an engine on the chip that gets the command data from main memory by itselves, some sort of busmaster DMA stream. MMIO means that the driver does program the chipset directly via its memory mapped registers. DRI means direct rendering and is the most common socket for current