ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.230 by root, Sun Aug 19 12:56:24 2007 UTC vs.
Revision 1.231 by root, Sun Aug 19 14:09:28 2007 UTC

2620 2620
2621 texture_av = newAV (); 2621 texture_av = newAV ();
2622 AvREAL_off (texture_av); 2622 AvREAL_off (texture_av);
2623} 2623}
2624 2624
2625void
2626disable_GL_EXT_blend_func_separate ()
2627 CODE:
2628 gl.BlendFuncSeparate = 0;
2629 gl.BlendFuncSeparateEXT = 0;
2630
2625char * 2631char *
2626gl_vendor () 2632gl_vendor ()
2627 CODE: 2633 CODE:
2628 RETVAL = (char *)glGetString (GL_VENDOR); 2634 RETVAL = (char *)glGetString (GL_VENDOR);
2629 OUTPUT: 2635 OUTPUT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines