[Bug 5341] System locks up when starting X w/ DRI on a Radeon RV370 (X300)

2006-01-31 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=5341 --- Additional Comments From [EMAIL PROTECTED] 2006-02-01 18:07 --- (In r

texture memory management question

2006-01-31 Thread Michael Bautin
Hello All, I have a question about texture memory management in the r200 driver. What is a primary need for a separate memory layout version for every client? Would not it be simpler if there was only one memory heap in the sarea with a global LRU list? Then there would be no need for heap layo

[Bug 5601] ATI radeon IGP 320M with dri enabled in blender corrupts screen

2006-01-31 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=5601 [EMAIL PROTECTED] changed: What|Removed |Added --

[Bug 5341] System locks up when starting X w/ DRI on a Radeon RV370 (X300)

2006-01-31 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=5341 --- Additional Comments From [EMAIL PROTECTED] 2006-02-01 07:04 --- (In r

[Bug 5341] System locks up when starting X w/ DRI on a Radeon RV370 (X300)

2006-01-31 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=5341 --- Additional Comments From [EMAIL PROTECTED] 2006-02-01 06:09 --- (In r

[Bug 5341] System locks up when starting X w/ DRI on a Radeon RV370 (X300)

2006-01-31 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=5341 --- Additional Comments From [EMAIL PROTECTED] 2006-02-01 06:01 --- Creat

[Bug 5341] System locks up when starting X w/ DRI on a Radeon RV370 (X300)

2006-01-31 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=5341 --- Additional Comments From [EMAIL PROTECTED] 2006-02-01 05:41 --- I'm a

Re: [PATCH] new radeon memory map fixes

2006-01-31 Thread Michel Dänzer
On Fri, 2006-01-27 at 12:15 +1100, Benjamin Herrenschmidt wrote: > On Thu, 2006-01-26 at 10:43 +1100, Benjamin Herrenschmidt wrote: > > > Xorg driver patch: > > http://gate.crashing.org/~benh/radeon-memmap-7.0-2.diff Just noticed something else: this seems to only read OV0_SCALE_CNTL but not writ

Re: adding dri support

2006-01-31 Thread Alan Cox
On Maw, 2006-01-31 at 10:24 +0100, Philipp Klaus Krause wrote: > The SiS 530 is fully documented, but it's a bit outdated and AFAIK > there's no 3D driver for it yet. > AFAIK The Vodoo cards are fully documented and the driver is so bad it > could need a rewrite. The Voodoo 3 and higher need a lot

Re: adding dri support

2006-01-31 Thread khaqq
On Tue, 31 Jan 2006 12:44:24 +0800 Rogelio Serrano <[EMAIL PROTECTED]> wrote: > I have reinvented the wheel and now have standalone opengl on framebuffer by > hacking egl support into tinygl. I have also copied over code from mesa and > it looks like Ihave reinvented mesa too. Would you put this

Re: adding dri support

2006-01-31 Thread Philipp Klaus Krause
Rogelio Serrano schrieb: > I have reinvented the wheel and now have standalone opengl on > framebuffer by hacking egl support into tinygl. I have also copied over > code from mesa and it looks like Ihave reinvented mesa too. > > Which graphics card has the most open specs so i could start reinven