http://bugs.freedesktop.org/show_bug.cgi?id=12502
------- Comment #9 from [EMAIL PROTECTED] 2007-09-23 12:53 PST ------- I don't see any indications of a bug in Mesa so far. The parameters and indexBytes look OK. I guess one experiment to try would be to force disabling of GL_ARB_vertex_buffer. You can do that by going into src/mesa/main/extensions.c and changing "GL_ARB_vertex_buffer" in some trivial way, like inserting "foo" in the middle. If the app is checking the GL_EXTENSIONS string (like it should) it won't use VBOs. -- 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. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
