diff options
author | Brian Paul <[email protected]> | 2001-05-29 15:23:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-05-29 15:23:48 +0000 |
commit | 736fcbec4732830e7976fb5eb309b13e03be132c (patch) | |
tree | 746d1eb07d2e140c2a6d7964767403f131e86080 /src/mesa/glapi/glapi.c | |
parent | 5ff1c613ea25be455eda9037a4955d47669a8c79 (diff) |
infrastructure for GL_ARB_multisample
Diffstat (limited to 'src/mesa/glapi/glapi.c')
-rw-r--r-- | src/mesa/glapi/glapi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 18c9642c065..b2a10133b25 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -1,4 +1,4 @@ -/* $Id: glapi.c,v 1.53 2001/03/28 17:39:12 brianp Exp $ */ +/* $Id: glapi.c,v 1.54 2001/05/29 15:23:49 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -912,7 +912,6 @@ static struct name_address_offset static_functions[] = { #else #define NAME(X) (GLvoid *) NotImplemented #endif - { "glSamplePassARB", NAME(glSamplePassARB), _gloffset_SamplePassARB }, { "glSampleCoverageARB", NAME(glSampleCoverageARB), _gloffset_SampleCoverageARB }, #undef NAME |