hook-up dispatch for glActiveStencilFaceEXT()

This commit is contained in:
Brian Paul
2002-09-06 03:20:21 +00:00
parent fdaa72bc43
commit 6a1e1623fd
2 changed files with 5 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: state.c,v 1.90 2002/09/06 02:56:09 brianp Exp $ */
/* $Id: state.c,v 1.91 2002/09/06 03:20:21 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -493,9 +493,7 @@ _mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize)
exec->PointParameterivNV = _mesa_PointParameterivNV;
/* 268. GL_EXT_stencil_two_side */
#if 0
exec->ActiveStencilFaceEXT = _mesa_ActiveStencilFaceEXT;
#endif
/* ARB 1. GL_ARB_multitexture */
exec->ActiveTextureARB = _mesa_ActiveTextureARB;