[Dri-devel] R200 nr_heaps

2003-10-09 Thread Alan Hourihane
Anyone know why the nr_heaps was forced to 1 in r200_context.c ? Alan. --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better serv

Re: [Dri-devel] R200 nr_heaps

2003-10-09 Thread Keith Whitwell
Alan Hourihane wrote: Anyone know why the nr_heaps was forced to 1 in r200_context.c ? The agp memory that would have been the agp texture heap is being used instead for glxAllocateMemoryNV. Keith --- This SF.net email is sponsored by: SF.net

Re: [Dri-devel] Broken Xv in current trunk?

2003-10-09 Thread Linus Torvalds
On Wed, 8 Oct 2003, Alex Deucher wrote: > > A fix just went into xfree86 CVS earlier today that fixed several > things related to Xv on i8xx hardware. that code hasn't been synced > with DRI CVS yet. I don't have intel hardware so I can't test. Well, the thing is definitely broken the same way

[Dri-devel] Dynamic allocation

2003-10-09 Thread Alan Hourihane
I've just committed a version of the DRI's common code mm.[ch] linear allocator into the XFree86 CVS which extends the FBManager's ability to serve real linear space rather than pinching it from the XY area's that's usually occupied by the pixmap cache. This way we can now hand over all memory to

Re: [Dri-devel] Dynamic allocation

2003-10-09 Thread Keith Whitwell
Alan Hourihane wrote: I've just committed a version of the DRI's common code mm.[ch] linear allocator into the XFree86 CVS which extends the FBManager's ability to serve real linear space rather than pinching it from the XY area's that's usually occupied by the pixmap cache. This way we can now han

Re: [Dri-devel] Dynamic allocation

2003-10-09 Thread Alan Hourihane
On Thu, Oct 09, 2003 at 05:30:08PM +0100, Keith Whitwell wrote: > Alan Hourihane wrote: > >I've just committed a version of the DRI's common code mm.[ch] linear > >allocator > >into the XFree86 CVS which extends the FBManager's ability to serve > >real linear space rather than pinching it from the

Re: [Dri-devel] Dynamic allocation

2003-10-09 Thread Keith Whitwell
Alan Hourihane wrote: On Thu, Oct 09, 2003 at 05:30:08PM +0100, Keith Whitwell wrote: Alan Hourihane wrote: I've just committed a version of the DRI's common code mm.[ch] linear allocator into the XFree86 CVS which extends the FBManager's ability to serve real linear space rather than pinching i

Re: [Dri-devel] Dynamic allocation

2003-10-09 Thread Alan Hourihane
On Thu, Oct 09, 2003 at 05:30:08PM +0100, Keith Whitwell wrote: > Alan Hourihane wrote: > >I've just committed a version of the DRI's common code mm.[ch] linear > >allocator > >into the XFree86 CVS which extends the FBManager's ability to serve > >real linear space rather than pinching it from the

Re: [Dri-devel] Dynamic allocation

2003-10-09 Thread Ian Romanick
Alan Hourihane wrote: On Thu, Oct 09, 2003 at 05:30:08PM +0100, Keith Whitwell wrote: Alan Hourihane wrote: I've just committed a version of the DRI's common code mm.[ch] linear allocator into the XFree86 CVS which extends the FBManager's ability to serve real linear space rather than pinching it

[Dri-devel] [Bug 314] 3D support for Radeon IGP chips

2003-10-09 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 your comments there. http://bugs.xfree86.org/show_bug.cgi?id=314 --- Additional Comments From [EMAIL PROTECTED] 2003-09-10 15:46 --- Created an attachment

[Dri-devel] [Announce] config-0-0-1-branch merged to the trunk

2003-10-09 Thread Felix Kühling
Hi DRI developers and testers, earlier today I finally merged the config-0-0-1-branch into the trunk. This means that most environment variables stop working and customization is done through configuration files /etc/drirc (system-wide) and $HOME/.drirc (user preferences). Below you find an exampl

[Dri-devel] One driver binary for fbdev and XFree86 vs. internal interface changes

2003-10-09 Thread Ian Romanick
Over the past few months there has been a lot of talk about having a single client-side driver binary used both with and without XFree86. A number of stumbling blocks have been found to this. I've pointed out a couple times[1] that some of these same issues also block fbconfigs and pbuffers.

Re: [Dri-devel] One driver binary for fbdev and XFree86 vs. internal interface changes

2003-10-09 Thread Otto Solares
On Thu, Oct 09, 2003 at 04:06:04PM -0700, Ian Romanick wrote: > Over the past few months there has been a lot of talk about having a > single client-side driver binary used both with and without XFree86. A > number of stumbling blocks have been found to this. I've pointed out a > couple times[