--- deliantra/Deliantra-Client/Client.xs 2009/11/04 14:40:51 1.290 +++ deliantra/Deliantra-Client/Client.xs 2009/11/26 07:19:11 1.291 @@ -2958,6 +2958,9 @@ const_iv (GL_V3F), const_iv (GL_T2F_V3F), const_iv (GL_T2F_N3F_V3F), + const_iv (GL_FUNC_ADD), + const_iv (GL_FUNC_SUBTRACT), + const_iv (GL_FUNC_REVERSE_SUBTRACT), # undef const_iv }; @@ -2974,6 +2977,9 @@ gl.BlendFuncSeparate = 0; gl.BlendFuncSeparateEXT = 0; +void +apple_nvidia_bug (int enable) + char * gl_vendor () CODE: @@ -3032,6 +3038,8 @@ CODE: gl_BlendFuncSeparate (sa, da, saa, daa); +void glBlendEquation (int se) + void glDepthMask (int flag) void glLogicOp (int opcode)