From b5fd886ee12ef52126969f712dee0bd4b2eea706 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 18 Nov 2001 22:48:11 +0000 Subject: API dispath updates --- src/mesa/sparc/glapi_sparc.S | 4388 +++++++++++++++++++++++++++--------------- 1 file changed, 2887 insertions(+), 1501 deletions(-) (limited to 'src/mesa/sparc/glapi_sparc.S') diff --git a/src/mesa/sparc/glapi_sparc.S b/src/mesa/sparc/glapi_sparc.S index dde3700734..c4ca052ac5 100644 --- a/src/mesa/sparc/glapi_sparc.S +++ b/src/mesa/sparc/glapi_sparc.S @@ -2,7 +2,7 @@ #include "glapioffsets.h" #define GL_PREFIX(n) gl##n -#define GLOBL_FN(x) .globl x ; .type x,#function +#define GLOBL_FN(x) .globl x /* The _glapi_Dispatch symbol addresses get relocated into the * sethi/or instruction sequences below at library init time. @@ -15,7 +15,7 @@ __glapi_sparc_icache_flush: /* %o0 = insn_addr */ flush %o0 retl - nop + nop .data .align 64 @@ -25,6 +25,7 @@ __glapi_sparc_icache_flush: /* %o0 = insn_addr */ _mesa_sparc_glapi_begin: GLOBL_FN(GL_PREFIX(NewList)) +.type NewList,#function GL_PREFIX(NewList): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -42,8 +43,10 @@ GL_PREFIX(NewList): ld [%g1 + (4 * _gloffset_NewList)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EndList)) +.type EndList,#function GL_PREFIX(EndList): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -61,8 +64,10 @@ GL_PREFIX(EndList): ld [%g1 + (4 * _gloffset_EndList)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CallList)) +.type CallList,#function GL_PREFIX(CallList): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -80,8 +85,10 @@ GL_PREFIX(CallList): ld [%g1 + (4 * _gloffset_CallList)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CallLists)) +.type CallLists,#function GL_PREFIX(CallLists): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -99,8 +106,10 @@ GL_PREFIX(CallLists): ld [%g1 + (4 * _gloffset_CallLists)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DeleteLists)) +.type DeleteLists,#function GL_PREFIX(DeleteLists): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -118,8 +127,10 @@ GL_PREFIX(DeleteLists): ld [%g1 + (4 * _gloffset_DeleteLists)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GenLists)) +.type GenLists,#function GL_PREFIX(GenLists): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -137,8 +148,10 @@ GL_PREFIX(GenLists): ld [%g1 + (4 * _gloffset_GenLists)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ListBase)) +.type ListBase,#function GL_PREFIX(ListBase): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -156,8 +169,10 @@ GL_PREFIX(ListBase): ld [%g1 + (4 * _gloffset_ListBase)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Begin)) +.type Begin,#function GL_PREFIX(Begin): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -175,8 +190,10 @@ GL_PREFIX(Begin): ld [%g1 + (4 * _gloffset_Begin)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Bitmap)) +.type Bitmap,#function GL_PREFIX(Bitmap): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -194,8 +211,10 @@ GL_PREFIX(Bitmap): ld [%g1 + (4 * _gloffset_Bitmap)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3b)) +.type Color3b,#function GL_PREFIX(Color3b): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -213,8 +232,10 @@ GL_PREFIX(Color3b): ld [%g1 + (4 * _gloffset_Color3b)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3bv)) +.type Color3bv,#function GL_PREFIX(Color3bv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -232,8 +253,10 @@ GL_PREFIX(Color3bv): ld [%g1 + (4 * _gloffset_Color3bv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3d)) +.type Color3d,#function GL_PREFIX(Color3d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -251,8 +274,10 @@ GL_PREFIX(Color3d): ld [%g1 + (4 * _gloffset_Color3d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3dv)) +.type Color3dv,#function GL_PREFIX(Color3dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -270,8 +295,10 @@ GL_PREFIX(Color3dv): ld [%g1 + (4 * _gloffset_Color3dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3f)) +.type Color3f,#function GL_PREFIX(Color3f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -289,8 +316,10 @@ GL_PREFIX(Color3f): ld [%g1 + (4 * _gloffset_Color3f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3fv)) +.type Color3fv,#function GL_PREFIX(Color3fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -308,8 +337,10 @@ GL_PREFIX(Color3fv): ld [%g1 + (4 * _gloffset_Color3fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3i)) +.type Color3i,#function GL_PREFIX(Color3i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -327,8 +358,10 @@ GL_PREFIX(Color3i): ld [%g1 + (4 * _gloffset_Color3i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3iv)) +.type Color3iv,#function GL_PREFIX(Color3iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -346,8 +379,10 @@ GL_PREFIX(Color3iv): ld [%g1 + (4 * _gloffset_Color3iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3s)) +.type Color3s,#function GL_PREFIX(Color3s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -365,8 +400,10 @@ GL_PREFIX(Color3s): ld [%g1 + (4 * _gloffset_Color3s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3sv)) +.type Color3sv,#function GL_PREFIX(Color3sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -384,8 +421,10 @@ GL_PREFIX(Color3sv): ld [%g1 + (4 * _gloffset_Color3sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3ub)) +.type Color3ub,#function GL_PREFIX(Color3ub): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -403,8 +442,10 @@ GL_PREFIX(Color3ub): ld [%g1 + (4 * _gloffset_Color3ub)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3ubv)) +.type Color3ubv,#function GL_PREFIX(Color3ubv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -422,8 +463,10 @@ GL_PREFIX(Color3ubv): ld [%g1 + (4 * _gloffset_Color3ubv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3ui)) +.type Color3ui,#function GL_PREFIX(Color3ui): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -441,8 +484,10 @@ GL_PREFIX(Color3ui): ld [%g1 + (4 * _gloffset_Color3ui)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3uiv)) +.type Color3uiv,#function GL_PREFIX(Color3uiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -460,8 +505,10 @@ GL_PREFIX(Color3uiv): ld [%g1 + (4 * _gloffset_Color3uiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3us)) +.type Color3us,#function GL_PREFIX(Color3us): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -479,8 +526,10 @@ GL_PREFIX(Color3us): ld [%g1 + (4 * _gloffset_Color3us)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color3usv)) +.type Color3usv,#function GL_PREFIX(Color3usv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -498,8 +547,10 @@ GL_PREFIX(Color3usv): ld [%g1 + (4 * _gloffset_Color3usv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4b)) +.type Color4b,#function GL_PREFIX(Color4b): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -517,8 +568,10 @@ GL_PREFIX(Color4b): ld [%g1 + (4 * _gloffset_Color4b)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4bv)) +.type Color4bv,#function GL_PREFIX(Color4bv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -536,8 +589,10 @@ GL_PREFIX(Color4bv): ld [%g1 + (4 * _gloffset_Color4bv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4d)) +.type Color4d,#function GL_PREFIX(Color4d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -555,8 +610,10 @@ GL_PREFIX(Color4d): ld [%g1 + (4 * _gloffset_Color4d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4dv)) +.type Color4dv,#function GL_PREFIX(Color4dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -574,8 +631,10 @@ GL_PREFIX(Color4dv): ld [%g1 + (4 * _gloffset_Color4dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4f)) +.type Color4f,#function GL_PREFIX(Color4f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -593,8 +652,10 @@ GL_PREFIX(Color4f): ld [%g1 + (4 * _gloffset_Color4f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4fv)) +.type Color4fv,#function GL_PREFIX(Color4fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -612,8 +673,10 @@ GL_PREFIX(Color4fv): ld [%g1 + (4 * _gloffset_Color4fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4i)) +.type Color4i,#function GL_PREFIX(Color4i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -631,8 +694,10 @@ GL_PREFIX(Color4i): ld [%g1 + (4 * _gloffset_Color4i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4iv)) +.type Color4iv,#function GL_PREFIX(Color4iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -650,8 +715,10 @@ GL_PREFIX(Color4iv): ld [%g1 + (4 * _gloffset_Color4iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4s)) +.type Color4s,#function GL_PREFIX(Color4s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -669,8 +736,10 @@ GL_PREFIX(Color4s): ld [%g1 + (4 * _gloffset_Color4s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4sv)) +.type Color4sv,#function GL_PREFIX(Color4sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -688,8 +757,10 @@ GL_PREFIX(Color4sv): ld [%g1 + (4 * _gloffset_Color4sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4ub)) +.type Color4ub,#function GL_PREFIX(Color4ub): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -707,8 +778,10 @@ GL_PREFIX(Color4ub): ld [%g1 + (4 * _gloffset_Color4ub)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4ubv)) +.type Color4ubv,#function GL_PREFIX(Color4ubv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -726,8 +799,10 @@ GL_PREFIX(Color4ubv): ld [%g1 + (4 * _gloffset_Color4ubv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4ui)) +.type Color4ui,#function GL_PREFIX(Color4ui): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -745,8 +820,10 @@ GL_PREFIX(Color4ui): ld [%g1 + (4 * _gloffset_Color4ui)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4uiv)) +.type Color4uiv,#function GL_PREFIX(Color4uiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -764,8 +841,10 @@ GL_PREFIX(Color4uiv): ld [%g1 + (4 * _gloffset_Color4uiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4us)) +.type Color4us,#function GL_PREFIX(Color4us): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -783,8 +862,10 @@ GL_PREFIX(Color4us): ld [%g1 + (4 * _gloffset_Color4us)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Color4usv)) +.type Color4usv,#function GL_PREFIX(Color4usv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -802,8 +883,10 @@ GL_PREFIX(Color4usv): ld [%g1 + (4 * _gloffset_Color4usv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EdgeFlag)) +.type EdgeFlag,#function GL_PREFIX(EdgeFlag): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -821,8 +904,10 @@ GL_PREFIX(EdgeFlag): ld [%g1 + (4 * _gloffset_EdgeFlag)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EdgeFlagv)) +.type EdgeFlagv,#function GL_PREFIX(EdgeFlagv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -840,8 +925,10 @@ GL_PREFIX(EdgeFlagv): ld [%g1 + (4 * _gloffset_EdgeFlagv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(End)) +.type End,#function GL_PREFIX(End): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -859,8 +946,10 @@ GL_PREFIX(End): ld [%g1 + (4 * _gloffset_End)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexd)) +.type Indexd,#function GL_PREFIX(Indexd): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -878,8 +967,10 @@ GL_PREFIX(Indexd): ld [%g1 + (4 * _gloffset_Indexd)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexdv)) +.type Indexdv,#function GL_PREFIX(Indexdv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -897,8 +988,10 @@ GL_PREFIX(Indexdv): ld [%g1 + (4 * _gloffset_Indexdv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexf)) +.type Indexf,#function GL_PREFIX(Indexf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -916,8 +1009,10 @@ GL_PREFIX(Indexf): ld [%g1 + (4 * _gloffset_Indexf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexfv)) +.type Indexfv,#function GL_PREFIX(Indexfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -935,8 +1030,10 @@ GL_PREFIX(Indexfv): ld [%g1 + (4 * _gloffset_Indexfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexi)) +.type Indexi,#function GL_PREFIX(Indexi): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -954,8 +1051,10 @@ GL_PREFIX(Indexi): ld [%g1 + (4 * _gloffset_Indexi)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexiv)) +.type Indexiv,#function GL_PREFIX(Indexiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -973,8 +1072,10 @@ GL_PREFIX(Indexiv): ld [%g1 + (4 * _gloffset_Indexiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexs)) +.type Indexs,#function GL_PREFIX(Indexs): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -992,8 +1093,10 @@ GL_PREFIX(Indexs): ld [%g1 + (4 * _gloffset_Indexs)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexsv)) +.type Indexsv,#function GL_PREFIX(Indexsv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1011,8 +1114,10 @@ GL_PREFIX(Indexsv): ld [%g1 + (4 * _gloffset_Indexsv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3b)) +.type Normal3b,#function GL_PREFIX(Normal3b): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1030,8 +1135,10 @@ GL_PREFIX(Normal3b): ld [%g1 + (4 * _gloffset_Normal3b)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3bv)) +.type Normal3bv,#function GL_PREFIX(Normal3bv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1049,8 +1156,10 @@ GL_PREFIX(Normal3bv): ld [%g1 + (4 * _gloffset_Normal3bv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3d)) +.type Normal3d,#function GL_PREFIX(Normal3d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1068,8 +1177,10 @@ GL_PREFIX(Normal3d): ld [%g1 + (4 * _gloffset_Normal3d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3dv)) +.type Normal3dv,#function GL_PREFIX(Normal3dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1087,8 +1198,10 @@ GL_PREFIX(Normal3dv): ld [%g1 + (4 * _gloffset_Normal3dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3f)) +.type Normal3f,#function GL_PREFIX(Normal3f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1106,8 +1219,10 @@ GL_PREFIX(Normal3f): ld [%g1 + (4 * _gloffset_Normal3f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3fv)) +.type Normal3fv,#function GL_PREFIX(Normal3fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1125,8 +1240,10 @@ GL_PREFIX(Normal3fv): ld [%g1 + (4 * _gloffset_Normal3fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3i)) +.type Normal3i,#function GL_PREFIX(Normal3i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1144,8 +1261,10 @@ GL_PREFIX(Normal3i): ld [%g1 + (4 * _gloffset_Normal3i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3iv)) +.type Normal3iv,#function GL_PREFIX(Normal3iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1163,8 +1282,10 @@ GL_PREFIX(Normal3iv): ld [%g1 + (4 * _gloffset_Normal3iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3s)) +.type Normal3s,#function GL_PREFIX(Normal3s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1182,8 +1303,10 @@ GL_PREFIX(Normal3s): ld [%g1 + (4 * _gloffset_Normal3s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Normal3sv)) +.type Normal3sv,#function GL_PREFIX(Normal3sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1201,8 +1324,10 @@ GL_PREFIX(Normal3sv): ld [%g1 + (4 * _gloffset_Normal3sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos2d)) +.type RasterPos2d,#function GL_PREFIX(RasterPos2d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1220,8 +1345,10 @@ GL_PREFIX(RasterPos2d): ld [%g1 + (4 * _gloffset_RasterPos2d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos2dv)) +.type RasterPos2dv,#function GL_PREFIX(RasterPos2dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1239,8 +1366,10 @@ GL_PREFIX(RasterPos2dv): ld [%g1 + (4 * _gloffset_RasterPos2dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos2f)) +.type RasterPos2f,#function GL_PREFIX(RasterPos2f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1258,8 +1387,10 @@ GL_PREFIX(RasterPos2f): ld [%g1 + (4 * _gloffset_RasterPos2f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos2fv)) +.type RasterPos2fv,#function GL_PREFIX(RasterPos2fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1277,8 +1408,10 @@ GL_PREFIX(RasterPos2fv): ld [%g1 + (4 * _gloffset_RasterPos2fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos2i)) +.type RasterPos2i,#function GL_PREFIX(RasterPos2i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1296,8 +1429,10 @@ GL_PREFIX(RasterPos2i): ld [%g1 + (4 * _gloffset_RasterPos2i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos2iv)) +.type RasterPos2iv,#function GL_PREFIX(RasterPos2iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1315,8 +1450,10 @@ GL_PREFIX(RasterPos2iv): ld [%g1 + (4 * _gloffset_RasterPos2iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos2s)) +.type RasterPos2s,#function GL_PREFIX(RasterPos2s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1334,8 +1471,10 @@ GL_PREFIX(RasterPos2s): ld [%g1 + (4 * _gloffset_RasterPos2s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos2sv)) +.type RasterPos2sv,#function GL_PREFIX(RasterPos2sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1353,8 +1492,10 @@ GL_PREFIX(RasterPos2sv): ld [%g1 + (4 * _gloffset_RasterPos2sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos3d)) +.type RasterPos3d,#function GL_PREFIX(RasterPos3d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1372,8 +1513,10 @@ GL_PREFIX(RasterPos3d): ld [%g1 + (4 * _gloffset_RasterPos3d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos3dv)) +.type RasterPos3dv,#function GL_PREFIX(RasterPos3dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1391,8 +1534,10 @@ GL_PREFIX(RasterPos3dv): ld [%g1 + (4 * _gloffset_RasterPos3dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos3f)) +.type RasterPos3f,#function GL_PREFIX(RasterPos3f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1410,8 +1555,10 @@ GL_PREFIX(RasterPos3f): ld [%g1 + (4 * _gloffset_RasterPos3f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos3fv)) +.type RasterPos3fv,#function GL_PREFIX(RasterPos3fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1429,8 +1576,10 @@ GL_PREFIX(RasterPos3fv): ld [%g1 + (4 * _gloffset_RasterPos3fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos3i)) +.type RasterPos3i,#function GL_PREFIX(RasterPos3i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1448,8 +1597,10 @@ GL_PREFIX(RasterPos3i): ld [%g1 + (4 * _gloffset_RasterPos3i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos3iv)) +.type RasterPos3iv,#function GL_PREFIX(RasterPos3iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1467,8 +1618,10 @@ GL_PREFIX(RasterPos3iv): ld [%g1 + (4 * _gloffset_RasterPos3iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos3s)) +.type RasterPos3s,#function GL_PREFIX(RasterPos3s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1486,8 +1639,10 @@ GL_PREFIX(RasterPos3s): ld [%g1 + (4 * _gloffset_RasterPos3s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos3sv)) +.type RasterPos3sv,#function GL_PREFIX(RasterPos3sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1505,8 +1660,10 @@ GL_PREFIX(RasterPos3sv): ld [%g1 + (4 * _gloffset_RasterPos3sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos4d)) +.type RasterPos4d,#function GL_PREFIX(RasterPos4d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1524,8 +1681,10 @@ GL_PREFIX(RasterPos4d): ld [%g1 + (4 * _gloffset_RasterPos4d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos4dv)) +.type RasterPos4dv,#function GL_PREFIX(RasterPos4dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1543,8 +1702,10 @@ GL_PREFIX(RasterPos4dv): ld [%g1 + (4 * _gloffset_RasterPos4dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos4f)) +.type RasterPos4f,#function GL_PREFIX(RasterPos4f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1562,8 +1723,10 @@ GL_PREFIX(RasterPos4f): ld [%g1 + (4 * _gloffset_RasterPos4f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos4fv)) +.type RasterPos4fv,#function GL_PREFIX(RasterPos4fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1581,8 +1744,10 @@ GL_PREFIX(RasterPos4fv): ld [%g1 + (4 * _gloffset_RasterPos4fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos4i)) +.type RasterPos4i,#function GL_PREFIX(RasterPos4i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1600,8 +1765,10 @@ GL_PREFIX(RasterPos4i): ld [%g1 + (4 * _gloffset_RasterPos4i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos4iv)) +.type RasterPos4iv,#function GL_PREFIX(RasterPos4iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1619,8 +1786,10 @@ GL_PREFIX(RasterPos4iv): ld [%g1 + (4 * _gloffset_RasterPos4iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos4s)) +.type RasterPos4s,#function GL_PREFIX(RasterPos4s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1638,8 +1807,10 @@ GL_PREFIX(RasterPos4s): ld [%g1 + (4 * _gloffset_RasterPos4s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RasterPos4sv)) +.type RasterPos4sv,#function GL_PREFIX(RasterPos4sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1657,8 +1828,10 @@ GL_PREFIX(RasterPos4sv): ld [%g1 + (4 * _gloffset_RasterPos4sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Rectd)) +.type Rectd,#function GL_PREFIX(Rectd): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1676,8 +1849,10 @@ GL_PREFIX(Rectd): ld [%g1 + (4 * _gloffset_Rectd)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Rectdv)) +.type Rectdv,#function GL_PREFIX(Rectdv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1695,8 +1870,10 @@ GL_PREFIX(Rectdv): ld [%g1 + (4 * _gloffset_Rectdv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Rectf)) +.type Rectf,#function GL_PREFIX(Rectf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1714,8 +1891,10 @@ GL_PREFIX(Rectf): ld [%g1 + (4 * _gloffset_Rectf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Rectfv)) +.type Rectfv,#function GL_PREFIX(Rectfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1733,8 +1912,10 @@ GL_PREFIX(Rectfv): ld [%g1 + (4 * _gloffset_Rectfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Recti)) +.type Recti,#function GL_PREFIX(Recti): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1752,8 +1933,10 @@ GL_PREFIX(Recti): ld [%g1 + (4 * _gloffset_Recti)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Rectiv)) +.type Rectiv,#function GL_PREFIX(Rectiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1771,8 +1954,10 @@ GL_PREFIX(Rectiv): ld [%g1 + (4 * _gloffset_Rectiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Rects)) +.type Rects,#function GL_PREFIX(Rects): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1790,8 +1975,10 @@ GL_PREFIX(Rects): ld [%g1 + (4 * _gloffset_Rects)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Rectsv)) +.type Rectsv,#function GL_PREFIX(Rectsv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1809,8 +1996,10 @@ GL_PREFIX(Rectsv): ld [%g1 + (4 * _gloffset_Rectsv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord1d)) +.type TexCoord1d,#function GL_PREFIX(TexCoord1d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1828,8 +2017,10 @@ GL_PREFIX(TexCoord1d): ld [%g1 + (4 * _gloffset_TexCoord1d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord1dv)) +.type TexCoord1dv,#function GL_PREFIX(TexCoord1dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1847,8 +2038,10 @@ GL_PREFIX(TexCoord1dv): ld [%g1 + (4 * _gloffset_TexCoord1dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord1f)) +.type TexCoord1f,#function GL_PREFIX(TexCoord1f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1866,8 +2059,10 @@ GL_PREFIX(TexCoord1f): ld [%g1 + (4 * _gloffset_TexCoord1f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord1fv)) +.type TexCoord1fv,#function GL_PREFIX(TexCoord1fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1885,8 +2080,10 @@ GL_PREFIX(TexCoord1fv): ld [%g1 + (4 * _gloffset_TexCoord1fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord1i)) +.type TexCoord1i,#function GL_PREFIX(TexCoord1i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1904,8 +2101,10 @@ GL_PREFIX(TexCoord1i): ld [%g1 + (4 * _gloffset_TexCoord1i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord1iv)) +.type TexCoord1iv,#function GL_PREFIX(TexCoord1iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1923,8 +2122,10 @@ GL_PREFIX(TexCoord1iv): ld [%g1 + (4 * _gloffset_TexCoord1iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord1s)) +.type TexCoord1s,#function GL_PREFIX(TexCoord1s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1942,8 +2143,10 @@ GL_PREFIX(TexCoord1s): ld [%g1 + (4 * _gloffset_TexCoord1s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord1sv)) +.type TexCoord1sv,#function GL_PREFIX(TexCoord1sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1961,8 +2164,10 @@ GL_PREFIX(TexCoord1sv): ld [%g1 + (4 * _gloffset_TexCoord1sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord2d)) +.type TexCoord2d,#function GL_PREFIX(TexCoord2d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1980,8 +2185,10 @@ GL_PREFIX(TexCoord2d): ld [%g1 + (4 * _gloffset_TexCoord2d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord2dv)) +.type TexCoord2dv,#function GL_PREFIX(TexCoord2dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -1999,8 +2206,10 @@ GL_PREFIX(TexCoord2dv): ld [%g1 + (4 * _gloffset_TexCoord2dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord2f)) +.type TexCoord2f,#function GL_PREFIX(TexCoord2f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2018,8 +2227,10 @@ GL_PREFIX(TexCoord2f): ld [%g1 + (4 * _gloffset_TexCoord2f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord2fv)) +.type TexCoord2fv,#function GL_PREFIX(TexCoord2fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2037,8 +2248,10 @@ GL_PREFIX(TexCoord2fv): ld [%g1 + (4 * _gloffset_TexCoord2fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord2i)) +.type TexCoord2i,#function GL_PREFIX(TexCoord2i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2056,8 +2269,10 @@ GL_PREFIX(TexCoord2i): ld [%g1 + (4 * _gloffset_TexCoord2i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord2iv)) +.type TexCoord2iv,#function GL_PREFIX(TexCoord2iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2075,8 +2290,10 @@ GL_PREFIX(TexCoord2iv): ld [%g1 + (4 * _gloffset_TexCoord2iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord2s)) +.type TexCoord2s,#function GL_PREFIX(TexCoord2s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2094,8 +2311,10 @@ GL_PREFIX(TexCoord2s): ld [%g1 + (4 * _gloffset_TexCoord2s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord2sv)) +.type TexCoord2sv,#function GL_PREFIX(TexCoord2sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2113,8 +2332,10 @@ GL_PREFIX(TexCoord2sv): ld [%g1 + (4 * _gloffset_TexCoord2sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord3d)) +.type TexCoord3d,#function GL_PREFIX(TexCoord3d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2132,8 +2353,10 @@ GL_PREFIX(TexCoord3d): ld [%g1 + (4 * _gloffset_TexCoord3d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord3dv)) +.type TexCoord3dv,#function GL_PREFIX(TexCoord3dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2151,8 +2374,10 @@ GL_PREFIX(TexCoord3dv): ld [%g1 + (4 * _gloffset_TexCoord3dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord3f)) +.type TexCoord3f,#function GL_PREFIX(TexCoord3f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2170,8 +2395,10 @@ GL_PREFIX(TexCoord3f): ld [%g1 + (4 * _gloffset_TexCoord3f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord3fv)) +.type TexCoord3fv,#function GL_PREFIX(TexCoord3fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2189,8 +2416,10 @@ GL_PREFIX(TexCoord3fv): ld [%g1 + (4 * _gloffset_TexCoord3fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord3i)) +.type TexCoord3i,#function GL_PREFIX(TexCoord3i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2208,8 +2437,10 @@ GL_PREFIX(TexCoord3i): ld [%g1 + (4 * _gloffset_TexCoord3i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord3iv)) +.type TexCoord3iv,#function GL_PREFIX(TexCoord3iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2227,8 +2458,10 @@ GL_PREFIX(TexCoord3iv): ld [%g1 + (4 * _gloffset_TexCoord3iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord3s)) +.type TexCoord3s,#function GL_PREFIX(TexCoord3s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2246,8 +2479,10 @@ GL_PREFIX(TexCoord3s): ld [%g1 + (4 * _gloffset_TexCoord3s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord3sv)) +.type TexCoord3sv,#function GL_PREFIX(TexCoord3sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2265,8 +2500,10 @@ GL_PREFIX(TexCoord3sv): ld [%g1 + (4 * _gloffset_TexCoord3sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord4d)) +.type TexCoord4d,#function GL_PREFIX(TexCoord4d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2284,8 +2521,10 @@ GL_PREFIX(TexCoord4d): ld [%g1 + (4 * _gloffset_TexCoord4d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord4dv)) +.type TexCoord4dv,#function GL_PREFIX(TexCoord4dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2303,8 +2542,10 @@ GL_PREFIX(TexCoord4dv): ld [%g1 + (4 * _gloffset_TexCoord4dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord4f)) +.type TexCoord4f,#function GL_PREFIX(TexCoord4f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2322,8 +2563,10 @@ GL_PREFIX(TexCoord4f): ld [%g1 + (4 * _gloffset_TexCoord4f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord4fv)) +.type TexCoord4fv,#function GL_PREFIX(TexCoord4fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2341,8 +2584,10 @@ GL_PREFIX(TexCoord4fv): ld [%g1 + (4 * _gloffset_TexCoord4fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord4i)) +.type TexCoord4i,#function GL_PREFIX(TexCoord4i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2360,8 +2605,10 @@ GL_PREFIX(TexCoord4i): ld [%g1 + (4 * _gloffset_TexCoord4i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord4iv)) +.type TexCoord4iv,#function GL_PREFIX(TexCoord4iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2379,8 +2626,10 @@ GL_PREFIX(TexCoord4iv): ld [%g1 + (4 * _gloffset_TexCoord4iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord4s)) +.type TexCoord4s,#function GL_PREFIX(TexCoord4s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2398,8 +2647,10 @@ GL_PREFIX(TexCoord4s): ld [%g1 + (4 * _gloffset_TexCoord4s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoord4sv)) +.type TexCoord4sv,#function GL_PREFIX(TexCoord4sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2417,8 +2668,10 @@ GL_PREFIX(TexCoord4sv): ld [%g1 + (4 * _gloffset_TexCoord4sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex2d)) +.type Vertex2d,#function GL_PREFIX(Vertex2d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2436,8 +2689,10 @@ GL_PREFIX(Vertex2d): ld [%g1 + (4 * _gloffset_Vertex2d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex2dv)) +.type Vertex2dv,#function GL_PREFIX(Vertex2dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2455,8 +2710,10 @@ GL_PREFIX(Vertex2dv): ld [%g1 + (4 * _gloffset_Vertex2dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex2f)) +.type Vertex2f,#function GL_PREFIX(Vertex2f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2474,8 +2731,10 @@ GL_PREFIX(Vertex2f): ld [%g1 + (4 * _gloffset_Vertex2f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex2fv)) +.type Vertex2fv,#function GL_PREFIX(Vertex2fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2493,8 +2752,10 @@ GL_PREFIX(Vertex2fv): ld [%g1 + (4 * _gloffset_Vertex2fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex2i)) +.type Vertex2i,#function GL_PREFIX(Vertex2i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2512,8 +2773,10 @@ GL_PREFIX(Vertex2i): ld [%g1 + (4 * _gloffset_Vertex2i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex2iv)) +.type Vertex2iv,#function GL_PREFIX(Vertex2iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2531,8 +2794,10 @@ GL_PREFIX(Vertex2iv): ld [%g1 + (4 * _gloffset_Vertex2iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex2s)) +.type Vertex2s,#function GL_PREFIX(Vertex2s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2550,8 +2815,10 @@ GL_PREFIX(Vertex2s): ld [%g1 + (4 * _gloffset_Vertex2s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex2sv)) +.type Vertex2sv,#function GL_PREFIX(Vertex2sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2569,8 +2836,10 @@ GL_PREFIX(Vertex2sv): ld [%g1 + (4 * _gloffset_Vertex2sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex3d)) +.type Vertex3d,#function GL_PREFIX(Vertex3d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2588,8 +2857,10 @@ GL_PREFIX(Vertex3d): ld [%g1 + (4 * _gloffset_Vertex3d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex3dv)) +.type Vertex3dv,#function GL_PREFIX(Vertex3dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2607,8 +2878,10 @@ GL_PREFIX(Vertex3dv): ld [%g1 + (4 * _gloffset_Vertex3dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex3f)) +.type Vertex3f,#function GL_PREFIX(Vertex3f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2626,8 +2899,10 @@ GL_PREFIX(Vertex3f): ld [%g1 + (4 * _gloffset_Vertex3f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex3fv)) +.type Vertex3fv,#function GL_PREFIX(Vertex3fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2645,8 +2920,10 @@ GL_PREFIX(Vertex3fv): ld [%g1 + (4 * _gloffset_Vertex3fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex3i)) +.type Vertex3i,#function GL_PREFIX(Vertex3i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2664,8 +2941,10 @@ GL_PREFIX(Vertex3i): ld [%g1 + (4 * _gloffset_Vertex3i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex3iv)) +.type Vertex3iv,#function GL_PREFIX(Vertex3iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2683,8 +2962,10 @@ GL_PREFIX(Vertex3iv): ld [%g1 + (4 * _gloffset_Vertex3iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex3s)) +.type Vertex3s,#function GL_PREFIX(Vertex3s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2702,8 +2983,10 @@ GL_PREFIX(Vertex3s): ld [%g1 + (4 * _gloffset_Vertex3s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex3sv)) +.type Vertex3sv,#function GL_PREFIX(Vertex3sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2721,8 +3004,10 @@ GL_PREFIX(Vertex3sv): ld [%g1 + (4 * _gloffset_Vertex3sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex4d)) +.type Vertex4d,#function GL_PREFIX(Vertex4d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2740,8 +3025,10 @@ GL_PREFIX(Vertex4d): ld [%g1 + (4 * _gloffset_Vertex4d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex4dv)) +.type Vertex4dv,#function GL_PREFIX(Vertex4dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2759,8 +3046,10 @@ GL_PREFIX(Vertex4dv): ld [%g1 + (4 * _gloffset_Vertex4dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex4f)) +.type Vertex4f,#function GL_PREFIX(Vertex4f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2778,8 +3067,10 @@ GL_PREFIX(Vertex4f): ld [%g1 + (4 * _gloffset_Vertex4f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex4fv)) +.type Vertex4fv,#function GL_PREFIX(Vertex4fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2797,8 +3088,10 @@ GL_PREFIX(Vertex4fv): ld [%g1 + (4 * _gloffset_Vertex4fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex4i)) +.type Vertex4i,#function GL_PREFIX(Vertex4i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2816,8 +3109,10 @@ GL_PREFIX(Vertex4i): ld [%g1 + (4 * _gloffset_Vertex4i)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex4iv)) +.type Vertex4iv,#function GL_PREFIX(Vertex4iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2835,8 +3130,10 @@ GL_PREFIX(Vertex4iv): ld [%g1 + (4 * _gloffset_Vertex4iv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex4s)) +.type Vertex4s,#function GL_PREFIX(Vertex4s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2854,8 +3151,10 @@ GL_PREFIX(Vertex4s): ld [%g1 + (4 * _gloffset_Vertex4s)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Vertex4sv)) +.type Vertex4sv,#function GL_PREFIX(Vertex4sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2873,8 +3172,10 @@ GL_PREFIX(Vertex4sv): ld [%g1 + (4 * _gloffset_Vertex4sv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ClipPlane)) +.type ClipPlane,#function GL_PREFIX(ClipPlane): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2892,8 +3193,10 @@ GL_PREFIX(ClipPlane): ld [%g1 + (4 * _gloffset_ClipPlane)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ColorMaterial)) +.type ColorMaterial,#function GL_PREFIX(ColorMaterial): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2911,8 +3214,10 @@ GL_PREFIX(ColorMaterial): ld [%g1 + (4 * _gloffset_ColorMaterial)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CullFace)) +.type CullFace,#function GL_PREFIX(CullFace): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2930,8 +3235,10 @@ GL_PREFIX(CullFace): ld [%g1 + (4 * _gloffset_CullFace)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Fogf)) +.type Fogf,#function GL_PREFIX(Fogf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2949,8 +3256,10 @@ GL_PREFIX(Fogf): ld [%g1 + (4 * _gloffset_Fogf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Fogfv)) +.type Fogfv,#function GL_PREFIX(Fogfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2968,8 +3277,10 @@ GL_PREFIX(Fogfv): ld [%g1 + (4 * _gloffset_Fogfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Fogi)) +.type Fogi,#function GL_PREFIX(Fogi): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -2987,8 +3298,10 @@ GL_PREFIX(Fogi): ld [%g1 + (4 * _gloffset_Fogi)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Fogiv)) +.type Fogiv,#function GL_PREFIX(Fogiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3006,8 +3319,10 @@ GL_PREFIX(Fogiv): ld [%g1 + (4 * _gloffset_Fogiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(FrontFace)) +.type FrontFace,#function GL_PREFIX(FrontFace): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3025,8 +3340,10 @@ GL_PREFIX(FrontFace): ld [%g1 + (4 * _gloffset_FrontFace)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Hint)) +.type Hint,#function GL_PREFIX(Hint): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3044,8 +3361,10 @@ GL_PREFIX(Hint): ld [%g1 + (4 * _gloffset_Hint)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Lightf)) +.type Lightf,#function GL_PREFIX(Lightf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3063,8 +3382,10 @@ GL_PREFIX(Lightf): ld [%g1 + (4 * _gloffset_Lightf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Lightfv)) +.type Lightfv,#function GL_PREFIX(Lightfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3082,8 +3403,10 @@ GL_PREFIX(Lightfv): ld [%g1 + (4 * _gloffset_Lightfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Lighti)) +.type Lighti,#function GL_PREFIX(Lighti): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3101,8 +3424,10 @@ GL_PREFIX(Lighti): ld [%g1 + (4 * _gloffset_Lighti)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Lightiv)) +.type Lightiv,#function GL_PREFIX(Lightiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3120,8 +3445,10 @@ GL_PREFIX(Lightiv): ld [%g1 + (4 * _gloffset_Lightiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LightModelf)) +.type LightModelf,#function GL_PREFIX(LightModelf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3139,8 +3466,10 @@ GL_PREFIX(LightModelf): ld [%g1 + (4 * _gloffset_LightModelf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LightModelfv)) +.type LightModelfv,#function GL_PREFIX(LightModelfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3158,8 +3487,10 @@ GL_PREFIX(LightModelfv): ld [%g1 + (4 * _gloffset_LightModelfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LightModeli)) +.type LightModeli,#function GL_PREFIX(LightModeli): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3177,8 +3508,10 @@ GL_PREFIX(LightModeli): ld [%g1 + (4 * _gloffset_LightModeli)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LightModeliv)) +.type LightModeliv,#function GL_PREFIX(LightModeliv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3196,8 +3529,10 @@ GL_PREFIX(LightModeliv): ld [%g1 + (4 * _gloffset_LightModeliv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LineStipple)) +.type LineStipple,#function GL_PREFIX(LineStipple): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3215,8 +3550,10 @@ GL_PREFIX(LineStipple): ld [%g1 + (4 * _gloffset_LineStipple)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LineWidth)) +.type LineWidth,#function GL_PREFIX(LineWidth): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3234,8 +3571,10 @@ GL_PREFIX(LineWidth): ld [%g1 + (4 * _gloffset_LineWidth)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Materialf)) +.type Materialf,#function GL_PREFIX(Materialf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3253,8 +3592,10 @@ GL_PREFIX(Materialf): ld [%g1 + (4 * _gloffset_Materialf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Materialfv)) +.type Materialfv,#function GL_PREFIX(Materialfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3272,8 +3613,10 @@ GL_PREFIX(Materialfv): ld [%g1 + (4 * _gloffset_Materialfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Materiali)) +.type Materiali,#function GL_PREFIX(Materiali): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3291,8 +3634,10 @@ GL_PREFIX(Materiali): ld [%g1 + (4 * _gloffset_Materiali)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Materialiv)) +.type Materialiv,#function GL_PREFIX(Materialiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3310,8 +3655,10 @@ GL_PREFIX(Materialiv): ld [%g1 + (4 * _gloffset_Materialiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PointSize)) +.type PointSize,#function GL_PREFIX(PointSize): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3329,8 +3676,10 @@ GL_PREFIX(PointSize): ld [%g1 + (4 * _gloffset_PointSize)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PolygonMode)) +.type PolygonMode,#function GL_PREFIX(PolygonMode): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3348,8 +3697,10 @@ GL_PREFIX(PolygonMode): ld [%g1 + (4 * _gloffset_PolygonMode)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PolygonStipple)) +.type PolygonStipple,#function GL_PREFIX(PolygonStipple): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3367,8 +3718,10 @@ GL_PREFIX(PolygonStipple): ld [%g1 + (4 * _gloffset_PolygonStipple)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Scissor)) +.type Scissor,#function GL_PREFIX(Scissor): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3386,8 +3739,10 @@ GL_PREFIX(Scissor): ld [%g1 + (4 * _gloffset_Scissor)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ShadeModel)) +.type ShadeModel,#function GL_PREFIX(ShadeModel): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3405,8 +3760,10 @@ GL_PREFIX(ShadeModel): ld [%g1 + (4 * _gloffset_ShadeModel)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexParameterf)) +.type TexParameterf,#function GL_PREFIX(TexParameterf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3424,8 +3781,10 @@ GL_PREFIX(TexParameterf): ld [%g1 + (4 * _gloffset_TexParameterf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexParameterfv)) +.type TexParameterfv,#function GL_PREFIX(TexParameterfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3443,8 +3802,10 @@ GL_PREFIX(TexParameterfv): ld [%g1 + (4 * _gloffset_TexParameterfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexParameteri)) +.type TexParameteri,#function GL_PREFIX(TexParameteri): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3462,8 +3823,10 @@ GL_PREFIX(TexParameteri): ld [%g1 + (4 * _gloffset_TexParameteri)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexParameteriv)) +.type TexParameteriv,#function GL_PREFIX(TexParameteriv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3481,8 +3844,10 @@ GL_PREFIX(TexParameteriv): ld [%g1 + (4 * _gloffset_TexParameteriv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexImage1D)) +.type TexImage1D,#function GL_PREFIX(TexImage1D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3500,8 +3865,10 @@ GL_PREFIX(TexImage1D): ld [%g1 + (4 * _gloffset_TexImage1D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexImage2D)) +.type TexImage2D,#function GL_PREFIX(TexImage2D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3519,8 +3886,10 @@ GL_PREFIX(TexImage2D): ld [%g1 + (4 * _gloffset_TexImage2D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexEnvf)) +.type TexEnvf,#function GL_PREFIX(TexEnvf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3538,8 +3907,10 @@ GL_PREFIX(TexEnvf): ld [%g1 + (4 * _gloffset_TexEnvf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexEnvfv)) +.type TexEnvfv,#function GL_PREFIX(TexEnvfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3557,8 +3928,10 @@ GL_PREFIX(TexEnvfv): ld [%g1 + (4 * _gloffset_TexEnvfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexEnvi)) +.type TexEnvi,#function GL_PREFIX(TexEnvi): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3576,8 +3949,10 @@ GL_PREFIX(TexEnvi): ld [%g1 + (4 * _gloffset_TexEnvi)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexEnviv)) +.type TexEnviv,#function GL_PREFIX(TexEnviv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3595,8 +3970,10 @@ GL_PREFIX(TexEnviv): ld [%g1 + (4 * _gloffset_TexEnviv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexGend)) +.type TexGend,#function GL_PREFIX(TexGend): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3614,8 +3991,10 @@ GL_PREFIX(TexGend): ld [%g1 + (4 * _gloffset_TexGend)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexGendv)) +.type TexGendv,#function GL_PREFIX(TexGendv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3633,8 +4012,10 @@ GL_PREFIX(TexGendv): ld [%g1 + (4 * _gloffset_TexGendv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexGenf)) +.type TexGenf,#function GL_PREFIX(TexGenf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3652,8 +4033,10 @@ GL_PREFIX(TexGenf): ld [%g1 + (4 * _gloffset_TexGenf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexGenfv)) +.type TexGenfv,#function GL_PREFIX(TexGenfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3671,8 +4054,10 @@ GL_PREFIX(TexGenfv): ld [%g1 + (4 * _gloffset_TexGenfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexGeni)) +.type TexGeni,#function GL_PREFIX(TexGeni): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3690,8 +4075,10 @@ GL_PREFIX(TexGeni): ld [%g1 + (4 * _gloffset_TexGeni)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexGeniv)) +.type TexGeniv,#function GL_PREFIX(TexGeniv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3709,8 +4096,10 @@ GL_PREFIX(TexGeniv): ld [%g1 + (4 * _gloffset_TexGeniv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(FeedbackBuffer)) +.type FeedbackBuffer,#function GL_PREFIX(FeedbackBuffer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3728,8 +4117,10 @@ GL_PREFIX(FeedbackBuffer): ld [%g1 + (4 * _gloffset_FeedbackBuffer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(SelectBuffer)) +.type SelectBuffer,#function GL_PREFIX(SelectBuffer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3747,8 +4138,10 @@ GL_PREFIX(SelectBuffer): ld [%g1 + (4 * _gloffset_SelectBuffer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(RenderMode)) +.type RenderMode,#function GL_PREFIX(RenderMode): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3766,8 +4159,10 @@ GL_PREFIX(RenderMode): ld [%g1 + (4 * _gloffset_RenderMode)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(InitNames)) +.type InitNames,#function GL_PREFIX(InitNames): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3785,8 +4180,10 @@ GL_PREFIX(InitNames): ld [%g1 + (4 * _gloffset_InitNames)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LoadName)) +.type LoadName,#function GL_PREFIX(LoadName): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3804,8 +4201,10 @@ GL_PREFIX(LoadName): ld [%g1 + (4 * _gloffset_LoadName)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PassThrough)) +.type PassThrough,#function GL_PREFIX(PassThrough): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3823,8 +4222,10 @@ GL_PREFIX(PassThrough): ld [%g1 + (4 * _gloffset_PassThrough)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PopName)) +.type PopName,#function GL_PREFIX(PopName): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3842,8 +4243,10 @@ GL_PREFIX(PopName): ld [%g1 + (4 * _gloffset_PopName)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PushName)) +.type PushName,#function GL_PREFIX(PushName): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3861,8 +4264,10 @@ GL_PREFIX(PushName): ld [%g1 + (4 * _gloffset_PushName)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DrawBuffer)) +.type DrawBuffer,#function GL_PREFIX(DrawBuffer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3880,8 +4285,10 @@ GL_PREFIX(DrawBuffer): ld [%g1 + (4 * _gloffset_DrawBuffer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Clear)) +.type Clear,#function GL_PREFIX(Clear): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3899,8 +4306,10 @@ GL_PREFIX(Clear): ld [%g1 + (4 * _gloffset_Clear)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ClearAccum)) +.type ClearAccum,#function GL_PREFIX(ClearAccum): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3918,8 +4327,10 @@ GL_PREFIX(ClearAccum): ld [%g1 + (4 * _gloffset_ClearAccum)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ClearIndex)) +.type ClearIndex,#function GL_PREFIX(ClearIndex): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3937,8 +4348,10 @@ GL_PREFIX(ClearIndex): ld [%g1 + (4 * _gloffset_ClearIndex)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ClearColor)) +.type ClearColor,#function GL_PREFIX(ClearColor): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3956,8 +4369,10 @@ GL_PREFIX(ClearColor): ld [%g1 + (4 * _gloffset_ClearColor)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ClearStencil)) +.type ClearStencil,#function GL_PREFIX(ClearStencil): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3975,8 +4390,10 @@ GL_PREFIX(ClearStencil): ld [%g1 + (4 * _gloffset_ClearStencil)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ClearDepth)) +.type ClearDepth,#function GL_PREFIX(ClearDepth): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -3994,8 +4411,10 @@ GL_PREFIX(ClearDepth): ld [%g1 + (4 * _gloffset_ClearDepth)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(StencilMask)) +.type StencilMask,#function GL_PREFIX(StencilMask): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4013,8 +4432,10 @@ GL_PREFIX(StencilMask): ld [%g1 + (4 * _gloffset_StencilMask)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ColorMask)) +.type ColorMask,#function GL_PREFIX(ColorMask): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4032,8 +4453,10 @@ GL_PREFIX(ColorMask): ld [%g1 + (4 * _gloffset_ColorMask)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DepthMask)) +.type DepthMask,#function GL_PREFIX(DepthMask): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4051,8 +4474,10 @@ GL_PREFIX(DepthMask): ld [%g1 + (4 * _gloffset_DepthMask)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(IndexMask)) +.type IndexMask,#function GL_PREFIX(IndexMask): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4070,8 +4495,10 @@ GL_PREFIX(IndexMask): ld [%g1 + (4 * _gloffset_IndexMask)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Accum)) +.type Accum,#function GL_PREFIX(Accum): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4089,8 +4516,10 @@ GL_PREFIX(Accum): ld [%g1 + (4 * _gloffset_Accum)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Disable)) +.type Disable,#function GL_PREFIX(Disable): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4108,8 +4537,10 @@ GL_PREFIX(Disable): ld [%g1 + (4 * _gloffset_Disable)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Enable)) +.type Enable,#function GL_PREFIX(Enable): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4127,8 +4558,10 @@ GL_PREFIX(Enable): ld [%g1 + (4 * _gloffset_Enable)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Finish)) +.type Finish,#function GL_PREFIX(Finish): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4146,8 +4579,10 @@ GL_PREFIX(Finish): ld [%g1 + (4 * _gloffset_Finish)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Flush)) +.type Flush,#function GL_PREFIX(Flush): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4165,8 +4600,10 @@ GL_PREFIX(Flush): ld [%g1 + (4 * _gloffset_Flush)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PopAttrib)) +.type PopAttrib,#function GL_PREFIX(PopAttrib): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4184,8 +4621,10 @@ GL_PREFIX(PopAttrib): ld [%g1 + (4 * _gloffset_PopAttrib)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PushAttrib)) +.type PushAttrib,#function GL_PREFIX(PushAttrib): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4203,8 +4642,10 @@ GL_PREFIX(PushAttrib): ld [%g1 + (4 * _gloffset_PushAttrib)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Map1d)) +.type Map1d,#function GL_PREFIX(Map1d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4222,8 +4663,10 @@ GL_PREFIX(Map1d): ld [%g1 + (4 * _gloffset_Map1d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Map1f)) +.type Map1f,#function GL_PREFIX(Map1f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4241,8 +4684,10 @@ GL_PREFIX(Map1f): ld [%g1 + (4 * _gloffset_Map1f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Map2d)) +.type Map2d,#function GL_PREFIX(Map2d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4260,8 +4705,10 @@ GL_PREFIX(Map2d): ld [%g1 + (4 * _gloffset_Map2d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Map2f)) +.type Map2f,#function GL_PREFIX(Map2f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4279,8 +4726,10 @@ GL_PREFIX(Map2f): ld [%g1 + (4 * _gloffset_Map2f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(MapGrid1d)) +.type MapGrid1d,#function GL_PREFIX(MapGrid1d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4298,8 +4747,10 @@ GL_PREFIX(MapGrid1d): ld [%g1 + (4 * _gloffset_MapGrid1d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(MapGrid1f)) +.type MapGrid1f,#function GL_PREFIX(MapGrid1f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4317,8 +4768,10 @@ GL_PREFIX(MapGrid1f): ld [%g1 + (4 * _gloffset_MapGrid1f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(MapGrid2d)) +.type MapGrid2d,#function GL_PREFIX(MapGrid2d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4336,8 +4789,10 @@ GL_PREFIX(MapGrid2d): ld [%g1 + (4 * _gloffset_MapGrid2d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(MapGrid2f)) +.type MapGrid2f,#function GL_PREFIX(MapGrid2f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4355,8 +4810,10 @@ GL_PREFIX(MapGrid2f): ld [%g1 + (4 * _gloffset_MapGrid2f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalCoord1d)) +.type EvalCoord1d,#function GL_PREFIX(EvalCoord1d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4374,8 +4831,10 @@ GL_PREFIX(EvalCoord1d): ld [%g1 + (4 * _gloffset_EvalCoord1d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalCoord1dv)) +.type EvalCoord1dv,#function GL_PREFIX(EvalCoord1dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4393,8 +4852,10 @@ GL_PREFIX(EvalCoord1dv): ld [%g1 + (4 * _gloffset_EvalCoord1dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalCoord1f)) +.type EvalCoord1f,#function GL_PREFIX(EvalCoord1f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4412,8 +4873,10 @@ GL_PREFIX(EvalCoord1f): ld [%g1 + (4 * _gloffset_EvalCoord1f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalCoord1fv)) +.type EvalCoord1fv,#function GL_PREFIX(EvalCoord1fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4431,8 +4894,10 @@ GL_PREFIX(EvalCoord1fv): ld [%g1 + (4 * _gloffset_EvalCoord1fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalCoord2d)) +.type EvalCoord2d,#function GL_PREFIX(EvalCoord2d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4450,8 +4915,10 @@ GL_PREFIX(EvalCoord2d): ld [%g1 + (4 * _gloffset_EvalCoord2d)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalCoord2dv)) +.type EvalCoord2dv,#function GL_PREFIX(EvalCoord2dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4469,8 +4936,10 @@ GL_PREFIX(EvalCoord2dv): ld [%g1 + (4 * _gloffset_EvalCoord2dv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalCoord2f)) +.type EvalCoord2f,#function GL_PREFIX(EvalCoord2f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4488,8 +4957,10 @@ GL_PREFIX(EvalCoord2f): ld [%g1 + (4 * _gloffset_EvalCoord2f)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalCoord2fv)) +.type EvalCoord2fv,#function GL_PREFIX(EvalCoord2fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4507,8 +4978,10 @@ GL_PREFIX(EvalCoord2fv): ld [%g1 + (4 * _gloffset_EvalCoord2fv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalMesh1)) +.type EvalMesh1,#function GL_PREFIX(EvalMesh1): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4526,8 +4999,10 @@ GL_PREFIX(EvalMesh1): ld [%g1 + (4 * _gloffset_EvalMesh1)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalPoint1)) +.type EvalPoint1,#function GL_PREFIX(EvalPoint1): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4545,8 +5020,10 @@ GL_PREFIX(EvalPoint1): ld [%g1 + (4 * _gloffset_EvalPoint1)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalMesh2)) +.type EvalMesh2,#function GL_PREFIX(EvalMesh2): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4564,8 +5041,10 @@ GL_PREFIX(EvalMesh2): ld [%g1 + (4 * _gloffset_EvalMesh2)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EvalPoint2)) +.type EvalPoint2,#function GL_PREFIX(EvalPoint2): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4583,8 +5062,10 @@ GL_PREFIX(EvalPoint2): ld [%g1 + (4 * _gloffset_EvalPoint2)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(AlphaFunc)) +.type AlphaFunc,#function GL_PREFIX(AlphaFunc): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4602,8 +5083,10 @@ GL_PREFIX(AlphaFunc): ld [%g1 + (4 * _gloffset_AlphaFunc)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(BlendFunc)) +.type BlendFunc,#function GL_PREFIX(BlendFunc): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4621,8 +5104,10 @@ GL_PREFIX(BlendFunc): ld [%g1 + (4 * _gloffset_BlendFunc)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LogicOp)) +.type LogicOp,#function GL_PREFIX(LogicOp): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4640,8 +5125,10 @@ GL_PREFIX(LogicOp): ld [%g1 + (4 * _gloffset_LogicOp)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(StencilFunc)) +.type StencilFunc,#function GL_PREFIX(StencilFunc): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4659,8 +5146,10 @@ GL_PREFIX(StencilFunc): ld [%g1 + (4 * _gloffset_StencilFunc)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(StencilOp)) +.type StencilOp,#function GL_PREFIX(StencilOp): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4678,8 +5167,10 @@ GL_PREFIX(StencilOp): ld [%g1 + (4 * _gloffset_StencilOp)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DepthFunc)) +.type DepthFunc,#function GL_PREFIX(DepthFunc): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4697,8 +5188,10 @@ GL_PREFIX(DepthFunc): ld [%g1 + (4 * _gloffset_DepthFunc)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PixelZoom)) +.type PixelZoom,#function GL_PREFIX(PixelZoom): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4716,8 +5209,10 @@ GL_PREFIX(PixelZoom): ld [%g1 + (4 * _gloffset_PixelZoom)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PixelTransferf)) +.type PixelTransferf,#function GL_PREFIX(PixelTransferf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4735,8 +5230,10 @@ GL_PREFIX(PixelTransferf): ld [%g1 + (4 * _gloffset_PixelTransferf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PixelTransferi)) +.type PixelTransferi,#function GL_PREFIX(PixelTransferi): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4754,8 +5251,10 @@ GL_PREFIX(PixelTransferi): ld [%g1 + (4 * _gloffset_PixelTransferi)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PixelStoref)) +.type PixelStoref,#function GL_PREFIX(PixelStoref): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4773,8 +5272,10 @@ GL_PREFIX(PixelStoref): ld [%g1 + (4 * _gloffset_PixelStoref)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PixelStorei)) +.type PixelStorei,#function GL_PREFIX(PixelStorei): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4792,8 +5293,10 @@ GL_PREFIX(PixelStorei): ld [%g1 + (4 * _gloffset_PixelStorei)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PixelMapfv)) +.type PixelMapfv,#function GL_PREFIX(PixelMapfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4811,8 +5314,10 @@ GL_PREFIX(PixelMapfv): ld [%g1 + (4 * _gloffset_PixelMapfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PixelMapuiv)) +.type PixelMapuiv,#function GL_PREFIX(PixelMapuiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4830,8 +5335,10 @@ GL_PREFIX(PixelMapuiv): ld [%g1 + (4 * _gloffset_PixelMapuiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PixelMapusv)) +.type PixelMapusv,#function GL_PREFIX(PixelMapusv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4849,8 +5356,10 @@ GL_PREFIX(PixelMapusv): ld [%g1 + (4 * _gloffset_PixelMapusv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ReadBuffer)) +.type ReadBuffer,#function GL_PREFIX(ReadBuffer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4868,8 +5377,10 @@ GL_PREFIX(ReadBuffer): ld [%g1 + (4 * _gloffset_ReadBuffer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyPixels)) +.type CopyPixels,#function GL_PREFIX(CopyPixels): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4887,8 +5398,10 @@ GL_PREFIX(CopyPixels): ld [%g1 + (4 * _gloffset_CopyPixels)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ReadPixels)) +.type ReadPixels,#function GL_PREFIX(ReadPixels): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4906,8 +5419,10 @@ GL_PREFIX(ReadPixels): ld [%g1 + (4 * _gloffset_ReadPixels)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DrawPixels)) +.type DrawPixels,#function GL_PREFIX(DrawPixels): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4925,8 +5440,10 @@ GL_PREFIX(DrawPixels): ld [%g1 + (4 * _gloffset_DrawPixels)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetBooleanv)) +.type GetBooleanv,#function GL_PREFIX(GetBooleanv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4944,8 +5461,10 @@ GL_PREFIX(GetBooleanv): ld [%g1 + (4 * _gloffset_GetBooleanv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetClipPlane)) +.type GetClipPlane,#function GL_PREFIX(GetClipPlane): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4963,8 +5482,10 @@ GL_PREFIX(GetClipPlane): ld [%g1 + (4 * _gloffset_GetClipPlane)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetDoublev)) +.type GetDoublev,#function GL_PREFIX(GetDoublev): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -4982,8 +5503,10 @@ GL_PREFIX(GetDoublev): ld [%g1 + (4 * _gloffset_GetDoublev)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetError)) +.type GetError,#function GL_PREFIX(GetError): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5001,8 +5524,10 @@ GL_PREFIX(GetError): ld [%g1 + (4 * _gloffset_GetError)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetFloatv)) +.type GetFloatv,#function GL_PREFIX(GetFloatv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5020,8 +5545,10 @@ GL_PREFIX(GetFloatv): ld [%g1 + (4 * _gloffset_GetFloatv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetIntegerv)) +.type GetIntegerv,#function GL_PREFIX(GetIntegerv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5039,8 +5566,10 @@ GL_PREFIX(GetIntegerv): ld [%g1 + (4 * _gloffset_GetIntegerv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetLightfv)) +.type GetLightfv,#function GL_PREFIX(GetLightfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5058,8 +5587,10 @@ GL_PREFIX(GetLightfv): ld [%g1 + (4 * _gloffset_GetLightfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetLightiv)) +.type GetLightiv,#function GL_PREFIX(GetLightiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5077,8 +5608,10 @@ GL_PREFIX(GetLightiv): ld [%g1 + (4 * _gloffset_GetLightiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetMapdv)) +.type GetMapdv,#function GL_PREFIX(GetMapdv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5096,8 +5629,10 @@ GL_PREFIX(GetMapdv): ld [%g1 + (4 * _gloffset_GetMapdv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetMapfv)) +.type GetMapfv,#function GL_PREFIX(GetMapfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5115,8 +5650,10 @@ GL_PREFIX(GetMapfv): ld [%g1 + (4 * _gloffset_GetMapfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetMapiv)) +.type GetMapiv,#function GL_PREFIX(GetMapiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5134,8 +5671,10 @@ GL_PREFIX(GetMapiv): ld [%g1 + (4 * _gloffset_GetMapiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetMaterialfv)) +.type GetMaterialfv,#function GL_PREFIX(GetMaterialfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5153,8 +5692,10 @@ GL_PREFIX(GetMaterialfv): ld [%g1 + (4 * _gloffset_GetMaterialfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetMaterialiv)) +.type GetMaterialiv,#function GL_PREFIX(GetMaterialiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5172,8 +5713,10 @@ GL_PREFIX(GetMaterialiv): ld [%g1 + (4 * _gloffset_GetMaterialiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetPixelMapfv)) +.type GetPixelMapfv,#function GL_PREFIX(GetPixelMapfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5191,8 +5734,10 @@ GL_PREFIX(GetPixelMapfv): ld [%g1 + (4 * _gloffset_GetPixelMapfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetPixelMapuiv)) +.type GetPixelMapuiv,#function GL_PREFIX(GetPixelMapuiv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5210,8 +5755,10 @@ GL_PREFIX(GetPixelMapuiv): ld [%g1 + (4 * _gloffset_GetPixelMapuiv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetPixelMapusv)) +.type GetPixelMapusv,#function GL_PREFIX(GetPixelMapusv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5229,8 +5776,10 @@ GL_PREFIX(GetPixelMapusv): ld [%g1 + (4 * _gloffset_GetPixelMapusv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetPolygonStipple)) +.type GetPolygonStipple,#function GL_PREFIX(GetPolygonStipple): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5248,8 +5797,10 @@ GL_PREFIX(GetPolygonStipple): ld [%g1 + (4 * _gloffset_GetPolygonStipple)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetString)) +.type GetString,#function GL_PREFIX(GetString): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5267,8 +5818,10 @@ GL_PREFIX(GetString): ld [%g1 + (4 * _gloffset_GetString)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexEnvfv)) +.type GetTexEnvfv,#function GL_PREFIX(GetTexEnvfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5286,8 +5839,10 @@ GL_PREFIX(GetTexEnvfv): ld [%g1 + (4 * _gloffset_GetTexEnvfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexEnviv)) +.type GetTexEnviv,#function GL_PREFIX(GetTexEnviv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5305,8 +5860,10 @@ GL_PREFIX(GetTexEnviv): ld [%g1 + (4 * _gloffset_GetTexEnviv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexGendv)) +.type GetTexGendv,#function GL_PREFIX(GetTexGendv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5324,8 +5881,10 @@ GL_PREFIX(GetTexGendv): ld [%g1 + (4 * _gloffset_GetTexGendv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexGenfv)) +.type GetTexGenfv,#function GL_PREFIX(GetTexGenfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5343,8 +5902,10 @@ GL_PREFIX(GetTexGenfv): ld [%g1 + (4 * _gloffset_GetTexGenfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexGeniv)) +.type GetTexGeniv,#function GL_PREFIX(GetTexGeniv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5362,8 +5923,10 @@ GL_PREFIX(GetTexGeniv): ld [%g1 + (4 * _gloffset_GetTexGeniv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexImage)) +.type GetTexImage,#function GL_PREFIX(GetTexImage): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5381,8 +5944,10 @@ GL_PREFIX(GetTexImage): ld [%g1 + (4 * _gloffset_GetTexImage)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexParameterfv)) +.type GetTexParameterfv,#function GL_PREFIX(GetTexParameterfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5400,8 +5965,10 @@ GL_PREFIX(GetTexParameterfv): ld [%g1 + (4 * _gloffset_GetTexParameterfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexParameteriv)) +.type GetTexParameteriv,#function GL_PREFIX(GetTexParameteriv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5419,8 +5986,10 @@ GL_PREFIX(GetTexParameteriv): ld [%g1 + (4 * _gloffset_GetTexParameteriv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexLevelParameterfv)) +.type GetTexLevelParameterfv,#function GL_PREFIX(GetTexLevelParameterfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5438,8 +6007,10 @@ GL_PREFIX(GetTexLevelParameterfv): ld [%g1 + (4 * _gloffset_GetTexLevelParameterfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetTexLevelParameteriv)) +.type GetTexLevelParameteriv,#function GL_PREFIX(GetTexLevelParameteriv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5457,8 +6028,10 @@ GL_PREFIX(GetTexLevelParameteriv): ld [%g1 + (4 * _gloffset_GetTexLevelParameteriv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(IsEnabled)) +.type IsEnabled,#function GL_PREFIX(IsEnabled): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5476,8 +6049,10 @@ GL_PREFIX(IsEnabled): ld [%g1 + (4 * _gloffset_IsEnabled)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(IsList)) +.type IsList,#function GL_PREFIX(IsList): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5495,8 +6070,10 @@ GL_PREFIX(IsList): ld [%g1 + (4 * _gloffset_IsList)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DepthRange)) +.type DepthRange,#function GL_PREFIX(DepthRange): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5514,8 +6091,10 @@ GL_PREFIX(DepthRange): ld [%g1 + (4 * _gloffset_DepthRange)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Frustum)) +.type Frustum,#function GL_PREFIX(Frustum): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5533,8 +6112,10 @@ GL_PREFIX(Frustum): ld [%g1 + (4 * _gloffset_Frustum)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LoadIdentity)) +.type LoadIdentity,#function GL_PREFIX(LoadIdentity): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5552,8 +6133,10 @@ GL_PREFIX(LoadIdentity): ld [%g1 + (4 * _gloffset_LoadIdentity)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LoadMatrixf)) +.type LoadMatrixf,#function GL_PREFIX(LoadMatrixf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5571,8 +6154,10 @@ GL_PREFIX(LoadMatrixf): ld [%g1 + (4 * _gloffset_LoadMatrixf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(LoadMatrixd)) +.type LoadMatrixd,#function GL_PREFIX(LoadMatrixd): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5590,8 +6175,10 @@ GL_PREFIX(LoadMatrixd): ld [%g1 + (4 * _gloffset_LoadMatrixd)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(MatrixMode)) +.type MatrixMode,#function GL_PREFIX(MatrixMode): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5609,8 +6196,10 @@ GL_PREFIX(MatrixMode): ld [%g1 + (4 * _gloffset_MatrixMode)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(MultMatrixf)) +.type MultMatrixf,#function GL_PREFIX(MultMatrixf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5628,8 +6217,10 @@ GL_PREFIX(MultMatrixf): ld [%g1 + (4 * _gloffset_MultMatrixf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(MultMatrixd)) +.type MultMatrixd,#function GL_PREFIX(MultMatrixd): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5647,8 +6238,10 @@ GL_PREFIX(MultMatrixd): ld [%g1 + (4 * _gloffset_MultMatrixd)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Ortho)) +.type Ortho,#function GL_PREFIX(Ortho): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5666,8 +6259,10 @@ GL_PREFIX(Ortho): ld [%g1 + (4 * _gloffset_Ortho)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PopMatrix)) +.type PopMatrix,#function GL_PREFIX(PopMatrix): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5685,8 +6280,10 @@ GL_PREFIX(PopMatrix): ld [%g1 + (4 * _gloffset_PopMatrix)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PushMatrix)) +.type PushMatrix,#function GL_PREFIX(PushMatrix): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5704,8 +6301,10 @@ GL_PREFIX(PushMatrix): ld [%g1 + (4 * _gloffset_PushMatrix)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Rotated)) +.type Rotated,#function GL_PREFIX(Rotated): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5723,8 +6322,10 @@ GL_PREFIX(Rotated): ld [%g1 + (4 * _gloffset_Rotated)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Rotatef)) +.type Rotatef,#function GL_PREFIX(Rotatef): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5742,8 +6343,10 @@ GL_PREFIX(Rotatef): ld [%g1 + (4 * _gloffset_Rotatef)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Scaled)) +.type Scaled,#function GL_PREFIX(Scaled): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5761,8 +6364,10 @@ GL_PREFIX(Scaled): ld [%g1 + (4 * _gloffset_Scaled)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Scalef)) +.type Scalef,#function GL_PREFIX(Scalef): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5780,8 +6385,10 @@ GL_PREFIX(Scalef): ld [%g1 + (4 * _gloffset_Scalef)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Translated)) +.type Translated,#function GL_PREFIX(Translated): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5799,8 +6406,10 @@ GL_PREFIX(Translated): ld [%g1 + (4 * _gloffset_Translated)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Translatef)) +.type Translatef,#function GL_PREFIX(Translatef): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5818,8 +6427,10 @@ GL_PREFIX(Translatef): ld [%g1 + (4 * _gloffset_Translatef)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Viewport)) +.type Viewport,#function GL_PREFIX(Viewport): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5837,8 +6448,10 @@ GL_PREFIX(Viewport): ld [%g1 + (4 * _gloffset_Viewport)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ArrayElement)) +.type ArrayElement,#function GL_PREFIX(ArrayElement): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5856,8 +6469,10 @@ GL_PREFIX(ArrayElement): ld [%g1 + (4 * _gloffset_ArrayElement)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ColorPointer)) +.type ColorPointer,#function GL_PREFIX(ColorPointer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5875,8 +6490,10 @@ GL_PREFIX(ColorPointer): ld [%g1 + (4 * _gloffset_ColorPointer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DisableClientState)) +.type DisableClientState,#function GL_PREFIX(DisableClientState): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5894,8 +6511,10 @@ GL_PREFIX(DisableClientState): ld [%g1 + (4 * _gloffset_DisableClientState)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DrawArrays)) +.type DrawArrays,#function GL_PREFIX(DrawArrays): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5913,8 +6532,10 @@ GL_PREFIX(DrawArrays): ld [%g1 + (4 * _gloffset_DrawArrays)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DrawElements)) +.type DrawElements,#function GL_PREFIX(DrawElements): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5932,8 +6553,10 @@ GL_PREFIX(DrawElements): ld [%g1 + (4 * _gloffset_DrawElements)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EdgeFlagPointer)) +.type EdgeFlagPointer,#function GL_PREFIX(EdgeFlagPointer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5951,8 +6574,10 @@ GL_PREFIX(EdgeFlagPointer): ld [%g1 + (4 * _gloffset_EdgeFlagPointer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(EnableClientState)) +.type EnableClientState,#function GL_PREFIX(EnableClientState): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5970,8 +6595,10 @@ GL_PREFIX(EnableClientState): ld [%g1 + (4 * _gloffset_EnableClientState)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetPointerv)) +.type GetPointerv,#function GL_PREFIX(GetPointerv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -5989,8 +6616,10 @@ GL_PREFIX(GetPointerv): ld [%g1 + (4 * _gloffset_GetPointerv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(IndexPointer)) +.type IndexPointer,#function GL_PREFIX(IndexPointer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6008,8 +6637,10 @@ GL_PREFIX(IndexPointer): ld [%g1 + (4 * _gloffset_IndexPointer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(InterleavedArrays)) +.type InterleavedArrays,#function GL_PREFIX(InterleavedArrays): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6027,8 +6658,10 @@ GL_PREFIX(InterleavedArrays): ld [%g1 + (4 * _gloffset_InterleavedArrays)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(NormalPointer)) +.type NormalPointer,#function GL_PREFIX(NormalPointer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6046,8 +6679,10 @@ GL_PREFIX(NormalPointer): ld [%g1 + (4 * _gloffset_NormalPointer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexCoordPointer)) +.type TexCoordPointer,#function GL_PREFIX(TexCoordPointer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6065,8 +6700,10 @@ GL_PREFIX(TexCoordPointer): ld [%g1 + (4 * _gloffset_TexCoordPointer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(VertexPointer)) +.type VertexPointer,#function GL_PREFIX(VertexPointer): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6084,8 +6721,10 @@ GL_PREFIX(VertexPointer): ld [%g1 + (4 * _gloffset_VertexPointer)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PolygonOffset)) +.type PolygonOffset,#function GL_PREFIX(PolygonOffset): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6103,8 +6742,10 @@ GL_PREFIX(PolygonOffset): ld [%g1 + (4 * _gloffset_PolygonOffset)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyTexImage1D)) +.type CopyTexImage1D,#function GL_PREFIX(CopyTexImage1D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6122,8 +6763,10 @@ GL_PREFIX(CopyTexImage1D): ld [%g1 + (4 * _gloffset_CopyTexImage1D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyTexImage2D)) +.type CopyTexImage2D,#function GL_PREFIX(CopyTexImage2D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6141,8 +6784,10 @@ GL_PREFIX(CopyTexImage2D): ld [%g1 + (4 * _gloffset_CopyTexImage2D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyTexSubImage1D)) +.type CopyTexSubImage1D,#function GL_PREFIX(CopyTexSubImage1D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6160,8 +6805,10 @@ GL_PREFIX(CopyTexSubImage1D): ld [%g1 + (4 * _gloffset_CopyTexSubImage1D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyTexSubImage2D)) +.type CopyTexSubImage2D,#function GL_PREFIX(CopyTexSubImage2D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6179,8 +6826,10 @@ GL_PREFIX(CopyTexSubImage2D): ld [%g1 + (4 * _gloffset_CopyTexSubImage2D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexSubImage1D)) +.type TexSubImage1D,#function GL_PREFIX(TexSubImage1D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6198,8 +6847,10 @@ GL_PREFIX(TexSubImage1D): ld [%g1 + (4 * _gloffset_TexSubImage1D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexSubImage2D)) +.type TexSubImage2D,#function GL_PREFIX(TexSubImage2D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6217,8 +6868,10 @@ GL_PREFIX(TexSubImage2D): ld [%g1 + (4 * _gloffset_TexSubImage2D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(AreTexturesResident)) +.type AreTexturesResident,#function GL_PREFIX(AreTexturesResident): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6236,8 +6889,10 @@ GL_PREFIX(AreTexturesResident): ld [%g1 + (4 * _gloffset_AreTexturesResident)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(BindTexture)) +.type BindTexture,#function GL_PREFIX(BindTexture): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6255,8 +6910,10 @@ GL_PREFIX(BindTexture): ld [%g1 + (4 * _gloffset_BindTexture)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DeleteTextures)) +.type DeleteTextures,#function GL_PREFIX(DeleteTextures): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6274,8 +6931,10 @@ GL_PREFIX(DeleteTextures): ld [%g1 + (4 * _gloffset_DeleteTextures)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GenTextures)) +.type GenTextures,#function GL_PREFIX(GenTextures): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6293,8 +6952,10 @@ GL_PREFIX(GenTextures): ld [%g1 + (4 * _gloffset_GenTextures)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(IsTexture)) +.type IsTexture,#function GL_PREFIX(IsTexture): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6312,8 +6973,10 @@ GL_PREFIX(IsTexture): ld [%g1 + (4 * _gloffset_IsTexture)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PrioritizeTextures)) +.type PrioritizeTextures,#function GL_PREFIX(PrioritizeTextures): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6331,8 +6994,10 @@ GL_PREFIX(PrioritizeTextures): ld [%g1 + (4 * _gloffset_PrioritizeTextures)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexub)) +.type Indexub,#function GL_PREFIX(Indexub): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6350,8 +7015,10 @@ GL_PREFIX(Indexub): ld [%g1 + (4 * _gloffset_Indexub)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Indexubv)) +.type Indexubv,#function GL_PREFIX(Indexubv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6369,8 +7036,10 @@ GL_PREFIX(Indexubv): ld [%g1 + (4 * _gloffset_Indexubv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PopClientAttrib)) +.type PopClientAttrib,#function GL_PREFIX(PopClientAttrib): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6388,8 +7057,10 @@ GL_PREFIX(PopClientAttrib): ld [%g1 + (4 * _gloffset_PopClientAttrib)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(PushClientAttrib)) +.type PushClientAttrib,#function GL_PREFIX(PushClientAttrib): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6407,8 +7078,10 @@ GL_PREFIX(PushClientAttrib): ld [%g1 + (4 * _gloffset_PushClientAttrib)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(BlendColor)) +.type BlendColor,#function GL_PREFIX(BlendColor): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6426,8 +7099,10 @@ GL_PREFIX(BlendColor): ld [%g1 + (4 * _gloffset_BlendColor)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(BlendEquation)) +.type BlendEquation,#function GL_PREFIX(BlendEquation): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6445,8 +7120,10 @@ GL_PREFIX(BlendEquation): ld [%g1 + (4 * _gloffset_BlendEquation)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(DrawRangeElements)) +.type DrawRangeElements,#function GL_PREFIX(DrawRangeElements): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6464,8 +7141,10 @@ GL_PREFIX(DrawRangeElements): ld [%g1 + (4 * _gloffset_DrawRangeElements)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ColorTable)) +.type ColorTable,#function GL_PREFIX(ColorTable): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6483,8 +7162,10 @@ GL_PREFIX(ColorTable): ld [%g1 + (4 * _gloffset_ColorTable)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ColorTableParameterfv)) +.type ColorTableParameterfv,#function GL_PREFIX(ColorTableParameterfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6502,8 +7183,10 @@ GL_PREFIX(ColorTableParameterfv): ld [%g1 + (4 * _gloffset_ColorTableParameterfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ColorTableParameteriv)) +.type ColorTableParameteriv,#function GL_PREFIX(ColorTableParameteriv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6521,8 +7204,10 @@ GL_PREFIX(ColorTableParameteriv): ld [%g1 + (4 * _gloffset_ColorTableParameteriv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyColorTable)) +.type CopyColorTable,#function GL_PREFIX(CopyColorTable): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6540,8 +7225,10 @@ GL_PREFIX(CopyColorTable): ld [%g1 + (4 * _gloffset_CopyColorTable)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetColorTable)) +.type GetColorTable,#function GL_PREFIX(GetColorTable): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6559,8 +7246,10 @@ GL_PREFIX(GetColorTable): ld [%g1 + (4 * _gloffset_GetColorTable)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetColorTableParameterfv)) +.type GetColorTableParameterfv,#function GL_PREFIX(GetColorTableParameterfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6578,8 +7267,10 @@ GL_PREFIX(GetColorTableParameterfv): ld [%g1 + (4 * _gloffset_GetColorTableParameterfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetColorTableParameteriv)) +.type GetColorTableParameteriv,#function GL_PREFIX(GetColorTableParameteriv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6597,8 +7288,10 @@ GL_PREFIX(GetColorTableParameteriv): ld [%g1 + (4 * _gloffset_GetColorTableParameteriv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ColorSubTable)) +.type ColorSubTable,#function GL_PREFIX(ColorSubTable): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6616,8 +7309,10 @@ GL_PREFIX(ColorSubTable): ld [%g1 + (4 * _gloffset_ColorSubTable)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyColorSubTable)) +.type CopyColorSubTable,#function GL_PREFIX(CopyColorSubTable): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6635,8 +7330,10 @@ GL_PREFIX(CopyColorSubTable): ld [%g1 + (4 * _gloffset_CopyColorSubTable)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ConvolutionFilter1D)) +.type ConvolutionFilter1D,#function GL_PREFIX(ConvolutionFilter1D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6654,8 +7351,10 @@ GL_PREFIX(ConvolutionFilter1D): ld [%g1 + (4 * _gloffset_ConvolutionFilter1D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ConvolutionFilter2D)) +.type ConvolutionFilter2D,#function GL_PREFIX(ConvolutionFilter2D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6673,8 +7372,10 @@ GL_PREFIX(ConvolutionFilter2D): ld [%g1 + (4 * _gloffset_ConvolutionFilter2D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ConvolutionParameterf)) +.type ConvolutionParameterf,#function GL_PREFIX(ConvolutionParameterf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6692,8 +7393,10 @@ GL_PREFIX(ConvolutionParameterf): ld [%g1 + (4 * _gloffset_ConvolutionParameterf)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ConvolutionParameterfv)) +.type ConvolutionParameterfv,#function GL_PREFIX(ConvolutionParameterfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6711,8 +7414,10 @@ GL_PREFIX(ConvolutionParameterfv): ld [%g1 + (4 * _gloffset_ConvolutionParameterfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ConvolutionParameteri)) +.type ConvolutionParameteri,#function GL_PREFIX(ConvolutionParameteri): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6730,8 +7435,10 @@ GL_PREFIX(ConvolutionParameteri): ld [%g1 + (4 * _gloffset_ConvolutionParameteri)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ConvolutionParameteriv)) +.type ConvolutionParameteriv,#function GL_PREFIX(ConvolutionParameteriv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6749,8 +7456,10 @@ GL_PREFIX(ConvolutionParameteriv): ld [%g1 + (4 * _gloffset_ConvolutionParameteriv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyConvolutionFilter1D)) +.type CopyConvolutionFilter1D,#function GL_PREFIX(CopyConvolutionFilter1D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6768,8 +7477,10 @@ GL_PREFIX(CopyConvolutionFilter1D): ld [%g1 + (4 * _gloffset_CopyConvolutionFilter1D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyConvolutionFilter2D)) +.type CopyConvolutionFilter2D,#function GL_PREFIX(CopyConvolutionFilter2D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6787,8 +7498,10 @@ GL_PREFIX(CopyConvolutionFilter2D): ld [%g1 + (4 * _gloffset_CopyConvolutionFilter2D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetConvolutionFilter)) +.type GetConvolutionFilter,#function GL_PREFIX(GetConvolutionFilter): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6806,8 +7519,10 @@ GL_PREFIX(GetConvolutionFilter): ld [%g1 + (4 * _gloffset_GetConvolutionFilter)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetConvolutionParameterfv)) +.type GetConvolutionParameterfv,#function GL_PREFIX(GetConvolutionParameterfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6825,8 +7540,10 @@ GL_PREFIX(GetConvolutionParameterfv): ld [%g1 + (4 * _gloffset_GetConvolutionParameterfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetConvolutionParameteriv)) +.type GetConvolutionParameteriv,#function GL_PREFIX(GetConvolutionParameteriv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6844,8 +7561,10 @@ GL_PREFIX(GetConvolutionParameteriv): ld [%g1 + (4 * _gloffset_GetConvolutionParameteriv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetSeparableFilter)) +.type GetSeparableFilter,#function GL_PREFIX(GetSeparableFilter): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6863,8 +7582,10 @@ GL_PREFIX(GetSeparableFilter): ld [%g1 + (4 * _gloffset_GetSeparableFilter)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(SeparableFilter2D)) +.type SeparableFilter2D,#function GL_PREFIX(SeparableFilter2D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6882,8 +7603,10 @@ GL_PREFIX(SeparableFilter2D): ld [%g1 + (4 * _gloffset_SeparableFilter2D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetHistogram)) +.type GetHistogram,#function GL_PREFIX(GetHistogram): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6901,8 +7624,10 @@ GL_PREFIX(GetHistogram): ld [%g1 + (4 * _gloffset_GetHistogram)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetHistogramParameterfv)) +.type GetHistogramParameterfv,#function GL_PREFIX(GetHistogramParameterfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6920,8 +7645,10 @@ GL_PREFIX(GetHistogramParameterfv): ld [%g1 + (4 * _gloffset_GetHistogramParameterfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetHistogramParameteriv)) +.type GetHistogramParameteriv,#function GL_PREFIX(GetHistogramParameteriv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6939,8 +7666,10 @@ GL_PREFIX(GetHistogramParameteriv): ld [%g1 + (4 * _gloffset_GetHistogramParameteriv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetMinmax)) +.type GetMinmax,#function GL_PREFIX(GetMinmax): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6958,8 +7687,10 @@ GL_PREFIX(GetMinmax): ld [%g1 + (4 * _gloffset_GetMinmax)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetMinmaxParameterfv)) +.type GetMinmaxParameterfv,#function GL_PREFIX(GetMinmaxParameterfv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6977,8 +7708,10 @@ GL_PREFIX(GetMinmaxParameterfv): ld [%g1 + (4 * _gloffset_GetMinmaxParameterfv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(GetMinmaxParameteriv)) +.type GetMinmaxParameteriv,#function GL_PREFIX(GetMinmaxParameteriv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -6996,8 +7729,10 @@ GL_PREFIX(GetMinmaxParameteriv): ld [%g1 + (4 * _gloffset_GetMinmaxParameteriv)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Histogram)) +.type Histogram,#function GL_PREFIX(Histogram): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -7015,8 +7750,10 @@ GL_PREFIX(Histogram): ld [%g1 + (4 * _gloffset_Histogram)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(Minmax)) +.type Minmax,#function GL_PREFIX(Minmax): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -7034,8 +7771,10 @@ GL_PREFIX(Minmax): ld [%g1 + (4 * _gloffset_Minmax)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ResetHistogram)) +.type ResetHistogram,#function GL_PREFIX(ResetHistogram): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -7053,8 +7792,10 @@ GL_PREFIX(ResetHistogram): ld [%g1 + (4 * _gloffset_ResetHistogram)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(ResetMinmax)) +.type ResetMinmax,#function GL_PREFIX(ResetMinmax): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -7072,8 +7813,10 @@ GL_PREFIX(ResetMinmax): ld [%g1 + (4 * _gloffset_ResetMinmax)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexImage3D)) +.type TexImage3D,#function GL_PREFIX(TexImage3D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -7091,8 +7834,10 @@ GL_PREFIX(TexImage3D): ld [%g1 + (4 * _gloffset_TexImage3D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(TexSubImage3D)) +.type TexSubImage3D,#function GL_PREFIX(TexSubImage3D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -7110,8 +7855,10 @@ GL_PREFIX(TexSubImage3D): ld [%g1 + (4 * _gloffset_TexSubImage3D)], %g3 #endif jmpl %g3, %g0 + nop GLOBL_FN(GL_PREFIX(CopyTexSubImage3D)) +.type CopyTexSubImage3D,#function GL_PREFIX(CopyTexSubImage3D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 @@ -7129,9 +7876,11 @@ GL_PREFIX(CopyTexSubImage3D): ld [%g1 + (4 * _gloffset_CopyTexSubImage3D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ActiveTextureARB)) -GL_PREFIX(ActiveTextureARB): +GLOBL_FN(GL_PREFIX(ActiveTexture)) +.type ActiveTexture,#function +GL_PREFIX(ActiveTexture): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7139,18 +7888,20 @@ GL_PREFIX(ActiveTextureARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ActiveTextureARB), %g2 - or %g2, %lo(8 * _gloffset_ActiveTextureARB), %g2 + sethi %hi(8 * _gloffset_ActiveTexture), %g2 + or %g2, %lo(8 * _gloffset_ActiveTexture), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ActiveTextureARB)], %g3 + ld [%g1 + (4 * _gloffset_ActiveTexture)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ClientActiveTextureARB)) -GL_PREFIX(ClientActiveTextureARB): +GLOBL_FN(GL_PREFIX(ClientActiveTexture)) +.type ClientActiveTexture,#function +GL_PREFIX(ClientActiveTexture): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7158,18 +7909,20 @@ GL_PREFIX(ClientActiveTextureARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ClientActiveTextureARB), %g2 - or %g2, %lo(8 * _gloffset_ClientActiveTextureARB), %g2 + sethi %hi(8 * _gloffset_ClientActiveTexture), %g2 + or %g2, %lo(8 * _gloffset_ClientActiveTexture), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ClientActiveTextureARB)], %g3 + ld [%g1 + (4 * _gloffset_ClientActiveTexture)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1dARB)) -GL_PREFIX(MultiTexCoord1dARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord1d)) +.type MultiTexCoord1d,#function +GL_PREFIX(MultiTexCoord1d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7177,18 +7930,20 @@ GL_PREFIX(MultiTexCoord1dARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1dARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1dARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1d), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1d), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1dARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1d)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1dvARB)) -GL_PREFIX(MultiTexCoord1dvARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord1dv)) +.type MultiTexCoord1dv,#function +GL_PREFIX(MultiTexCoord1dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7196,18 +7951,20 @@ GL_PREFIX(MultiTexCoord1dvARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1dvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1dvARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1dv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1dv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1dvARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1dv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1fARB)) -GL_PREFIX(MultiTexCoord1fARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord1f)) +.type MultiTexCoord1f,#function +GL_PREFIX(MultiTexCoord1f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7215,18 +7972,20 @@ GL_PREFIX(MultiTexCoord1fARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1fARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1fARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1f), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1f), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1fARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1f)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1fvARB)) -GL_PREFIX(MultiTexCoord1fvARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord1fv)) +.type MultiTexCoord1fv,#function +GL_PREFIX(MultiTexCoord1fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7234,18 +7993,20 @@ GL_PREFIX(MultiTexCoord1fvARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1fvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1fvARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1fv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1fv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1fvARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1fv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1iARB)) -GL_PREFIX(MultiTexCoord1iARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord1i)) +.type MultiTexCoord1i,#function +GL_PREFIX(MultiTexCoord1i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7253,18 +8014,20 @@ GL_PREFIX(MultiTexCoord1iARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1iARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1iARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1i), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1i), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1iARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1i)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1ivARB)) -GL_PREFIX(MultiTexCoord1ivARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord1iv)) +.type MultiTexCoord1iv,#function +GL_PREFIX(MultiTexCoord1iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7272,18 +8035,20 @@ GL_PREFIX(MultiTexCoord1ivARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1ivARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1ivARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1iv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1iv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1ivARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1iv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1sARB)) -GL_PREFIX(MultiTexCoord1sARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord1s)) +.type MultiTexCoord1s,#function +GL_PREFIX(MultiTexCoord1s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7291,18 +8056,20 @@ GL_PREFIX(MultiTexCoord1sARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1sARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1sARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1s), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1s), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1sARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1s)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1svARB)) -GL_PREFIX(MultiTexCoord1svARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord1sv)) +.type MultiTexCoord1sv,#function +GL_PREFIX(MultiTexCoord1sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7310,18 +8077,20 @@ GL_PREFIX(MultiTexCoord1svARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1svARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1svARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1sv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1sv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1svARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1sv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2dARB)) -GL_PREFIX(MultiTexCoord2dARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord2d)) +.type MultiTexCoord2d,#function +GL_PREFIX(MultiTexCoord2d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7329,18 +8098,20 @@ GL_PREFIX(MultiTexCoord2dARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2dARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2dARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2d), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2d), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2dARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2d)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2dvARB)) -GL_PREFIX(MultiTexCoord2dvARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord2dv)) +.type MultiTexCoord2dv,#function +GL_PREFIX(MultiTexCoord2dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7348,18 +8119,20 @@ GL_PREFIX(MultiTexCoord2dvARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2dvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2dvARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2dv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2dv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2dvARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2dv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2fARB)) -GL_PREFIX(MultiTexCoord2fARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord2f)) +.type MultiTexCoord2f,#function +GL_PREFIX(MultiTexCoord2f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7367,18 +8140,20 @@ GL_PREFIX(MultiTexCoord2fARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2fARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2fARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2f), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2f), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2fARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2f)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2fvARB)) -GL_PREFIX(MultiTexCoord2fvARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord2fv)) +.type MultiTexCoord2fv,#function +GL_PREFIX(MultiTexCoord2fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7386,18 +8161,20 @@ GL_PREFIX(MultiTexCoord2fvARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2fvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2fvARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2fv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2fv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2fvARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2fv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2iARB)) -GL_PREFIX(MultiTexCoord2iARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord2i)) +.type MultiTexCoord2i,#function +GL_PREFIX(MultiTexCoord2i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7405,18 +8182,20 @@ GL_PREFIX(MultiTexCoord2iARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2iARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2iARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2i), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2i), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2iARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2i)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2ivARB)) -GL_PREFIX(MultiTexCoord2ivARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord2iv)) +.type MultiTexCoord2iv,#function +GL_PREFIX(MultiTexCoord2iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7424,18 +8203,20 @@ GL_PREFIX(MultiTexCoord2ivARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2ivARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2ivARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2iv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2iv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2ivARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2iv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2sARB)) -GL_PREFIX(MultiTexCoord2sARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord2s)) +.type MultiTexCoord2s,#function +GL_PREFIX(MultiTexCoord2s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7443,18 +8224,20 @@ GL_PREFIX(MultiTexCoord2sARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2sARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2sARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2s), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2s), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2sARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2s)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2svARB)) -GL_PREFIX(MultiTexCoord2svARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord2sv)) +.type MultiTexCoord2sv,#function +GL_PREFIX(MultiTexCoord2sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7462,18 +8245,20 @@ GL_PREFIX(MultiTexCoord2svARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2svARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2svARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2sv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2sv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2svARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2sv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3dARB)) -GL_PREFIX(MultiTexCoord3dARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord3d)) +.type MultiTexCoord3d,#function +GL_PREFIX(MultiTexCoord3d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7481,18 +8266,20 @@ GL_PREFIX(MultiTexCoord3dARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3dARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3dARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3d), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3d), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3dARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3d)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3dvARB)) -GL_PREFIX(MultiTexCoord3dvARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord3dv)) +.type MultiTexCoord3dv,#function +GL_PREFIX(MultiTexCoord3dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7500,18 +8287,20 @@ GL_PREFIX(MultiTexCoord3dvARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3dvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3dvARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3dv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3dv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3dvARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3dv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3fARB)) -GL_PREFIX(MultiTexCoord3fARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord3f)) +.type MultiTexCoord3f,#function +GL_PREFIX(MultiTexCoord3f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7519,18 +8308,20 @@ GL_PREFIX(MultiTexCoord3fARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3fARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3fARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3f), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3f), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3fARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3f)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3fvARB)) -GL_PREFIX(MultiTexCoord3fvARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord3fv)) +.type MultiTexCoord3fv,#function +GL_PREFIX(MultiTexCoord3fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7538,18 +8329,20 @@ GL_PREFIX(MultiTexCoord3fvARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3fvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3fvARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3fv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3fv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3fvARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3fv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3iARB)) -GL_PREFIX(MultiTexCoord3iARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord3i)) +.type MultiTexCoord3i,#function +GL_PREFIX(MultiTexCoord3i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7557,18 +8350,20 @@ GL_PREFIX(MultiTexCoord3iARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3iARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3iARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3i), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3i), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3iARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3i)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3ivARB)) -GL_PREFIX(MultiTexCoord3ivARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord3iv)) +.type MultiTexCoord3iv,#function +GL_PREFIX(MultiTexCoord3iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7576,18 +8371,20 @@ GL_PREFIX(MultiTexCoord3ivARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3ivARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3ivARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3iv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3iv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3ivARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3iv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3sARB)) -GL_PREFIX(MultiTexCoord3sARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord3s)) +.type MultiTexCoord3s,#function +GL_PREFIX(MultiTexCoord3s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7595,18 +8392,20 @@ GL_PREFIX(MultiTexCoord3sARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3sARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3sARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3s), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3s), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3sARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3s)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3svARB)) -GL_PREFIX(MultiTexCoord3svARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord3sv)) +.type MultiTexCoord3sv,#function +GL_PREFIX(MultiTexCoord3sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7614,18 +8413,20 @@ GL_PREFIX(MultiTexCoord3svARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3svARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3svARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3sv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3sv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3svARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3sv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4dARB)) -GL_PREFIX(MultiTexCoord4dARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord4d)) +.type MultiTexCoord4d,#function +GL_PREFIX(MultiTexCoord4d): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7633,18 +8434,20 @@ GL_PREFIX(MultiTexCoord4dARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4dARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4dARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4d), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4d), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4dARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4d)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4dvARB)) -GL_PREFIX(MultiTexCoord4dvARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord4dv)) +.type MultiTexCoord4dv,#function +GL_PREFIX(MultiTexCoord4dv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7652,18 +8455,20 @@ GL_PREFIX(MultiTexCoord4dvARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4dvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4dvARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4dv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4dv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4dvARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4dv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4fARB)) -GL_PREFIX(MultiTexCoord4fARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord4f)) +.type MultiTexCoord4f,#function +GL_PREFIX(MultiTexCoord4f): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7671,18 +8476,20 @@ GL_PREFIX(MultiTexCoord4fARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4fARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4fARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4f), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4f), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4fARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4f)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4fvARB)) -GL_PREFIX(MultiTexCoord4fvARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord4fv)) +.type MultiTexCoord4fv,#function +GL_PREFIX(MultiTexCoord4fv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7690,18 +8497,20 @@ GL_PREFIX(MultiTexCoord4fvARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4fvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4fvARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4fv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4fv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4fvARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4fv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4iARB)) -GL_PREFIX(MultiTexCoord4iARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord4i)) +.type MultiTexCoord4i,#function +GL_PREFIX(MultiTexCoord4i): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7709,18 +8518,20 @@ GL_PREFIX(MultiTexCoord4iARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4iARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4iARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4i), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4i), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4iARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4i)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4ivARB)) -GL_PREFIX(MultiTexCoord4ivARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord4iv)) +.type MultiTexCoord4iv,#function +GL_PREFIX(MultiTexCoord4iv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7728,18 +8539,20 @@ GL_PREFIX(MultiTexCoord4ivARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4ivARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4ivARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4iv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4iv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4ivARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4iv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4sARB)) -GL_PREFIX(MultiTexCoord4sARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord4s)) +.type MultiTexCoord4s,#function +GL_PREFIX(MultiTexCoord4s): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7747,18 +8560,20 @@ GL_PREFIX(MultiTexCoord4sARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4sARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4sARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4s), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4s), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4sARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4s)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4svARB)) -GL_PREFIX(MultiTexCoord4svARB): +GLOBL_FN(GL_PREFIX(MultiTexCoord4sv)) +.type MultiTexCoord4sv,#function +GL_PREFIX(MultiTexCoord4sv): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7766,18 +8581,20 @@ GL_PREFIX(MultiTexCoord4svARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4svARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4svARB), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4sv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4sv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4svARB)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4sv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(LoadTransposeMatrixfARB)) -GL_PREFIX(LoadTransposeMatrixfARB): +GLOBL_FN(GL_PREFIX(LoadTransposeMatrixf)) +.type LoadTransposeMatrixf,#function +GL_PREFIX(LoadTransposeMatrixf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7785,18 +8602,20 @@ GL_PREFIX(LoadTransposeMatrixfARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_LoadTransposeMatrixfARB), %g2 - or %g2, %lo(8 * _gloffset_LoadTransposeMatrixfARB), %g2 + sethi %hi(8 * _gloffset_LoadTransposeMatrixf), %g2 + or %g2, %lo(8 * _gloffset_LoadTransposeMatrixf), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_LoadTransposeMatrixfARB)], %g3 + ld [%g1 + (4 * _gloffset_LoadTransposeMatrixf)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(LoadTransposeMatrixdARB)) -GL_PREFIX(LoadTransposeMatrixdARB): +GLOBL_FN(GL_PREFIX(LoadTransposeMatrixd)) +.type LoadTransposeMatrixd,#function +GL_PREFIX(LoadTransposeMatrixd): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7804,18 +8623,20 @@ GL_PREFIX(LoadTransposeMatrixdARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_LoadTransposeMatrixdARB), %g2 - or %g2, %lo(8 * _gloffset_LoadTransposeMatrixdARB), %g2 + sethi %hi(8 * _gloffset_LoadTransposeMatrixd), %g2 + or %g2, %lo(8 * _gloffset_LoadTransposeMatrixd), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_LoadTransposeMatrixdARB)], %g3 + ld [%g1 + (4 * _gloffset_LoadTransposeMatrixd)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultTransposeMatrixfARB)) -GL_PREFIX(MultTransposeMatrixfARB): +GLOBL_FN(GL_PREFIX(MultTransposeMatrixf)) +.type MultTransposeMatrixf,#function +GL_PREFIX(MultTransposeMatrixf): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7823,18 +8644,20 @@ GL_PREFIX(MultTransposeMatrixfARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultTransposeMatrixfARB), %g2 - or %g2, %lo(8 * _gloffset_MultTransposeMatrixfARB), %g2 + sethi %hi(8 * _gloffset_MultTransposeMatrixf), %g2 + or %g2, %lo(8 * _gloffset_MultTransposeMatrixf), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultTransposeMatrixfARB)], %g3 + ld [%g1 + (4 * _gloffset_MultTransposeMatrixf)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MultTransposeMatrixdARB)) -GL_PREFIX(MultTransposeMatrixdARB): +GLOBL_FN(GL_PREFIX(MultTransposeMatrixd)) +.type MultTransposeMatrixd,#function +GL_PREFIX(MultTransposeMatrixd): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7842,18 +8665,20 @@ GL_PREFIX(MultTransposeMatrixdARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultTransposeMatrixdARB), %g2 - or %g2, %lo(8 * _gloffset_MultTransposeMatrixdARB), %g2 + sethi %hi(8 * _gloffset_MultTransposeMatrixd), %g2 + or %g2, %lo(8 * _gloffset_MultTransposeMatrixd), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultTransposeMatrixdARB)], %g3 + ld [%g1 + (4 * _gloffset_MultTransposeMatrixd)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SampleCoverageARB)) -GL_PREFIX(SampleCoverageARB): +GLOBL_FN(GL_PREFIX(SampleCoverage)) +.type SampleCoverage,#function +GL_PREFIX(SampleCoverage): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7861,18 +8686,20 @@ GL_PREFIX(SampleCoverageARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SampleCoverageARB), %g2 - or %g2, %lo(8 * _gloffset_SampleCoverageARB), %g2 + sethi %hi(8 * _gloffset_SampleCoverage), %g2 + or %g2, %lo(8 * _gloffset_SampleCoverage), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SampleCoverageARB)], %g3 + ld [%g1 + (4 * _gloffset_SampleCoverage)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CompressedTexImage3DARB)) -GL_PREFIX(CompressedTexImage3DARB): +GLOBL_FN(GL_PREFIX(CompressedTexImage3D)) +.type CompressedTexImage3D,#function +GL_PREFIX(CompressedTexImage3D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7880,18 +8707,20 @@ GL_PREFIX(CompressedTexImage3DARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexImage3DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexImage3DARB), %g2 + sethi %hi(8 * _gloffset_CompressedTexImage3D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexImage3D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexImage3DARB)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexImage3D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CompressedTexImage2DARB)) -GL_PREFIX(CompressedTexImage2DARB): +GLOBL_FN(GL_PREFIX(CompressedTexImage2D)) +.type CompressedTexImage2D,#function +GL_PREFIX(CompressedTexImage2D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7899,18 +8728,20 @@ GL_PREFIX(CompressedTexImage2DARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexImage2DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexImage2DARB), %g2 + sethi %hi(8 * _gloffset_CompressedTexImage2D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexImage2D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexImage2DARB)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexImage2D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CompressedTexImage1DARB)) -GL_PREFIX(CompressedTexImage1DARB): +GLOBL_FN(GL_PREFIX(CompressedTexImage1D)) +.type CompressedTexImage1D,#function +GL_PREFIX(CompressedTexImage1D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7918,18 +8749,20 @@ GL_PREFIX(CompressedTexImage1DARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexImage1DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexImage1DARB), %g2 + sethi %hi(8 * _gloffset_CompressedTexImage1D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexImage1D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexImage1DARB)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexImage1D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CompressedTexSubImage3DARB)) -GL_PREFIX(CompressedTexSubImage3DARB): +GLOBL_FN(GL_PREFIX(CompressedTexSubImage3D)) +.type CompressedTexSubImage3D,#function +GL_PREFIX(CompressedTexSubImage3D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7937,18 +8770,20 @@ GL_PREFIX(CompressedTexSubImage3DARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexSubImage3DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexSubImage3DARB), %g2 + sethi %hi(8 * _gloffset_CompressedTexSubImage3D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexSubImage3D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexSubImage3DARB)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexSubImage3D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CompressedTexSubImage2DARB)) -GL_PREFIX(CompressedTexSubImage2DARB): +GLOBL_FN(GL_PREFIX(CompressedTexSubImage2D)) +.type CompressedTexSubImage2D,#function +GL_PREFIX(CompressedTexSubImage2D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7956,18 +8791,20 @@ GL_PREFIX(CompressedTexSubImage2DARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexSubImage2DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexSubImage2DARB), %g2 + sethi %hi(8 * _gloffset_CompressedTexSubImage2D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexSubImage2D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexSubImage2DARB)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexSubImage2D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CompressedTexSubImage1DARB)) -GL_PREFIX(CompressedTexSubImage1DARB): +GLOBL_FN(GL_PREFIX(CompressedTexSubImage1D)) +.type CompressedTexSubImage1D,#function +GL_PREFIX(CompressedTexSubImage1D): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7975,18 +8812,20 @@ GL_PREFIX(CompressedTexSubImage1DARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexSubImage1DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexSubImage1DARB), %g2 + sethi %hi(8 * _gloffset_CompressedTexSubImage1D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexSubImage1D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexSubImage1DARB)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexSubImage1D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetCompressedTexImageARB)) -GL_PREFIX(GetCompressedTexImageARB): +GLOBL_FN(GL_PREFIX(GetCompressedTexImage)) +.type GetCompressedTexImage,#function +GL_PREFIX(GetCompressedTexImage): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -7994,18 +8833,20 @@ GL_PREFIX(GetCompressedTexImageARB): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetCompressedTexImageARB), %g2 - or %g2, %lo(8 * _gloffset_GetCompressedTexImageARB), %g2 + sethi %hi(8 * _gloffset_GetCompressedTexImage), %g2 + or %g2, %lo(8 * _gloffset_GetCompressedTexImage), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetCompressedTexImageARB)], %g3 + ld [%g1 + (4 * _gloffset_GetCompressedTexImage)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(BlendColorEXT)) -GL_PREFIX(BlendColorEXT): +GLOBL_FN(GL_PREFIX(ActiveTextureARB)) +.type ActiveTextureARB,#function +GL_PREFIX(ActiveTextureARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8013,18 +8854,20 @@ GL_PREFIX(BlendColorEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_BlendColor), %g2 - or %g2, %lo(8 * _gloffset_BlendColor), %g2 + sethi %hi(8 * _gloffset_ActiveTexture), %g2 + or %g2, %lo(8 * _gloffset_ActiveTexture), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_BlendColor)], %g3 + ld [%g1 + (4 * _gloffset_ActiveTexture)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PolygonOffsetEXT)) -GL_PREFIX(PolygonOffsetEXT): +GLOBL_FN(GL_PREFIX(ClientActiveTextureARB)) +.type ClientActiveTextureARB,#function +GL_PREFIX(ClientActiveTextureARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8032,18 +8875,20 @@ GL_PREFIX(PolygonOffsetEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PolygonOffsetEXT), %g2 - or %g2, %lo(8 * _gloffset_PolygonOffsetEXT), %g2 + sethi %hi(8 * _gloffset_ClientActiveTexture), %g2 + or %g2, %lo(8 * _gloffset_ClientActiveTexture), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PolygonOffsetEXT)], %g3 + ld [%g1 + (4 * _gloffset_ClientActiveTexture)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TexImage3DEXT)) -GL_PREFIX(TexImage3DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord1dARB)) +.type MultiTexCoord1dARB,#function +GL_PREFIX(MultiTexCoord1dARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8051,18 +8896,20 @@ GL_PREFIX(TexImage3DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TexImage3D), %g2 - or %g2, %lo(8 * _gloffset_TexImage3D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1d), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1d), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TexImage3D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1d)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TexSubImage3DEXT)) -GL_PREFIX(TexSubImage3DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord1dvARB)) +.type MultiTexCoord1dvARB,#function +GL_PREFIX(MultiTexCoord1dvARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8070,18 +8917,20 @@ GL_PREFIX(TexSubImage3DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TexSubImage3D), %g2 - or %g2, %lo(8 * _gloffset_TexSubImage3D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1dv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1dv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TexSubImage3D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1dv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetTexFilterFuncSGIS)) -GL_PREFIX(GetTexFilterFuncSGIS): +GLOBL_FN(GL_PREFIX(MultiTexCoord1fARB)) +.type MultiTexCoord1fARB,#function +GL_PREFIX(MultiTexCoord1fARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8089,18 +8938,20 @@ GL_PREFIX(GetTexFilterFuncSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetTexFilterFuncSGIS), %g2 - or %g2, %lo(8 * _gloffset_GetTexFilterFuncSGIS), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1f), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1f), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetTexFilterFuncSGIS)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1f)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TexFilterFuncSGIS)) -GL_PREFIX(TexFilterFuncSGIS): +GLOBL_FN(GL_PREFIX(MultiTexCoord1fvARB)) +.type MultiTexCoord1fvARB,#function +GL_PREFIX(MultiTexCoord1fvARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8108,18 +8959,20 @@ GL_PREFIX(TexFilterFuncSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TexFilterFuncSGIS), %g2 - or %g2, %lo(8 * _gloffset_TexFilterFuncSGIS), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1fv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1fv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TexFilterFuncSGIS)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1fv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TexSubImage1DEXT)) -GL_PREFIX(TexSubImage1DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord1iARB)) +.type MultiTexCoord1iARB,#function +GL_PREFIX(MultiTexCoord1iARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8127,18 +8980,20 @@ GL_PREFIX(TexSubImage1DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TexSubImage1D), %g2 - or %g2, %lo(8 * _gloffset_TexSubImage1D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1i), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1i), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TexSubImage1D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1i)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TexSubImage2DEXT)) -GL_PREFIX(TexSubImage2DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord1ivARB)) +.type MultiTexCoord1ivARB,#function +GL_PREFIX(MultiTexCoord1ivARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8146,18 +9001,20 @@ GL_PREFIX(TexSubImage2DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TexSubImage2D), %g2 - or %g2, %lo(8 * _gloffset_TexSubImage2D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1iv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1iv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TexSubImage2D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1iv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CopyTexImage1DEXT)) -GL_PREFIX(CopyTexImage1DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord1sARB)) +.type MultiTexCoord1sARB,#function +GL_PREFIX(MultiTexCoord1sARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8165,18 +9022,20 @@ GL_PREFIX(CopyTexImage1DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CopyTexImage1D), %g2 - or %g2, %lo(8 * _gloffset_CopyTexImage1D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1s), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1s), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CopyTexImage1D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1s)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CopyTexImage2DEXT)) -GL_PREFIX(CopyTexImage2DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord1svARB)) +.type MultiTexCoord1svARB,#function +GL_PREFIX(MultiTexCoord1svARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8184,18 +9043,20 @@ GL_PREFIX(CopyTexImage2DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CopyTexImage2D), %g2 - or %g2, %lo(8 * _gloffset_CopyTexImage2D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord1sv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord1sv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CopyTexImage2D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord1sv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CopyTexSubImage1DEXT)) -GL_PREFIX(CopyTexSubImage1DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord2dARB)) +.type MultiTexCoord2dARB,#function +GL_PREFIX(MultiTexCoord2dARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8203,18 +9064,20 @@ GL_PREFIX(CopyTexSubImage1DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CopyTexSubImage1D), %g2 - or %g2, %lo(8 * _gloffset_CopyTexSubImage1D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2d), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2d), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CopyTexSubImage1D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2d)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CopyTexSubImage2DEXT)) -GL_PREFIX(CopyTexSubImage2DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord2dvARB)) +.type MultiTexCoord2dvARB,#function +GL_PREFIX(MultiTexCoord2dvARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8222,18 +9085,20 @@ GL_PREFIX(CopyTexSubImage2DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CopyTexSubImage2D), %g2 - or %g2, %lo(8 * _gloffset_CopyTexSubImage2D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2dv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2dv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CopyTexSubImage2D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2dv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CopyTexSubImage3DEXT)) -GL_PREFIX(CopyTexSubImage3DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord2fARB)) +.type MultiTexCoord2fARB,#function +GL_PREFIX(MultiTexCoord2fARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8241,18 +9106,20 @@ GL_PREFIX(CopyTexSubImage3DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CopyTexSubImage3D), %g2 - or %g2, %lo(8 * _gloffset_CopyTexSubImage3D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2f), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2f), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CopyTexSubImage3D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2f)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetHistogramEXT)) -GL_PREFIX(GetHistogramEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord2fvARB)) +.type MultiTexCoord2fvARB,#function +GL_PREFIX(MultiTexCoord2fvARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8260,18 +9127,20 @@ GL_PREFIX(GetHistogramEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetHistogramEXT), %g2 - or %g2, %lo(8 * _gloffset_GetHistogramEXT), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2fv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2fv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetHistogramEXT)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2fv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetHistogramParameterfvEXT)) -GL_PREFIX(GetHistogramParameterfvEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord2iARB)) +.type MultiTexCoord2iARB,#function +GL_PREFIX(MultiTexCoord2iARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8279,18 +9148,20 @@ GL_PREFIX(GetHistogramParameterfvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetHistogramParameterfvEXT), %g2 - or %g2, %lo(8 * _gloffset_GetHistogramParameterfvEXT), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2i), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2i), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetHistogramParameterfvEXT)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2i)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetHistogramParameterivEXT)) -GL_PREFIX(GetHistogramParameterivEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord2ivARB)) +.type MultiTexCoord2ivARB,#function +GL_PREFIX(MultiTexCoord2ivARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8298,18 +9169,20 @@ GL_PREFIX(GetHistogramParameterivEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetHistogramParameterivEXT), %g2 - or %g2, %lo(8 * _gloffset_GetHistogramParameterivEXT), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2iv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2iv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetHistogramParameterivEXT)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2iv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetMinmaxEXT)) -GL_PREFIX(GetMinmaxEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord2sARB)) +.type MultiTexCoord2sARB,#function +GL_PREFIX(MultiTexCoord2sARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8317,18 +9190,20 @@ GL_PREFIX(GetMinmaxEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetMinmaxEXT), %g2 - or %g2, %lo(8 * _gloffset_GetMinmaxEXT), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2s), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2s), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetMinmaxEXT)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2s)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetMinmaxParameterfvEXT)) -GL_PREFIX(GetMinmaxParameterfvEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord2svARB)) +.type MultiTexCoord2svARB,#function +GL_PREFIX(MultiTexCoord2svARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8336,18 +9211,20 @@ GL_PREFIX(GetMinmaxParameterfvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetMinmaxParameterfvEXT), %g2 - or %g2, %lo(8 * _gloffset_GetMinmaxParameterfvEXT), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord2sv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord2sv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetMinmaxParameterfvEXT)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord2sv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetMinmaxParameterivEXT)) -GL_PREFIX(GetMinmaxParameterivEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord3dARB)) +.type MultiTexCoord3dARB,#function +GL_PREFIX(MultiTexCoord3dARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8355,18 +9232,20 @@ GL_PREFIX(GetMinmaxParameterivEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetMinmaxParameterivEXT), %g2 - or %g2, %lo(8 * _gloffset_GetMinmaxParameterivEXT), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3d), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3d), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetMinmaxParameterivEXT)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3d)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(HistogramEXT)) -GL_PREFIX(HistogramEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord3dvARB)) +.type MultiTexCoord3dvARB,#function +GL_PREFIX(MultiTexCoord3dvARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8374,18 +9253,20 @@ GL_PREFIX(HistogramEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_Histogram), %g2 - or %g2, %lo(8 * _gloffset_Histogram), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3dv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3dv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_Histogram)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3dv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(MinmaxEXT)) -GL_PREFIX(MinmaxEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord3fARB)) +.type MultiTexCoord3fARB,#function +GL_PREFIX(MultiTexCoord3fARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8393,18 +9274,20 @@ GL_PREFIX(MinmaxEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_Minmax), %g2 - or %g2, %lo(8 * _gloffset_Minmax), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3f), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3f), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_Minmax)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3f)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ResetHistogramEXT)) -GL_PREFIX(ResetHistogramEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord3fvARB)) +.type MultiTexCoord3fvARB,#function +GL_PREFIX(MultiTexCoord3fvARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8412,18 +9295,20 @@ GL_PREFIX(ResetHistogramEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ResetHistogram), %g2 - or %g2, %lo(8 * _gloffset_ResetHistogram), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3fv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3fv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ResetHistogram)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3fv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ResetMinmaxEXT)) -GL_PREFIX(ResetMinmaxEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord3iARB)) +.type MultiTexCoord3iARB,#function +GL_PREFIX(MultiTexCoord3iARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8431,18 +9316,20 @@ GL_PREFIX(ResetMinmaxEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ResetMinmax), %g2 - or %g2, %lo(8 * _gloffset_ResetMinmax), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3i), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3i), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ResetMinmax)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3i)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ConvolutionFilter1DEXT)) -GL_PREFIX(ConvolutionFilter1DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord3ivARB)) +.type MultiTexCoord3ivARB,#function +GL_PREFIX(MultiTexCoord3ivARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8450,18 +9337,20 @@ GL_PREFIX(ConvolutionFilter1DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ConvolutionFilter1D), %g2 - or %g2, %lo(8 * _gloffset_ConvolutionFilter1D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3iv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3iv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ConvolutionFilter1D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3iv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ConvolutionFilter2DEXT)) -GL_PREFIX(ConvolutionFilter2DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord3sARB)) +.type MultiTexCoord3sARB,#function +GL_PREFIX(MultiTexCoord3sARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8469,18 +9358,20 @@ GL_PREFIX(ConvolutionFilter2DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ConvolutionFilter2D), %g2 - or %g2, %lo(8 * _gloffset_ConvolutionFilter2D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3s), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3s), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ConvolutionFilter2D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3s)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ConvolutionParameterfEXT)) -GL_PREFIX(ConvolutionParameterfEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord3svARB)) +.type MultiTexCoord3svARB,#function +GL_PREFIX(MultiTexCoord3svARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8488,18 +9379,20 @@ GL_PREFIX(ConvolutionParameterfEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ConvolutionParameterf), %g2 - or %g2, %lo(8 * _gloffset_ConvolutionParameterf), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord3sv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord3sv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ConvolutionParameterf)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord3sv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ConvolutionParameterfvEXT)) -GL_PREFIX(ConvolutionParameterfvEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord4dARB)) +.type MultiTexCoord4dARB,#function +GL_PREFIX(MultiTexCoord4dARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8507,18 +9400,20 @@ GL_PREFIX(ConvolutionParameterfvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ConvolutionParameterfv), %g2 - or %g2, %lo(8 * _gloffset_ConvolutionParameterfv), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4d), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4d), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ConvolutionParameterfv)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4d)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ConvolutionParameteriEXT)) -GL_PREFIX(ConvolutionParameteriEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord4dvARB)) +.type MultiTexCoord4dvARB,#function +GL_PREFIX(MultiTexCoord4dvARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8526,18 +9421,20 @@ GL_PREFIX(ConvolutionParameteriEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ConvolutionParameteri), %g2 - or %g2, %lo(8 * _gloffset_ConvolutionParameteri), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4dv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4dv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ConvolutionParameteri)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4dv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ConvolutionParameterivEXT)) -GL_PREFIX(ConvolutionParameterivEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord4fARB)) +.type MultiTexCoord4fARB,#function +GL_PREFIX(MultiTexCoord4fARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8545,18 +9442,20 @@ GL_PREFIX(ConvolutionParameterivEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ConvolutionParameteriv), %g2 - or %g2, %lo(8 * _gloffset_ConvolutionParameteriv), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4f), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4f), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ConvolutionParameteriv)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4f)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CopyConvolutionFilter1DEXT)) -GL_PREFIX(CopyConvolutionFilter1DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord4fvARB)) +.type MultiTexCoord4fvARB,#function +GL_PREFIX(MultiTexCoord4fvARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8564,18 +9463,20 @@ GL_PREFIX(CopyConvolutionFilter1DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CopyConvolutionFilter1D), %g2 - or %g2, %lo(8 * _gloffset_CopyConvolutionFilter1D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4fv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4fv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CopyConvolutionFilter1D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4fv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CopyConvolutionFilter2DEXT)) -GL_PREFIX(CopyConvolutionFilter2DEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord4iARB)) +.type MultiTexCoord4iARB,#function +GL_PREFIX(MultiTexCoord4iARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8583,18 +9484,20 @@ GL_PREFIX(CopyConvolutionFilter2DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CopyConvolutionFilter2D), %g2 - or %g2, %lo(8 * _gloffset_CopyConvolutionFilter2D), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4i), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4i), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CopyConvolutionFilter2D)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4i)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetConvolutionFilterEXT)) -GL_PREFIX(GetConvolutionFilterEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord4ivARB)) +.type MultiTexCoord4ivARB,#function +GL_PREFIX(MultiTexCoord4ivARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8602,18 +9505,20 @@ GL_PREFIX(GetConvolutionFilterEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetConvolutionFilterEXT), %g2 - or %g2, %lo(8 * _gloffset_GetConvolutionFilterEXT), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4iv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4iv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetConvolutionFilterEXT)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4iv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetConvolutionParameterfvEXT)) -GL_PREFIX(GetConvolutionParameterfvEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord4sARB)) +.type MultiTexCoord4sARB,#function +GL_PREFIX(MultiTexCoord4sARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8621,18 +9526,20 @@ GL_PREFIX(GetConvolutionParameterfvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetConvolutionParameterfvEXT), %g2 - or %g2, %lo(8 * _gloffset_GetConvolutionParameterfvEXT), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4s), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4s), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetConvolutionParameterfvEXT)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4s)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetConvolutionParameterivEXT)) -GL_PREFIX(GetConvolutionParameterivEXT): +GLOBL_FN(GL_PREFIX(MultiTexCoord4svARB)) +.type MultiTexCoord4svARB,#function +GL_PREFIX(MultiTexCoord4svARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8640,18 +9547,20 @@ GL_PREFIX(GetConvolutionParameterivEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetConvolutionParameterivEXT), %g2 - or %g2, %lo(8 * _gloffset_GetConvolutionParameterivEXT), %g2 + sethi %hi(8 * _gloffset_MultiTexCoord4sv), %g2 + or %g2, %lo(8 * _gloffset_MultiTexCoord4sv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetConvolutionParameterivEXT)], %g3 + ld [%g1 + (4 * _gloffset_MultiTexCoord4sv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetSeparableFilterEXT)) -GL_PREFIX(GetSeparableFilterEXT): +GLOBL_FN(GL_PREFIX(LoadTransposeMatrixfARB)) +.type LoadTransposeMatrixfARB,#function +GL_PREFIX(LoadTransposeMatrixfARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8659,18 +9568,20 @@ GL_PREFIX(GetSeparableFilterEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetSeparableFilterEXT), %g2 - or %g2, %lo(8 * _gloffset_GetSeparableFilterEXT), %g2 + sethi %hi(8 * _gloffset_LoadTransposeMatrixf), %g2 + or %g2, %lo(8 * _gloffset_LoadTransposeMatrixf), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetSeparableFilterEXT)], %g3 + ld [%g1 + (4 * _gloffset_LoadTransposeMatrixf)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SeparableFilter2DEXT)) -GL_PREFIX(SeparableFilter2DEXT): +GLOBL_FN(GL_PREFIX(LoadTransposeMatrixdARB)) +.type LoadTransposeMatrixdARB,#function +GL_PREFIX(LoadTransposeMatrixdARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8678,18 +9589,20 @@ GL_PREFIX(SeparableFilter2DEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SeparableFilter2D), %g2 - or %g2, %lo(8 * _gloffset_SeparableFilter2D), %g2 + sethi %hi(8 * _gloffset_LoadTransposeMatrixd), %g2 + or %g2, %lo(8 * _gloffset_LoadTransposeMatrixd), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SeparableFilter2D)], %g3 + ld [%g1 + (4 * _gloffset_LoadTransposeMatrixd)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ColorTableSGI)) -GL_PREFIX(ColorTableSGI): +GLOBL_FN(GL_PREFIX(MultTransposeMatrixfARB)) +.type MultTransposeMatrixfARB,#function +GL_PREFIX(MultTransposeMatrixfARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8697,18 +9610,20 @@ GL_PREFIX(ColorTableSGI): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ColorTable), %g2 - or %g2, %lo(8 * _gloffset_ColorTable), %g2 + sethi %hi(8 * _gloffset_MultTransposeMatrixf), %g2 + or %g2, %lo(8 * _gloffset_MultTransposeMatrixf), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ColorTable)], %g3 + ld [%g1 + (4 * _gloffset_MultTransposeMatrixf)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ColorTableParameterfvSGI)) -GL_PREFIX(ColorTableParameterfvSGI): +GLOBL_FN(GL_PREFIX(MultTransposeMatrixdARB)) +.type MultTransposeMatrixdARB,#function +GL_PREFIX(MultTransposeMatrixdARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8716,18 +9631,20 @@ GL_PREFIX(ColorTableParameterfvSGI): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ColorTableParameterfv), %g2 - or %g2, %lo(8 * _gloffset_ColorTableParameterfv), %g2 + sethi %hi(8 * _gloffset_MultTransposeMatrixd), %g2 + or %g2, %lo(8 * _gloffset_MultTransposeMatrixd), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ColorTableParameterfv)], %g3 + ld [%g1 + (4 * _gloffset_MultTransposeMatrixd)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ColorTableParameterivSGI)) -GL_PREFIX(ColorTableParameterivSGI): +GLOBL_FN(GL_PREFIX(SampleCoverageARB)) +.type SampleCoverageARB,#function +GL_PREFIX(SampleCoverageARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8735,18 +9652,20 @@ GL_PREFIX(ColorTableParameterivSGI): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ColorTableParameteriv), %g2 - or %g2, %lo(8 * _gloffset_ColorTableParameteriv), %g2 + sethi %hi(8 * _gloffset_SampleCoverage), %g2 + or %g2, %lo(8 * _gloffset_SampleCoverage), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ColorTableParameteriv)], %g3 + ld [%g1 + (4 * _gloffset_SampleCoverage)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CopyColorTableSGI)) -GL_PREFIX(CopyColorTableSGI): +GLOBL_FN(GL_PREFIX(__unused413)) +.type __unused413,#function +GL_PREFIX(__unused413): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8754,18 +9673,20 @@ GL_PREFIX(CopyColorTableSGI): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CopyColorTable), %g2 - or %g2, %lo(8 * _gloffset_CopyColorTable), %g2 + sethi %hi(8 * _gloffset___unused413), %g2 + or %g2, %lo(8 * _gloffset___unused413), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CopyColorTable)], %g3 + ld [%g1 + (4 * _gloffset___unused413)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetColorTableSGI)) -GL_PREFIX(GetColorTableSGI): +GLOBL_FN(GL_PREFIX(CompressedTexImage3DARB)) +.type CompressedTexImage3DARB,#function +GL_PREFIX(CompressedTexImage3DARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8773,18 +9694,20 @@ GL_PREFIX(GetColorTableSGI): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetColorTableSGI), %g2 - or %g2, %lo(8 * _gloffset_GetColorTableSGI), %g2 + sethi %hi(8 * _gloffset_CompressedTexImage3D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexImage3D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetColorTableSGI)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexImage3D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetColorTableParameterfvSGI)) -GL_PREFIX(GetColorTableParameterfvSGI): +GLOBL_FN(GL_PREFIX(CompressedTexImage2DARB)) +.type CompressedTexImage2DARB,#function +GL_PREFIX(CompressedTexImage2DARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8792,18 +9715,20 @@ GL_PREFIX(GetColorTableParameterfvSGI): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetColorTableParameterfvSGI), %g2 - or %g2, %lo(8 * _gloffset_GetColorTableParameterfvSGI), %g2 + sethi %hi(8 * _gloffset_CompressedTexImage2D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexImage2D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetColorTableParameterfvSGI)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexImage2D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetColorTableParameterivSGI)) -GL_PREFIX(GetColorTableParameterivSGI): +GLOBL_FN(GL_PREFIX(CompressedTexImage1DARB)) +.type CompressedTexImage1DARB,#function +GL_PREFIX(CompressedTexImage1DARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8811,18 +9736,20 @@ GL_PREFIX(GetColorTableParameterivSGI): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetColorTableParameterivSGI), %g2 - or %g2, %lo(8 * _gloffset_GetColorTableParameterivSGI), %g2 + sethi %hi(8 * _gloffset_CompressedTexImage1D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexImage1D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetColorTableParameterivSGI)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexImage1D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PixelTexGenSGIX)) -GL_PREFIX(PixelTexGenSGIX): +GLOBL_FN(GL_PREFIX(CompressedTexSubImage3DARB)) +.type CompressedTexSubImage3DARB,#function +GL_PREFIX(CompressedTexSubImage3DARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8830,18 +9757,20 @@ GL_PREFIX(PixelTexGenSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PixelTexGenSGIX), %g2 - or %g2, %lo(8 * _gloffset_PixelTexGenSGIX), %g2 + sethi %hi(8 * _gloffset_CompressedTexSubImage3D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexSubImage3D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PixelTexGenSGIX)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexSubImage3D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PixelTexGenParameteriSGIS)) -GL_PREFIX(PixelTexGenParameteriSGIS): +GLOBL_FN(GL_PREFIX(CompressedTexSubImage2DARB)) +.type CompressedTexSubImage2DARB,#function +GL_PREFIX(CompressedTexSubImage2DARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8849,18 +9778,20 @@ GL_PREFIX(PixelTexGenParameteriSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PixelTexGenParameteriSGIS), %g2 - or %g2, %lo(8 * _gloffset_PixelTexGenParameteriSGIS), %g2 + sethi %hi(8 * _gloffset_CompressedTexSubImage2D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexSubImage2D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PixelTexGenParameteriSGIS)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexSubImage2D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PixelTexGenParameterivSGIS)) -GL_PREFIX(PixelTexGenParameterivSGIS): +GLOBL_FN(GL_PREFIX(CompressedTexSubImage1DARB)) +.type CompressedTexSubImage1DARB,#function +GL_PREFIX(CompressedTexSubImage1DARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8868,18 +9799,20 @@ GL_PREFIX(PixelTexGenParameterivSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PixelTexGenParameterivSGIS), %g2 - or %g2, %lo(8 * _gloffset_PixelTexGenParameterivSGIS), %g2 + sethi %hi(8 * _gloffset_CompressedTexSubImage1D), %g2 + or %g2, %lo(8 * _gloffset_CompressedTexSubImage1D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PixelTexGenParameterivSGIS)], %g3 + ld [%g1 + (4 * _gloffset_CompressedTexSubImage1D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PixelTexGenParameterfSGIS)) -GL_PREFIX(PixelTexGenParameterfSGIS): +GLOBL_FN(GL_PREFIX(GetCompressedTexImageARB)) +.type GetCompressedTexImageARB,#function +GL_PREFIX(GetCompressedTexImageARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8887,18 +9820,20 @@ GL_PREFIX(PixelTexGenParameterfSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PixelTexGenParameterfSGIS), %g2 - or %g2, %lo(8 * _gloffset_PixelTexGenParameterfSGIS), %g2 + sethi %hi(8 * _gloffset_GetCompressedTexImage), %g2 + or %g2, %lo(8 * _gloffset_GetCompressedTexImage), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PixelTexGenParameterfSGIS)], %g3 + ld [%g1 + (4 * _gloffset_GetCompressedTexImage)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PixelTexGenParameterfvSGIS)) -GL_PREFIX(PixelTexGenParameterfvSGIS): +GLOBL_FN(GL_PREFIX(BlendColorEXT)) +.type BlendColorEXT,#function +GL_PREFIX(BlendColorEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8906,18 +9841,20 @@ GL_PREFIX(PixelTexGenParameterfvSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PixelTexGenParameterfvSGIS), %g2 - or %g2, %lo(8 * _gloffset_PixelTexGenParameterfvSGIS), %g2 + sethi %hi(8 * _gloffset_BlendColor), %g2 + or %g2, %lo(8 * _gloffset_BlendColor), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PixelTexGenParameterfvSGIS)], %g3 + ld [%g1 + (4 * _gloffset_BlendColor)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetPixelTexGenParameterivSGIS)) -GL_PREFIX(GetPixelTexGenParameterivSGIS): +GLOBL_FN(GL_PREFIX(PolygonOffsetEXT)) +.type PolygonOffsetEXT,#function +GL_PREFIX(PolygonOffsetEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8925,18 +9862,20 @@ GL_PREFIX(GetPixelTexGenParameterivSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetPixelTexGenParameterivSGIS), %g2 - or %g2, %lo(8 * _gloffset_GetPixelTexGenParameterivSGIS), %g2 + sethi %hi(8 * _gloffset_PolygonOffsetEXT), %g2 + or %g2, %lo(8 * _gloffset_PolygonOffsetEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetPixelTexGenParameterivSGIS)], %g3 + ld [%g1 + (4 * _gloffset_PolygonOffsetEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetPixelTexGenParameterfvSGIS)) -GL_PREFIX(GetPixelTexGenParameterfvSGIS): +GLOBL_FN(GL_PREFIX(TexImage3DEXT)) +.type TexImage3DEXT,#function +GL_PREFIX(TexImage3DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8944,18 +9883,20 @@ GL_PREFIX(GetPixelTexGenParameterfvSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetPixelTexGenParameterfvSGIS), %g2 - or %g2, %lo(8 * _gloffset_GetPixelTexGenParameterfvSGIS), %g2 + sethi %hi(8 * _gloffset_TexImage3D), %g2 + or %g2, %lo(8 * _gloffset_TexImage3D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetPixelTexGenParameterfvSGIS)], %g3 + ld [%g1 + (4 * _gloffset_TexImage3D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TexImage4DSGIS)) -GL_PREFIX(TexImage4DSGIS): +GLOBL_FN(GL_PREFIX(TexSubImage3DEXT)) +.type TexSubImage3DEXT,#function +GL_PREFIX(TexSubImage3DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8963,18 +9904,20 @@ GL_PREFIX(TexImage4DSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TexImage4DSGIS), %g2 - or %g2, %lo(8 * _gloffset_TexImage4DSGIS), %g2 + sethi %hi(8 * _gloffset_TexSubImage3D), %g2 + or %g2, %lo(8 * _gloffset_TexSubImage3D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TexImage4DSGIS)], %g3 + ld [%g1 + (4 * _gloffset_TexSubImage3D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TexSubImage4DSGIS)) -GL_PREFIX(TexSubImage4DSGIS): +GLOBL_FN(GL_PREFIX(GetTexFilterFuncSGIS)) +.type GetTexFilterFuncSGIS,#function +GL_PREFIX(GetTexFilterFuncSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -8982,18 +9925,20 @@ GL_PREFIX(TexSubImage4DSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TexSubImage4DSGIS), %g2 - or %g2, %lo(8 * _gloffset_TexSubImage4DSGIS), %g2 + sethi %hi(8 * _gloffset_GetTexFilterFuncSGIS), %g2 + or %g2, %lo(8 * _gloffset_GetTexFilterFuncSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TexSubImage4DSGIS)], %g3 + ld [%g1 + (4 * _gloffset_GetTexFilterFuncSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(AreTexturesResidentEXT)) -GL_PREFIX(AreTexturesResidentEXT): +GLOBL_FN(GL_PREFIX(TexFilterFuncSGIS)) +.type TexFilterFuncSGIS,#function +GL_PREFIX(TexFilterFuncSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9001,18 +9946,20 @@ GL_PREFIX(AreTexturesResidentEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_AreTexturesResidentEXT), %g2 - or %g2, %lo(8 * _gloffset_AreTexturesResidentEXT), %g2 + sethi %hi(8 * _gloffset_TexFilterFuncSGIS), %g2 + or %g2, %lo(8 * _gloffset_TexFilterFuncSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_AreTexturesResidentEXT)], %g3 + ld [%g1 + (4 * _gloffset_TexFilterFuncSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(BindTextureEXT)) -GL_PREFIX(BindTextureEXT): +GLOBL_FN(GL_PREFIX(TexSubImage1DEXT)) +.type TexSubImage1DEXT,#function +GL_PREFIX(TexSubImage1DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9020,18 +9967,20 @@ GL_PREFIX(BindTextureEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_BindTexture), %g2 - or %g2, %lo(8 * _gloffset_BindTexture), %g2 + sethi %hi(8 * _gloffset_TexSubImage1D), %g2 + or %g2, %lo(8 * _gloffset_TexSubImage1D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_BindTexture)], %g3 + ld [%g1 + (4 * _gloffset_TexSubImage1D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(DeleteTexturesEXT)) -GL_PREFIX(DeleteTexturesEXT): +GLOBL_FN(GL_PREFIX(TexSubImage2DEXT)) +.type TexSubImage2DEXT,#function +GL_PREFIX(TexSubImage2DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9039,18 +9988,20 @@ GL_PREFIX(DeleteTexturesEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_DeleteTextures), %g2 - or %g2, %lo(8 * _gloffset_DeleteTextures), %g2 + sethi %hi(8 * _gloffset_TexSubImage2D), %g2 + or %g2, %lo(8 * _gloffset_TexSubImage2D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_DeleteTextures)], %g3 + ld [%g1 + (4 * _gloffset_TexSubImage2D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GenTexturesEXT)) -GL_PREFIX(GenTexturesEXT): +GLOBL_FN(GL_PREFIX(CopyTexImage1DEXT)) +.type CopyTexImage1DEXT,#function +GL_PREFIX(CopyTexImage1DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9058,18 +10009,20 @@ GL_PREFIX(GenTexturesEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GenTexturesEXT), %g2 - or %g2, %lo(8 * _gloffset_GenTexturesEXT), %g2 + sethi %hi(8 * _gloffset_CopyTexImage1D), %g2 + or %g2, %lo(8 * _gloffset_CopyTexImage1D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GenTexturesEXT)], %g3 + ld [%g1 + (4 * _gloffset_CopyTexImage1D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(IsTextureEXT)) -GL_PREFIX(IsTextureEXT): +GLOBL_FN(GL_PREFIX(CopyTexImage2DEXT)) +.type CopyTexImage2DEXT,#function +GL_PREFIX(CopyTexImage2DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9077,18 +10030,20 @@ GL_PREFIX(IsTextureEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_IsTextureEXT), %g2 - or %g2, %lo(8 * _gloffset_IsTextureEXT), %g2 + sethi %hi(8 * _gloffset_CopyTexImage2D), %g2 + or %g2, %lo(8 * _gloffset_CopyTexImage2D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_IsTextureEXT)], %g3 + ld [%g1 + (4 * _gloffset_CopyTexImage2D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PrioritizeTexturesEXT)) -GL_PREFIX(PrioritizeTexturesEXT): +GLOBL_FN(GL_PREFIX(CopyTexSubImage1DEXT)) +.type CopyTexSubImage1DEXT,#function +GL_PREFIX(CopyTexSubImage1DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9096,18 +10051,20 @@ GL_PREFIX(PrioritizeTexturesEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PrioritizeTextures), %g2 - or %g2, %lo(8 * _gloffset_PrioritizeTextures), %g2 + sethi %hi(8 * _gloffset_CopyTexSubImage1D), %g2 + or %g2, %lo(8 * _gloffset_CopyTexSubImage1D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PrioritizeTextures)], %g3 + ld [%g1 + (4 * _gloffset_CopyTexSubImage1D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(DetailTexFuncSGIS)) -GL_PREFIX(DetailTexFuncSGIS): +GLOBL_FN(GL_PREFIX(CopyTexSubImage2DEXT)) +.type CopyTexSubImage2DEXT,#function +GL_PREFIX(CopyTexSubImage2DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9115,18 +10072,20 @@ GL_PREFIX(DetailTexFuncSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_DetailTexFuncSGIS), %g2 - or %g2, %lo(8 * _gloffset_DetailTexFuncSGIS), %g2 + sethi %hi(8 * _gloffset_CopyTexSubImage2D), %g2 + or %g2, %lo(8 * _gloffset_CopyTexSubImage2D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_DetailTexFuncSGIS)], %g3 + ld [%g1 + (4 * _gloffset_CopyTexSubImage2D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetDetailTexFuncSGIS)) -GL_PREFIX(GetDetailTexFuncSGIS): +GLOBL_FN(GL_PREFIX(CopyTexSubImage3DEXT)) +.type CopyTexSubImage3DEXT,#function +GL_PREFIX(CopyTexSubImage3DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9134,18 +10093,20 @@ GL_PREFIX(GetDetailTexFuncSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetDetailTexFuncSGIS), %g2 - or %g2, %lo(8 * _gloffset_GetDetailTexFuncSGIS), %g2 + sethi %hi(8 * _gloffset_CopyTexSubImage3D), %g2 + or %g2, %lo(8 * _gloffset_CopyTexSubImage3D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetDetailTexFuncSGIS)], %g3 + ld [%g1 + (4 * _gloffset_CopyTexSubImage3D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SharpenTexFuncSGIS)) -GL_PREFIX(SharpenTexFuncSGIS): +GLOBL_FN(GL_PREFIX(GetHistogramEXT)) +.type GetHistogramEXT,#function +GL_PREFIX(GetHistogramEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9153,18 +10114,20 @@ GL_PREFIX(SharpenTexFuncSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SharpenTexFuncSGIS), %g2 - or %g2, %lo(8 * _gloffset_SharpenTexFuncSGIS), %g2 + sethi %hi(8 * _gloffset_GetHistogramEXT), %g2 + or %g2, %lo(8 * _gloffset_GetHistogramEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SharpenTexFuncSGIS)], %g3 + ld [%g1 + (4 * _gloffset_GetHistogramEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetSharpenTexFuncSGIS)) -GL_PREFIX(GetSharpenTexFuncSGIS): +GLOBL_FN(GL_PREFIX(GetHistogramParameterfvEXT)) +.type GetHistogramParameterfvEXT,#function +GL_PREFIX(GetHistogramParameterfvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9172,18 +10135,20 @@ GL_PREFIX(GetSharpenTexFuncSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetSharpenTexFuncSGIS), %g2 - or %g2, %lo(8 * _gloffset_GetSharpenTexFuncSGIS), %g2 + sethi %hi(8 * _gloffset_GetHistogramParameterfvEXT), %g2 + or %g2, %lo(8 * _gloffset_GetHistogramParameterfvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetSharpenTexFuncSGIS)], %g3 + ld [%g1 + (4 * _gloffset_GetHistogramParameterfvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ArrayElementEXT)) -GL_PREFIX(ArrayElementEXT): +GLOBL_FN(GL_PREFIX(GetHistogramParameterivEXT)) +.type GetHistogramParameterivEXT,#function +GL_PREFIX(GetHistogramParameterivEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9191,18 +10156,20 @@ GL_PREFIX(ArrayElementEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ArrayElement), %g2 - or %g2, %lo(8 * _gloffset_ArrayElement), %g2 + sethi %hi(8 * _gloffset_GetHistogramParameterivEXT), %g2 + or %g2, %lo(8 * _gloffset_GetHistogramParameterivEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ArrayElement)], %g3 + ld [%g1 + (4 * _gloffset_GetHistogramParameterivEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ColorPointerEXT)) -GL_PREFIX(ColorPointerEXT): +GLOBL_FN(GL_PREFIX(GetMinmaxEXT)) +.type GetMinmaxEXT,#function +GL_PREFIX(GetMinmaxEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9210,18 +10177,20 @@ GL_PREFIX(ColorPointerEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ColorPointerEXT), %g2 - or %g2, %lo(8 * _gloffset_ColorPointerEXT), %g2 + sethi %hi(8 * _gloffset_GetMinmaxEXT), %g2 + or %g2, %lo(8 * _gloffset_GetMinmaxEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ColorPointerEXT)], %g3 + ld [%g1 + (4 * _gloffset_GetMinmaxEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(DrawArraysEXT)) -GL_PREFIX(DrawArraysEXT): +GLOBL_FN(GL_PREFIX(GetMinmaxParameterfvEXT)) +.type GetMinmaxParameterfvEXT,#function +GL_PREFIX(GetMinmaxParameterfvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9229,18 +10198,20 @@ GL_PREFIX(DrawArraysEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_DrawArrays), %g2 - or %g2, %lo(8 * _gloffset_DrawArrays), %g2 + sethi %hi(8 * _gloffset_GetMinmaxParameterfvEXT), %g2 + or %g2, %lo(8 * _gloffset_GetMinmaxParameterfvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_DrawArrays)], %g3 + ld [%g1 + (4 * _gloffset_GetMinmaxParameterfvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(EdgeFlagPointerEXT)) -GL_PREFIX(EdgeFlagPointerEXT): +GLOBL_FN(GL_PREFIX(GetMinmaxParameterivEXT)) +.type GetMinmaxParameterivEXT,#function +GL_PREFIX(GetMinmaxParameterivEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9248,18 +10219,20 @@ GL_PREFIX(EdgeFlagPointerEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_EdgeFlagPointerEXT), %g2 - or %g2, %lo(8 * _gloffset_EdgeFlagPointerEXT), %g2 + sethi %hi(8 * _gloffset_GetMinmaxParameterivEXT), %g2 + or %g2, %lo(8 * _gloffset_GetMinmaxParameterivEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_EdgeFlagPointerEXT)], %g3 + ld [%g1 + (4 * _gloffset_GetMinmaxParameterivEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetPointervEXT)) -GL_PREFIX(GetPointervEXT): +GLOBL_FN(GL_PREFIX(HistogramEXT)) +.type HistogramEXT,#function +GL_PREFIX(HistogramEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9267,18 +10240,20 @@ GL_PREFIX(GetPointervEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetPointerv), %g2 - or %g2, %lo(8 * _gloffset_GetPointerv), %g2 + sethi %hi(8 * _gloffset_Histogram), %g2 + or %g2, %lo(8 * _gloffset_Histogram), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetPointerv)], %g3 + ld [%g1 + (4 * _gloffset_Histogram)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(IndexPointerEXT)) -GL_PREFIX(IndexPointerEXT): +GLOBL_FN(GL_PREFIX(MinmaxEXT)) +.type MinmaxEXT,#function +GL_PREFIX(MinmaxEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9286,18 +10261,20 @@ GL_PREFIX(IndexPointerEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_IndexPointerEXT), %g2 - or %g2, %lo(8 * _gloffset_IndexPointerEXT), %g2 + sethi %hi(8 * _gloffset_Minmax), %g2 + or %g2, %lo(8 * _gloffset_Minmax), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_IndexPointerEXT)], %g3 + ld [%g1 + (4 * _gloffset_Minmax)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(NormalPointerEXT)) -GL_PREFIX(NormalPointerEXT): +GLOBL_FN(GL_PREFIX(ResetHistogramEXT)) +.type ResetHistogramEXT,#function +GL_PREFIX(ResetHistogramEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9305,18 +10282,20 @@ GL_PREFIX(NormalPointerEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_NormalPointerEXT), %g2 - or %g2, %lo(8 * _gloffset_NormalPointerEXT), %g2 + sethi %hi(8 * _gloffset_ResetHistogram), %g2 + or %g2, %lo(8 * _gloffset_ResetHistogram), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_NormalPointerEXT)], %g3 + ld [%g1 + (4 * _gloffset_ResetHistogram)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TexCoordPointerEXT)) -GL_PREFIX(TexCoordPointerEXT): +GLOBL_FN(GL_PREFIX(ResetMinmaxEXT)) +.type ResetMinmaxEXT,#function +GL_PREFIX(ResetMinmaxEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9324,18 +10303,20 @@ GL_PREFIX(TexCoordPointerEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TexCoordPointerEXT), %g2 - or %g2, %lo(8 * _gloffset_TexCoordPointerEXT), %g2 + sethi %hi(8 * _gloffset_ResetMinmax), %g2 + or %g2, %lo(8 * _gloffset_ResetMinmax), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TexCoordPointerEXT)], %g3 + ld [%g1 + (4 * _gloffset_ResetMinmax)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(VertexPointerEXT)) -GL_PREFIX(VertexPointerEXT): +GLOBL_FN(GL_PREFIX(ConvolutionFilter1DEXT)) +.type ConvolutionFilter1DEXT,#function +GL_PREFIX(ConvolutionFilter1DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9343,18 +10324,20 @@ GL_PREFIX(VertexPointerEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_VertexPointerEXT), %g2 - or %g2, %lo(8 * _gloffset_VertexPointerEXT), %g2 + sethi %hi(8 * _gloffset_ConvolutionFilter1D), %g2 + or %g2, %lo(8 * _gloffset_ConvolutionFilter1D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_VertexPointerEXT)], %g3 + ld [%g1 + (4 * _gloffset_ConvolutionFilter1D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(BlendEquationEXT)) -GL_PREFIX(BlendEquationEXT): +GLOBL_FN(GL_PREFIX(ConvolutionFilter2DEXT)) +.type ConvolutionFilter2DEXT,#function +GL_PREFIX(ConvolutionFilter2DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9362,18 +10345,20 @@ GL_PREFIX(BlendEquationEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_BlendEquation), %g2 - or %g2, %lo(8 * _gloffset_BlendEquation), %g2 + sethi %hi(8 * _gloffset_ConvolutionFilter2D), %g2 + or %g2, %lo(8 * _gloffset_ConvolutionFilter2D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_BlendEquation)], %g3 + ld [%g1 + (4 * _gloffset_ConvolutionFilter2D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SpriteParameterfSGIX)) -GL_PREFIX(SpriteParameterfSGIX): +GLOBL_FN(GL_PREFIX(ConvolutionParameterfEXT)) +.type ConvolutionParameterfEXT,#function +GL_PREFIX(ConvolutionParameterfEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9381,18 +10366,20 @@ GL_PREFIX(SpriteParameterfSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SpriteParameterfSGIX), %g2 - or %g2, %lo(8 * _gloffset_SpriteParameterfSGIX), %g2 + sethi %hi(8 * _gloffset_ConvolutionParameterf), %g2 + or %g2, %lo(8 * _gloffset_ConvolutionParameterf), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SpriteParameterfSGIX)], %g3 + ld [%g1 + (4 * _gloffset_ConvolutionParameterf)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SpriteParameterfvSGIX)) -GL_PREFIX(SpriteParameterfvSGIX): +GLOBL_FN(GL_PREFIX(ConvolutionParameterfvEXT)) +.type ConvolutionParameterfvEXT,#function +GL_PREFIX(ConvolutionParameterfvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9400,18 +10387,20 @@ GL_PREFIX(SpriteParameterfvSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SpriteParameterfvSGIX), %g2 - or %g2, %lo(8 * _gloffset_SpriteParameterfvSGIX), %g2 + sethi %hi(8 * _gloffset_ConvolutionParameterfv), %g2 + or %g2, %lo(8 * _gloffset_ConvolutionParameterfv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SpriteParameterfvSGIX)], %g3 + ld [%g1 + (4 * _gloffset_ConvolutionParameterfv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SpriteParameteriSGIX)) -GL_PREFIX(SpriteParameteriSGIX): +GLOBL_FN(GL_PREFIX(ConvolutionParameteriEXT)) +.type ConvolutionParameteriEXT,#function +GL_PREFIX(ConvolutionParameteriEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9419,18 +10408,20 @@ GL_PREFIX(SpriteParameteriSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SpriteParameteriSGIX), %g2 - or %g2, %lo(8 * _gloffset_SpriteParameteriSGIX), %g2 + sethi %hi(8 * _gloffset_ConvolutionParameteri), %g2 + or %g2, %lo(8 * _gloffset_ConvolutionParameteri), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SpriteParameteriSGIX)], %g3 + ld [%g1 + (4 * _gloffset_ConvolutionParameteri)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SpriteParameterivSGIX)) -GL_PREFIX(SpriteParameterivSGIX): +GLOBL_FN(GL_PREFIX(ConvolutionParameterivEXT)) +.type ConvolutionParameterivEXT,#function +GL_PREFIX(ConvolutionParameterivEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9438,18 +10429,20 @@ GL_PREFIX(SpriteParameterivSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SpriteParameterivSGIX), %g2 - or %g2, %lo(8 * _gloffset_SpriteParameterivSGIX), %g2 + sethi %hi(8 * _gloffset_ConvolutionParameteriv), %g2 + or %g2, %lo(8 * _gloffset_ConvolutionParameteriv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SpriteParameterivSGIX)], %g3 + ld [%g1 + (4 * _gloffset_ConvolutionParameteriv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PointParameterfEXT)) -GL_PREFIX(PointParameterfEXT): +GLOBL_FN(GL_PREFIX(CopyConvolutionFilter1DEXT)) +.type CopyConvolutionFilter1DEXT,#function +GL_PREFIX(CopyConvolutionFilter1DEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9457,18 +10450,41 @@ GL_PREFIX(PointParameterfEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PointParameterfEXT), %g2 - or %g2, %lo(8 * _gloffset_PointParameterfEXT), %g2 + sethi %hi(8 * _gloffset_CopyConvolutionFilter1D), %g2 + or %g2, %lo(8 * _gloffset_CopyConvolutionFilter1D), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PointParameterfEXT)], %g3 + ld [%g1 + (4 * _gloffset_CopyConvolutionFilter1D)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PointParameterfvEXT)) -GL_PREFIX(PointParameterfvEXT): +GLOBL_FN(GL_PREFIX(CopyConvolutionFilter2DEXT)) +.type CopyConvolutionFilter2DEXT,#function +GL_PREFIX(CopyConvolutionFilter2DEXT): +#ifdef __sparc_v9__ + sethi %hi(0x00000000), %g2 + sethi %hi(0x00000000), %g1 + or %g2, %lo(0x00000000), %g2 + or %g1, %lo(0x00000000), %g1 + sllx %g2, 32, %g2 + ldx [%g1 + %g2], %g1 + sethi %hi(8 * _gloffset_CopyConvolutionFilter2D), %g2 + or %g2, %lo(8 * _gloffset_CopyConvolutionFilter2D), %g2 + ldx [%g1 + %g2], %g3 +#else + sethi %hi(0x00000000), %g1 + ld [%g1 + %lo(0x00000000)], %g1 + ld [%g1 + (4 * _gloffset_CopyConvolutionFilter2D)], %g3 +#endif + jmpl %g3, %g0 + nop + +GLOBL_FN(GL_PREFIX(GetConvolutionFilterEXT)) +.type GetConvolutionFilterEXT,#function +GL_PREFIX(GetConvolutionFilterEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9476,18 +10492,20 @@ GL_PREFIX(PointParameterfvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PointParameterfvEXT), %g2 - or %g2, %lo(8 * _gloffset_PointParameterfvEXT), %g2 + sethi %hi(8 * _gloffset_GetConvolutionFilterEXT), %g2 + or %g2, %lo(8 * _gloffset_GetConvolutionFilterEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PointParameterfvEXT)], %g3 + ld [%g1 + (4 * _gloffset_GetConvolutionFilterEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PointParameterfSGIS)) -GL_PREFIX(PointParameterfSGIS): +GLOBL_FN(GL_PREFIX(GetConvolutionParameterfvEXT)) +.type GetConvolutionParameterfvEXT,#function +GL_PREFIX(GetConvolutionParameterfvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9495,18 +10513,104 @@ GL_PREFIX(PointParameterfSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PointParameterfEXT), %g2 - or %g2, %lo(8 * _gloffset_PointParameterfEXT), %g2 + sethi %hi(8 * _gloffset_GetConvolutionParameterfvEXT), %g2 + or %g2, %lo(8 * _gloffset_GetConvolutionParameterfvEXT), %g2 + ldx [%g1 + %g2], %g3 +#else + sethi %hi(0x00000000), %g1 + ld [%g1 + %lo(0x00000000)], %g1 + ld [%g1 + (4 * _gloffset_GetConvolutionParameterfvEXT)], %g3 +#endif + jmpl %g3, %g0 + nop + +GLOBL_FN(GL_PREFIX(GetConvolutionParameterivEXT)) +.type GetConvolutionParameterivEXT,#function +GL_PREFIX(GetConvolutionParameterivEXT): +#ifdef __sparc_v9__ + sethi %hi(0x00000000), %g2 + sethi %hi(0x00000000), %g1 + or %g2, %lo(0x00000000), %g2 + or %g1, %lo(0x00000000), %g1 + sllx %g2, 32, %g2 + ldx [%g1 + %g2], %g1 + sethi %hi(8 * _gloffset_GetConvolutionParameterivEXT), %g2 + or %g2, %lo(8 * _gloffset_GetConvolutionParameterivEXT), %g2 + ldx [%g1 + %g2], %g3 +#else + sethi %hi(0x00000000), %g1 + ld [%g1 + %lo(0x00000000)], %g1 + ld [%g1 + (4 * _gloffset_GetConvolutionParameterivEXT)], %g3 +#endif + jmpl %g3, %g0 + nop + +GLOBL_FN(GL_PREFIX(GetSeparableFilterEXT)) +.type GetSeparableFilterEXT,#function +GL_PREFIX(GetSeparableFilterEXT): +#ifdef __sparc_v9__ + sethi %hi(0x00000000), %g2 + sethi %hi(0x00000000), %g1 + or %g2, %lo(0x00000000), %g2 + or %g1, %lo(0x00000000), %g1 + sllx %g2, 32, %g2 + ldx [%g1 + %g2], %g1 + sethi %hi(8 * _gloffset_GetSeparableFilterEXT), %g2 + or %g2, %lo(8 * _gloffset_GetSeparableFilterEXT), %g2 + ldx [%g1 + %g2], %g3 +#else + sethi %hi(0x00000000), %g1 + ld [%g1 + %lo(0x00000000)], %g1 + ld [%g1 + (4 * _gloffset_GetSeparableFilterEXT)], %g3 +#endif + jmpl %g3, %g0 + nop + +GLOBL_FN(GL_PREFIX(SeparableFilter2DEXT)) +.type SeparableFilter2DEXT,#function +GL_PREFIX(SeparableFilter2DEXT): +#ifdef __sparc_v9__ + sethi %hi(0x00000000), %g2 + sethi %hi(0x00000000), %g1 + or %g2, %lo(0x00000000), %g2 + or %g1, %lo(0x00000000), %g1 + sllx %g2, 32, %g2 + ldx [%g1 + %g2], %g1 + sethi %hi(8 * _gloffset_SeparableFilter2D), %g2 + or %g2, %lo(8 * _gloffset_SeparableFilter2D), %g2 + ldx [%g1 + %g2], %g3 +#else + sethi %hi(0x00000000), %g1 + ld [%g1 + %lo(0x00000000)], %g1 + ld [%g1 + (4 * _gloffset_SeparableFilter2D)], %g3 +#endif + jmpl %g3, %g0 + nop + +GLOBL_FN(GL_PREFIX(ColorTableSGI)) +.type ColorTableSGI,#function +GL_PREFIX(ColorTableSGI): +#ifdef __sparc_v9__ + sethi %hi(0x00000000), %g2 + sethi %hi(0x00000000), %g1 + or %g2, %lo(0x00000000), %g2 + or %g1, %lo(0x00000000), %g1 + sllx %g2, 32, %g2 + ldx [%g1 + %g2], %g1 + sethi %hi(8 * _gloffset_ColorTable), %g2 + or %g2, %lo(8 * _gloffset_ColorTable), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PointParameterfEXT)], %g3 + ld [%g1 + (4 * _gloffset_ColorTable)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PointParameterfvSGIS)) -GL_PREFIX(PointParameterfvSGIS): +GLOBL_FN(GL_PREFIX(ColorTableParameterfvSGI)) +.type ColorTableParameterfvSGI,#function +GL_PREFIX(ColorTableParameterfvSGI): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9514,18 +10618,20 @@ GL_PREFIX(PointParameterfvSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PointParameterfvEXT), %g2 - or %g2, %lo(8 * _gloffset_PointParameterfvEXT), %g2 + sethi %hi(8 * _gloffset_ColorTableParameterfv), %g2 + or %g2, %lo(8 * _gloffset_ColorTableParameterfv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PointParameterfvEXT)], %g3 + ld [%g1 + (4 * _gloffset_ColorTableParameterfv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetInstrumentsSGIX)) -GL_PREFIX(GetInstrumentsSGIX): +GLOBL_FN(GL_PREFIX(ColorTableParameterivSGI)) +.type ColorTableParameterivSGI,#function +GL_PREFIX(ColorTableParameterivSGI): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9533,18 +10639,20 @@ GL_PREFIX(GetInstrumentsSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetInstrumentsSGIX), %g2 - or %g2, %lo(8 * _gloffset_GetInstrumentsSGIX), %g2 + sethi %hi(8 * _gloffset_ColorTableParameteriv), %g2 + or %g2, %lo(8 * _gloffset_ColorTableParameteriv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetInstrumentsSGIX)], %g3 + ld [%g1 + (4 * _gloffset_ColorTableParameteriv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(InstrumentsBufferSGIX)) -GL_PREFIX(InstrumentsBufferSGIX): +GLOBL_FN(GL_PREFIX(CopyColorTableSGI)) +.type CopyColorTableSGI,#function +GL_PREFIX(CopyColorTableSGI): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9552,18 +10660,20 @@ GL_PREFIX(InstrumentsBufferSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_InstrumentsBufferSGIX), %g2 - or %g2, %lo(8 * _gloffset_InstrumentsBufferSGIX), %g2 + sethi %hi(8 * _gloffset_CopyColorTable), %g2 + or %g2, %lo(8 * _gloffset_CopyColorTable), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_InstrumentsBufferSGIX)], %g3 + ld [%g1 + (4 * _gloffset_CopyColorTable)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(PollInstrumentsSGIX)) -GL_PREFIX(PollInstrumentsSGIX): +GLOBL_FN(GL_PREFIX(GetColorTableSGI)) +.type GetColorTableSGI,#function +GL_PREFIX(GetColorTableSGI): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9571,18 +10681,20 @@ GL_PREFIX(PollInstrumentsSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_PollInstrumentsSGIX), %g2 - or %g2, %lo(8 * _gloffset_PollInstrumentsSGIX), %g2 + sethi %hi(8 * _gloffset_GetColorTableSGI), %g2 + or %g2, %lo(8 * _gloffset_GetColorTableSGI), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_PollInstrumentsSGIX)], %g3 + ld [%g1 + (4 * _gloffset_GetColorTableSGI)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ReadInstrumentsSGIX)) -GL_PREFIX(ReadInstrumentsSGIX): +GLOBL_FN(GL_PREFIX(GetColorTableParameterfvSGI)) +.type GetColorTableParameterfvSGI,#function +GL_PREFIX(GetColorTableParameterfvSGI): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9590,18 +10702,20 @@ GL_PREFIX(ReadInstrumentsSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ReadInstrumentsSGIX), %g2 - or %g2, %lo(8 * _gloffset_ReadInstrumentsSGIX), %g2 + sethi %hi(8 * _gloffset_GetColorTableParameterfvSGI), %g2 + or %g2, %lo(8 * _gloffset_GetColorTableParameterfvSGI), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ReadInstrumentsSGIX)], %g3 + ld [%g1 + (4 * _gloffset_GetColorTableParameterfvSGI)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(StartInstrumentsSGIX)) -GL_PREFIX(StartInstrumentsSGIX): +GLOBL_FN(GL_PREFIX(GetColorTableParameterivSGI)) +.type GetColorTableParameterivSGI,#function +GL_PREFIX(GetColorTableParameterivSGI): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9609,18 +10723,20 @@ GL_PREFIX(StartInstrumentsSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_StartInstrumentsSGIX), %g2 - or %g2, %lo(8 * _gloffset_StartInstrumentsSGIX), %g2 + sethi %hi(8 * _gloffset_GetColorTableParameterivSGI), %g2 + or %g2, %lo(8 * _gloffset_GetColorTableParameterivSGI), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_StartInstrumentsSGIX)], %g3 + ld [%g1 + (4 * _gloffset_GetColorTableParameterivSGI)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(StopInstrumentsSGIX)) -GL_PREFIX(StopInstrumentsSGIX): +GLOBL_FN(GL_PREFIX(PixelTexGenSGIX)) +.type PixelTexGenSGIX,#function +GL_PREFIX(PixelTexGenSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9628,18 +10744,20 @@ GL_PREFIX(StopInstrumentsSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_StopInstrumentsSGIX), %g2 - or %g2, %lo(8 * _gloffset_StopInstrumentsSGIX), %g2 + sethi %hi(8 * _gloffset_PixelTexGenSGIX), %g2 + or %g2, %lo(8 * _gloffset_PixelTexGenSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_StopInstrumentsSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PixelTexGenSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FrameZoomSGIX)) -GL_PREFIX(FrameZoomSGIX): +GLOBL_FN(GL_PREFIX(PixelTexGenParameteriSGIS)) +.type PixelTexGenParameteriSGIS,#function +GL_PREFIX(PixelTexGenParameteriSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9647,18 +10765,20 @@ GL_PREFIX(FrameZoomSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FrameZoomSGIX), %g2 - or %g2, %lo(8 * _gloffset_FrameZoomSGIX), %g2 + sethi %hi(8 * _gloffset_PixelTexGenParameteriSGIS), %g2 + or %g2, %lo(8 * _gloffset_PixelTexGenParameteriSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FrameZoomSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PixelTexGenParameteriSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TagSampleBufferSGIX)) -GL_PREFIX(TagSampleBufferSGIX): +GLOBL_FN(GL_PREFIX(PixelTexGenParameterivSGIS)) +.type PixelTexGenParameterivSGIS,#function +GL_PREFIX(PixelTexGenParameterivSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9666,18 +10786,20 @@ GL_PREFIX(TagSampleBufferSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TagSampleBufferSGIX), %g2 - or %g2, %lo(8 * _gloffset_TagSampleBufferSGIX), %g2 + sethi %hi(8 * _gloffset_PixelTexGenParameterivSGIS), %g2 + or %g2, %lo(8 * _gloffset_PixelTexGenParameterivSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TagSampleBufferSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PixelTexGenParameterivSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ReferencePlaneSGIX)) -GL_PREFIX(ReferencePlaneSGIX): +GLOBL_FN(GL_PREFIX(PixelTexGenParameterfSGIS)) +.type PixelTexGenParameterfSGIS,#function +GL_PREFIX(PixelTexGenParameterfSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9685,18 +10807,20 @@ GL_PREFIX(ReferencePlaneSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ReferencePlaneSGIX), %g2 - or %g2, %lo(8 * _gloffset_ReferencePlaneSGIX), %g2 + sethi %hi(8 * _gloffset_PixelTexGenParameterfSGIS), %g2 + or %g2, %lo(8 * _gloffset_PixelTexGenParameterfSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ReferencePlaneSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PixelTexGenParameterfSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FlushRasterSGIX)) -GL_PREFIX(FlushRasterSGIX): +GLOBL_FN(GL_PREFIX(PixelTexGenParameterfvSGIS)) +.type PixelTexGenParameterfvSGIS,#function +GL_PREFIX(PixelTexGenParameterfvSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9704,18 +10828,20 @@ GL_PREFIX(FlushRasterSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FlushRasterSGIX), %g2 - or %g2, %lo(8 * _gloffset_FlushRasterSGIX), %g2 + sethi %hi(8 * _gloffset_PixelTexGenParameterfvSGIS), %g2 + or %g2, %lo(8 * _gloffset_PixelTexGenParameterfvSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FlushRasterSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PixelTexGenParameterfvSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ColorSubTableEXT)) -GL_PREFIX(ColorSubTableEXT): +GLOBL_FN(GL_PREFIX(GetPixelTexGenParameterivSGIS)) +.type GetPixelTexGenParameterivSGIS,#function +GL_PREFIX(GetPixelTexGenParameterivSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9723,18 +10849,20 @@ GL_PREFIX(ColorSubTableEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ColorSubTable), %g2 - or %g2, %lo(8 * _gloffset_ColorSubTable), %g2 + sethi %hi(8 * _gloffset_GetPixelTexGenParameterivSGIS), %g2 + or %g2, %lo(8 * _gloffset_GetPixelTexGenParameterivSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ColorSubTable)], %g3 + ld [%g1 + (4 * _gloffset_GetPixelTexGenParameterivSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CopyColorSubTableEXT)) -GL_PREFIX(CopyColorSubTableEXT): +GLOBL_FN(GL_PREFIX(GetPixelTexGenParameterfvSGIS)) +.type GetPixelTexGenParameterfvSGIS,#function +GL_PREFIX(GetPixelTexGenParameterfvSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9742,18 +10870,20 @@ GL_PREFIX(CopyColorSubTableEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CopyColorSubTable), %g2 - or %g2, %lo(8 * _gloffset_CopyColorSubTable), %g2 + sethi %hi(8 * _gloffset_GetPixelTexGenParameterfvSGIS), %g2 + or %g2, %lo(8 * _gloffset_GetPixelTexGenParameterfvSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CopyColorSubTable)], %g3 + ld [%g1 + (4 * _gloffset_GetPixelTexGenParameterfvSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(HintPGI)) -GL_PREFIX(HintPGI): +GLOBL_FN(GL_PREFIX(TexImage4DSGIS)) +.type TexImage4DSGIS,#function +GL_PREFIX(TexImage4DSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9761,18 +10891,20 @@ GL_PREFIX(HintPGI): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_HintPGI), %g2 - or %g2, %lo(8 * _gloffset_HintPGI), %g2 + sethi %hi(8 * _gloffset_TexImage4DSGIS), %g2 + or %g2, %lo(8 * _gloffset_TexImage4DSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_HintPGI)], %g3 + ld [%g1 + (4 * _gloffset_TexImage4DSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ColorTableEXT)) -GL_PREFIX(ColorTableEXT): +GLOBL_FN(GL_PREFIX(TexSubImage4DSGIS)) +.type TexSubImage4DSGIS,#function +GL_PREFIX(TexSubImage4DSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9780,18 +10912,20 @@ GL_PREFIX(ColorTableEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ColorTable), %g2 - or %g2, %lo(8 * _gloffset_ColorTable), %g2 + sethi %hi(8 * _gloffset_TexSubImage4DSGIS), %g2 + or %g2, %lo(8 * _gloffset_TexSubImage4DSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ColorTable)], %g3 + ld [%g1 + (4 * _gloffset_TexSubImage4DSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetColorTableEXT)) -GL_PREFIX(GetColorTableEXT): +GLOBL_FN(GL_PREFIX(AreTexturesResidentEXT)) +.type AreTexturesResidentEXT,#function +GL_PREFIX(AreTexturesResidentEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9799,18 +10933,20 @@ GL_PREFIX(GetColorTableEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetColorTableEXT), %g2 - or %g2, %lo(8 * _gloffset_GetColorTableEXT), %g2 + sethi %hi(8 * _gloffset_AreTexturesResidentEXT), %g2 + or %g2, %lo(8 * _gloffset_AreTexturesResidentEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetColorTableEXT)], %g3 + ld [%g1 + (4 * _gloffset_AreTexturesResidentEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetColorTableParameterivEXT)) -GL_PREFIX(GetColorTableParameterivEXT): +GLOBL_FN(GL_PREFIX(BindTextureEXT)) +.type BindTextureEXT,#function +GL_PREFIX(BindTextureEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9818,18 +10954,20 @@ GL_PREFIX(GetColorTableParameterivEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetColorTableParameterivEXT), %g2 - or %g2, %lo(8 * _gloffset_GetColorTableParameterivEXT), %g2 + sethi %hi(8 * _gloffset_BindTexture), %g2 + or %g2, %lo(8 * _gloffset_BindTexture), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetColorTableParameterivEXT)], %g3 + ld [%g1 + (4 * _gloffset_BindTexture)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetColorTableParameterfvEXT)) -GL_PREFIX(GetColorTableParameterfvEXT): +GLOBL_FN(GL_PREFIX(DeleteTexturesEXT)) +.type DeleteTexturesEXT,#function +GL_PREFIX(DeleteTexturesEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9837,18 +10975,20 @@ GL_PREFIX(GetColorTableParameterfvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetColorTableParameterfvEXT), %g2 - or %g2, %lo(8 * _gloffset_GetColorTableParameterfvEXT), %g2 + sethi %hi(8 * _gloffset_DeleteTextures), %g2 + or %g2, %lo(8 * _gloffset_DeleteTextures), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetColorTableParameterfvEXT)], %g3 + ld [%g1 + (4 * _gloffset_DeleteTextures)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetListParameterfvSGIX)) -GL_PREFIX(GetListParameterfvSGIX): +GLOBL_FN(GL_PREFIX(GenTexturesEXT)) +.type GenTexturesEXT,#function +GL_PREFIX(GenTexturesEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9856,18 +10996,20 @@ GL_PREFIX(GetListParameterfvSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetListParameterfvSGIX), %g2 - or %g2, %lo(8 * _gloffset_GetListParameterfvSGIX), %g2 + sethi %hi(8 * _gloffset_GenTexturesEXT), %g2 + or %g2, %lo(8 * _gloffset_GenTexturesEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetListParameterfvSGIX)], %g3 + ld [%g1 + (4 * _gloffset_GenTexturesEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetListParameterivSGIX)) -GL_PREFIX(GetListParameterivSGIX): +GLOBL_FN(GL_PREFIX(IsTextureEXT)) +.type IsTextureEXT,#function +GL_PREFIX(IsTextureEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9875,18 +11017,20 @@ GL_PREFIX(GetListParameterivSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetListParameterivSGIX), %g2 - or %g2, %lo(8 * _gloffset_GetListParameterivSGIX), %g2 + sethi %hi(8 * _gloffset_IsTextureEXT), %g2 + or %g2, %lo(8 * _gloffset_IsTextureEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetListParameterivSGIX)], %g3 + ld [%g1 + (4 * _gloffset_IsTextureEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ListParameterfSGIX)) -GL_PREFIX(ListParameterfSGIX): +GLOBL_FN(GL_PREFIX(PrioritizeTexturesEXT)) +.type PrioritizeTexturesEXT,#function +GL_PREFIX(PrioritizeTexturesEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9894,18 +11038,20 @@ GL_PREFIX(ListParameterfSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ListParameterfSGIX), %g2 - or %g2, %lo(8 * _gloffset_ListParameterfSGIX), %g2 + sethi %hi(8 * _gloffset_PrioritizeTextures), %g2 + or %g2, %lo(8 * _gloffset_PrioritizeTextures), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ListParameterfSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PrioritizeTextures)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ListParameterfvSGIX)) -GL_PREFIX(ListParameterfvSGIX): +GLOBL_FN(GL_PREFIX(DetailTexFuncSGIS)) +.type DetailTexFuncSGIS,#function +GL_PREFIX(DetailTexFuncSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9913,18 +11059,20 @@ GL_PREFIX(ListParameterfvSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ListParameterfvSGIX), %g2 - or %g2, %lo(8 * _gloffset_ListParameterfvSGIX), %g2 + sethi %hi(8 * _gloffset_DetailTexFuncSGIS), %g2 + or %g2, %lo(8 * _gloffset_DetailTexFuncSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ListParameterfvSGIX)], %g3 + ld [%g1 + (4 * _gloffset_DetailTexFuncSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ListParameteriSGIX)) -GL_PREFIX(ListParameteriSGIX): +GLOBL_FN(GL_PREFIX(GetDetailTexFuncSGIS)) +.type GetDetailTexFuncSGIS,#function +GL_PREFIX(GetDetailTexFuncSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9932,18 +11080,20 @@ GL_PREFIX(ListParameteriSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ListParameteriSGIX), %g2 - or %g2, %lo(8 * _gloffset_ListParameteriSGIX), %g2 + sethi %hi(8 * _gloffset_GetDetailTexFuncSGIS), %g2 + or %g2, %lo(8 * _gloffset_GetDetailTexFuncSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ListParameteriSGIX)], %g3 + ld [%g1 + (4 * _gloffset_GetDetailTexFuncSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ListParameterivSGIX)) -GL_PREFIX(ListParameterivSGIX): +GLOBL_FN(GL_PREFIX(SharpenTexFuncSGIS)) +.type SharpenTexFuncSGIS,#function +GL_PREFIX(SharpenTexFuncSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9951,18 +11101,20 @@ GL_PREFIX(ListParameterivSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ListParameterivSGIX), %g2 - or %g2, %lo(8 * _gloffset_ListParameterivSGIX), %g2 + sethi %hi(8 * _gloffset_SharpenTexFuncSGIS), %g2 + or %g2, %lo(8 * _gloffset_SharpenTexFuncSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ListParameterivSGIX)], %g3 + ld [%g1 + (4 * _gloffset_SharpenTexFuncSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(IndexMaterialEXT)) -GL_PREFIX(IndexMaterialEXT): +GLOBL_FN(GL_PREFIX(GetSharpenTexFuncSGIS)) +.type GetSharpenTexFuncSGIS,#function +GL_PREFIX(GetSharpenTexFuncSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -9970,37 +11122,41 @@ GL_PREFIX(IndexMaterialEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_IndexMaterialEXT), %g2 - or %g2, %lo(8 * _gloffset_IndexMaterialEXT), %g2 + sethi %hi(8 * _gloffset_GetSharpenTexFuncSGIS), %g2 + or %g2, %lo(8 * _gloffset_GetSharpenTexFuncSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_IndexMaterialEXT)], %g3 + ld [%g1 + (4 * _gloffset_GetSharpenTexFuncSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(IndexFuncEXT)) -GL_PREFIX(IndexFuncEXT): +GLOBL_FN(GL_PREFIX(SampleMaskSGIS)) +.type SampleMaskSGIS,#function +GL_PREFIX(SampleMaskSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 or %g2, %lo(0x00000000), %g2 or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 - ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_IndexFuncEXT), %g2 - or %g2, %lo(8 * _gloffset_IndexFuncEXT), %g2 + ldx [%g1 + %g2], %g1 + sethi %hi(8 * _gloffset_SampleMaskSGIS), %g2 + or %g2, %lo(8 * _gloffset_SampleMaskSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_IndexFuncEXT)], %g3 + ld [%g1 + (4 * _gloffset_SampleMaskSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(LockArraysEXT)) -GL_PREFIX(LockArraysEXT): +GLOBL_FN(GL_PREFIX(SamplePatternSGIS)) +.type SamplePatternSGIS,#function +GL_PREFIX(SamplePatternSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10008,18 +11164,20 @@ GL_PREFIX(LockArraysEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_LockArraysEXT), %g2 - or %g2, %lo(8 * _gloffset_LockArraysEXT), %g2 + sethi %hi(8 * _gloffset_SamplePatternSGIS), %g2 + or %g2, %lo(8 * _gloffset_SamplePatternSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_LockArraysEXT)], %g3 + ld [%g1 + (4 * _gloffset_SamplePatternSGIS)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(UnlockArraysEXT)) -GL_PREFIX(UnlockArraysEXT): +GLOBL_FN(GL_PREFIX(ArrayElementEXT)) +.type ArrayElementEXT,#function +GL_PREFIX(ArrayElementEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10027,18 +11185,20 @@ GL_PREFIX(UnlockArraysEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_UnlockArraysEXT), %g2 - or %g2, %lo(8 * _gloffset_UnlockArraysEXT), %g2 + sethi %hi(8 * _gloffset_ArrayElement), %g2 + or %g2, %lo(8 * _gloffset_ArrayElement), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_UnlockArraysEXT)], %g3 + ld [%g1 + (4 * _gloffset_ArrayElement)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CullParameterdvEXT)) -GL_PREFIX(CullParameterdvEXT): +GLOBL_FN(GL_PREFIX(ColorPointerEXT)) +.type ColorPointerEXT,#function +GL_PREFIX(ColorPointerEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10046,18 +11206,20 @@ GL_PREFIX(CullParameterdvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CullParameterdvEXT), %g2 - or %g2, %lo(8 * _gloffset_CullParameterdvEXT), %g2 + sethi %hi(8 * _gloffset_ColorPointerEXT), %g2 + or %g2, %lo(8 * _gloffset_ColorPointerEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CullParameterdvEXT)], %g3 + ld [%g1 + (4 * _gloffset_ColorPointerEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CullParameterfvEXT)) -GL_PREFIX(CullParameterfvEXT): +GLOBL_FN(GL_PREFIX(DrawArraysEXT)) +.type DrawArraysEXT,#function +GL_PREFIX(DrawArraysEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10065,18 +11227,20 @@ GL_PREFIX(CullParameterfvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CullParameterfvEXT), %g2 - or %g2, %lo(8 * _gloffset_CullParameterfvEXT), %g2 + sethi %hi(8 * _gloffset_DrawArrays), %g2 + or %g2, %lo(8 * _gloffset_DrawArrays), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CullParameterfvEXT)], %g3 + ld [%g1 + (4 * _gloffset_DrawArrays)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentColorMaterialSGIX)) -GL_PREFIX(FragmentColorMaterialSGIX): +GLOBL_FN(GL_PREFIX(EdgeFlagPointerEXT)) +.type EdgeFlagPointerEXT,#function +GL_PREFIX(EdgeFlagPointerEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10084,18 +11248,20 @@ GL_PREFIX(FragmentColorMaterialSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentColorMaterialSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentColorMaterialSGIX), %g2 + sethi %hi(8 * _gloffset_EdgeFlagPointerEXT), %g2 + or %g2, %lo(8 * _gloffset_EdgeFlagPointerEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentColorMaterialSGIX)], %g3 + ld [%g1 + (4 * _gloffset_EdgeFlagPointerEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentLightfSGIX)) -GL_PREFIX(FragmentLightfSGIX): +GLOBL_FN(GL_PREFIX(GetPointervEXT)) +.type GetPointervEXT,#function +GL_PREFIX(GetPointervEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10103,18 +11269,20 @@ GL_PREFIX(FragmentLightfSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentLightfSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentLightfSGIX), %g2 + sethi %hi(8 * _gloffset_GetPointerv), %g2 + or %g2, %lo(8 * _gloffset_GetPointerv), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentLightfSGIX)], %g3 + ld [%g1 + (4 * _gloffset_GetPointerv)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentLightfvSGIX)) -GL_PREFIX(FragmentLightfvSGIX): +GLOBL_FN(GL_PREFIX(IndexPointerEXT)) +.type IndexPointerEXT,#function +GL_PREFIX(IndexPointerEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10122,18 +11290,20 @@ GL_PREFIX(FragmentLightfvSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentLightfvSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentLightfvSGIX), %g2 + sethi %hi(8 * _gloffset_IndexPointerEXT), %g2 + or %g2, %lo(8 * _gloffset_IndexPointerEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentLightfvSGIX)], %g3 + ld [%g1 + (4 * _gloffset_IndexPointerEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentLightiSGIX)) -GL_PREFIX(FragmentLightiSGIX): +GLOBL_FN(GL_PREFIX(NormalPointerEXT)) +.type NormalPointerEXT,#function +GL_PREFIX(NormalPointerEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10141,18 +11311,20 @@ GL_PREFIX(FragmentLightiSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentLightiSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentLightiSGIX), %g2 + sethi %hi(8 * _gloffset_NormalPointerEXT), %g2 + or %g2, %lo(8 * _gloffset_NormalPointerEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentLightiSGIX)], %g3 + ld [%g1 + (4 * _gloffset_NormalPointerEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentLightivSGIX)) -GL_PREFIX(FragmentLightivSGIX): +GLOBL_FN(GL_PREFIX(TexCoordPointerEXT)) +.type TexCoordPointerEXT,#function +GL_PREFIX(TexCoordPointerEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10160,18 +11332,20 @@ GL_PREFIX(FragmentLightivSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentLightivSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentLightivSGIX), %g2 + sethi %hi(8 * _gloffset_TexCoordPointerEXT), %g2 + or %g2, %lo(8 * _gloffset_TexCoordPointerEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentLightivSGIX)], %g3 + ld [%g1 + (4 * _gloffset_TexCoordPointerEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentLightModelfSGIX)) -GL_PREFIX(FragmentLightModelfSGIX): +GLOBL_FN(GL_PREFIX(VertexPointerEXT)) +.type VertexPointerEXT,#function +GL_PREFIX(VertexPointerEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10179,18 +11353,20 @@ GL_PREFIX(FragmentLightModelfSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentLightModelfSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentLightModelfSGIX), %g2 + sethi %hi(8 * _gloffset_VertexPointerEXT), %g2 + or %g2, %lo(8 * _gloffset_VertexPointerEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentLightModelfSGIX)], %g3 + ld [%g1 + (4 * _gloffset_VertexPointerEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentLightModelfvSGIX)) -GL_PREFIX(FragmentLightModelfvSGIX): +GLOBL_FN(GL_PREFIX(BlendEquationEXT)) +.type BlendEquationEXT,#function +GL_PREFIX(BlendEquationEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10198,18 +11374,20 @@ GL_PREFIX(FragmentLightModelfvSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentLightModelfvSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentLightModelfvSGIX), %g2 + sethi %hi(8 * _gloffset_BlendEquation), %g2 + or %g2, %lo(8 * _gloffset_BlendEquation), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentLightModelfvSGIX)], %g3 + ld [%g1 + (4 * _gloffset_BlendEquation)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentLightModeliSGIX)) -GL_PREFIX(FragmentLightModeliSGIX): +GLOBL_FN(GL_PREFIX(SpriteParameterfSGIX)) +.type SpriteParameterfSGIX,#function +GL_PREFIX(SpriteParameterfSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10217,18 +11395,20 @@ GL_PREFIX(FragmentLightModeliSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentLightModeliSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentLightModeliSGIX), %g2 + sethi %hi(8 * _gloffset_SpriteParameterfSGIX), %g2 + or %g2, %lo(8 * _gloffset_SpriteParameterfSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentLightModeliSGIX)], %g3 + ld [%g1 + (4 * _gloffset_SpriteParameterfSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentLightModelivSGIX)) -GL_PREFIX(FragmentLightModelivSGIX): +GLOBL_FN(GL_PREFIX(SpriteParameterfvSGIX)) +.type SpriteParameterfvSGIX,#function +GL_PREFIX(SpriteParameterfvSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10236,18 +11416,20 @@ GL_PREFIX(FragmentLightModelivSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentLightModelivSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentLightModelivSGIX), %g2 + sethi %hi(8 * _gloffset_SpriteParameterfvSGIX), %g2 + or %g2, %lo(8 * _gloffset_SpriteParameterfvSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentLightModelivSGIX)], %g3 + ld [%g1 + (4 * _gloffset_SpriteParameterfvSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentMaterialfSGIX)) -GL_PREFIX(FragmentMaterialfSGIX): +GLOBL_FN(GL_PREFIX(SpriteParameteriSGIX)) +.type SpriteParameteriSGIX,#function +GL_PREFIX(SpriteParameteriSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10255,18 +11437,20 @@ GL_PREFIX(FragmentMaterialfSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentMaterialfSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentMaterialfSGIX), %g2 + sethi %hi(8 * _gloffset_SpriteParameteriSGIX), %g2 + or %g2, %lo(8 * _gloffset_SpriteParameteriSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentMaterialfSGIX)], %g3 + ld [%g1 + (4 * _gloffset_SpriteParameteriSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentMaterialfvSGIX)) -GL_PREFIX(FragmentMaterialfvSGIX): +GLOBL_FN(GL_PREFIX(SpriteParameterivSGIX)) +.type SpriteParameterivSGIX,#function +GL_PREFIX(SpriteParameterivSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10274,18 +11458,20 @@ GL_PREFIX(FragmentMaterialfvSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentMaterialfvSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentMaterialfvSGIX), %g2 + sethi %hi(8 * _gloffset_SpriteParameterivSGIX), %g2 + or %g2, %lo(8 * _gloffset_SpriteParameterivSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentMaterialfvSGIX)], %g3 + ld [%g1 + (4 * _gloffset_SpriteParameterivSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentMaterialiSGIX)) -GL_PREFIX(FragmentMaterialiSGIX): +GLOBL_FN(GL_PREFIX(PointParameterfARB)) +.type PointParameterfARB,#function +GL_PREFIX(PointParameterfARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10293,18 +11479,20 @@ GL_PREFIX(FragmentMaterialiSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentMaterialiSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentMaterialiSGIX), %g2 + sethi %hi(8 * _gloffset_PointParameterfARB), %g2 + or %g2, %lo(8 * _gloffset_PointParameterfARB), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentMaterialiSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PointParameterfARB)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FragmentMaterialivSGIX)) -GL_PREFIX(FragmentMaterialivSGIX): +GLOBL_FN(GL_PREFIX(PointParameterfvARB)) +.type PointParameterfvARB,#function +GL_PREFIX(PointParameterfvARB): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10312,18 +11500,20 @@ GL_PREFIX(FragmentMaterialivSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FragmentMaterialivSGIX), %g2 - or %g2, %lo(8 * _gloffset_FragmentMaterialivSGIX), %g2 + sethi %hi(8 * _gloffset_PointParameterfvARB), %g2 + or %g2, %lo(8 * _gloffset_PointParameterfvARB), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FragmentMaterialivSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PointParameterfvARB)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetFragmentLightfvSGIX)) -GL_PREFIX(GetFragmentLightfvSGIX): +GLOBL_FN(GL_PREFIX(PointParameterfEXT)) +.type PointParameterfEXT,#function +GL_PREFIX(PointParameterfEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10331,18 +11521,20 @@ GL_PREFIX(GetFragmentLightfvSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetFragmentLightfvSGIX), %g2 - or %g2, %lo(8 * _gloffset_GetFragmentLightfvSGIX), %g2 + sethi %hi(8 * _gloffset_PointParameterfARB), %g2 + or %g2, %lo(8 * _gloffset_PointParameterfARB), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetFragmentLightfvSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PointParameterfARB)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetFragmentLightivSGIX)) -GL_PREFIX(GetFragmentLightivSGIX): +GLOBL_FN(GL_PREFIX(PointParameterfvEXT)) +.type PointParameterfvEXT,#function +GL_PREFIX(PointParameterfvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10350,18 +11542,20 @@ GL_PREFIX(GetFragmentLightivSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetFragmentLightivSGIX), %g2 - or %g2, %lo(8 * _gloffset_GetFragmentLightivSGIX), %g2 + sethi %hi(8 * _gloffset_PointParameterfvARB), %g2 + or %g2, %lo(8 * _gloffset_PointParameterfvARB), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetFragmentLightivSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PointParameterfvARB)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetFragmentMaterialfvSGIX)) -GL_PREFIX(GetFragmentMaterialfvSGIX): +GLOBL_FN(GL_PREFIX(PointParameterfSGIS)) +.type PointParameterfSGIS,#function +GL_PREFIX(PointParameterfSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10369,18 +11563,20 @@ GL_PREFIX(GetFragmentMaterialfvSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetFragmentMaterialfvSGIX), %g2 - or %g2, %lo(8 * _gloffset_GetFragmentMaterialfvSGIX), %g2 + sethi %hi(8 * _gloffset_PointParameterfARB), %g2 + or %g2, %lo(8 * _gloffset_PointParameterfARB), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetFragmentMaterialfvSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PointParameterfARB)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetFragmentMaterialivSGIX)) -GL_PREFIX(GetFragmentMaterialivSGIX): +GLOBL_FN(GL_PREFIX(PointParameterfvSGIS)) +.type PointParameterfvSGIS,#function +GL_PREFIX(PointParameterfvSGIS): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10388,18 +11584,20 @@ GL_PREFIX(GetFragmentMaterialivSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetFragmentMaterialivSGIX), %g2 - or %g2, %lo(8 * _gloffset_GetFragmentMaterialivSGIX), %g2 + sethi %hi(8 * _gloffset_PointParameterfvARB), %g2 + or %g2, %lo(8 * _gloffset_PointParameterfvARB), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetFragmentMaterialivSGIX)], %g3 + ld [%g1 + (4 * _gloffset_PointParameterfvARB)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(LightEnviSGIX)) -GL_PREFIX(LightEnviSGIX): +GLOBL_FN(GL_PREFIX(GetInstrumentsSGIX)) +.type GetInstrumentsSGIX,#function +GL_PREFIX(GetInstrumentsSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10407,18 +11605,20 @@ GL_PREFIX(LightEnviSGIX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_LightEnviSGIX), %g2 - or %g2, %lo(8 * _gloffset_LightEnviSGIX), %g2 + sethi %hi(8 * _gloffset_GetInstrumentsSGIX), %g2 + or %g2, %lo(8 * _gloffset_GetInstrumentsSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_LightEnviSGIX)], %g3 + ld [%g1 + (4 * _gloffset_GetInstrumentsSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(DrawRangeElementsEXT)) -GL_PREFIX(DrawRangeElementsEXT): +GLOBL_FN(GL_PREFIX(InstrumentsBufferSGIX)) +.type InstrumentsBufferSGIX,#function +GL_PREFIX(InstrumentsBufferSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10426,18 +11626,20 @@ GL_PREFIX(DrawRangeElementsEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_DrawRangeElements), %g2 - or %g2, %lo(8 * _gloffset_DrawRangeElements), %g2 + sethi %hi(8 * _gloffset_InstrumentsBufferSGIX), %g2 + or %g2, %lo(8 * _gloffset_InstrumentsBufferSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_DrawRangeElements)], %g3 + ld [%g1 + (4 * _gloffset_InstrumentsBufferSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3bEXT)) -GL_PREFIX(SecondaryColor3bEXT): +GLOBL_FN(GL_PREFIX(PollInstrumentsSGIX)) +.type PollInstrumentsSGIX,#function +GL_PREFIX(PollInstrumentsSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10445,18 +11647,20 @@ GL_PREFIX(SecondaryColor3bEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3bEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3bEXT), %g2 + sethi %hi(8 * _gloffset_PollInstrumentsSGIX), %g2 + or %g2, %lo(8 * _gloffset_PollInstrumentsSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3bEXT)], %g3 + ld [%g1 + (4 * _gloffset_PollInstrumentsSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3bvEXT)) -GL_PREFIX(SecondaryColor3bvEXT): +GLOBL_FN(GL_PREFIX(ReadInstrumentsSGIX)) +.type ReadInstrumentsSGIX,#function +GL_PREFIX(ReadInstrumentsSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10464,18 +11668,20 @@ GL_PREFIX(SecondaryColor3bvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3bvEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3bvEXT), %g2 + sethi %hi(8 * _gloffset_ReadInstrumentsSGIX), %g2 + or %g2, %lo(8 * _gloffset_ReadInstrumentsSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3bvEXT)], %g3 + ld [%g1 + (4 * _gloffset_ReadInstrumentsSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3dEXT)) -GL_PREFIX(SecondaryColor3dEXT): +GLOBL_FN(GL_PREFIX(StartInstrumentsSGIX)) +.type StartInstrumentsSGIX,#function +GL_PREFIX(StartInstrumentsSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10483,18 +11689,20 @@ GL_PREFIX(SecondaryColor3dEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3dEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3dEXT), %g2 + sethi %hi(8 * _gloffset_StartInstrumentsSGIX), %g2 + or %g2, %lo(8 * _gloffset_StartInstrumentsSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3dEXT)], %g3 + ld [%g1 + (4 * _gloffset_StartInstrumentsSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3dvEXT)) -GL_PREFIX(SecondaryColor3dvEXT): +GLOBL_FN(GL_PREFIX(StopInstrumentsSGIX)) +.type StopInstrumentsSGIX,#function +GL_PREFIX(StopInstrumentsSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10502,18 +11710,20 @@ GL_PREFIX(SecondaryColor3dvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3dvEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3dvEXT), %g2 + sethi %hi(8 * _gloffset_StopInstrumentsSGIX), %g2 + or %g2, %lo(8 * _gloffset_StopInstrumentsSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3dvEXT)], %g3 + ld [%g1 + (4 * _gloffset_StopInstrumentsSGIX)], %g3 #endif jmpl %g3, %g0 - -GLOBL_FN(GL_PREFIX(SecondaryColor3fEXT)) -GL_PREFIX(SecondaryColor3fEXT): + nop + +GLOBL_FN(GL_PREFIX(FrameZoomSGIX)) +.type FrameZoomSGIX,#function +GL_PREFIX(FrameZoomSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10521,18 +11731,20 @@ GL_PREFIX(SecondaryColor3fEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3fEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3fEXT), %g2 + sethi %hi(8 * _gloffset_FrameZoomSGIX), %g2 + or %g2, %lo(8 * _gloffset_FrameZoomSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3fEXT)], %g3 + ld [%g1 + (4 * _gloffset_FrameZoomSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3fvEXT)) -GL_PREFIX(SecondaryColor3fvEXT): +GLOBL_FN(GL_PREFIX(TagSampleBufferSGIX)) +.type TagSampleBufferSGIX,#function +GL_PREFIX(TagSampleBufferSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10540,18 +11752,20 @@ GL_PREFIX(SecondaryColor3fvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3fvEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3fvEXT), %g2 + sethi %hi(8 * _gloffset_TagSampleBufferSGIX), %g2 + or %g2, %lo(8 * _gloffset_TagSampleBufferSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3fvEXT)], %g3 + ld [%g1 + (4 * _gloffset_TagSampleBufferSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3iEXT)) -GL_PREFIX(SecondaryColor3iEXT): +GLOBL_FN(GL_PREFIX(ReferencePlaneSGIX)) +.type ReferencePlaneSGIX,#function +GL_PREFIX(ReferencePlaneSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10559,18 +11773,20 @@ GL_PREFIX(SecondaryColor3iEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3iEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3iEXT), %g2 + sethi %hi(8 * _gloffset_ReferencePlaneSGIX), %g2 + or %g2, %lo(8 * _gloffset_ReferencePlaneSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3iEXT)], %g3 + ld [%g1 + (4 * _gloffset_ReferencePlaneSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3ivEXT)) -GL_PREFIX(SecondaryColor3ivEXT): +GLOBL_FN(GL_PREFIX(FlushRasterSGIX)) +.type FlushRasterSGIX,#function +GL_PREFIX(FlushRasterSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10578,18 +11794,20 @@ GL_PREFIX(SecondaryColor3ivEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3ivEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3ivEXT), %g2 + sethi %hi(8 * _gloffset_FlushRasterSGIX), %g2 + or %g2, %lo(8 * _gloffset_FlushRasterSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3ivEXT)], %g3 + ld [%g1 + (4 * _gloffset_FlushRasterSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3sEXT)) -GL_PREFIX(SecondaryColor3sEXT): +GLOBL_FN(GL_PREFIX(ColorSubTableEXT)) +.type ColorSubTableEXT,#function +GL_PREFIX(ColorSubTableEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10597,18 +11815,20 @@ GL_PREFIX(SecondaryColor3sEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3sEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3sEXT), %g2 + sethi %hi(8 * _gloffset_ColorSubTable), %g2 + or %g2, %lo(8 * _gloffset_ColorSubTable), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3sEXT)], %g3 + ld [%g1 + (4 * _gloffset_ColorSubTable)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3svEXT)) -GL_PREFIX(SecondaryColor3svEXT): +GLOBL_FN(GL_PREFIX(CopyColorSubTableEXT)) +.type CopyColorSubTableEXT,#function +GL_PREFIX(CopyColorSubTableEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10616,18 +11836,20 @@ GL_PREFIX(SecondaryColor3svEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3svEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3svEXT), %g2 + sethi %hi(8 * _gloffset_CopyColorSubTable), %g2 + or %g2, %lo(8 * _gloffset_CopyColorSubTable), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3svEXT)], %g3 + ld [%g1 + (4 * _gloffset_CopyColorSubTable)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3ubEXT)) -GL_PREFIX(SecondaryColor3ubEXT): +GLOBL_FN(GL_PREFIX(HintPGI)) +.type HintPGI,#function +GL_PREFIX(HintPGI): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10635,18 +11857,20 @@ GL_PREFIX(SecondaryColor3ubEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3ubEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3ubEXT), %g2 + sethi %hi(8 * _gloffset_HintPGI), %g2 + or %g2, %lo(8 * _gloffset_HintPGI), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3ubEXT)], %g3 + ld [%g1 + (4 * _gloffset_HintPGI)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3ubvEXT)) -GL_PREFIX(SecondaryColor3ubvEXT): +GLOBL_FN(GL_PREFIX(ColorTableEXT)) +.type ColorTableEXT,#function +GL_PREFIX(ColorTableEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10654,18 +11878,20 @@ GL_PREFIX(SecondaryColor3ubvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3ubvEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3ubvEXT), %g2 + sethi %hi(8 * _gloffset_ColorTable), %g2 + or %g2, %lo(8 * _gloffset_ColorTable), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3ubvEXT)], %g3 + ld [%g1 + (4 * _gloffset_ColorTable)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3uiEXT)) -GL_PREFIX(SecondaryColor3uiEXT): +GLOBL_FN(GL_PREFIX(GetColorTableEXT)) +.type GetColorTableEXT,#function +GL_PREFIX(GetColorTableEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10673,18 +11899,20 @@ GL_PREFIX(SecondaryColor3uiEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3uiEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3uiEXT), %g2 + sethi %hi(8 * _gloffset_GetColorTableEXT), %g2 + or %g2, %lo(8 * _gloffset_GetColorTableEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3uiEXT)], %g3 + ld [%g1 + (4 * _gloffset_GetColorTableEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3uivEXT)) -GL_PREFIX(SecondaryColor3uivEXT): +GLOBL_FN(GL_PREFIX(GetColorTableParameterivEXT)) +.type GetColorTableParameterivEXT,#function +GL_PREFIX(GetColorTableParameterivEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10692,18 +11920,20 @@ GL_PREFIX(SecondaryColor3uivEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3uivEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3uivEXT), %g2 + sethi %hi(8 * _gloffset_GetColorTableParameterivEXT), %g2 + or %g2, %lo(8 * _gloffset_GetColorTableParameterivEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3uivEXT)], %g3 + ld [%g1 + (4 * _gloffset_GetColorTableParameterivEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3usEXT)) -GL_PREFIX(SecondaryColor3usEXT): +GLOBL_FN(GL_PREFIX(GetColorTableParameterfvEXT)) +.type GetColorTableParameterfvEXT,#function +GL_PREFIX(GetColorTableParameterfvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10711,18 +11941,20 @@ GL_PREFIX(SecondaryColor3usEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3usEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3usEXT), %g2 + sethi %hi(8 * _gloffset_GetColorTableParameterfvEXT), %g2 + or %g2, %lo(8 * _gloffset_GetColorTableParameterfvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3usEXT)], %g3 + ld [%g1 + (4 * _gloffset_GetColorTableParameterfvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColor3usvEXT)) -GL_PREFIX(SecondaryColor3usvEXT): +GLOBL_FN(GL_PREFIX(GetListParameterfvSGIX)) +.type GetListParameterfvSGIX,#function +GL_PREFIX(GetListParameterfvSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10730,18 +11962,20 @@ GL_PREFIX(SecondaryColor3usvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColor3usvEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColor3usvEXT), %g2 + sethi %hi(8 * _gloffset_GetListParameterfvSGIX), %g2 + or %g2, %lo(8 * _gloffset_GetListParameterfvSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColor3usvEXT)], %g3 + ld [%g1 + (4 * _gloffset_GetListParameterfvSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SecondaryColorPointerEXT)) -GL_PREFIX(SecondaryColorPointerEXT): +GLOBL_FN(GL_PREFIX(GetListParameterivSGIX)) +.type GetListParameterivSGIX,#function +GL_PREFIX(GetListParameterivSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10749,18 +11983,20 @@ GL_PREFIX(SecondaryColorPointerEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SecondaryColorPointerEXT), %g2 - or %g2, %lo(8 * _gloffset_SecondaryColorPointerEXT), %g2 + sethi %hi(8 * _gloffset_GetListParameterivSGIX), %g2 + or %g2, %lo(8 * _gloffset_GetListParameterivSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SecondaryColorPointerEXT)], %g3 + ld [%g1 + (4 * _gloffset_GetListParameterivSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FogCoordfEXT)) -GL_PREFIX(FogCoordfEXT): +GLOBL_FN(GL_PREFIX(ListParameterfSGIX)) +.type ListParameterfSGIX,#function +GL_PREFIX(ListParameterfSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10768,18 +12004,20 @@ GL_PREFIX(FogCoordfEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FogCoordfEXT), %g2 - or %g2, %lo(8 * _gloffset_FogCoordfEXT), %g2 + sethi %hi(8 * _gloffset_ListParameterfSGIX), %g2 + or %g2, %lo(8 * _gloffset_ListParameterfSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FogCoordfEXT)], %g3 + ld [%g1 + (4 * _gloffset_ListParameterfSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FogCoordfvEXT)) -GL_PREFIX(FogCoordfvEXT): +GLOBL_FN(GL_PREFIX(ListParameterfvSGIX)) +.type ListParameterfvSGIX,#function +GL_PREFIX(ListParameterfvSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10787,18 +12025,20 @@ GL_PREFIX(FogCoordfvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FogCoordfvEXT), %g2 - or %g2, %lo(8 * _gloffset_FogCoordfvEXT), %g2 + sethi %hi(8 * _gloffset_ListParameterfvSGIX), %g2 + or %g2, %lo(8 * _gloffset_ListParameterfvSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FogCoordfvEXT)], %g3 + ld [%g1 + (4 * _gloffset_ListParameterfvSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FogCoorddEXT)) -GL_PREFIX(FogCoorddEXT): +GLOBL_FN(GL_PREFIX(ListParameteriSGIX)) +.type ListParameteriSGIX,#function +GL_PREFIX(ListParameteriSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10806,18 +12046,20 @@ GL_PREFIX(FogCoorddEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FogCoorddEXT), %g2 - or %g2, %lo(8 * _gloffset_FogCoorddEXT), %g2 + sethi %hi(8 * _gloffset_ListParameteriSGIX), %g2 + or %g2, %lo(8 * _gloffset_ListParameteriSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FogCoorddEXT)], %g3 + ld [%g1 + (4 * _gloffset_ListParameteriSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FogCoorddvEXT)) -GL_PREFIX(FogCoorddvEXT): +GLOBL_FN(GL_PREFIX(ListParameterivSGIX)) +.type ListParameterivSGIX,#function +GL_PREFIX(ListParameterivSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10825,18 +12067,20 @@ GL_PREFIX(FogCoorddvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FogCoorddvEXT), %g2 - or %g2, %lo(8 * _gloffset_FogCoorddvEXT), %g2 + sethi %hi(8 * _gloffset_ListParameterivSGIX), %g2 + or %g2, %lo(8 * _gloffset_ListParameterivSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FogCoorddvEXT)], %g3 + ld [%g1 + (4 * _gloffset_ListParameterivSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FogCoordPointerEXT)) -GL_PREFIX(FogCoordPointerEXT): +GLOBL_FN(GL_PREFIX(IndexMaterialEXT)) +.type IndexMaterialEXT,#function +GL_PREFIX(IndexMaterialEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10844,18 +12088,20 @@ GL_PREFIX(FogCoordPointerEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FogCoordPointerEXT), %g2 - or %g2, %lo(8 * _gloffset_FogCoordPointerEXT), %g2 + sethi %hi(8 * _gloffset_IndexMaterialEXT), %g2 + or %g2, %lo(8 * _gloffset_IndexMaterialEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FogCoordPointerEXT)], %g3 + ld [%g1 + (4 * _gloffset_IndexMaterialEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(BlendFuncSeparateEXT)) -GL_PREFIX(BlendFuncSeparateEXT): +GLOBL_FN(GL_PREFIX(IndexFuncEXT)) +.type IndexFuncEXT,#function +GL_PREFIX(IndexFuncEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10863,18 +12109,20 @@ GL_PREFIX(BlendFuncSeparateEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_BlendFuncSeparateEXT), %g2 - or %g2, %lo(8 * _gloffset_BlendFuncSeparateEXT), %g2 + sethi %hi(8 * _gloffset_IndexFuncEXT), %g2 + or %g2, %lo(8 * _gloffset_IndexFuncEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_BlendFuncSeparateEXT)], %g3 + ld [%g1 + (4 * _gloffset_IndexFuncEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(BlendFuncSeparateINGR)) -GL_PREFIX(BlendFuncSeparateINGR): +GLOBL_FN(GL_PREFIX(LockArraysEXT)) +.type LockArraysEXT,#function +GL_PREFIX(LockArraysEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10882,18 +12130,20 @@ GL_PREFIX(BlendFuncSeparateINGR): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_BlendFuncSeparateEXT), %g2 - or %g2, %lo(8 * _gloffset_BlendFuncSeparateEXT), %g2 + sethi %hi(8 * _gloffset_LockArraysEXT), %g2 + or %g2, %lo(8 * _gloffset_LockArraysEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_BlendFuncSeparateEXT)], %g3 + ld [%g1 + (4 * _gloffset_LockArraysEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(VertexWeightfEXT)) -GL_PREFIX(VertexWeightfEXT): +GLOBL_FN(GL_PREFIX(UnlockArraysEXT)) +.type UnlockArraysEXT,#function +GL_PREFIX(UnlockArraysEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10901,18 +12151,20 @@ GL_PREFIX(VertexWeightfEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_VertexWeightfEXT), %g2 - or %g2, %lo(8 * _gloffset_VertexWeightfEXT), %g2 + sethi %hi(8 * _gloffset_UnlockArraysEXT), %g2 + or %g2, %lo(8 * _gloffset_UnlockArraysEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_VertexWeightfEXT)], %g3 + ld [%g1 + (4 * _gloffset_UnlockArraysEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(VertexWeightfvEXT)) -GL_PREFIX(VertexWeightfvEXT): +GLOBL_FN(GL_PREFIX(CullParameterdvEXT)) +.type CullParameterdvEXT,#function +GL_PREFIX(CullParameterdvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10920,18 +12172,20 @@ GL_PREFIX(VertexWeightfvEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_VertexWeightfvEXT), %g2 - or %g2, %lo(8 * _gloffset_VertexWeightfvEXT), %g2 + sethi %hi(8 * _gloffset_CullParameterdvEXT), %g2 + or %g2, %lo(8 * _gloffset_CullParameterdvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_VertexWeightfvEXT)], %g3 + ld [%g1 + (4 * _gloffset_CullParameterdvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(VertexWeightPointerEXT)) -GL_PREFIX(VertexWeightPointerEXT): +GLOBL_FN(GL_PREFIX(CullParameterfvEXT)) +.type CullParameterfvEXT,#function +GL_PREFIX(CullParameterfvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10939,18 +12193,20 @@ GL_PREFIX(VertexWeightPointerEXT): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_VertexWeightPointerEXT), %g2 - or %g2, %lo(8 * _gloffset_VertexWeightPointerEXT), %g2 + sethi %hi(8 * _gloffset_CullParameterfvEXT), %g2 + or %g2, %lo(8 * _gloffset_CullParameterfvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_VertexWeightPointerEXT)], %g3 + ld [%g1 + (4 * _gloffset_CullParameterfvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FlushVertexArrayRangeNV)) -GL_PREFIX(FlushVertexArrayRangeNV): +GLOBL_FN(GL_PREFIX(FragmentColorMaterialSGIX)) +.type FragmentColorMaterialSGIX,#function +GL_PREFIX(FragmentColorMaterialSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10958,18 +12214,20 @@ GL_PREFIX(FlushVertexArrayRangeNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FlushVertexArrayRangeNV), %g2 - or %g2, %lo(8 * _gloffset_FlushVertexArrayRangeNV), %g2 + sethi %hi(8 * _gloffset_FragmentColorMaterialSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentColorMaterialSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FlushVertexArrayRangeNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentColorMaterialSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(VertexArrayRangeNV)) -GL_PREFIX(VertexArrayRangeNV): +GLOBL_FN(GL_PREFIX(FragmentLightfSGIX)) +.type FragmentLightfSGIX,#function +GL_PREFIX(FragmentLightfSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10977,18 +12235,20 @@ GL_PREFIX(VertexArrayRangeNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_VertexArrayRangeNV), %g2 - or %g2, %lo(8 * _gloffset_VertexArrayRangeNV), %g2 + sethi %hi(8 * _gloffset_FragmentLightfSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentLightfSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_VertexArrayRangeNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentLightfSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CombinerParameterfvNV)) -GL_PREFIX(CombinerParameterfvNV): +GLOBL_FN(GL_PREFIX(FragmentLightfvSGIX)) +.type FragmentLightfvSGIX,#function +GL_PREFIX(FragmentLightfvSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -10996,18 +12256,20 @@ GL_PREFIX(CombinerParameterfvNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CombinerParameterfvNV), %g2 - or %g2, %lo(8 * _gloffset_CombinerParameterfvNV), %g2 + sethi %hi(8 * _gloffset_FragmentLightfvSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentLightfvSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CombinerParameterfvNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentLightfvSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CombinerParameterfNV)) -GL_PREFIX(CombinerParameterfNV): +GLOBL_FN(GL_PREFIX(FragmentLightiSGIX)) +.type FragmentLightiSGIX,#function +GL_PREFIX(FragmentLightiSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11015,18 +12277,20 @@ GL_PREFIX(CombinerParameterfNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CombinerParameterfNV), %g2 - or %g2, %lo(8 * _gloffset_CombinerParameterfNV), %g2 + sethi %hi(8 * _gloffset_FragmentLightiSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentLightiSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CombinerParameterfNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentLightiSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CombinerParameterivNV)) -GL_PREFIX(CombinerParameterivNV): +GLOBL_FN(GL_PREFIX(FragmentLightivSGIX)) +.type FragmentLightivSGIX,#function +GL_PREFIX(FragmentLightivSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11034,18 +12298,20 @@ GL_PREFIX(CombinerParameterivNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CombinerParameterivNV), %g2 - or %g2, %lo(8 * _gloffset_CombinerParameterivNV), %g2 + sethi %hi(8 * _gloffset_FragmentLightivSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentLightivSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CombinerParameterivNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentLightivSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CombinerParameteriNV)) -GL_PREFIX(CombinerParameteriNV): +GLOBL_FN(GL_PREFIX(FragmentLightModelfSGIX)) +.type FragmentLightModelfSGIX,#function +GL_PREFIX(FragmentLightModelfSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11053,18 +12319,20 @@ GL_PREFIX(CombinerParameteriNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CombinerParameteriNV), %g2 - or %g2, %lo(8 * _gloffset_CombinerParameteriNV), %g2 + sethi %hi(8 * _gloffset_FragmentLightModelfSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentLightModelfSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CombinerParameteriNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentLightModelfSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CombinerInputNV)) -GL_PREFIX(CombinerInputNV): +GLOBL_FN(GL_PREFIX(FragmentLightModelfvSGIX)) +.type FragmentLightModelfvSGIX,#function +GL_PREFIX(FragmentLightModelfvSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11072,18 +12340,20 @@ GL_PREFIX(CombinerInputNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CombinerInputNV), %g2 - or %g2, %lo(8 * _gloffset_CombinerInputNV), %g2 + sethi %hi(8 * _gloffset_FragmentLightModelfvSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentLightModelfvSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CombinerInputNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentLightModelfvSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(CombinerOutputNV)) -GL_PREFIX(CombinerOutputNV): +GLOBL_FN(GL_PREFIX(FragmentLightModeliSGIX)) +.type FragmentLightModeliSGIX,#function +GL_PREFIX(FragmentLightModeliSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11091,18 +12361,20 @@ GL_PREFIX(CombinerOutputNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CombinerOutputNV), %g2 - or %g2, %lo(8 * _gloffset_CombinerOutputNV), %g2 + sethi %hi(8 * _gloffset_FragmentLightModeliSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentLightModeliSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CombinerOutputNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentLightModeliSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(FinalCombinerInputNV)) -GL_PREFIX(FinalCombinerInputNV): +GLOBL_FN(GL_PREFIX(FragmentLightModelivSGIX)) +.type FragmentLightModelivSGIX,#function +GL_PREFIX(FragmentLightModelivSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11110,18 +12382,20 @@ GL_PREFIX(FinalCombinerInputNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_FinalCombinerInputNV), %g2 - or %g2, %lo(8 * _gloffset_FinalCombinerInputNV), %g2 + sethi %hi(8 * _gloffset_FragmentLightModelivSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentLightModelivSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_FinalCombinerInputNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentLightModelivSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetCombinerInputParameterfvNV)) -GL_PREFIX(GetCombinerInputParameterfvNV): +GLOBL_FN(GL_PREFIX(FragmentMaterialfSGIX)) +.type FragmentMaterialfSGIX,#function +GL_PREFIX(FragmentMaterialfSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11129,18 +12403,20 @@ GL_PREFIX(GetCombinerInputParameterfvNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetCombinerInputParameterfvNV), %g2 - or %g2, %lo(8 * _gloffset_GetCombinerInputParameterfvNV), %g2 + sethi %hi(8 * _gloffset_FragmentMaterialfSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentMaterialfSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetCombinerInputParameterfvNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentMaterialfSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetCombinerInputParameterivNV)) -GL_PREFIX(GetCombinerInputParameterivNV): +GLOBL_FN(GL_PREFIX(FragmentMaterialfvSGIX)) +.type FragmentMaterialfvSGIX,#function +GL_PREFIX(FragmentMaterialfvSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11148,18 +12424,20 @@ GL_PREFIX(GetCombinerInputParameterivNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetCombinerInputParameterivNV), %g2 - or %g2, %lo(8 * _gloffset_GetCombinerInputParameterivNV), %g2 + sethi %hi(8 * _gloffset_FragmentMaterialfvSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentMaterialfvSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetCombinerInputParameterivNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentMaterialfvSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetCombinerOutputParameterfvNV)) -GL_PREFIX(GetCombinerOutputParameterfvNV): +GLOBL_FN(GL_PREFIX(FragmentMaterialiSGIX)) +.type FragmentMaterialiSGIX,#function +GL_PREFIX(FragmentMaterialiSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11167,18 +12445,20 @@ GL_PREFIX(GetCombinerOutputParameterfvNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetCombinerOutputParameterfvNV), %g2 - or %g2, %lo(8 * _gloffset_GetCombinerOutputParameterfvNV), %g2 + sethi %hi(8 * _gloffset_FragmentMaterialiSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentMaterialiSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetCombinerOutputParameterfvNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentMaterialiSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetCombinerOutputParameterivNV)) -GL_PREFIX(GetCombinerOutputParameterivNV): +GLOBL_FN(GL_PREFIX(FragmentMaterialivSGIX)) +.type FragmentMaterialivSGIX,#function +GL_PREFIX(FragmentMaterialivSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11186,18 +12466,20 @@ GL_PREFIX(GetCombinerOutputParameterivNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetCombinerOutputParameterivNV), %g2 - or %g2, %lo(8 * _gloffset_GetCombinerOutputParameterivNV), %g2 + sethi %hi(8 * _gloffset_FragmentMaterialivSGIX), %g2 + or %g2, %lo(8 * _gloffset_FragmentMaterialivSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetCombinerOutputParameterivNV)], %g3 + ld [%g1 + (4 * _gloffset_FragmentMaterialivSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetFinalCombinerInputParameterfvNV)) -GL_PREFIX(GetFinalCombinerInputParameterfvNV): +GLOBL_FN(GL_PREFIX(GetFragmentLightfvSGIX)) +.type GetFragmentLightfvSGIX,#function +GL_PREFIX(GetFragmentLightfvSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11205,18 +12487,20 @@ GL_PREFIX(GetFinalCombinerInputParameterfvNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetFinalCombinerInputParameterfvNV), %g2 - or %g2, %lo(8 * _gloffset_GetFinalCombinerInputParameterfvNV), %g2 + sethi %hi(8 * _gloffset_GetFragmentLightfvSGIX), %g2 + or %g2, %lo(8 * _gloffset_GetFragmentLightfvSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetFinalCombinerInputParameterfvNV)], %g3 + ld [%g1 + (4 * _gloffset_GetFragmentLightfvSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(GetFinalCombinerInputParameterivNV)) -GL_PREFIX(GetFinalCombinerInputParameterivNV): +GLOBL_FN(GL_PREFIX(GetFragmentLightivSGIX)) +.type GetFragmentLightivSGIX,#function +GL_PREFIX(GetFragmentLightivSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11224,18 +12508,20 @@ GL_PREFIX(GetFinalCombinerInputParameterivNV): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetFinalCombinerInputParameterivNV), %g2 - or %g2, %lo(8 * _gloffset_GetFinalCombinerInputParameterivNV), %g2 + sethi %hi(8 * _gloffset_GetFragmentLightivSGIX), %g2 + or %g2, %lo(8 * _gloffset_GetFragmentLightivSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetFinalCombinerInputParameterivNV)], %g3 + ld [%g1 + (4 * _gloffset_GetFragmentLightivSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(ResizeBuffersMESA)) -GL_PREFIX(ResizeBuffersMESA): +GLOBL_FN(GL_PREFIX(GetFragmentMaterialfvSGIX)) +.type GetFragmentMaterialfvSGIX,#function +GL_PREFIX(GetFragmentMaterialfvSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11243,18 +12529,20 @@ GL_PREFIX(ResizeBuffersMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ResizeBuffersMESA), %g2 - or %g2, %lo(8 * _gloffset_ResizeBuffersMESA), %g2 + sethi %hi(8 * _gloffset_GetFragmentMaterialfvSGIX), %g2 + or %g2, %lo(8 * _gloffset_GetFragmentMaterialfvSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ResizeBuffersMESA)], %g3 + ld [%g1 + (4 * _gloffset_GetFragmentMaterialfvSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos2dMESA)) -GL_PREFIX(WindowPos2dMESA): +GLOBL_FN(GL_PREFIX(GetFragmentMaterialivSGIX)) +.type GetFragmentMaterialivSGIX,#function +GL_PREFIX(GetFragmentMaterialivSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11262,18 +12550,20 @@ GL_PREFIX(WindowPos2dMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos2dMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos2dMESA), %g2 + sethi %hi(8 * _gloffset_GetFragmentMaterialivSGIX), %g2 + or %g2, %lo(8 * _gloffset_GetFragmentMaterialivSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos2dMESA)], %g3 + ld [%g1 + (4 * _gloffset_GetFragmentMaterialivSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos2dvMESA)) -GL_PREFIX(WindowPos2dvMESA): +GLOBL_FN(GL_PREFIX(LightEnviSGIX)) +.type LightEnviSGIX,#function +GL_PREFIX(LightEnviSGIX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11281,18 +12571,20 @@ GL_PREFIX(WindowPos2dvMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos2dvMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos2dvMESA), %g2 + sethi %hi(8 * _gloffset_LightEnviSGIX), %g2 + or %g2, %lo(8 * _gloffset_LightEnviSGIX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos2dvMESA)], %g3 + ld [%g1 + (4 * _gloffset_LightEnviSGIX)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos2fMESA)) -GL_PREFIX(WindowPos2fMESA): +GLOBL_FN(GL_PREFIX(DrawRangeElementsEXT)) +.type DrawRangeElementsEXT,#function +GL_PREFIX(DrawRangeElementsEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11300,18 +12592,20 @@ GL_PREFIX(WindowPos2fMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos2fMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos2fMESA), %g2 + sethi %hi(8 * _gloffset_DrawRangeElements), %g2 + or %g2, %lo(8 * _gloffset_DrawRangeElements), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos2fMESA)], %g3 + ld [%g1 + (4 * _gloffset_DrawRangeElements)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos2fvMESA)) -GL_PREFIX(WindowPos2fvMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3bEXT)) +.type SecondaryColor3bEXT,#function +GL_PREFIX(SecondaryColor3bEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11319,18 +12613,20 @@ GL_PREFIX(WindowPos2fvMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos2fvMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos2fvMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3bEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3bEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos2fvMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3bEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos2iMESA)) -GL_PREFIX(WindowPos2iMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3bvEXT)) +.type SecondaryColor3bvEXT,#function +GL_PREFIX(SecondaryColor3bvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11338,18 +12634,20 @@ GL_PREFIX(WindowPos2iMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos2iMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos2iMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3bvEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3bvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos2iMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3bvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos2ivMESA)) -GL_PREFIX(WindowPos2ivMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3dEXT)) +.type SecondaryColor3dEXT,#function +GL_PREFIX(SecondaryColor3dEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11357,18 +12655,20 @@ GL_PREFIX(WindowPos2ivMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos2ivMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos2ivMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3dEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3dEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos2ivMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3dEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos2sMESA)) -GL_PREFIX(WindowPos2sMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3dvEXT)) +.type SecondaryColor3dvEXT,#function +GL_PREFIX(SecondaryColor3dvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11376,18 +12676,20 @@ GL_PREFIX(WindowPos2sMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos2sMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos2sMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3dvEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3dvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos2sMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3dvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos2svMESA)) -GL_PREFIX(WindowPos2svMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3fEXT)) +.type SecondaryColor3fEXT,#function +GL_PREFIX(SecondaryColor3fEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11395,18 +12697,20 @@ GL_PREFIX(WindowPos2svMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos2svMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos2svMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3fEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3fEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos2svMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3fEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos3dMESA)) -GL_PREFIX(WindowPos3dMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3fvEXT)) +.type SecondaryColor3fvEXT,#function +GL_PREFIX(SecondaryColor3fvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11414,18 +12718,20 @@ GL_PREFIX(WindowPos3dMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos3dMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos3dMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3fvEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3fvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos3dMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3fvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos3dvMESA)) -GL_PREFIX(WindowPos3dvMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3iEXT)) +.type SecondaryColor3iEXT,#function +GL_PREFIX(SecondaryColor3iEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11433,18 +12739,20 @@ GL_PREFIX(WindowPos3dvMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos3dvMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos3dvMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3iEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3iEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos3dvMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3iEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos3fMESA)) -GL_PREFIX(WindowPos3fMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3ivEXT)) +.type SecondaryColor3ivEXT,#function +GL_PREFIX(SecondaryColor3ivEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11452,18 +12760,20 @@ GL_PREFIX(WindowPos3fMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos3fMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos3fMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3ivEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3ivEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos3fMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3ivEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos3fvMESA)) -GL_PREFIX(WindowPos3fvMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3sEXT)) +.type SecondaryColor3sEXT,#function +GL_PREFIX(SecondaryColor3sEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11471,18 +12781,20 @@ GL_PREFIX(WindowPos3fvMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos3fvMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos3fvMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3sEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3sEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos3fvMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3sEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos3iMESA)) -GL_PREFIX(WindowPos3iMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3svEXT)) +.type SecondaryColor3svEXT,#function +GL_PREFIX(SecondaryColor3svEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11490,18 +12802,20 @@ GL_PREFIX(WindowPos3iMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos3iMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos3iMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3svEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3svEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos3iMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3svEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos3ivMESA)) -GL_PREFIX(WindowPos3ivMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3ubEXT)) +.type SecondaryColor3ubEXT,#function +GL_PREFIX(SecondaryColor3ubEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11509,18 +12823,20 @@ GL_PREFIX(WindowPos3ivMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos3ivMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos3ivMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3ubEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3ubEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos3ivMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3ubEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos3sMESA)) -GL_PREFIX(WindowPos3sMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3ubvEXT)) +.type SecondaryColor3ubvEXT,#function +GL_PREFIX(SecondaryColor3ubvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11528,18 +12844,20 @@ GL_PREFIX(WindowPos3sMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos3sMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos3sMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3ubvEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3ubvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos3sMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3ubvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos3svMESA)) -GL_PREFIX(WindowPos3svMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3uiEXT)) +.type SecondaryColor3uiEXT,#function +GL_PREFIX(SecondaryColor3uiEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11547,18 +12865,20 @@ GL_PREFIX(WindowPos3svMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos3svMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos3svMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3uiEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3uiEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos3svMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3uiEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos4dMESA)) -GL_PREFIX(WindowPos4dMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3uivEXT)) +.type SecondaryColor3uivEXT,#function +GL_PREFIX(SecondaryColor3uivEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11566,18 +12886,20 @@ GL_PREFIX(WindowPos4dMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos4dMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos4dMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3uivEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3uivEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos4dMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3uivEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos4dvMESA)) -GL_PREFIX(WindowPos4dvMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3usEXT)) +.type SecondaryColor3usEXT,#function +GL_PREFIX(SecondaryColor3usEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11585,18 +12907,20 @@ GL_PREFIX(WindowPos4dvMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos4dvMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos4dvMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3usEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3usEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos4dvMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3usEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos4fMESA)) -GL_PREFIX(WindowPos4fMESA): +GLOBL_FN(GL_PREFIX(SecondaryColor3usvEXT)) +.type SecondaryColor3usvEXT,#function +GL_PREFIX(SecondaryColor3usvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11604,18 +12928,20 @@ GL_PREFIX(WindowPos4fMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos4fMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos4fMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColor3usvEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColor3usvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos4fMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColor3usvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos4fvMESA)) -GL_PREFIX(WindowPos4fvMESA): +GLOBL_FN(GL_PREFIX(SecondaryColorPointerEXT)) +.type SecondaryColorPointerEXT,#function +GL_PREFIX(SecondaryColorPointerEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11623,18 +12949,20 @@ GL_PREFIX(WindowPos4fvMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos4fvMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos4fvMESA), %g2 + sethi %hi(8 * _gloffset_SecondaryColorPointerEXT), %g2 + or %g2, %lo(8 * _gloffset_SecondaryColorPointerEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos4fvMESA)], %g3 + ld [%g1 + (4 * _gloffset_SecondaryColorPointerEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos4iMESA)) -GL_PREFIX(WindowPos4iMESA): +GLOBL_FN(GL_PREFIX(FogCoordfEXT)) +.type FogCoordfEXT,#function +GL_PREFIX(FogCoordfEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11642,18 +12970,20 @@ GL_PREFIX(WindowPos4iMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos4iMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos4iMESA), %g2 + sethi %hi(8 * _gloffset_FogCoordfEXT), %g2 + or %g2, %lo(8 * _gloffset_FogCoordfEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos4iMESA)], %g3 + ld [%g1 + (4 * _gloffset_FogCoordfEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos4ivMESA)) -GL_PREFIX(WindowPos4ivMESA): +GLOBL_FN(GL_PREFIX(FogCoordfvEXT)) +.type FogCoordfvEXT,#function +GL_PREFIX(FogCoordfvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11661,18 +12991,20 @@ GL_PREFIX(WindowPos4ivMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos4ivMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos4ivMESA), %g2 + sethi %hi(8 * _gloffset_FogCoordfvEXT), %g2 + or %g2, %lo(8 * _gloffset_FogCoordfvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos4ivMESA)], %g3 + ld [%g1 + (4 * _gloffset_FogCoordfvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos4sMESA)) -GL_PREFIX(WindowPos4sMESA): +GLOBL_FN(GL_PREFIX(FogCoorddEXT)) +.type FogCoorddEXT,#function +GL_PREFIX(FogCoorddEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11680,18 +13012,20 @@ GL_PREFIX(WindowPos4sMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos4sMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos4sMESA), %g2 + sethi %hi(8 * _gloffset_FogCoorddEXT), %g2 + or %g2, %lo(8 * _gloffset_FogCoorddEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos4sMESA)], %g3 + ld [%g1 + (4 * _gloffset_FogCoorddEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(WindowPos4svMESA)) -GL_PREFIX(WindowPos4svMESA): +GLOBL_FN(GL_PREFIX(FogCoorddvEXT)) +.type FogCoorddvEXT,#function +GL_PREFIX(FogCoorddvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11699,18 +13033,20 @@ GL_PREFIX(WindowPos4svMESA): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_WindowPos4svMESA), %g2 - or %g2, %lo(8 * _gloffset_WindowPos4svMESA), %g2 + sethi %hi(8 * _gloffset_FogCoorddvEXT), %g2 + or %g2, %lo(8 * _gloffset_FogCoorddvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_WindowPos4svMESA)], %g3 + ld [%g1 + (4 * _gloffset_FogCoorddvEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(TbufferMask3DFX)) -GL_PREFIX(TbufferMask3DFX): +GLOBL_FN(GL_PREFIX(FogCoordPointerEXT)) +.type FogCoordPointerEXT,#function +GL_PREFIX(FogCoordPointerEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11718,18 +13054,20 @@ GL_PREFIX(TbufferMask3DFX): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_TbufferMask3DFX), %g2 - or %g2, %lo(8 * _gloffset_TbufferMask3DFX), %g2 + sethi %hi(8 * _gloffset_FogCoordPointerEXT), %g2 + or %g2, %lo(8 * _gloffset_FogCoordPointerEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_TbufferMask3DFX)], %g3 + ld [%g1 + (4 * _gloffset_FogCoordPointerEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SampleMaskSGIS)) -GL_PREFIX(SampleMaskSGIS): +GLOBL_FN(GL_PREFIX(BlendFuncSeparateEXT)) +.type BlendFuncSeparateEXT,#function +GL_PREFIX(BlendFuncSeparateEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11737,18 +13075,20 @@ GL_PREFIX(SampleMaskSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SampleMaskSGIS), %g2 - or %g2, %lo(8 * _gloffset_SampleMaskSGIS), %g2 + sethi %hi(8 * _gloffset_BlendFuncSeparateEXT), %g2 + or %g2, %lo(8 * _gloffset_BlendFuncSeparateEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SampleMaskSGIS)], %g3 + ld [%g1 + (4 * _gloffset_BlendFuncSeparateEXT)], %g3 #endif jmpl %g3, %g0 + nop -GLOBL_FN(GL_PREFIX(SamplePatternSGIS)) -GL_PREFIX(SamplePatternSGIS): +GLOBL_FN(GL_PREFIX(BlendFuncSeparateINGR)) +.type BlendFuncSeparateINGR,#function +GL_PREFIX(BlendFuncSeparateINGR): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11756,19 +13096,20 @@ GL_PREFIX(SamplePatternSGIS): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SamplePatternSGIS), %g2 - or %g2, %lo(8 * _gloffset_SamplePatternSGIS), %g2 + sethi %hi(8 * _gloffset_BlendFuncSeparateEXT), %g2 + or %g2, %lo(8 * _gloffset_BlendFuncSeparateEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SamplePatternSGIS)], %g3 + ld [%g1 + (4 * _gloffset_BlendFuncSeparateEXT)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(ActiveTexture)) -GL_PREFIX(ActiveTexture): +GLOBL_FN(GL_PREFIX(VertexWeightfEXT)) +.type VertexWeightfEXT,#function +GL_PREFIX(VertexWeightfEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11776,19 +13117,20 @@ GL_PREFIX(ActiveTexture): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ActiveTextureARB), %g2 - or %g2, %lo(8 * _gloffset_ActiveTextureARB), %g2 + sethi %hi(8 * _gloffset_VertexWeightfEXT), %g2 + or %g2, %lo(8 * _gloffset_VertexWeightfEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ActiveTextureARB)], %g3 + ld [%g1 + (4 * _gloffset_VertexWeightfEXT)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(ClientActiveTexture)) -GL_PREFIX(ClientActiveTexture): +GLOBL_FN(GL_PREFIX(VertexWeightfvEXT)) +.type VertexWeightfvEXT,#function +GL_PREFIX(VertexWeightfvEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11796,19 +13138,20 @@ GL_PREFIX(ClientActiveTexture): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_ClientActiveTextureARB), %g2 - or %g2, %lo(8 * _gloffset_ClientActiveTextureARB), %g2 + sethi %hi(8 * _gloffset_VertexWeightfvEXT), %g2 + or %g2, %lo(8 * _gloffset_VertexWeightfvEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_ClientActiveTextureARB)], %g3 + ld [%g1 + (4 * _gloffset_VertexWeightfvEXT)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(CompressedTexImage1D)) -GL_PREFIX(CompressedTexImage1D): +GLOBL_FN(GL_PREFIX(VertexWeightPointerEXT)) +.type VertexWeightPointerEXT,#function +GL_PREFIX(VertexWeightPointerEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11816,19 +13159,20 @@ GL_PREFIX(CompressedTexImage1D): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexImage1DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexImage1DARB), %g2 + sethi %hi(8 * _gloffset_VertexWeightPointerEXT), %g2 + or %g2, %lo(8 * _gloffset_VertexWeightPointerEXT), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexImage1DARB)], %g3 + ld [%g1 + (4 * _gloffset_VertexWeightPointerEXT)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(CompressedTexImage2D)) -GL_PREFIX(CompressedTexImage2D): +GLOBL_FN(GL_PREFIX(FlushVertexArrayRangeNV)) +.type FlushVertexArrayRangeNV,#function +GL_PREFIX(FlushVertexArrayRangeNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11836,19 +13180,20 @@ GL_PREFIX(CompressedTexImage2D): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexImage2DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexImage2DARB), %g2 + sethi %hi(8 * _gloffset_FlushVertexArrayRangeNV), %g2 + or %g2, %lo(8 * _gloffset_FlushVertexArrayRangeNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexImage2DARB)], %g3 + ld [%g1 + (4 * _gloffset_FlushVertexArrayRangeNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(CompressedTexImage3D)) -GL_PREFIX(CompressedTexImage3D): +GLOBL_FN(GL_PREFIX(VertexArrayRangeNV)) +.type VertexArrayRangeNV,#function +GL_PREFIX(VertexArrayRangeNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11856,19 +13201,20 @@ GL_PREFIX(CompressedTexImage3D): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexImage3DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexImage3DARB), %g2 + sethi %hi(8 * _gloffset_VertexArrayRangeNV), %g2 + or %g2, %lo(8 * _gloffset_VertexArrayRangeNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexImage3DARB)], %g3 + ld [%g1 + (4 * _gloffset_VertexArrayRangeNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(CompressedTexSubImage1D)) -GL_PREFIX(CompressedTexSubImage1D): +GLOBL_FN(GL_PREFIX(CombinerParameterfvNV)) +.type CombinerParameterfvNV,#function +GL_PREFIX(CombinerParameterfvNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11876,19 +13222,20 @@ GL_PREFIX(CompressedTexSubImage1D): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexSubImage1DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexSubImage1DARB), %g2 + sethi %hi(8 * _gloffset_CombinerParameterfvNV), %g2 + or %g2, %lo(8 * _gloffset_CombinerParameterfvNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexSubImage1DARB)], %g3 + ld [%g1 + (4 * _gloffset_CombinerParameterfvNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(CompressedTexSubImage2D)) -GL_PREFIX(CompressedTexSubImage2D): +GLOBL_FN(GL_PREFIX(CombinerParameterfNV)) +.type CombinerParameterfNV,#function +GL_PREFIX(CombinerParameterfNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11896,19 +13243,20 @@ GL_PREFIX(CompressedTexSubImage2D): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexSubImage2DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexSubImage2DARB), %g2 + sethi %hi(8 * _gloffset_CombinerParameterfNV), %g2 + or %g2, %lo(8 * _gloffset_CombinerParameterfNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexSubImage2DARB)], %g3 + ld [%g1 + (4 * _gloffset_CombinerParameterfNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(CompressedTexSubImage3D)) -GL_PREFIX(CompressedTexSubImage3D): +GLOBL_FN(GL_PREFIX(CombinerParameterivNV)) +.type CombinerParameterivNV,#function +GL_PREFIX(CombinerParameterivNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11916,19 +13264,20 @@ GL_PREFIX(CompressedTexSubImage3D): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_CompressedTexSubImage3DARB), %g2 - or %g2, %lo(8 * _gloffset_CompressedTexSubImage3DARB), %g2 + sethi %hi(8 * _gloffset_CombinerParameterivNV), %g2 + or %g2, %lo(8 * _gloffset_CombinerParameterivNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_CompressedTexSubImage3DARB)], %g3 + ld [%g1 + (4 * _gloffset_CombinerParameterivNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(GetCompressedTexImage)) -GL_PREFIX(GetCompressedTexImage): +GLOBL_FN(GL_PREFIX(CombinerParameteriNV)) +.type CombinerParameteriNV,#function +GL_PREFIX(CombinerParameteriNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11936,19 +13285,20 @@ GL_PREFIX(GetCompressedTexImage): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_GetCompressedTexImageARB), %g2 - or %g2, %lo(8 * _gloffset_GetCompressedTexImageARB), %g2 + sethi %hi(8 * _gloffset_CombinerParameteriNV), %g2 + or %g2, %lo(8 * _gloffset_CombinerParameteriNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_GetCompressedTexImageARB)], %g3 + ld [%g1 + (4 * _gloffset_CombinerParameteriNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1d)) -GL_PREFIX(MultiTexCoord1d): +GLOBL_FN(GL_PREFIX(CombinerInputNV)) +.type CombinerInputNV,#function +GL_PREFIX(CombinerInputNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11956,19 +13306,20 @@ GL_PREFIX(MultiTexCoord1d): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1dARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1dARB), %g2 + sethi %hi(8 * _gloffset_CombinerInputNV), %g2 + or %g2, %lo(8 * _gloffset_CombinerInputNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1dARB)], %g3 + ld [%g1 + (4 * _gloffset_CombinerInputNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1dv)) -GL_PREFIX(MultiTexCoord1dv): +GLOBL_FN(GL_PREFIX(CombinerOutputNV)) +.type CombinerOutputNV,#function +GL_PREFIX(CombinerOutputNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11976,19 +13327,20 @@ GL_PREFIX(MultiTexCoord1dv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1dvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1dvARB), %g2 + sethi %hi(8 * _gloffset_CombinerOutputNV), %g2 + or %g2, %lo(8 * _gloffset_CombinerOutputNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1dvARB)], %g3 + ld [%g1 + (4 * _gloffset_CombinerOutputNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1f)) -GL_PREFIX(MultiTexCoord1f): +GLOBL_FN(GL_PREFIX(FinalCombinerInputNV)) +.type FinalCombinerInputNV,#function +GL_PREFIX(FinalCombinerInputNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -11996,19 +13348,20 @@ GL_PREFIX(MultiTexCoord1f): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1fARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1fARB), %g2 + sethi %hi(8 * _gloffset_FinalCombinerInputNV), %g2 + or %g2, %lo(8 * _gloffset_FinalCombinerInputNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1fARB)], %g3 + ld [%g1 + (4 * _gloffset_FinalCombinerInputNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1fv)) -GL_PREFIX(MultiTexCoord1fv): +GLOBL_FN(GL_PREFIX(GetCombinerInputParameterfvNV)) +.type GetCombinerInputParameterfvNV,#function +GL_PREFIX(GetCombinerInputParameterfvNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12016,19 +13369,20 @@ GL_PREFIX(MultiTexCoord1fv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1fvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1fvARB), %g2 + sethi %hi(8 * _gloffset_GetCombinerInputParameterfvNV), %g2 + or %g2, %lo(8 * _gloffset_GetCombinerInputParameterfvNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1fvARB)], %g3 + ld [%g1 + (4 * _gloffset_GetCombinerInputParameterfvNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1i)) -GL_PREFIX(MultiTexCoord1i): +GLOBL_FN(GL_PREFIX(GetCombinerInputParameterivNV)) +.type GetCombinerInputParameterivNV,#function +GL_PREFIX(GetCombinerInputParameterivNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12036,19 +13390,20 @@ GL_PREFIX(MultiTexCoord1i): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1iARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1iARB), %g2 + sethi %hi(8 * _gloffset_GetCombinerInputParameterivNV), %g2 + or %g2, %lo(8 * _gloffset_GetCombinerInputParameterivNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1iARB)], %g3 + ld [%g1 + (4 * _gloffset_GetCombinerInputParameterivNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1iv)) -GL_PREFIX(MultiTexCoord1iv): +GLOBL_FN(GL_PREFIX(GetCombinerOutputParameterfvNV)) +.type GetCombinerOutputParameterfvNV,#function +GL_PREFIX(GetCombinerOutputParameterfvNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12056,19 +13411,20 @@ GL_PREFIX(MultiTexCoord1iv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1ivARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1ivARB), %g2 + sethi %hi(8 * _gloffset_GetCombinerOutputParameterfvNV), %g2 + or %g2, %lo(8 * _gloffset_GetCombinerOutputParameterfvNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1ivARB)], %g3 + ld [%g1 + (4 * _gloffset_GetCombinerOutputParameterfvNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1s)) -GL_PREFIX(MultiTexCoord1s): +GLOBL_FN(GL_PREFIX(GetCombinerOutputParameterivNV)) +.type GetCombinerOutputParameterivNV,#function +GL_PREFIX(GetCombinerOutputParameterivNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12076,19 +13432,20 @@ GL_PREFIX(MultiTexCoord1s): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1sARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1sARB), %g2 + sethi %hi(8 * _gloffset_GetCombinerOutputParameterivNV), %g2 + or %g2, %lo(8 * _gloffset_GetCombinerOutputParameterivNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1sARB)], %g3 + ld [%g1 + (4 * _gloffset_GetCombinerOutputParameterivNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord1sv)) -GL_PREFIX(MultiTexCoord1sv): +GLOBL_FN(GL_PREFIX(GetFinalCombinerInputParameterfvNV)) +.type GetFinalCombinerInputParameterfvNV,#function +GL_PREFIX(GetFinalCombinerInputParameterfvNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12096,19 +13453,20 @@ GL_PREFIX(MultiTexCoord1sv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord1svARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord1svARB), %g2 + sethi %hi(8 * _gloffset_GetFinalCombinerInputParameterfvNV), %g2 + or %g2, %lo(8 * _gloffset_GetFinalCombinerInputParameterfvNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord1svARB)], %g3 + ld [%g1 + (4 * _gloffset_GetFinalCombinerInputParameterfvNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2d)) -GL_PREFIX(MultiTexCoord2d): +GLOBL_FN(GL_PREFIX(GetFinalCombinerInputParameterivNV)) +.type GetFinalCombinerInputParameterivNV,#function +GL_PREFIX(GetFinalCombinerInputParameterivNV): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12116,19 +13474,20 @@ GL_PREFIX(MultiTexCoord2d): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2dARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2dARB), %g2 + sethi %hi(8 * _gloffset_GetFinalCombinerInputParameterivNV), %g2 + or %g2, %lo(8 * _gloffset_GetFinalCombinerInputParameterivNV), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2dARB)], %g3 + ld [%g1 + (4 * _gloffset_GetFinalCombinerInputParameterivNV)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2dv)) -GL_PREFIX(MultiTexCoord2dv): +GLOBL_FN(GL_PREFIX(ResizeBuffersMESA)) +.type ResizeBuffersMESA,#function +GL_PREFIX(ResizeBuffersMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12136,19 +13495,20 @@ GL_PREFIX(MultiTexCoord2dv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2dvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2dvARB), %g2 + sethi %hi(8 * _gloffset_ResizeBuffersMESA), %g2 + or %g2, %lo(8 * _gloffset_ResizeBuffersMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2dvARB)], %g3 + ld [%g1 + (4 * _gloffset_ResizeBuffersMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2f)) -GL_PREFIX(MultiTexCoord2f): +GLOBL_FN(GL_PREFIX(WindowPos2dMESA)) +.type WindowPos2dMESA,#function +GL_PREFIX(WindowPos2dMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12156,19 +13516,20 @@ GL_PREFIX(MultiTexCoord2f): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2fARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2fARB), %g2 + sethi %hi(8 * _gloffset_WindowPos2dMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos2dMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2fARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos2dMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2fv)) -GL_PREFIX(MultiTexCoord2fv): +GLOBL_FN(GL_PREFIX(WindowPos2dvMESA)) +.type WindowPos2dvMESA,#function +GL_PREFIX(WindowPos2dvMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12176,19 +13537,20 @@ GL_PREFIX(MultiTexCoord2fv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2fvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2fvARB), %g2 + sethi %hi(8 * _gloffset_WindowPos2dvMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos2dvMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2fvARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos2dvMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2i)) -GL_PREFIX(MultiTexCoord2i): +GLOBL_FN(GL_PREFIX(WindowPos2fMESA)) +.type WindowPos2fMESA,#function +GL_PREFIX(WindowPos2fMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12196,19 +13558,20 @@ GL_PREFIX(MultiTexCoord2i): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2iARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2iARB), %g2 + sethi %hi(8 * _gloffset_WindowPos2fMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos2fMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2iARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos2fMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2iv)) -GL_PREFIX(MultiTexCoord2iv): +GLOBL_FN(GL_PREFIX(WindowPos2fvMESA)) +.type WindowPos2fvMESA,#function +GL_PREFIX(WindowPos2fvMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12216,19 +13579,20 @@ GL_PREFIX(MultiTexCoord2iv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2ivARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2ivARB), %g2 + sethi %hi(8 * _gloffset_WindowPos2fvMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos2fvMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2ivARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos2fvMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2s)) -GL_PREFIX(MultiTexCoord2s): +GLOBL_FN(GL_PREFIX(WindowPos2iMESA)) +.type WindowPos2iMESA,#function +GL_PREFIX(WindowPos2iMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12236,19 +13600,20 @@ GL_PREFIX(MultiTexCoord2s): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2sARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2sARB), %g2 + sethi %hi(8 * _gloffset_WindowPos2iMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos2iMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2sARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos2iMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord2sv)) -GL_PREFIX(MultiTexCoord2sv): +GLOBL_FN(GL_PREFIX(WindowPos2ivMESA)) +.type WindowPos2ivMESA,#function +GL_PREFIX(WindowPos2ivMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12256,19 +13621,20 @@ GL_PREFIX(MultiTexCoord2sv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord2svARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord2svARB), %g2 + sethi %hi(8 * _gloffset_WindowPos2ivMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos2ivMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord2svARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos2ivMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3d)) -GL_PREFIX(MultiTexCoord3d): +GLOBL_FN(GL_PREFIX(WindowPos2sMESA)) +.type WindowPos2sMESA,#function +GL_PREFIX(WindowPos2sMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12276,19 +13642,20 @@ GL_PREFIX(MultiTexCoord3d): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3dARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3dARB), %g2 + sethi %hi(8 * _gloffset_WindowPos2sMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos2sMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3dARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos2sMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3dv)) -GL_PREFIX(MultiTexCoord3dv): +GLOBL_FN(GL_PREFIX(WindowPos2svMESA)) +.type WindowPos2svMESA,#function +GL_PREFIX(WindowPos2svMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12296,19 +13663,20 @@ GL_PREFIX(MultiTexCoord3dv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3dvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3dvARB), %g2 + sethi %hi(8 * _gloffset_WindowPos2svMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos2svMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3dvARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos2svMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3f)) -GL_PREFIX(MultiTexCoord3f): +GLOBL_FN(GL_PREFIX(WindowPos3dMESA)) +.type WindowPos3dMESA,#function +GL_PREFIX(WindowPos3dMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12316,19 +13684,20 @@ GL_PREFIX(MultiTexCoord3f): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3fARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3fARB), %g2 + sethi %hi(8 * _gloffset_WindowPos3dMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos3dMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3fARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos3dMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3fv)) -GL_PREFIX(MultiTexCoord3fv): +GLOBL_FN(GL_PREFIX(WindowPos3dvMESA)) +.type WindowPos3dvMESA,#function +GL_PREFIX(WindowPos3dvMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12336,19 +13705,20 @@ GL_PREFIX(MultiTexCoord3fv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3fvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3fvARB), %g2 + sethi %hi(8 * _gloffset_WindowPos3dvMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos3dvMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3fvARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos3dvMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3i)) -GL_PREFIX(MultiTexCoord3i): +GLOBL_FN(GL_PREFIX(WindowPos3fMESA)) +.type WindowPos3fMESA,#function +GL_PREFIX(WindowPos3fMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12356,19 +13726,20 @@ GL_PREFIX(MultiTexCoord3i): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3iARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3iARB), %g2 + sethi %hi(8 * _gloffset_WindowPos3fMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos3fMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3iARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos3fMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3iv)) -GL_PREFIX(MultiTexCoord3iv): +GLOBL_FN(GL_PREFIX(WindowPos3fvMESA)) +.type WindowPos3fvMESA,#function +GL_PREFIX(WindowPos3fvMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12376,19 +13747,20 @@ GL_PREFIX(MultiTexCoord3iv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3ivARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3ivARB), %g2 + sethi %hi(8 * _gloffset_WindowPos3fvMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos3fvMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3ivARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos3fvMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3s)) -GL_PREFIX(MultiTexCoord3s): +GLOBL_FN(GL_PREFIX(WindowPos3iMESA)) +.type WindowPos3iMESA,#function +GL_PREFIX(WindowPos3iMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12396,19 +13768,20 @@ GL_PREFIX(MultiTexCoord3s): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3sARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3sARB), %g2 + sethi %hi(8 * _gloffset_WindowPos3iMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos3iMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3sARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos3iMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord3sv)) -GL_PREFIX(MultiTexCoord3sv): +GLOBL_FN(GL_PREFIX(WindowPos3ivMESA)) +.type WindowPos3ivMESA,#function +GL_PREFIX(WindowPos3ivMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12416,19 +13789,20 @@ GL_PREFIX(MultiTexCoord3sv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord3svARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord3svARB), %g2 + sethi %hi(8 * _gloffset_WindowPos3ivMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos3ivMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord3svARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos3ivMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4d)) -GL_PREFIX(MultiTexCoord4d): +GLOBL_FN(GL_PREFIX(WindowPos3sMESA)) +.type WindowPos3sMESA,#function +GL_PREFIX(WindowPos3sMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12436,19 +13810,20 @@ GL_PREFIX(MultiTexCoord4d): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4dARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4dARB), %g2 + sethi %hi(8 * _gloffset_WindowPos3sMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos3sMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4dARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos3sMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4dv)) -GL_PREFIX(MultiTexCoord4dv): +GLOBL_FN(GL_PREFIX(WindowPos3svMESA)) +.type WindowPos3svMESA,#function +GL_PREFIX(WindowPos3svMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12456,19 +13831,20 @@ GL_PREFIX(MultiTexCoord4dv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4dvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4dvARB), %g2 + sethi %hi(8 * _gloffset_WindowPos3svMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos3svMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4dvARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos3svMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4f)) -GL_PREFIX(MultiTexCoord4f): +GLOBL_FN(GL_PREFIX(WindowPos4dMESA)) +.type WindowPos4dMESA,#function +GL_PREFIX(WindowPos4dMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12476,19 +13852,20 @@ GL_PREFIX(MultiTexCoord4f): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4fARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4fARB), %g2 + sethi %hi(8 * _gloffset_WindowPos4dMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos4dMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4fARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos4dMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4fv)) -GL_PREFIX(MultiTexCoord4fv): +GLOBL_FN(GL_PREFIX(WindowPos4dvMESA)) +.type WindowPos4dvMESA,#function +GL_PREFIX(WindowPos4dvMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12496,19 +13873,20 @@ GL_PREFIX(MultiTexCoord4fv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4fvARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4fvARB), %g2 + sethi %hi(8 * _gloffset_WindowPos4dvMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos4dvMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4fvARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos4dvMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4i)) -GL_PREFIX(MultiTexCoord4i): +GLOBL_FN(GL_PREFIX(WindowPos4fMESA)) +.type WindowPos4fMESA,#function +GL_PREFIX(WindowPos4fMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12516,19 +13894,20 @@ GL_PREFIX(MultiTexCoord4i): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4iARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4iARB), %g2 + sethi %hi(8 * _gloffset_WindowPos4fMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos4fMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4iARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos4fMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4iv)) -GL_PREFIX(MultiTexCoord4iv): +GLOBL_FN(GL_PREFIX(WindowPos4fvMESA)) +.type WindowPos4fvMESA,#function +GL_PREFIX(WindowPos4fvMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12536,19 +13915,20 @@ GL_PREFIX(MultiTexCoord4iv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4ivARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4ivARB), %g2 + sethi %hi(8 * _gloffset_WindowPos4fvMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos4fvMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4ivARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos4fvMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4s)) -GL_PREFIX(MultiTexCoord4s): +GLOBL_FN(GL_PREFIX(WindowPos4iMESA)) +.type WindowPos4iMESA,#function +GL_PREFIX(WindowPos4iMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12556,19 +13936,20 @@ GL_PREFIX(MultiTexCoord4s): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4sARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4sARB), %g2 + sethi %hi(8 * _gloffset_WindowPos4iMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos4iMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4sARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos4iMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultiTexCoord4sv)) -GL_PREFIX(MultiTexCoord4sv): +GLOBL_FN(GL_PREFIX(WindowPos4ivMESA)) +.type WindowPos4ivMESA,#function +GL_PREFIX(WindowPos4ivMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12576,19 +13957,20 @@ GL_PREFIX(MultiTexCoord4sv): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultiTexCoord4svARB), %g2 - or %g2, %lo(8 * _gloffset_MultiTexCoord4svARB), %g2 + sethi %hi(8 * _gloffset_WindowPos4ivMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos4ivMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultiTexCoord4svARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos4ivMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(LoadTransposeMatrixd)) -GL_PREFIX(LoadTransposeMatrixd): +GLOBL_FN(GL_PREFIX(WindowPos4sMESA)) +.type WindowPos4sMESA,#function +GL_PREFIX(WindowPos4sMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12596,19 +13978,20 @@ GL_PREFIX(LoadTransposeMatrixd): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_LoadTransposeMatrixdARB), %g2 - or %g2, %lo(8 * _gloffset_LoadTransposeMatrixdARB), %g2 + sethi %hi(8 * _gloffset_WindowPos4sMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos4sMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_LoadTransposeMatrixdARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos4sMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(LoadTransposeMatrixf)) -GL_PREFIX(LoadTransposeMatrixf): +GLOBL_FN(GL_PREFIX(WindowPos4svMESA)) +.type WindowPos4svMESA,#function +GL_PREFIX(WindowPos4svMESA): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12616,19 +13999,20 @@ GL_PREFIX(LoadTransposeMatrixf): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_LoadTransposeMatrixfARB), %g2 - or %g2, %lo(8 * _gloffset_LoadTransposeMatrixfARB), %g2 + sethi %hi(8 * _gloffset_WindowPos4svMESA), %g2 + or %g2, %lo(8 * _gloffset_WindowPos4svMESA), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_LoadTransposeMatrixfARB)], %g3 + ld [%g1 + (4 * _gloffset_WindowPos4svMESA)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultTransposeMatrixd)) -GL_PREFIX(MultTransposeMatrixd): +GLOBL_FN(GL_PREFIX(TbufferMask3DFX)) +.type TbufferMask3DFX,#function +GL_PREFIX(TbufferMask3DFX): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12636,19 +14020,20 @@ GL_PREFIX(MultTransposeMatrixd): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultTransposeMatrixdARB), %g2 - or %g2, %lo(8 * _gloffset_MultTransposeMatrixdARB), %g2 + sethi %hi(8 * _gloffset_TbufferMask3DFX), %g2 + or %g2, %lo(8 * _gloffset_TbufferMask3DFX), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultTransposeMatrixdARB)], %g3 + ld [%g1 + (4 * _gloffset_TbufferMask3DFX)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(MultTransposeMatrixf)) -GL_PREFIX(MultTransposeMatrixf): +GLOBL_FN(GL_PREFIX(SampleMaskEXT)) +.type SampleMaskEXT,#function +GL_PREFIX(SampleMaskEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12656,19 +14041,20 @@ GL_PREFIX(MultTransposeMatrixf): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_MultTransposeMatrixfARB), %g2 - or %g2, %lo(8 * _gloffset_MultTransposeMatrixfARB), %g2 + sethi %hi(8 * _gloffset_SampleMaskSGIS), %g2 + or %g2, %lo(8 * _gloffset_SampleMaskSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_MultTransposeMatrixfARB)], %g3 + ld [%g1 + (4 * _gloffset_SampleMaskSGIS)], %g3 #endif jmpl %g3, %g0 - nop + nop -GLOBL_FN(GL_PREFIX(SampleCoverage)) -GL_PREFIX(SampleCoverage): +GLOBL_FN(GL_PREFIX(SamplePatternEXT)) +.type SamplePatternEXT,#function +GL_PREFIX(SamplePatternEXT): #ifdef __sparc_v9__ sethi %hi(0x00000000), %g2 sethi %hi(0x00000000), %g1 @@ -12676,18 +14062,18 @@ GL_PREFIX(SampleCoverage): or %g1, %lo(0x00000000), %g1 sllx %g2, 32, %g2 ldx [%g1 + %g2], %g1 - sethi %hi(8 * _gloffset_SampleCoverageARB), %g2 - or %g2, %lo(8 * _gloffset_SampleCoverageARB), %g2 + sethi %hi(8 * _gloffset_SamplePatternSGIS), %g2 + or %g2, %lo(8 * _gloffset_SamplePatternSGIS), %g2 ldx [%g1 + %g2], %g3 #else sethi %hi(0x00000000), %g1 ld [%g1 + %lo(0x00000000)], %g1 - ld [%g1 + (4 * _gloffset_SampleCoverageARB)], %g3 + ld [%g1 + (4 * _gloffset_SamplePatternSGIS)], %g3 #endif jmpl %g3, %g0 + nop nop - .globl _mesa_sparc_glapi_end .type _mesa_sparc_glapi_end,#function _mesa_sparc_glapi_end: -- cgit v1.2.3