[Bug 10215] Radeon driver claims to support VBOs, but segfaults on glGenBuffers

2007-03-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10215 --- Comment #3 from [EMAIL PROTECTED] 2007-03-08 03:32 PST --- (In reply to comment #2) It appears that the proper call is made only when a driver claims to support gl version 1.5 or greater, and radeon claims to support 1.3.

[Bug 10215] Radeon driver claims to support VBOs, but segfaults on glGenBuffers

2007-03-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10215 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10215] Radeon driver claims to support VBOs, but segfaults on glGenBuffers

2007-03-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10215 --- Comment #5 from [EMAIL PROTECTED] 2007-03-08 05:30 PST --- (In reply to comment #4) (In reply to comment #3) Mesa 6.5.1 implementation error: User called no-op dispatch function (an unsupported extension function?) Not

[Bug 10215] Radeon driver claims to support VBOs, but segfaults on glGenBuffers

2007-03-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10215 --- Comment #7 from [EMAIL PROTECTED] 2007-03-08 09:28 PST --- Created an attachment (id=9041) -- (http://bugs.freedesktop.org/attachment.cgi?id=9041action=view) patch to enable ARB_vbo (In reply to comment #6) Looking at glxinfo.

[Bug 10215] Radeon driver claims to support VBOs, but segfaults on glGenBuffers

2007-03-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10215 --- Comment #8 from [EMAIL PROTECTED] 2007-03-08 12:11 PST --- Thank you very much. The patch worked against the debian sources, so I should be able to get my homework done (even if it does turn out to be slow). -- Configure

[Bug 10215] Radeon driver claims to support VBOs, but segfaults on glGenBuffers

2007-03-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10215 --- Comment #1 from [EMAIL PROTECTED] 2007-03-07 17:43 PST --- I don't quite see what's wrong, but this is not radeon specific. It seems glew completely fails to get the function pointers for those opengl functions (it should use

[Bug 10215] Radeon driver claims to support VBOs, but segfaults on glGenBuffers

2007-03-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10215 --- Comment #2 from [EMAIL PROTECTED] 2007-03-07 19:46 PST --- It appears that the proper call is made only when a driver claims to support gl version 1.5 or greater, and radeon claims to support 1.3. Setting glewExperimental=GL_TRUE