http://bugs.freedesktop.org/show_bug.cgi?id=10523
------- Comment #7 from [EMAIL PROTECTED] 2007-04-15 00:53 PST ------- I just did some more debugging on this, and found that the extension is indeed initialized. Breakpoint 1, _mesa_enable_extension (ctx=0x51fff0, name=0x2b817e8f0fbf "GL_EXT_stencil_two_side") at main/extensions.c:459 459 set_extension(ctx, name, GL_TRUE); (gdb) Continuing. Mesa 6.5.3 implementation error: User called no-op dispatch function (an unsupported extension function?) Please report at bugzilla.freedesktop.org Program exited with code 01. But it seems that I'm still getting the no-op dispatch. I checked and even ctx->Extensions->EXT_stencil_two_side it set correctly; it's set to 1. I'm not sure why it's getting the no-op dispatch. Brian, could you offer some pointers about where to look to debug this further? -- 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 DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
