hook-up dispatch for glActiveStencilFaceEXT()
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user