replace color table FloatTable boolean with Type enum
[mesa.git] / src / mesa / main / state.c
index 3e7554f44fad0790fc298c318c784b081c0dfa1e..b8a67d0ee38ee72cc130c7e26f603c060d4ced2b 100644 (file)
@@ -368,6 +368,7 @@ _mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize)
 #if _HAVE_FULL_GL
    exec->BlendColor = _mesa_BlendColor;
    exec->BlendEquation = _mesa_BlendEquation;
+   exec->BlendEquationSeparateEXT = _mesa_BlendEquationSeparateEXT;
    exec->ColorSubTable = _mesa_ColorSubTable;
    exec->ColorTable = _mesa_ColorTable;
    exec->ColorTableParameterfv = _mesa_ColorTableParameterfv;