diff options
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) |