summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/APIspec
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-09-06 03:30:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-09-06 03:30:20 +0000
commite41c57758d30c59cf5986f50c6f2326815c6ac53 (patch)
treea63e78f5524b24d32a14631cfff5b201f4881480 /src/mesa/glapi/APIspec
parent7d7ec0ea917e6abb5711b7c8dad0b17c8469482f (diff)
fixed glSampleCoverage typo
Diffstat (limited to 'src/mesa/glapi/APIspec')
-rw-r--r--src/mesa/glapi/APIspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec
index f5b113d0a7..b2978de4dc 100644
--- a/src/mesa/glapi/APIspec
+++ b/src/mesa/glapi/APIspec
@@ -1,4 +1,4 @@
-# $Id: APIspec,v 1.10 2002/09/06 03:19:36 brianp Exp $
+# $Id: APIspec,v 1.11 2002/09/06 03:30:20 brianp Exp $
# This file describes all the OpenGL functions.
# We use a number of Python scripts to parse this file and
@@ -3526,8 +3526,8 @@ return void
param m const GLdouble *
category 1.3
-name SampleCover
-alias SampleCoverageARBARB
+name SampleCoverage
+alias SampleCoverageARB
return void
param value GLclampf
param invert GLboolean