I'm trying to add support for GL_EXT_multi_draw_arrays to the
r200 driver. I added it to the extensions list and did some testing.
There are some problems when using the extenions while creating
as display list.

gdb says _mesa_MultiDrawElementsEXT calls _tnl_DrawElements,
which it shouldn't do when compiling a display list.

The problem does not happen with software Mesa, so I looked at the
r200 driver source. The only thing that seemed to be connected with
DrawElements is an assignment in r200_vtxfmt.c:
vfmt->DrawElements = r200_fallback_DrawElements;
it seems like that r200_fallback_DrawElements is a name somehow
generated by the preprocessor since it doesn't show up anywhere else.
But I'm not sure that stuff in r200_vtxfmt.c is connected to my problem.

Any ideas about where in the r200 driver I should look to find the cause of the problem?


Philipp


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to