http://bugs.freedesktop.org/show_bug.cgi?id=15670
--- Comment #9 from Brian Paul <[EMAIL PROTECTED]> 2008-04-23 17:32:36 PST ---
I don't have an R200 to test with but I think the problem is the
GL_EXT_multi_draw_arrays feature is not supported by the driver.
It's not listed in glxinfo and it's not supported in GL 1.3 (which is what you
have).
It should be easy to enable this extension in the driver though. Basically
duplicate the code seen in another driver, like i965:
i965/intel_context.c:#define need_GL_EXT_multi_draw_arrays
i965/intel_context.c: { "GL_EXT_multi_draw_arrays",
GL_EXT_multi_draw_arrays_functions },
If you do this, please attach the patch.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev