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.232 by root, Sun Aug 19 15:57:40 2007 UTC

2603 const_iv (GL_PERSPECTIVE_CORRECTION_HINT), 2603 const_iv (GL_PERSPECTIVE_CORRECTION_HINT),
2604 const_iv (GL_POINT_SMOOTH_HINT), 2604 const_iv (GL_POINT_SMOOTH_HINT),
2605 const_iv (GL_LINE_SMOOTH_HINT), 2605 const_iv (GL_LINE_SMOOTH_HINT),
2606 const_iv (GL_POLYGON_SMOOTH_HINT), 2606 const_iv (GL_POLYGON_SMOOTH_HINT),
2607 const_iv (GL_GENERATE_MIPMAP_HINT), 2607 const_iv (GL_GENERATE_MIPMAP_HINT),
2608 const_iv (GL_TEXTURE_COMPRESSION_HINT),
2608 const_iv (GL_FASTEST), 2609 const_iv (GL_FASTEST),
2609 const_iv (GL_DONT_CARE), 2610 const_iv (GL_DONT_CARE),
2610 const_iv (GL_NICEST), 2611 const_iv (GL_NICEST),
2611 const_iv (GL_V2F), 2612 const_iv (GL_V2F),
2612 const_iv (GL_V3F), 2613 const_iv (GL_V3F),
2619 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 2620 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
2620 2621
2621 texture_av = newAV (); 2622 texture_av = newAV ();
2622 AvREAL_off (texture_av); 2623 AvREAL_off (texture_av);
2623} 2624}
2625
2626void
2627disable_GL_EXT_blend_func_separate ()
2628 CODE:
2629 gl.BlendFuncSeparate = 0;
2630 gl.BlendFuncSeparateEXT = 0;
2624 2631
2625char * 2632char *
2626gl_vendor () 2633gl_vendor ()
2627 CODE: 2634 CODE:
2628 RETVAL = (char *)glGetString (GL_VENDOR); 2635 RETVAL = (char *)glGetString (GL_VENDOR);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines