Re: porting i915 memory manager to radeon..

2005-07-29 Thread Keith Whitwell
Dave Airlie wrote: Hi, (mainly KeithW) I'm looking at the current i915 mem manager which shares the LRU texture area with client side textures which would be useful in my system, as I want to have the AGP texturing but also some client side textures... a) should it work? (given I don't really

Re: porting i915 memory manager to radeon..

2005-07-29 Thread Dave Airlie
a) should it work? (given I don't really care about backwards compat) b) do I still need to use glxMesaAllocateMemory and friends? It'd probably work fine, it's still a bit of a hack though. Maybe it's time to really do the work on a proper manager? I'm at a point where I can put a bit

R200 update

2005-07-29 Thread Alan Grimes
I'm still having trouble with my R200... This is a variant of Croquet 0.1, the heavy demo gallery. loads but there are some shading and texture glitches... Otherwise it's quite fast compared to my R128... http://www.citris-uc.org/hosted/projects/ith/gallery/downloads.html The Croquet mainline

Re: R300 DRI report

2005-07-29 Thread Martin Spott
Vladimir Dergachev wrote: You could also try FlightGear as far as games go. Yep, this had been proven to trigger even the obscurest bug during the emergence of the r200 driver ;-) Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are !

Re: [Dri-users] X hangs when starting glxgears on r350

2005-07-29 Thread Bellido Nicolas
On Wednesday 27 July 2005 22:15, Jerome Glisse wrote: Btw can you try if vbetool vbestate save work on your computer (do this from text console with no X running). It seems that launching fglrx then do a repost of the card (with vbetool repost) then use r300 and the lockup appear again (no

[Bug 3835] savage.ko oops if glxinfo is called

2005-07-29 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=3835 --- Additional Comments From [EMAIL PROTECTED] 2005-07-30 07:12 --- I

Re: [Dri-users] X hangs when starting glxgears on r350

2005-07-29 Thread Jerome Glisse
On 7/29/05, Bellido Nicolas [EMAIL PROTECTED] wrote: On Wednesday 27 July 2005 22:15, Jerome Glisse wrote: Btw can you try if vbetool vbestate save work on your computer (do this from text console with no X running). It seems that launching fglrx then do a repost of the card (with vbetool

[Bug 3835] savage.ko oops if glxinfo is called

2005-07-29 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=3835 --- Additional Comments From [EMAIL PROTECTED] 2005-07-30 07:21 ---

[Bug 3835] savage.ko oops if glxinfo is called

2005-07-29 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=3835 --- Additional Comments From [EMAIL PROTECTED] 2005-07-30 10:18 --- (In

Re: porting i915 memory manager to radeon..

2005-07-29 Thread Dave Airlie
I'm definitely thinking we need to take Ian's DriMemoryManagerDesign document and start thinking throught the issues.. it needs to be expanded to be able to manage all graphics memory, VRAM and AGP, including framebuffers and all that stuff, every driver using should allocate via it, no more