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 sure, but this can happen if you have non-matched libGL and dri drivers, > > there were some incompatible changes some time back. > > I think this can also happen when calling entrypoints of unsupported > extensions. > > In summary, there only seem to be bugs in glew here, closing. True, but no matter how buggy glew is I don't think it would call entry points on its own. And the test app doesn't seem to neither (though I don't know why that stuff for color index rendering is there). Actually, a closer looks shows the radeon driver does not claim to support GL_ARB_vertex_buffer_object, which would be exactly the reason you'd get those errors. Or does this really show up in glxinfo, this would be a bug. (That said, it should be dead easy to add VBO support to the driver, not optimal in terms of performance but working, same as for r200.) -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
