diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-10-17 13:34:08 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-10-17 13:34:08 +0000 |
commit | e715c910004f6de30c983628ef5fc4e3e306ebff (patch) | |
tree | e87b8df71a965a8070862d6cfbf04829ce5be30c | |
parent | e11f089f821ea90754d8cbe56278eba4cf5665f4 (diff) |
updated for new glext.h
-rw-r--r-- | src/mesa/glapi/glapi.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 88bc18a476..51078be85f 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -1,4 +1,4 @@ -/* $Id: glapi.c,v 1.57 2001/09/14 02:48:53 brianp Exp $ */ +/* $Id: glapi.c,v 1.58 2001/10/17 13:34:08 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -902,7 +902,9 @@ static struct name_address_offset static_functions[] = { { "glMultTransposeMatrixd", (GLvoid *) NAME(glMultTransposeMatrixd), _gloffset_MultTransposeMatrixdARB }, { "glMultTransposeMatrixf", (GLvoid *) NAME(glMultTransposeMatrixf), _gloffset_MultTransposeMatrixfARB }, { "glSampleCoverage", (GLvoid *) NAME(glSampleCoverage), _gloffset_SampleCoverageARB }, +#if 0 { "glSamplePass", (GLvoid *) NAME(glSamplePass), _gloffset_SamplePassARB }, +#endif #undef NAME /* ARB 1. GL_ARB_multitexture */ |