summaryrefslogtreecommitdiff
path: root/src/mesa/x86/glapi_x86.S
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/x86/glapi_x86.S
parent7d7ec0ea917e6abb5711b7c8dad0b17c8469482f (diff)
fixed glSampleCoverage typo
Diffstat (limited to 'src/mesa/x86/glapi_x86.S')
-rw-r--r--src/mesa/x86/glapi_x86.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S
index 28482b3c5a..337da91598 100644
--- a/src/mesa/x86/glapi_x86.S
+++ b/src/mesa/x86/glapi_x86.S
@@ -2776,6 +2776,12 @@ GL_PREFIX(MultTransposeMatrixd):
JMP(GL_OFFSET(_gloffset_MultTransposeMatrixdARB))
ALIGNTEXT16
+GLOBL_FN(GL_PREFIX(SampleCoverage))
+GL_PREFIX(SampleCoverage):
+ MOV_L(CONTENT(GLNAME(_glapi_Dispatch)), EAX)
+ JMP(GL_OFFSET(_gloffset_SampleCoverageARB))
+
+ALIGNTEXT16
GLOBL_FN(GL_PREFIX(CompressedTexImage3D))
GL_PREFIX(CompressedTexImage3D):
MOV_L(CONTENT(GLNAME(_glapi_Dispatch)), EAX)