Michael Mazack schrieb:
r200_context.c shows the following:

if(driQueryOptionb(&rmesa->optionCache,
"arb_vertex_program"))
   _mesa_enable_extension( ctx,
"GL_ARB_vertex_program");
if(driQueryOptionb(&rmesa->optionCache,
"nv_vertex_program"))
  _mesa_enable_extension( ctx,
"GL_NV_VERTEX_PROGRAM");

Should the nvidia extension be in all caps like that?
I know that when I use glGetString(GL_EXTENSIONS) I
check for the way they are normally done. If it should
be in all caps, can someone give a logical reason for
it? Maybe the wrong patch was applied?



It was the wrong patch that was applied. I already wrote to Dave Airlie, who applied the patch about that.

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