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.290 by root, Wed Nov 4 14:40:51 2009 UTC vs.
Revision 1.291 by root, Thu Nov 26 07:19:11 2009 UTC

2956 const_iv (GL_NICEST), 2956 const_iv (GL_NICEST),
2957 const_iv (GL_V2F), 2957 const_iv (GL_V2F),
2958 const_iv (GL_V3F), 2958 const_iv (GL_V3F),
2959 const_iv (GL_T2F_V3F), 2959 const_iv (GL_T2F_V3F),
2960 const_iv (GL_T2F_N3F_V3F), 2960 const_iv (GL_T2F_N3F_V3F),
2961 const_iv (GL_FUNC_ADD),
2962 const_iv (GL_FUNC_SUBTRACT),
2963 const_iv (GL_FUNC_REVERSE_SUBTRACT),
2961# undef const_iv 2964# undef const_iv
2962 }; 2965 };
2963 2966
2964 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 2967 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
2965 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 2968 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
2972disable_GL_EXT_blend_func_separate () 2975disable_GL_EXT_blend_func_separate ()
2973 CODE: 2976 CODE:
2974 gl.BlendFuncSeparate = 0; 2977 gl.BlendFuncSeparate = 0;
2975 gl.BlendFuncSeparateEXT = 0; 2978 gl.BlendFuncSeparateEXT = 0;
2976 2979
2980void
2981apple_nvidia_bug (int enable)
2982
2977char * 2983char *
2978gl_vendor () 2984gl_vendor ()
2979 CODE: 2985 CODE:
2980 RETVAL = (char *)glGetString (GL_VENDOR); 2986 RETVAL = (char *)glGetString (GL_VENDOR);
2981 OUTPUT: 2987 OUTPUT:
3029void glBlendFunc (int sfactor, int dfactor) 3035void glBlendFunc (int sfactor, int dfactor)
3030 3036
3031void glBlendFuncSeparate (int sa, int da, int saa, int daa) 3037void glBlendFuncSeparate (int sa, int da, int saa, int daa)
3032 CODE: 3038 CODE:
3033 gl_BlendFuncSeparate (sa, da, saa, daa); 3039 gl_BlendFuncSeparate (sa, da, saa, daa);
3040
3041void glBlendEquation (int se)
3034 3042
3035void glDepthMask (int flag) 3043void glDepthMask (int flag)
3036 3044
3037void glLogicOp (int opcode) 3045void glLogicOp (int opcode)
3038 3046

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines