Re: [Dri-devel] 2D textures for video rendering

2001-10-19 Thread Sven Goethel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 18 October 2001 14:50, Michael Zayats wrote: Do you know whether 2D textures might be used as a surface to draw video on? Is DMA path of memory - texture implemented in i810 driver? (4.1.0) what do you think of this path at all?

Re: [Dri-devel] /usr/bin/ld: cannot find -lXau

2001-10-19 Thread manuel . teira
Liam Wilks writes: Could anybody help me with this problem? DRI doesn't seem to want to compile from CVS. I am running Redhat 7.1, with kernel 2.4.5 patched for Win4Lin, and XFree86 4.10. I have an ATI Rage Mobility P/M Graphics Card, which is a Mach 64 based card. I downloaded the

Re: [Dri-devel] /usr/bin/ld: cannot find -lXau

2001-10-19 Thread Malte Cornils
[EMAIL PROTECTED] wrote: /usr/bin/ld: cannot find -lXau [...] Perhaps the fastest solution is copying the /usr/X11R6 to the /usr/X11R6-DRI directory to avoid this compilation problems. Then, the installation will overwrite the important stuff. I'm currently trying to compile this, too -

Re: [Dri-devel] /usr/bin/ld: cannot find -lXau

2001-10-19 Thread Leif Delgass
On Fri, 19 Oct 2001, Malte Cornils wrote: Yep, I do have another question though. Is it necessary to specify mach64 manually in xc/config/cf/host.def? If so, the patch should probably modify this file in that regard, too. That's not necessary, the mach64 driver is part of the ati (2D)

Re: [Dri-devel] Mach64: BusMastering test seems to work

2001-10-19 Thread Keith Whitwell
On Fri, 19 Oct 2001 17:24, Leif Delgass wrote: Great work! I'll check this out soon. Once we get DMA working for the 3D operations, I guess the next task is to get the 2D acceleration routines synchronizing with the 3D ones so we can reenable XAA, right? Also, it looks as if the AGP setup

Re: [Dri-devel] Mach64: BusMastering test seems to work

2001-10-19 Thread Gareth Hughes
Leif Delgass wrote: Great work! I'll check this out soon. Once we get DMA working for the 3D operations, I guess the next task is to get the 2D acceleration routines synchronizing with the 3D ones so we can reenable XAA, right? Also, it looks as if the AGP setup has not been finished

[Dri-devel] Mach64: Hard lock on vt switch

2001-10-19 Thread Leif Delgass
Just a warning, with the direct register writes enabled in mach64_dma_dispatch_clear (in mach64_state.c), switching to a virtual terminal and back to X causes my box to hang hard -- I can't ssh in and Alt-SysRq doesn't work. -- Leif Delgass ___

Re: [Dri-devel] Mach64: BusMastering test seems to work

2001-10-19 Thread Carl Busjahn
Hey, From what I can tell, it accesses 16mb. Aperature Base can be allocated anywhere in the shaded region and is aligned to a multiple of 16MB This comes from page 17. Congratulations on your work on the driver, and thanks. Carl Busjahn Gareth Hughes wrote: Leif Delgass wrote: