On Tue, Oct 22, 2002 at 12:35:45AM +0100, Jos� Fonseca wrote: > .. > > I think we'll need a set of private buffers equivalent to what > >we use now (2MB), but we could probably get away with a smaller set of > >client buffers. > > I agree. In principle, each client could even use the same buffer over > and over again (not referring to blits). And they don't even need to be > DMA buffers at all. Fixed malloc'd memory from the user space should be > good enough.
When dealing with DMA, you may want to add the additional qualifier of "malloc'd, fixed(locked), page-aligned memory from user space" ------------------------------------------------------- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4699841;7576301;v? http://www.sun.com/javavote _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
