diff options
author | Brian Paul <[email protected]> | 2002-09-06 03:30:20 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-09-06 03:30:20 +0000 |
commit | e41c57758d30c59cf5986f50c6f2326815c6ac53 (patch) | |
tree | a63e78f5524b24d32a14631cfff5b201f4881480 /src/mesa/x86 | |
parent | 7d7ec0ea917e6abb5711b7c8dad0b17c8469482f (diff) |
fixed glSampleCoverage typo
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/glapi_x86.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S index 28482b3c5a7..337da91598b 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) |