I'm guessing that card_extensions in r300_context.c is wrong.  There are
a few extensions listed there that have NULL for their functions field.
For example, the entry for GL_ARB_vertex_program should clearly be
GL_ARB_vertex_program_functions instead of NULL.  If there's an
_functions structure in src/mesa/drivers/dri/common/extension_helper.h,
it needs to be referenced in the dri_extension structure array.

Yep, this was exactly the problem - thank you !

Fix is now in CVS.

                 thank you

                      Vladimir Dergachev



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to