[Bug 9042] r300 - unsupported vertex format in vertex Array

2006-11-18 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=9042 --- Additional Comments From [EMAIL PROTECTED] 2006-11-18 03:14 --- r300

[Bug 8250] Warcraft player avatars not rendered correctly when GL_ARB_vertex_program enabled.

2006-11-18 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=8250 --- Additional Comments From [EMAIL PROTECTED] 2006-11-18 04:55 --- (In r

[r300] VBO broken by changes in mesa

2006-11-18 Thread Rune Petersen
Hi, A patch for making sure VBO's are mapped breaks r300: http://marc.theaimsgroup.com/?l=mesa3d-cvs&m=116364446305536&w=2 It would appear we "just" need to add _ae_(un)map_vbos() the right places in radeon_vtxfmt_a.c. Rune Petersen

[Bug 9011] r300_dri and new Mesa give libGL error: XF86DRIQueryDirectRenderingCapable returned false

2006-11-18 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=9011 --- Additional Comments From [EMAIL PROTECTED] 2006-11-18 08:40 --- I hop

[Bug 9074] New: X locks with black screen on startup with ATI RV370 5B64 [FireGL V3100 (PCIE)]

2006-11-18 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=9074 Summary: X locks with black screen on startup with ATI RV370 5B64

[Bug 4607] Crashes after resume with Savage DRI

2006-11-18 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=4607 --- Additional Comments From [EMAIL PROTECTED] 2006-11-18 12:39 --- It seems like I can avoid the crashes with Option "BusType" "PCI" alone. Using Option "DmaMode" "None" alone helps for glxgears, but crashes with other 3D screensavers.

Re: [r300] VBO broken by changes in mesa

2006-11-18 Thread Keith Whitwell
Rune Petersen wrote: > Hi, > > A patch for making sure VBO's are mapped breaks r300: > > http://marc.theaimsgroup.com/?l=mesa3d-cvs&m=116364446305536&w=2 > > It would appear we "just" need to add _ae_(un)map_vbos() the right > places in radeon_vtxfmt_a.c. Rune, my expectation was that the chang

[Bug 8758] savage driver bug: Support for non power of two textures missing

2006-11-18 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=8758 --- Additional Comments From [EMAIL PROTECTED] 2006-11-18 13:37 --- I fil

Re: [r300] VBO broken by changes in mesa

2006-11-18 Thread Rune Petersen
Keith Whitwell wrote: > Rune Petersen wrote: >> Hi, >> >> A patch for making sure VBO's are mapped breaks r300: >> >> http://marc.theaimsgroup.com/?l=mesa3d-cvs&m=116364446305536&w=2 >> >> It would appear we "just" need to add _ae_(un)map_vbos() the right >> places in radeon_vtxfmt_a.c. > > Rune,