Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 1 | /* DO NOT EDIT - This file generated automatically by gl_x86_asm.py (from Mesa) script */ |
| 2 | |
| 3 | /* |
| 4 | * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. |
Ian Romanick | a11659a | 2005-01-07 03:41:48 +0000 | [diff] [blame] | 5 | * (C) Copyright IBM Corporation 2004, 2005 |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 6 | * All Rights Reserved. |
| 7 | * |
| 8 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 9 | * copy of this software and associated documentation files (the "Software"), |
| 10 | * to deal in the Software without restriction, including without limitation |
| 11 | * the rights to use, copy, modify, merge, publish, distribute, sub license, |
| 12 | * and/or sell copies of the Software, and to permit persons to whom the |
| 13 | * Software is furnished to do so, subject to the following conditions: |
| 14 | * |
| 15 | * The above copyright notice and this permission notice (including the next |
| 16 | * paragraph) shall be included in all copies or substantial portions of the |
| 17 | * Software. |
| 18 | * |
| 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 20 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL |
| 22 | * BRIAN PAUL, IBM, |
| 23 | * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 24 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF |
| 25 | * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 26 | * SOFTWARE. |
| 27 | */ |
| 28 | |
Josh Vanderhoof | efe03ae | 2000-01-16 07:26:35 +0000 | [diff] [blame] | 29 | #include "assyntax.h" |
Brian Paul | 1bb30b0 | 2008-05-18 15:23:03 -0600 | [diff] [blame] | 30 | #include "glapioffsets.h" |
Josh Vanderhoof | efe03ae | 2000-01-16 07:26:35 +0000 | [diff] [blame] | 31 | |
Kendall Bennett | 15c3734 | 2003-10-22 21:02:15 +0000 | [diff] [blame] | 32 | #if defined(STDCALL_API) |
Brian Paul | 5920b72 | 2004-08-25 15:10:51 +0000 | [diff] [blame] | 33 | # if defined(USE_MGL_NAMESPACE) |
| 34 | # define GL_PREFIX(n,n2) GLNAME(CONCAT(mgl,n2)) |
| 35 | # else |
| 36 | # define GL_PREFIX(n,n2) GLNAME(CONCAT(gl,n2)) |
| 37 | # endif |
Brian Paul | c2319b4 | 2000-01-17 19:28:31 +0000 | [diff] [blame] | 38 | #else |
Brian Paul | 5920b72 | 2004-08-25 15:10:51 +0000 | [diff] [blame] | 39 | # if defined(USE_MGL_NAMESPACE) |
| 40 | # define GL_PREFIX(n,n2) GLNAME(CONCAT(mgl,n)) |
Brian Paul | 64d952c | 2006-11-03 23:43:14 +0000 | [diff] [blame] | 41 | # define _glapi_Dispatch _mglapi_Dispatch |
Brian Paul | 5920b72 | 2004-08-25 15:10:51 +0000 | [diff] [blame] | 42 | # else |
| 43 | # define GL_PREFIX(n,n2) GLNAME(CONCAT(gl,n)) |
| 44 | # endif |
Brian Paul | c2319b4 | 2000-01-17 19:28:31 +0000 | [diff] [blame] | 45 | #endif |
Josh Vanderhoof | efe03ae | 2000-01-16 07:26:35 +0000 | [diff] [blame] | 46 | |
| 47 | #define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX)) |
| 48 | |
Daniel Borca | 79fa6b9 | 2003-10-23 13:28:05 +0000 | [diff] [blame] | 49 | #if defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__) |
Ian Romanick | 6fc61be | 2004-08-17 17:03:24 +0000 | [diff] [blame] | 50 | #define GLOBL_FN(x) GLOBL x ; .type x, function |
Josh Vanderhoof | efe03ae | 2000-01-16 07:26:35 +0000 | [diff] [blame] | 51 | #else |
| 52 | #define GLOBL_FN(x) GLOBL x |
| 53 | #endif |
| 54 | |
Ian Romanick | 711555d | 2005-08-03 23:05:25 +0000 | [diff] [blame] | 55 | #if defined(PTHREADS) || defined(USE_XTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS) |
Ian Romanick | 2491d51 | 2004-07-01 23:58:15 +0000 | [diff] [blame] | 56 | # define THREADS |
| 57 | #endif |
| 58 | |
Ian Romanick | 25fe93f | 2005-04-13 20:59:15 +0000 | [diff] [blame] | 59 | #ifdef GLX_USE_TLS |
| 60 | |
Brian | edf0741 | 2007-06-12 09:47:03 -0600 | [diff] [blame] | 61 | #ifdef GLX_X86_READONLY_TEXT |
| 62 | # define CTX_INSNS MOV_L(GS:(EAX), EAX) |
| 63 | #else |
| 64 | # define CTX_INSNS NOP /* Pad for init_glapi_relocs() */ |
| 65 | #endif |
Brian | 767cac1 | 2007-06-28 16:34:40 -0600 | [diff] [blame] | 66 | |
Ian Romanick | 25fe93f | 2005-04-13 20:59:15 +0000 | [diff] [blame] | 67 | # define GL_STUB(fn,off,fn_alt) \ |
| 68 | ALIGNTEXT16; \ |
| 69 | GLOBL_FN(GL_PREFIX(fn, fn_alt)); \ |
| 70 | GL_PREFIX(fn, fn_alt): \ |
| 71 | CALL(_x86_get_dispatch) ; \ |
Brian | edf0741 | 2007-06-12 09:47:03 -0600 | [diff] [blame] | 72 | CTX_INSNS ; \ |
Ian Romanick | 25fe93f | 2005-04-13 20:59:15 +0000 | [diff] [blame] | 73 | JMP(GL_OFFSET(off)) |
| 74 | |
| 75 | #elif defined(PTHREADS) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 76 | # define GL_STUB(fn,off,fn_alt) \ |
| 77 | ALIGNTEXT16; \ |
| 78 | GLOBL_FN(GL_PREFIX(fn, fn_alt)); \ |
| 79 | GL_PREFIX(fn, fn_alt): \ |
Ian Romanick | 967b006 | 2005-08-10 23:54:15 +0000 | [diff] [blame] | 80 | MOV_L(CONTENT(GLNAME(_glapi_Dispatch)), EAX) ; \ |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 81 | TEST_L(EAX, EAX) ; \ |
| 82 | JE(1f) ; \ |
| 83 | JMP(GL_OFFSET(off)) ; \ |
Ian Romanick | 6fc61be | 2004-08-17 17:03:24 +0000 | [diff] [blame] | 84 | 1: CALL(_x86_get_dispatch) ; \ |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 85 | JMP(GL_OFFSET(off)) |
| 86 | #elif defined(THREADS) |
| 87 | # define GL_STUB(fn,off,fn_alt) \ |
| 88 | ALIGNTEXT16; \ |
| 89 | GLOBL_FN(GL_PREFIX(fn, fn_alt)); \ |
| 90 | GL_PREFIX(fn, fn_alt): \ |
Ian Romanick | 967b006 | 2005-08-10 23:54:15 +0000 | [diff] [blame] | 91 | MOV_L(CONTENT(GLNAME(_glapi_Dispatch)), EAX) ; \ |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 92 | TEST_L(EAX, EAX) ; \ |
| 93 | JE(1f) ; \ |
| 94 | JMP(GL_OFFSET(off)) ; \ |
| 95 | 1: CALL(_glapi_get_dispatch) ; \ |
| 96 | JMP(GL_OFFSET(off)) |
| 97 | #else /* Non-threaded version. */ |
| 98 | # define GL_STUB(fn,off,fn_alt) \ |
| 99 | ALIGNTEXT16; \ |
| 100 | GLOBL_FN(GL_PREFIX(fn, fn_alt)); \ |
| 101 | GL_PREFIX(fn, fn_alt): \ |
Daniel Borca | 3aa364c | 2004-07-02 10:32:52 +0000 | [diff] [blame] | 102 | MOV_L(CONTENT(GLNAME(_glapi_Dispatch)), EAX) ; \ |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 103 | JMP(GL_OFFSET(off)) |
| 104 | #endif |
| 105 | |
Ian Romanick | a11659a | 2005-01-07 03:41:48 +0000 | [diff] [blame] | 106 | #ifdef HAVE_ALIAS |
| 107 | # define GL_STUB_ALIAS(fn,off,fn_alt,alias,alias_alt) \ |
| 108 | .globl GL_PREFIX(fn, fn_alt) ; \ |
| 109 | .set GL_PREFIX(fn, fn_alt), GL_PREFIX(alias, alias_alt) |
| 110 | #else |
| 111 | # define GL_STUB_ALIAS(fn,off,fn_alt,alias,alias_alt) \ |
| 112 | GL_STUB(fn, off, fn_alt) |
| 113 | #endif |
| 114 | |
Kendall Bennett | 15c3734 | 2003-10-22 21:02:15 +0000 | [diff] [blame] | 115 | SEG_TEXT |
Josh Vanderhoof | efe03ae | 2000-01-16 07:26:35 +0000 | [diff] [blame] | 116 | |
Ian Romanick | 25fe93f | 2005-04-13 20:59:15 +0000 | [diff] [blame] | 117 | #ifdef GLX_USE_TLS |
| 118 | |
| 119 | GLOBL GLNAME(_x86_get_dispatch) |
| 120 | HIDDEN(GLNAME(_x86_get_dispatch)) |
| 121 | ALIGNTEXT16 |
| 122 | GLNAME(_x86_get_dispatch): |
Brian | edf0741 | 2007-06-12 09:47:03 -0600 | [diff] [blame] | 123 | call 1f |
| 124 | 1: popl %eax |
| 125 | addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %eax |
| 126 | movl _glapi_tls_Dispatch@GOTNTPOFF(%eax), %eax |
Ian Romanick | 25fe93f | 2005-04-13 20:59:15 +0000 | [diff] [blame] | 127 | ret |
| 128 | |
| 129 | #elif defined(PTHREADS) |
Brian Paul | 35883ce | 2002-06-11 01:26:58 +0000 | [diff] [blame] | 130 | EXTERN GLNAME(_glapi_Dispatch) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 131 | EXTERN GLNAME(_gl_DispatchTSD) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 132 | EXTERN GLNAME(pthread_getspecific) |
Brian Paul | 35883ce | 2002-06-11 01:26:58 +0000 | [diff] [blame] | 133 | |
Josh Vanderhoof | efe03ae | 2000-01-16 07:26:35 +0000 | [diff] [blame] | 134 | ALIGNTEXT16 |
Ian Romanick | 6fc61be | 2004-08-17 17:03:24 +0000 | [diff] [blame] | 135 | GLNAME(_x86_get_dispatch): |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 136 | SUB_L(CONST(24), ESP) |
| 137 | PUSH_L(GLNAME(_gl_DispatchTSD)) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 138 | CALL(GLNAME(pthread_getspecific)) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 139 | ADD_L(CONST(28), ESP) |
| 140 | RET |
| 141 | #elif defined(THREADS) |
| 142 | EXTERN GLNAME(_glapi_get_dispatch) |
| 143 | #endif |
Josh Vanderhoof | efe03ae | 2000-01-16 07:26:35 +0000 | [diff] [blame] | 144 | |
Brian | edf0741 | 2007-06-12 09:47:03 -0600 | [diff] [blame] | 145 | #if defined( GLX_USE_TLS ) && !defined( GLX_X86_READONLY_TEXT ) |
Ian Romanick | 25fe93f | 2005-04-13 20:59:15 +0000 | [diff] [blame] | 146 | .section wtext, "awx", @progbits |
| 147 | #endif /* defined( GLX_USE_TLS ) */ |
| 148 | |
| 149 | ALIGNTEXT16 |
| 150 | GLOBL GLNAME(gl_dispatch_functions_start) |
| 151 | HIDDEN(GLNAME(gl_dispatch_functions_start)) |
Daniel Borca | 3aa364c | 2004-07-02 10:32:52 +0000 | [diff] [blame] | 152 | GLNAME(gl_dispatch_functions_start): |
Josh Vanderhoof | efe03ae | 2000-01-16 07:26:35 +0000 | [diff] [blame] | 153 | |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 154 | GL_STUB(NewList, _gloffset_NewList, NewList@8) |
| 155 | GL_STUB(EndList, _gloffset_EndList, EndList@0) |
| 156 | GL_STUB(CallList, _gloffset_CallList, CallList@4) |
| 157 | GL_STUB(CallLists, _gloffset_CallLists, CallLists@12) |
| 158 | GL_STUB(DeleteLists, _gloffset_DeleteLists, DeleteLists@8) |
| 159 | GL_STUB(GenLists, _gloffset_GenLists, GenLists@4) |
| 160 | GL_STUB(ListBase, _gloffset_ListBase, ListBase@4) |
| 161 | GL_STUB(Begin, _gloffset_Begin, Begin@4) |
| 162 | GL_STUB(Bitmap, _gloffset_Bitmap, Bitmap@28) |
| 163 | GL_STUB(Color3b, _gloffset_Color3b, Color3b@12) |
| 164 | GL_STUB(Color3bv, _gloffset_Color3bv, Color3bv@4) |
| 165 | GL_STUB(Color3d, _gloffset_Color3d, Color3d@24) |
| 166 | GL_STUB(Color3dv, _gloffset_Color3dv, Color3dv@4) |
| 167 | GL_STUB(Color3f, _gloffset_Color3f, Color3f@12) |
| 168 | GL_STUB(Color3fv, _gloffset_Color3fv, Color3fv@4) |
| 169 | GL_STUB(Color3i, _gloffset_Color3i, Color3i@12) |
| 170 | GL_STUB(Color3iv, _gloffset_Color3iv, Color3iv@4) |
| 171 | GL_STUB(Color3s, _gloffset_Color3s, Color3s@12) |
| 172 | GL_STUB(Color3sv, _gloffset_Color3sv, Color3sv@4) |
| 173 | GL_STUB(Color3ub, _gloffset_Color3ub, Color3ub@12) |
| 174 | GL_STUB(Color3ubv, _gloffset_Color3ubv, Color3ubv@4) |
| 175 | GL_STUB(Color3ui, _gloffset_Color3ui, Color3ui@12) |
| 176 | GL_STUB(Color3uiv, _gloffset_Color3uiv, Color3uiv@4) |
| 177 | GL_STUB(Color3us, _gloffset_Color3us, Color3us@12) |
| 178 | GL_STUB(Color3usv, _gloffset_Color3usv, Color3usv@4) |
| 179 | GL_STUB(Color4b, _gloffset_Color4b, Color4b@16) |
| 180 | GL_STUB(Color4bv, _gloffset_Color4bv, Color4bv@4) |
| 181 | GL_STUB(Color4d, _gloffset_Color4d, Color4d@32) |
| 182 | GL_STUB(Color4dv, _gloffset_Color4dv, Color4dv@4) |
| 183 | GL_STUB(Color4f, _gloffset_Color4f, Color4f@16) |
| 184 | GL_STUB(Color4fv, _gloffset_Color4fv, Color4fv@4) |
| 185 | GL_STUB(Color4i, _gloffset_Color4i, Color4i@16) |
| 186 | GL_STUB(Color4iv, _gloffset_Color4iv, Color4iv@4) |
| 187 | GL_STUB(Color4s, _gloffset_Color4s, Color4s@16) |
| 188 | GL_STUB(Color4sv, _gloffset_Color4sv, Color4sv@4) |
| 189 | GL_STUB(Color4ub, _gloffset_Color4ub, Color4ub@16) |
| 190 | GL_STUB(Color4ubv, _gloffset_Color4ubv, Color4ubv@4) |
| 191 | GL_STUB(Color4ui, _gloffset_Color4ui, Color4ui@16) |
| 192 | GL_STUB(Color4uiv, _gloffset_Color4uiv, Color4uiv@4) |
| 193 | GL_STUB(Color4us, _gloffset_Color4us, Color4us@16) |
| 194 | GL_STUB(Color4usv, _gloffset_Color4usv, Color4usv@4) |
| 195 | GL_STUB(EdgeFlag, _gloffset_EdgeFlag, EdgeFlag@4) |
| 196 | GL_STUB(EdgeFlagv, _gloffset_EdgeFlagv, EdgeFlagv@4) |
| 197 | GL_STUB(End, _gloffset_End, End@0) |
| 198 | GL_STUB(Indexd, _gloffset_Indexd, Indexd@8) |
| 199 | GL_STUB(Indexdv, _gloffset_Indexdv, Indexdv@4) |
| 200 | GL_STUB(Indexf, _gloffset_Indexf, Indexf@4) |
| 201 | GL_STUB(Indexfv, _gloffset_Indexfv, Indexfv@4) |
| 202 | GL_STUB(Indexi, _gloffset_Indexi, Indexi@4) |
| 203 | GL_STUB(Indexiv, _gloffset_Indexiv, Indexiv@4) |
| 204 | GL_STUB(Indexs, _gloffset_Indexs, Indexs@4) |
| 205 | GL_STUB(Indexsv, _gloffset_Indexsv, Indexsv@4) |
| 206 | GL_STUB(Normal3b, _gloffset_Normal3b, Normal3b@12) |
| 207 | GL_STUB(Normal3bv, _gloffset_Normal3bv, Normal3bv@4) |
| 208 | GL_STUB(Normal3d, _gloffset_Normal3d, Normal3d@24) |
| 209 | GL_STUB(Normal3dv, _gloffset_Normal3dv, Normal3dv@4) |
| 210 | GL_STUB(Normal3f, _gloffset_Normal3f, Normal3f@12) |
| 211 | GL_STUB(Normal3fv, _gloffset_Normal3fv, Normal3fv@4) |
| 212 | GL_STUB(Normal3i, _gloffset_Normal3i, Normal3i@12) |
| 213 | GL_STUB(Normal3iv, _gloffset_Normal3iv, Normal3iv@4) |
| 214 | GL_STUB(Normal3s, _gloffset_Normal3s, Normal3s@12) |
| 215 | GL_STUB(Normal3sv, _gloffset_Normal3sv, Normal3sv@4) |
| 216 | GL_STUB(RasterPos2d, _gloffset_RasterPos2d, RasterPos2d@16) |
| 217 | GL_STUB(RasterPos2dv, _gloffset_RasterPos2dv, RasterPos2dv@4) |
| 218 | GL_STUB(RasterPos2f, _gloffset_RasterPos2f, RasterPos2f@8) |
| 219 | GL_STUB(RasterPos2fv, _gloffset_RasterPos2fv, RasterPos2fv@4) |
| 220 | GL_STUB(RasterPos2i, _gloffset_RasterPos2i, RasterPos2i@8) |
| 221 | GL_STUB(RasterPos2iv, _gloffset_RasterPos2iv, RasterPos2iv@4) |
| 222 | GL_STUB(RasterPos2s, _gloffset_RasterPos2s, RasterPos2s@8) |
| 223 | GL_STUB(RasterPos2sv, _gloffset_RasterPos2sv, RasterPos2sv@4) |
| 224 | GL_STUB(RasterPos3d, _gloffset_RasterPos3d, RasterPos3d@24) |
| 225 | GL_STUB(RasterPos3dv, _gloffset_RasterPos3dv, RasterPos3dv@4) |
| 226 | GL_STUB(RasterPos3f, _gloffset_RasterPos3f, RasterPos3f@12) |
| 227 | GL_STUB(RasterPos3fv, _gloffset_RasterPos3fv, RasterPos3fv@4) |
| 228 | GL_STUB(RasterPos3i, _gloffset_RasterPos3i, RasterPos3i@12) |
| 229 | GL_STUB(RasterPos3iv, _gloffset_RasterPos3iv, RasterPos3iv@4) |
| 230 | GL_STUB(RasterPos3s, _gloffset_RasterPos3s, RasterPos3s@12) |
| 231 | GL_STUB(RasterPos3sv, _gloffset_RasterPos3sv, RasterPos3sv@4) |
| 232 | GL_STUB(RasterPos4d, _gloffset_RasterPos4d, RasterPos4d@32) |
| 233 | GL_STUB(RasterPos4dv, _gloffset_RasterPos4dv, RasterPos4dv@4) |
| 234 | GL_STUB(RasterPos4f, _gloffset_RasterPos4f, RasterPos4f@16) |
| 235 | GL_STUB(RasterPos4fv, _gloffset_RasterPos4fv, RasterPos4fv@4) |
| 236 | GL_STUB(RasterPos4i, _gloffset_RasterPos4i, RasterPos4i@16) |
| 237 | GL_STUB(RasterPos4iv, _gloffset_RasterPos4iv, RasterPos4iv@4) |
| 238 | GL_STUB(RasterPos4s, _gloffset_RasterPos4s, RasterPos4s@16) |
| 239 | GL_STUB(RasterPos4sv, _gloffset_RasterPos4sv, RasterPos4sv@4) |
| 240 | GL_STUB(Rectd, _gloffset_Rectd, Rectd@32) |
| 241 | GL_STUB(Rectdv, _gloffset_Rectdv, Rectdv@8) |
| 242 | GL_STUB(Rectf, _gloffset_Rectf, Rectf@16) |
| 243 | GL_STUB(Rectfv, _gloffset_Rectfv, Rectfv@8) |
| 244 | GL_STUB(Recti, _gloffset_Recti, Recti@16) |
| 245 | GL_STUB(Rectiv, _gloffset_Rectiv, Rectiv@8) |
| 246 | GL_STUB(Rects, _gloffset_Rects, Rects@16) |
| 247 | GL_STUB(Rectsv, _gloffset_Rectsv, Rectsv@8) |
| 248 | GL_STUB(TexCoord1d, _gloffset_TexCoord1d, TexCoord1d@8) |
| 249 | GL_STUB(TexCoord1dv, _gloffset_TexCoord1dv, TexCoord1dv@4) |
| 250 | GL_STUB(TexCoord1f, _gloffset_TexCoord1f, TexCoord1f@4) |
| 251 | GL_STUB(TexCoord1fv, _gloffset_TexCoord1fv, TexCoord1fv@4) |
| 252 | GL_STUB(TexCoord1i, _gloffset_TexCoord1i, TexCoord1i@4) |
| 253 | GL_STUB(TexCoord1iv, _gloffset_TexCoord1iv, TexCoord1iv@4) |
| 254 | GL_STUB(TexCoord1s, _gloffset_TexCoord1s, TexCoord1s@4) |
| 255 | GL_STUB(TexCoord1sv, _gloffset_TexCoord1sv, TexCoord1sv@4) |
| 256 | GL_STUB(TexCoord2d, _gloffset_TexCoord2d, TexCoord2d@16) |
| 257 | GL_STUB(TexCoord2dv, _gloffset_TexCoord2dv, TexCoord2dv@4) |
| 258 | GL_STUB(TexCoord2f, _gloffset_TexCoord2f, TexCoord2f@8) |
| 259 | GL_STUB(TexCoord2fv, _gloffset_TexCoord2fv, TexCoord2fv@4) |
| 260 | GL_STUB(TexCoord2i, _gloffset_TexCoord2i, TexCoord2i@8) |
| 261 | GL_STUB(TexCoord2iv, _gloffset_TexCoord2iv, TexCoord2iv@4) |
| 262 | GL_STUB(TexCoord2s, _gloffset_TexCoord2s, TexCoord2s@8) |
| 263 | GL_STUB(TexCoord2sv, _gloffset_TexCoord2sv, TexCoord2sv@4) |
| 264 | GL_STUB(TexCoord3d, _gloffset_TexCoord3d, TexCoord3d@24) |
| 265 | GL_STUB(TexCoord3dv, _gloffset_TexCoord3dv, TexCoord3dv@4) |
| 266 | GL_STUB(TexCoord3f, _gloffset_TexCoord3f, TexCoord3f@12) |
| 267 | GL_STUB(TexCoord3fv, _gloffset_TexCoord3fv, TexCoord3fv@4) |
| 268 | GL_STUB(TexCoord3i, _gloffset_TexCoord3i, TexCoord3i@12) |
| 269 | GL_STUB(TexCoord3iv, _gloffset_TexCoord3iv, TexCoord3iv@4) |
| 270 | GL_STUB(TexCoord3s, _gloffset_TexCoord3s, TexCoord3s@12) |
| 271 | GL_STUB(TexCoord3sv, _gloffset_TexCoord3sv, TexCoord3sv@4) |
| 272 | GL_STUB(TexCoord4d, _gloffset_TexCoord4d, TexCoord4d@32) |
| 273 | GL_STUB(TexCoord4dv, _gloffset_TexCoord4dv, TexCoord4dv@4) |
| 274 | GL_STUB(TexCoord4f, _gloffset_TexCoord4f, TexCoord4f@16) |
| 275 | GL_STUB(TexCoord4fv, _gloffset_TexCoord4fv, TexCoord4fv@4) |
| 276 | GL_STUB(TexCoord4i, _gloffset_TexCoord4i, TexCoord4i@16) |
| 277 | GL_STUB(TexCoord4iv, _gloffset_TexCoord4iv, TexCoord4iv@4) |
| 278 | GL_STUB(TexCoord4s, _gloffset_TexCoord4s, TexCoord4s@16) |
| 279 | GL_STUB(TexCoord4sv, _gloffset_TexCoord4sv, TexCoord4sv@4) |
| 280 | GL_STUB(Vertex2d, _gloffset_Vertex2d, Vertex2d@16) |
| 281 | GL_STUB(Vertex2dv, _gloffset_Vertex2dv, Vertex2dv@4) |
| 282 | GL_STUB(Vertex2f, _gloffset_Vertex2f, Vertex2f@8) |
| 283 | GL_STUB(Vertex2fv, _gloffset_Vertex2fv, Vertex2fv@4) |
| 284 | GL_STUB(Vertex2i, _gloffset_Vertex2i, Vertex2i@8) |
| 285 | GL_STUB(Vertex2iv, _gloffset_Vertex2iv, Vertex2iv@4) |
| 286 | GL_STUB(Vertex2s, _gloffset_Vertex2s, Vertex2s@8) |
| 287 | GL_STUB(Vertex2sv, _gloffset_Vertex2sv, Vertex2sv@4) |
| 288 | GL_STUB(Vertex3d, _gloffset_Vertex3d, Vertex3d@24) |
| 289 | GL_STUB(Vertex3dv, _gloffset_Vertex3dv, Vertex3dv@4) |
| 290 | GL_STUB(Vertex3f, _gloffset_Vertex3f, Vertex3f@12) |
| 291 | GL_STUB(Vertex3fv, _gloffset_Vertex3fv, Vertex3fv@4) |
| 292 | GL_STUB(Vertex3i, _gloffset_Vertex3i, Vertex3i@12) |
| 293 | GL_STUB(Vertex3iv, _gloffset_Vertex3iv, Vertex3iv@4) |
| 294 | GL_STUB(Vertex3s, _gloffset_Vertex3s, Vertex3s@12) |
| 295 | GL_STUB(Vertex3sv, _gloffset_Vertex3sv, Vertex3sv@4) |
| 296 | GL_STUB(Vertex4d, _gloffset_Vertex4d, Vertex4d@32) |
| 297 | GL_STUB(Vertex4dv, _gloffset_Vertex4dv, Vertex4dv@4) |
| 298 | GL_STUB(Vertex4f, _gloffset_Vertex4f, Vertex4f@16) |
| 299 | GL_STUB(Vertex4fv, _gloffset_Vertex4fv, Vertex4fv@4) |
| 300 | GL_STUB(Vertex4i, _gloffset_Vertex4i, Vertex4i@16) |
| 301 | GL_STUB(Vertex4iv, _gloffset_Vertex4iv, Vertex4iv@4) |
| 302 | GL_STUB(Vertex4s, _gloffset_Vertex4s, Vertex4s@16) |
| 303 | GL_STUB(Vertex4sv, _gloffset_Vertex4sv, Vertex4sv@4) |
| 304 | GL_STUB(ClipPlane, _gloffset_ClipPlane, ClipPlane@8) |
| 305 | GL_STUB(ColorMaterial, _gloffset_ColorMaterial, ColorMaterial@8) |
| 306 | GL_STUB(CullFace, _gloffset_CullFace, CullFace@4) |
| 307 | GL_STUB(Fogf, _gloffset_Fogf, Fogf@8) |
| 308 | GL_STUB(Fogfv, _gloffset_Fogfv, Fogfv@8) |
| 309 | GL_STUB(Fogi, _gloffset_Fogi, Fogi@8) |
| 310 | GL_STUB(Fogiv, _gloffset_Fogiv, Fogiv@8) |
| 311 | GL_STUB(FrontFace, _gloffset_FrontFace, FrontFace@4) |
| 312 | GL_STUB(Hint, _gloffset_Hint, Hint@8) |
| 313 | GL_STUB(Lightf, _gloffset_Lightf, Lightf@12) |
| 314 | GL_STUB(Lightfv, _gloffset_Lightfv, Lightfv@12) |
| 315 | GL_STUB(Lighti, _gloffset_Lighti, Lighti@12) |
| 316 | GL_STUB(Lightiv, _gloffset_Lightiv, Lightiv@12) |
| 317 | GL_STUB(LightModelf, _gloffset_LightModelf, LightModelf@8) |
| 318 | GL_STUB(LightModelfv, _gloffset_LightModelfv, LightModelfv@8) |
| 319 | GL_STUB(LightModeli, _gloffset_LightModeli, LightModeli@8) |
| 320 | GL_STUB(LightModeliv, _gloffset_LightModeliv, LightModeliv@8) |
| 321 | GL_STUB(LineStipple, _gloffset_LineStipple, LineStipple@8) |
| 322 | GL_STUB(LineWidth, _gloffset_LineWidth, LineWidth@4) |
| 323 | GL_STUB(Materialf, _gloffset_Materialf, Materialf@12) |
| 324 | GL_STUB(Materialfv, _gloffset_Materialfv, Materialfv@12) |
| 325 | GL_STUB(Materiali, _gloffset_Materiali, Materiali@12) |
| 326 | GL_STUB(Materialiv, _gloffset_Materialiv, Materialiv@12) |
| 327 | GL_STUB(PointSize, _gloffset_PointSize, PointSize@4) |
| 328 | GL_STUB(PolygonMode, _gloffset_PolygonMode, PolygonMode@8) |
| 329 | GL_STUB(PolygonStipple, _gloffset_PolygonStipple, PolygonStipple@4) |
| 330 | GL_STUB(Scissor, _gloffset_Scissor, Scissor@16) |
| 331 | GL_STUB(ShadeModel, _gloffset_ShadeModel, ShadeModel@4) |
| 332 | GL_STUB(TexParameterf, _gloffset_TexParameterf, TexParameterf@12) |
| 333 | GL_STUB(TexParameterfv, _gloffset_TexParameterfv, TexParameterfv@12) |
| 334 | GL_STUB(TexParameteri, _gloffset_TexParameteri, TexParameteri@12) |
| 335 | GL_STUB(TexParameteriv, _gloffset_TexParameteriv, TexParameteriv@12) |
| 336 | GL_STUB(TexImage1D, _gloffset_TexImage1D, TexImage1D@32) |
| 337 | GL_STUB(TexImage2D, _gloffset_TexImage2D, TexImage2D@36) |
| 338 | GL_STUB(TexEnvf, _gloffset_TexEnvf, TexEnvf@12) |
| 339 | GL_STUB(TexEnvfv, _gloffset_TexEnvfv, TexEnvfv@12) |
| 340 | GL_STUB(TexEnvi, _gloffset_TexEnvi, TexEnvi@12) |
| 341 | GL_STUB(TexEnviv, _gloffset_TexEnviv, TexEnviv@12) |
| 342 | GL_STUB(TexGend, _gloffset_TexGend, TexGend@16) |
| 343 | GL_STUB(TexGendv, _gloffset_TexGendv, TexGendv@12) |
| 344 | GL_STUB(TexGenf, _gloffset_TexGenf, TexGenf@12) |
| 345 | GL_STUB(TexGenfv, _gloffset_TexGenfv, TexGenfv@12) |
| 346 | GL_STUB(TexGeni, _gloffset_TexGeni, TexGeni@12) |
| 347 | GL_STUB(TexGeniv, _gloffset_TexGeniv, TexGeniv@12) |
| 348 | GL_STUB(FeedbackBuffer, _gloffset_FeedbackBuffer, FeedbackBuffer@12) |
| 349 | GL_STUB(SelectBuffer, _gloffset_SelectBuffer, SelectBuffer@8) |
| 350 | GL_STUB(RenderMode, _gloffset_RenderMode, RenderMode@4) |
| 351 | GL_STUB(InitNames, _gloffset_InitNames, InitNames@0) |
| 352 | GL_STUB(LoadName, _gloffset_LoadName, LoadName@4) |
| 353 | GL_STUB(PassThrough, _gloffset_PassThrough, PassThrough@4) |
| 354 | GL_STUB(PopName, _gloffset_PopName, PopName@0) |
| 355 | GL_STUB(PushName, _gloffset_PushName, PushName@4) |
| 356 | GL_STUB(DrawBuffer, _gloffset_DrawBuffer, DrawBuffer@4) |
| 357 | GL_STUB(Clear, _gloffset_Clear, Clear@4) |
| 358 | GL_STUB(ClearAccum, _gloffset_ClearAccum, ClearAccum@16) |
| 359 | GL_STUB(ClearIndex, _gloffset_ClearIndex, ClearIndex@4) |
| 360 | GL_STUB(ClearColor, _gloffset_ClearColor, ClearColor@16) |
| 361 | GL_STUB(ClearStencil, _gloffset_ClearStencil, ClearStencil@4) |
| 362 | GL_STUB(ClearDepth, _gloffset_ClearDepth, ClearDepth@8) |
| 363 | GL_STUB(StencilMask, _gloffset_StencilMask, StencilMask@4) |
| 364 | GL_STUB(ColorMask, _gloffset_ColorMask, ColorMask@16) |
| 365 | GL_STUB(DepthMask, _gloffset_DepthMask, DepthMask@4) |
| 366 | GL_STUB(IndexMask, _gloffset_IndexMask, IndexMask@4) |
| 367 | GL_STUB(Accum, _gloffset_Accum, Accum@8) |
| 368 | GL_STUB(Disable, _gloffset_Disable, Disable@4) |
| 369 | GL_STUB(Enable, _gloffset_Enable, Enable@4) |
| 370 | GL_STUB(Finish, _gloffset_Finish, Finish@0) |
| 371 | GL_STUB(Flush, _gloffset_Flush, Flush@0) |
| 372 | GL_STUB(PopAttrib, _gloffset_PopAttrib, PopAttrib@0) |
| 373 | GL_STUB(PushAttrib, _gloffset_PushAttrib, PushAttrib@4) |
| 374 | GL_STUB(Map1d, _gloffset_Map1d, Map1d@32) |
| 375 | GL_STUB(Map1f, _gloffset_Map1f, Map1f@24) |
| 376 | GL_STUB(Map2d, _gloffset_Map2d, Map2d@56) |
| 377 | GL_STUB(Map2f, _gloffset_Map2f, Map2f@40) |
| 378 | GL_STUB(MapGrid1d, _gloffset_MapGrid1d, MapGrid1d@20) |
| 379 | GL_STUB(MapGrid1f, _gloffset_MapGrid1f, MapGrid1f@12) |
| 380 | GL_STUB(MapGrid2d, _gloffset_MapGrid2d, MapGrid2d@40) |
| 381 | GL_STUB(MapGrid2f, _gloffset_MapGrid2f, MapGrid2f@24) |
| 382 | GL_STUB(EvalCoord1d, _gloffset_EvalCoord1d, EvalCoord1d@8) |
| 383 | GL_STUB(EvalCoord1dv, _gloffset_EvalCoord1dv, EvalCoord1dv@4) |
| 384 | GL_STUB(EvalCoord1f, _gloffset_EvalCoord1f, EvalCoord1f@4) |
| 385 | GL_STUB(EvalCoord1fv, _gloffset_EvalCoord1fv, EvalCoord1fv@4) |
| 386 | GL_STUB(EvalCoord2d, _gloffset_EvalCoord2d, EvalCoord2d@16) |
| 387 | GL_STUB(EvalCoord2dv, _gloffset_EvalCoord2dv, EvalCoord2dv@4) |
| 388 | GL_STUB(EvalCoord2f, _gloffset_EvalCoord2f, EvalCoord2f@8) |
| 389 | GL_STUB(EvalCoord2fv, _gloffset_EvalCoord2fv, EvalCoord2fv@4) |
| 390 | GL_STUB(EvalMesh1, _gloffset_EvalMesh1, EvalMesh1@12) |
| 391 | GL_STUB(EvalPoint1, _gloffset_EvalPoint1, EvalPoint1@4) |
| 392 | GL_STUB(EvalMesh2, _gloffset_EvalMesh2, EvalMesh2@20) |
| 393 | GL_STUB(EvalPoint2, _gloffset_EvalPoint2, EvalPoint2@8) |
| 394 | GL_STUB(AlphaFunc, _gloffset_AlphaFunc, AlphaFunc@8) |
| 395 | GL_STUB(BlendFunc, _gloffset_BlendFunc, BlendFunc@8) |
| 396 | GL_STUB(LogicOp, _gloffset_LogicOp, LogicOp@4) |
| 397 | GL_STUB(StencilFunc, _gloffset_StencilFunc, StencilFunc@12) |
| 398 | GL_STUB(StencilOp, _gloffset_StencilOp, StencilOp@12) |
| 399 | GL_STUB(DepthFunc, _gloffset_DepthFunc, DepthFunc@4) |
| 400 | GL_STUB(PixelZoom, _gloffset_PixelZoom, PixelZoom@8) |
| 401 | GL_STUB(PixelTransferf, _gloffset_PixelTransferf, PixelTransferf@8) |
| 402 | GL_STUB(PixelTransferi, _gloffset_PixelTransferi, PixelTransferi@8) |
| 403 | GL_STUB(PixelStoref, _gloffset_PixelStoref, PixelStoref@8) |
| 404 | GL_STUB(PixelStorei, _gloffset_PixelStorei, PixelStorei@8) |
| 405 | GL_STUB(PixelMapfv, _gloffset_PixelMapfv, PixelMapfv@12) |
| 406 | GL_STUB(PixelMapuiv, _gloffset_PixelMapuiv, PixelMapuiv@12) |
| 407 | GL_STUB(PixelMapusv, _gloffset_PixelMapusv, PixelMapusv@12) |
| 408 | GL_STUB(ReadBuffer, _gloffset_ReadBuffer, ReadBuffer@4) |
| 409 | GL_STUB(CopyPixels, _gloffset_CopyPixels, CopyPixels@20) |
| 410 | GL_STUB(ReadPixels, _gloffset_ReadPixels, ReadPixels@28) |
| 411 | GL_STUB(DrawPixels, _gloffset_DrawPixels, DrawPixels@20) |
| 412 | GL_STUB(GetBooleanv, _gloffset_GetBooleanv, GetBooleanv@8) |
| 413 | GL_STUB(GetClipPlane, _gloffset_GetClipPlane, GetClipPlane@8) |
| 414 | GL_STUB(GetDoublev, _gloffset_GetDoublev, GetDoublev@8) |
| 415 | GL_STUB(GetError, _gloffset_GetError, GetError@0) |
| 416 | GL_STUB(GetFloatv, _gloffset_GetFloatv, GetFloatv@8) |
| 417 | GL_STUB(GetIntegerv, _gloffset_GetIntegerv, GetIntegerv@8) |
| 418 | GL_STUB(GetLightfv, _gloffset_GetLightfv, GetLightfv@12) |
| 419 | GL_STUB(GetLightiv, _gloffset_GetLightiv, GetLightiv@12) |
| 420 | GL_STUB(GetMapdv, _gloffset_GetMapdv, GetMapdv@12) |
| 421 | GL_STUB(GetMapfv, _gloffset_GetMapfv, GetMapfv@12) |
| 422 | GL_STUB(GetMapiv, _gloffset_GetMapiv, GetMapiv@12) |
| 423 | GL_STUB(GetMaterialfv, _gloffset_GetMaterialfv, GetMaterialfv@12) |
| 424 | GL_STUB(GetMaterialiv, _gloffset_GetMaterialiv, GetMaterialiv@12) |
| 425 | GL_STUB(GetPixelMapfv, _gloffset_GetPixelMapfv, GetPixelMapfv@8) |
| 426 | GL_STUB(GetPixelMapuiv, _gloffset_GetPixelMapuiv, GetPixelMapuiv@8) |
| 427 | GL_STUB(GetPixelMapusv, _gloffset_GetPixelMapusv, GetPixelMapusv@8) |
| 428 | GL_STUB(GetPolygonStipple, _gloffset_GetPolygonStipple, GetPolygonStipple@4) |
| 429 | GL_STUB(GetString, _gloffset_GetString, GetString@4) |
| 430 | GL_STUB(GetTexEnvfv, _gloffset_GetTexEnvfv, GetTexEnvfv@12) |
| 431 | GL_STUB(GetTexEnviv, _gloffset_GetTexEnviv, GetTexEnviv@12) |
| 432 | GL_STUB(GetTexGendv, _gloffset_GetTexGendv, GetTexGendv@12) |
| 433 | GL_STUB(GetTexGenfv, _gloffset_GetTexGenfv, GetTexGenfv@12) |
| 434 | GL_STUB(GetTexGeniv, _gloffset_GetTexGeniv, GetTexGeniv@12) |
| 435 | GL_STUB(GetTexImage, _gloffset_GetTexImage, GetTexImage@20) |
| 436 | GL_STUB(GetTexParameterfv, _gloffset_GetTexParameterfv, GetTexParameterfv@12) |
| 437 | GL_STUB(GetTexParameteriv, _gloffset_GetTexParameteriv, GetTexParameteriv@12) |
| 438 | GL_STUB(GetTexLevelParameterfv, _gloffset_GetTexLevelParameterfv, GetTexLevelParameterfv@16) |
| 439 | GL_STUB(GetTexLevelParameteriv, _gloffset_GetTexLevelParameteriv, GetTexLevelParameteriv@16) |
| 440 | GL_STUB(IsEnabled, _gloffset_IsEnabled, IsEnabled@4) |
| 441 | GL_STUB(IsList, _gloffset_IsList, IsList@4) |
| 442 | GL_STUB(DepthRange, _gloffset_DepthRange, DepthRange@16) |
| 443 | GL_STUB(Frustum, _gloffset_Frustum, Frustum@48) |
| 444 | GL_STUB(LoadIdentity, _gloffset_LoadIdentity, LoadIdentity@0) |
| 445 | GL_STUB(LoadMatrixf, _gloffset_LoadMatrixf, LoadMatrixf@4) |
| 446 | GL_STUB(LoadMatrixd, _gloffset_LoadMatrixd, LoadMatrixd@4) |
| 447 | GL_STUB(MatrixMode, _gloffset_MatrixMode, MatrixMode@4) |
| 448 | GL_STUB(MultMatrixf, _gloffset_MultMatrixf, MultMatrixf@4) |
| 449 | GL_STUB(MultMatrixd, _gloffset_MultMatrixd, MultMatrixd@4) |
| 450 | GL_STUB(Ortho, _gloffset_Ortho, Ortho@48) |
| 451 | GL_STUB(PopMatrix, _gloffset_PopMatrix, PopMatrix@0) |
| 452 | GL_STUB(PushMatrix, _gloffset_PushMatrix, PushMatrix@0) |
| 453 | GL_STUB(Rotated, _gloffset_Rotated, Rotated@32) |
| 454 | GL_STUB(Rotatef, _gloffset_Rotatef, Rotatef@16) |
| 455 | GL_STUB(Scaled, _gloffset_Scaled, Scaled@24) |
| 456 | GL_STUB(Scalef, _gloffset_Scalef, Scalef@12) |
| 457 | GL_STUB(Translated, _gloffset_Translated, Translated@24) |
| 458 | GL_STUB(Translatef, _gloffset_Translatef, Translatef@12) |
| 459 | GL_STUB(Viewport, _gloffset_Viewport, Viewport@16) |
| 460 | GL_STUB(ArrayElement, _gloffset_ArrayElement, ArrayElement@4) |
| 461 | GL_STUB(BindTexture, _gloffset_BindTexture, BindTexture@8) |
| 462 | GL_STUB(ColorPointer, _gloffset_ColorPointer, ColorPointer@16) |
| 463 | GL_STUB(DisableClientState, _gloffset_DisableClientState, DisableClientState@4) |
| 464 | GL_STUB(DrawArrays, _gloffset_DrawArrays, DrawArrays@12) |
| 465 | GL_STUB(DrawElements, _gloffset_DrawElements, DrawElements@16) |
| 466 | GL_STUB(EdgeFlagPointer, _gloffset_EdgeFlagPointer, EdgeFlagPointer@8) |
| 467 | GL_STUB(EnableClientState, _gloffset_EnableClientState, EnableClientState@4) |
| 468 | GL_STUB(IndexPointer, _gloffset_IndexPointer, IndexPointer@12) |
| 469 | GL_STUB(Indexub, _gloffset_Indexub, Indexub@4) |
| 470 | GL_STUB(Indexubv, _gloffset_Indexubv, Indexubv@4) |
| 471 | GL_STUB(InterleavedArrays, _gloffset_InterleavedArrays, InterleavedArrays@12) |
| 472 | GL_STUB(NormalPointer, _gloffset_NormalPointer, NormalPointer@12) |
| 473 | GL_STUB(PolygonOffset, _gloffset_PolygonOffset, PolygonOffset@8) |
| 474 | GL_STUB(TexCoordPointer, _gloffset_TexCoordPointer, TexCoordPointer@16) |
| 475 | GL_STUB(VertexPointer, _gloffset_VertexPointer, VertexPointer@16) |
| 476 | GL_STUB(AreTexturesResident, _gloffset_AreTexturesResident, AreTexturesResident@12) |
| 477 | GL_STUB(CopyTexImage1D, _gloffset_CopyTexImage1D, CopyTexImage1D@28) |
| 478 | GL_STUB(CopyTexImage2D, _gloffset_CopyTexImage2D, CopyTexImage2D@32) |
| 479 | GL_STUB(CopyTexSubImage1D, _gloffset_CopyTexSubImage1D, CopyTexSubImage1D@24) |
| 480 | GL_STUB(CopyTexSubImage2D, _gloffset_CopyTexSubImage2D, CopyTexSubImage2D@32) |
| 481 | GL_STUB(DeleteTextures, _gloffset_DeleteTextures, DeleteTextures@8) |
| 482 | GL_STUB(GenTextures, _gloffset_GenTextures, GenTextures@8) |
| 483 | GL_STUB(GetPointerv, _gloffset_GetPointerv, GetPointerv@8) |
| 484 | GL_STUB(IsTexture, _gloffset_IsTexture, IsTexture@4) |
| 485 | GL_STUB(PrioritizeTextures, _gloffset_PrioritizeTextures, PrioritizeTextures@12) |
| 486 | GL_STUB(TexSubImage1D, _gloffset_TexSubImage1D, TexSubImage1D@28) |
| 487 | GL_STUB(TexSubImage2D, _gloffset_TexSubImage2D, TexSubImage2D@36) |
| 488 | GL_STUB(PopClientAttrib, _gloffset_PopClientAttrib, PopClientAttrib@0) |
| 489 | GL_STUB(PushClientAttrib, _gloffset_PushClientAttrib, PushClientAttrib@4) |
| 490 | GL_STUB(BlendColor, _gloffset_BlendColor, BlendColor@16) |
| 491 | GL_STUB(BlendEquation, _gloffset_BlendEquation, BlendEquation@4) |
| 492 | GL_STUB(DrawRangeElements, _gloffset_DrawRangeElements, DrawRangeElements@24) |
| 493 | GL_STUB(ColorTable, _gloffset_ColorTable, ColorTable@24) |
| 494 | GL_STUB(ColorTableParameterfv, _gloffset_ColorTableParameterfv, ColorTableParameterfv@12) |
| 495 | GL_STUB(ColorTableParameteriv, _gloffset_ColorTableParameteriv, ColorTableParameteriv@12) |
| 496 | GL_STUB(CopyColorTable, _gloffset_CopyColorTable, CopyColorTable@20) |
| 497 | GL_STUB(GetColorTable, _gloffset_GetColorTable, GetColorTable@16) |
| 498 | GL_STUB(GetColorTableParameterfv, _gloffset_GetColorTableParameterfv, GetColorTableParameterfv@12) |
| 499 | GL_STUB(GetColorTableParameteriv, _gloffset_GetColorTableParameteriv, GetColorTableParameteriv@12) |
| 500 | GL_STUB(ColorSubTable, _gloffset_ColorSubTable, ColorSubTable@24) |
| 501 | GL_STUB(CopyColorSubTable, _gloffset_CopyColorSubTable, CopyColorSubTable@20) |
| 502 | GL_STUB(ConvolutionFilter1D, _gloffset_ConvolutionFilter1D, ConvolutionFilter1D@24) |
| 503 | GL_STUB(ConvolutionFilter2D, _gloffset_ConvolutionFilter2D, ConvolutionFilter2D@28) |
| 504 | GL_STUB(ConvolutionParameterf, _gloffset_ConvolutionParameterf, ConvolutionParameterf@12) |
| 505 | GL_STUB(ConvolutionParameterfv, _gloffset_ConvolutionParameterfv, ConvolutionParameterfv@12) |
| 506 | GL_STUB(ConvolutionParameteri, _gloffset_ConvolutionParameteri, ConvolutionParameteri@12) |
| 507 | GL_STUB(ConvolutionParameteriv, _gloffset_ConvolutionParameteriv, ConvolutionParameteriv@12) |
| 508 | GL_STUB(CopyConvolutionFilter1D, _gloffset_CopyConvolutionFilter1D, CopyConvolutionFilter1D@20) |
| 509 | GL_STUB(CopyConvolutionFilter2D, _gloffset_CopyConvolutionFilter2D, CopyConvolutionFilter2D@24) |
| 510 | GL_STUB(GetConvolutionFilter, _gloffset_GetConvolutionFilter, GetConvolutionFilter@16) |
| 511 | GL_STUB(GetConvolutionParameterfv, _gloffset_GetConvolutionParameterfv, GetConvolutionParameterfv@12) |
| 512 | GL_STUB(GetConvolutionParameteriv, _gloffset_GetConvolutionParameteriv, GetConvolutionParameteriv@12) |
| 513 | GL_STUB(GetSeparableFilter, _gloffset_GetSeparableFilter, GetSeparableFilter@24) |
| 514 | GL_STUB(SeparableFilter2D, _gloffset_SeparableFilter2D, SeparableFilter2D@32) |
| 515 | GL_STUB(GetHistogram, _gloffset_GetHistogram, GetHistogram@20) |
| 516 | GL_STUB(GetHistogramParameterfv, _gloffset_GetHistogramParameterfv, GetHistogramParameterfv@12) |
| 517 | GL_STUB(GetHistogramParameteriv, _gloffset_GetHistogramParameteriv, GetHistogramParameteriv@12) |
| 518 | GL_STUB(GetMinmax, _gloffset_GetMinmax, GetMinmax@20) |
| 519 | GL_STUB(GetMinmaxParameterfv, _gloffset_GetMinmaxParameterfv, GetMinmaxParameterfv@12) |
| 520 | GL_STUB(GetMinmaxParameteriv, _gloffset_GetMinmaxParameteriv, GetMinmaxParameteriv@12) |
| 521 | GL_STUB(Histogram, _gloffset_Histogram, Histogram@16) |
| 522 | GL_STUB(Minmax, _gloffset_Minmax, Minmax@12) |
| 523 | GL_STUB(ResetHistogram, _gloffset_ResetHistogram, ResetHistogram@4) |
| 524 | GL_STUB(ResetMinmax, _gloffset_ResetMinmax, ResetMinmax@4) |
| 525 | GL_STUB(TexImage3D, _gloffset_TexImage3D, TexImage3D@40) |
| 526 | GL_STUB(TexSubImage3D, _gloffset_TexSubImage3D, TexSubImage3D@44) |
| 527 | GL_STUB(CopyTexSubImage3D, _gloffset_CopyTexSubImage3D, CopyTexSubImage3D@36) |
| 528 | GL_STUB(ActiveTextureARB, _gloffset_ActiveTextureARB, ActiveTextureARB@4) |
| 529 | GL_STUB(ClientActiveTextureARB, _gloffset_ClientActiveTextureARB, ClientActiveTextureARB@4) |
| 530 | GL_STUB(MultiTexCoord1dARB, _gloffset_MultiTexCoord1dARB, MultiTexCoord1dARB@12) |
| 531 | GL_STUB(MultiTexCoord1dvARB, _gloffset_MultiTexCoord1dvARB, MultiTexCoord1dvARB@8) |
| 532 | GL_STUB(MultiTexCoord1fARB, _gloffset_MultiTexCoord1fARB, MultiTexCoord1fARB@8) |
| 533 | GL_STUB(MultiTexCoord1fvARB, _gloffset_MultiTexCoord1fvARB, MultiTexCoord1fvARB@8) |
| 534 | GL_STUB(MultiTexCoord1iARB, _gloffset_MultiTexCoord1iARB, MultiTexCoord1iARB@8) |
| 535 | GL_STUB(MultiTexCoord1ivARB, _gloffset_MultiTexCoord1ivARB, MultiTexCoord1ivARB@8) |
| 536 | GL_STUB(MultiTexCoord1sARB, _gloffset_MultiTexCoord1sARB, MultiTexCoord1sARB@8) |
| 537 | GL_STUB(MultiTexCoord1svARB, _gloffset_MultiTexCoord1svARB, MultiTexCoord1svARB@8) |
| 538 | GL_STUB(MultiTexCoord2dARB, _gloffset_MultiTexCoord2dARB, MultiTexCoord2dARB@20) |
| 539 | GL_STUB(MultiTexCoord2dvARB, _gloffset_MultiTexCoord2dvARB, MultiTexCoord2dvARB@8) |
| 540 | GL_STUB(MultiTexCoord2fARB, _gloffset_MultiTexCoord2fARB, MultiTexCoord2fARB@12) |
| 541 | GL_STUB(MultiTexCoord2fvARB, _gloffset_MultiTexCoord2fvARB, MultiTexCoord2fvARB@8) |
| 542 | GL_STUB(MultiTexCoord2iARB, _gloffset_MultiTexCoord2iARB, MultiTexCoord2iARB@12) |
| 543 | GL_STUB(MultiTexCoord2ivARB, _gloffset_MultiTexCoord2ivARB, MultiTexCoord2ivARB@8) |
| 544 | GL_STUB(MultiTexCoord2sARB, _gloffset_MultiTexCoord2sARB, MultiTexCoord2sARB@12) |
| 545 | GL_STUB(MultiTexCoord2svARB, _gloffset_MultiTexCoord2svARB, MultiTexCoord2svARB@8) |
| 546 | GL_STUB(MultiTexCoord3dARB, _gloffset_MultiTexCoord3dARB, MultiTexCoord3dARB@28) |
| 547 | GL_STUB(MultiTexCoord3dvARB, _gloffset_MultiTexCoord3dvARB, MultiTexCoord3dvARB@8) |
| 548 | GL_STUB(MultiTexCoord3fARB, _gloffset_MultiTexCoord3fARB, MultiTexCoord3fARB@16) |
| 549 | GL_STUB(MultiTexCoord3fvARB, _gloffset_MultiTexCoord3fvARB, MultiTexCoord3fvARB@8) |
| 550 | GL_STUB(MultiTexCoord3iARB, _gloffset_MultiTexCoord3iARB, MultiTexCoord3iARB@16) |
| 551 | GL_STUB(MultiTexCoord3ivARB, _gloffset_MultiTexCoord3ivARB, MultiTexCoord3ivARB@8) |
| 552 | GL_STUB(MultiTexCoord3sARB, _gloffset_MultiTexCoord3sARB, MultiTexCoord3sARB@16) |
| 553 | GL_STUB(MultiTexCoord3svARB, _gloffset_MultiTexCoord3svARB, MultiTexCoord3svARB@8) |
| 554 | GL_STUB(MultiTexCoord4dARB, _gloffset_MultiTexCoord4dARB, MultiTexCoord4dARB@36) |
| 555 | GL_STUB(MultiTexCoord4dvARB, _gloffset_MultiTexCoord4dvARB, MultiTexCoord4dvARB@8) |
| 556 | GL_STUB(MultiTexCoord4fARB, _gloffset_MultiTexCoord4fARB, MultiTexCoord4fARB@20) |
| 557 | GL_STUB(MultiTexCoord4fvARB, _gloffset_MultiTexCoord4fvARB, MultiTexCoord4fvARB@8) |
| 558 | GL_STUB(MultiTexCoord4iARB, _gloffset_MultiTexCoord4iARB, MultiTexCoord4iARB@20) |
| 559 | GL_STUB(MultiTexCoord4ivARB, _gloffset_MultiTexCoord4ivARB, MultiTexCoord4ivARB@8) |
| 560 | GL_STUB(MultiTexCoord4sARB, _gloffset_MultiTexCoord4sARB, MultiTexCoord4sARB@20) |
| 561 | GL_STUB(MultiTexCoord4svARB, _gloffset_MultiTexCoord4svARB, MultiTexCoord4svARB@8) |
Brian Paul | 83a5c2b | 2006-11-02 23:58:27 +0000 | [diff] [blame] | 562 | GL_STUB(AttachShader, _gloffset_AttachShader, AttachShader@8) |
| 563 | GL_STUB(CreateProgram, _gloffset_CreateProgram, CreateProgram@0) |
| 564 | GL_STUB(CreateShader, _gloffset_CreateShader, CreateShader@4) |
| 565 | GL_STUB(DeleteProgram, _gloffset_DeleteProgram, DeleteProgram@4) |
| 566 | GL_STUB(DeleteShader, _gloffset_DeleteShader, DeleteShader@4) |
| 567 | GL_STUB(DetachShader, _gloffset_DetachShader, DetachShader@8) |
| 568 | GL_STUB(GetAttachedShaders, _gloffset_GetAttachedShaders, GetAttachedShaders@16) |
| 569 | GL_STUB(GetProgramInfoLog, _gloffset_GetProgramInfoLog, GetProgramInfoLog@16) |
| 570 | GL_STUB(GetProgramiv, _gloffset_GetProgramiv, GetProgramiv@12) |
| 571 | GL_STUB(GetShaderInfoLog, _gloffset_GetShaderInfoLog, GetShaderInfoLog@16) |
| 572 | GL_STUB(GetShaderiv, _gloffset_GetShaderiv, GetShaderiv@12) |
| 573 | GL_STUB(IsProgram, _gloffset_IsProgram, IsProgram@4) |
| 574 | GL_STUB(IsShader, _gloffset_IsShader, IsShader@4) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 575 | GL_STUB(StencilFuncSeparate, _gloffset_StencilFuncSeparate, StencilFuncSeparate@16) |
| 576 | GL_STUB(StencilMaskSeparate, _gloffset_StencilMaskSeparate, StencilMaskSeparate@8) |
| 577 | GL_STUB(StencilOpSeparate, _gloffset_StencilOpSeparate, StencilOpSeparate@16) |
Brian Paul | 39cc8e8 | 2006-11-03 20:20:28 +0000 | [diff] [blame] | 578 | GL_STUB(UniformMatrix2x3fv, _gloffset_UniformMatrix2x3fv, UniformMatrix2x3fv@16) |
| 579 | GL_STUB(UniformMatrix2x4fv, _gloffset_UniformMatrix2x4fv, UniformMatrix2x4fv@16) |
| 580 | GL_STUB(UniformMatrix3x2fv, _gloffset_UniformMatrix3x2fv, UniformMatrix3x2fv@16) |
| 581 | GL_STUB(UniformMatrix3x4fv, _gloffset_UniformMatrix3x4fv, UniformMatrix3x4fv@16) |
| 582 | GL_STUB(UniformMatrix4x2fv, _gloffset_UniformMatrix4x2fv, UniformMatrix4x2fv@16) |
| 583 | GL_STUB(UniformMatrix4x3fv, _gloffset_UniformMatrix4x3fv, UniformMatrix4x3fv@16) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 584 | GL_STUB(LoadTransposeMatrixdARB, _gloffset_LoadTransposeMatrixdARB, LoadTransposeMatrixdARB@4) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 585 | GL_STUB(LoadTransposeMatrixfARB, _gloffset_LoadTransposeMatrixfARB, LoadTransposeMatrixfARB@4) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 586 | GL_STUB(MultTransposeMatrixdARB, _gloffset_MultTransposeMatrixdARB, MultTransposeMatrixdARB@4) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 587 | GL_STUB(MultTransposeMatrixfARB, _gloffset_MultTransposeMatrixfARB, MultTransposeMatrixfARB@4) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 588 | GL_STUB(SampleCoverageARB, _gloffset_SampleCoverageARB, SampleCoverageARB@8) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 589 | GL_STUB(CompressedTexImage1DARB, _gloffset_CompressedTexImage1DARB, CompressedTexImage1DARB@28) |
| 590 | GL_STUB(CompressedTexImage2DARB, _gloffset_CompressedTexImage2DARB, CompressedTexImage2DARB@32) |
| 591 | GL_STUB(CompressedTexImage3DARB, _gloffset_CompressedTexImage3DARB, CompressedTexImage3DARB@36) |
| 592 | GL_STUB(CompressedTexSubImage1DARB, _gloffset_CompressedTexSubImage1DARB, CompressedTexSubImage1DARB@28) |
| 593 | GL_STUB(CompressedTexSubImage2DARB, _gloffset_CompressedTexSubImage2DARB, CompressedTexSubImage2DARB@36) |
| 594 | GL_STUB(CompressedTexSubImage3DARB, _gloffset_CompressedTexSubImage3DARB, CompressedTexSubImage3DARB@44) |
| 595 | GL_STUB(GetCompressedTexImageARB, _gloffset_GetCompressedTexImageARB, GetCompressedTexImageARB@12) |
| 596 | GL_STUB(DisableVertexAttribArrayARB, _gloffset_DisableVertexAttribArrayARB, DisableVertexAttribArrayARB@4) |
| 597 | GL_STUB(EnableVertexAttribArrayARB, _gloffset_EnableVertexAttribArrayARB, EnableVertexAttribArrayARB@4) |
| 598 | GL_STUB(GetProgramEnvParameterdvARB, _gloffset_GetProgramEnvParameterdvARB, GetProgramEnvParameterdvARB@12) |
| 599 | GL_STUB(GetProgramEnvParameterfvARB, _gloffset_GetProgramEnvParameterfvARB, GetProgramEnvParameterfvARB@12) |
| 600 | GL_STUB(GetProgramLocalParameterdvARB, _gloffset_GetProgramLocalParameterdvARB, GetProgramLocalParameterdvARB@12) |
| 601 | GL_STUB(GetProgramLocalParameterfvARB, _gloffset_GetProgramLocalParameterfvARB, GetProgramLocalParameterfvARB@12) |
| 602 | GL_STUB(GetProgramStringARB, _gloffset_GetProgramStringARB, GetProgramStringARB@12) |
| 603 | GL_STUB(GetProgramivARB, _gloffset_GetProgramivARB, GetProgramivARB@12) |
| 604 | GL_STUB(GetVertexAttribdvARB, _gloffset_GetVertexAttribdvARB, GetVertexAttribdvARB@12) |
| 605 | GL_STUB(GetVertexAttribfvARB, _gloffset_GetVertexAttribfvARB, GetVertexAttribfvARB@12) |
| 606 | GL_STUB(GetVertexAttribivARB, _gloffset_GetVertexAttribivARB, GetVertexAttribivARB@12) |
| 607 | GL_STUB(ProgramEnvParameter4dARB, _gloffset_ProgramEnvParameter4dARB, ProgramEnvParameter4dARB@40) |
| 608 | GL_STUB(ProgramEnvParameter4dvARB, _gloffset_ProgramEnvParameter4dvARB, ProgramEnvParameter4dvARB@12) |
| 609 | GL_STUB(ProgramEnvParameter4fARB, _gloffset_ProgramEnvParameter4fARB, ProgramEnvParameter4fARB@24) |
| 610 | GL_STUB(ProgramEnvParameter4fvARB, _gloffset_ProgramEnvParameter4fvARB, ProgramEnvParameter4fvARB@12) |
| 611 | GL_STUB(ProgramLocalParameter4dARB, _gloffset_ProgramLocalParameter4dARB, ProgramLocalParameter4dARB@40) |
| 612 | GL_STUB(ProgramLocalParameter4dvARB, _gloffset_ProgramLocalParameter4dvARB, ProgramLocalParameter4dvARB@12) |
| 613 | GL_STUB(ProgramLocalParameter4fARB, _gloffset_ProgramLocalParameter4fARB, ProgramLocalParameter4fARB@24) |
| 614 | GL_STUB(ProgramLocalParameter4fvARB, _gloffset_ProgramLocalParameter4fvARB, ProgramLocalParameter4fvARB@12) |
| 615 | GL_STUB(ProgramStringARB, _gloffset_ProgramStringARB, ProgramStringARB@16) |
| 616 | GL_STUB(VertexAttrib1dARB, _gloffset_VertexAttrib1dARB, VertexAttrib1dARB@12) |
| 617 | GL_STUB(VertexAttrib1dvARB, _gloffset_VertexAttrib1dvARB, VertexAttrib1dvARB@8) |
| 618 | GL_STUB(VertexAttrib1fARB, _gloffset_VertexAttrib1fARB, VertexAttrib1fARB@8) |
| 619 | GL_STUB(VertexAttrib1fvARB, _gloffset_VertexAttrib1fvARB, VertexAttrib1fvARB@8) |
| 620 | GL_STUB(VertexAttrib1sARB, _gloffset_VertexAttrib1sARB, VertexAttrib1sARB@8) |
| 621 | GL_STUB(VertexAttrib1svARB, _gloffset_VertexAttrib1svARB, VertexAttrib1svARB@8) |
| 622 | GL_STUB(VertexAttrib2dARB, _gloffset_VertexAttrib2dARB, VertexAttrib2dARB@20) |
| 623 | GL_STUB(VertexAttrib2dvARB, _gloffset_VertexAttrib2dvARB, VertexAttrib2dvARB@8) |
| 624 | GL_STUB(VertexAttrib2fARB, _gloffset_VertexAttrib2fARB, VertexAttrib2fARB@12) |
| 625 | GL_STUB(VertexAttrib2fvARB, _gloffset_VertexAttrib2fvARB, VertexAttrib2fvARB@8) |
| 626 | GL_STUB(VertexAttrib2sARB, _gloffset_VertexAttrib2sARB, VertexAttrib2sARB@12) |
| 627 | GL_STUB(VertexAttrib2svARB, _gloffset_VertexAttrib2svARB, VertexAttrib2svARB@8) |
| 628 | GL_STUB(VertexAttrib3dARB, _gloffset_VertexAttrib3dARB, VertexAttrib3dARB@28) |
| 629 | GL_STUB(VertexAttrib3dvARB, _gloffset_VertexAttrib3dvARB, VertexAttrib3dvARB@8) |
| 630 | GL_STUB(VertexAttrib3fARB, _gloffset_VertexAttrib3fARB, VertexAttrib3fARB@16) |
| 631 | GL_STUB(VertexAttrib3fvARB, _gloffset_VertexAttrib3fvARB, VertexAttrib3fvARB@8) |
| 632 | GL_STUB(VertexAttrib3sARB, _gloffset_VertexAttrib3sARB, VertexAttrib3sARB@16) |
| 633 | GL_STUB(VertexAttrib3svARB, _gloffset_VertexAttrib3svARB, VertexAttrib3svARB@8) |
| 634 | GL_STUB(VertexAttrib4NbvARB, _gloffset_VertexAttrib4NbvARB, VertexAttrib4NbvARB@8) |
| 635 | GL_STUB(VertexAttrib4NivARB, _gloffset_VertexAttrib4NivARB, VertexAttrib4NivARB@8) |
| 636 | GL_STUB(VertexAttrib4NsvARB, _gloffset_VertexAttrib4NsvARB, VertexAttrib4NsvARB@8) |
| 637 | GL_STUB(VertexAttrib4NubARB, _gloffset_VertexAttrib4NubARB, VertexAttrib4NubARB@20) |
| 638 | GL_STUB(VertexAttrib4NubvARB, _gloffset_VertexAttrib4NubvARB, VertexAttrib4NubvARB@8) |
| 639 | GL_STUB(VertexAttrib4NuivARB, _gloffset_VertexAttrib4NuivARB, VertexAttrib4NuivARB@8) |
| 640 | GL_STUB(VertexAttrib4NusvARB, _gloffset_VertexAttrib4NusvARB, VertexAttrib4NusvARB@8) |
| 641 | GL_STUB(VertexAttrib4bvARB, _gloffset_VertexAttrib4bvARB, VertexAttrib4bvARB@8) |
| 642 | GL_STUB(VertexAttrib4dARB, _gloffset_VertexAttrib4dARB, VertexAttrib4dARB@36) |
| 643 | GL_STUB(VertexAttrib4dvARB, _gloffset_VertexAttrib4dvARB, VertexAttrib4dvARB@8) |
| 644 | GL_STUB(VertexAttrib4fARB, _gloffset_VertexAttrib4fARB, VertexAttrib4fARB@20) |
| 645 | GL_STUB(VertexAttrib4fvARB, _gloffset_VertexAttrib4fvARB, VertexAttrib4fvARB@8) |
| 646 | GL_STUB(VertexAttrib4ivARB, _gloffset_VertexAttrib4ivARB, VertexAttrib4ivARB@8) |
| 647 | GL_STUB(VertexAttrib4sARB, _gloffset_VertexAttrib4sARB, VertexAttrib4sARB@20) |
| 648 | GL_STUB(VertexAttrib4svARB, _gloffset_VertexAttrib4svARB, VertexAttrib4svARB@8) |
| 649 | GL_STUB(VertexAttrib4ubvARB, _gloffset_VertexAttrib4ubvARB, VertexAttrib4ubvARB@8) |
| 650 | GL_STUB(VertexAttrib4uivARB, _gloffset_VertexAttrib4uivARB, VertexAttrib4uivARB@8) |
| 651 | GL_STUB(VertexAttrib4usvARB, _gloffset_VertexAttrib4usvARB, VertexAttrib4usvARB@8) |
| 652 | GL_STUB(VertexAttribPointerARB, _gloffset_VertexAttribPointerARB, VertexAttribPointerARB@24) |
| 653 | GL_STUB(BindBufferARB, _gloffset_BindBufferARB, BindBufferARB@8) |
| 654 | GL_STUB(BufferDataARB, _gloffset_BufferDataARB, BufferDataARB@16) |
| 655 | GL_STUB(BufferSubDataARB, _gloffset_BufferSubDataARB, BufferSubDataARB@16) |
| 656 | GL_STUB(DeleteBuffersARB, _gloffset_DeleteBuffersARB, DeleteBuffersARB@8) |
| 657 | GL_STUB(GenBuffersARB, _gloffset_GenBuffersARB, GenBuffersARB@8) |
| 658 | GL_STUB(GetBufferParameterivARB, _gloffset_GetBufferParameterivARB, GetBufferParameterivARB@12) |
| 659 | GL_STUB(GetBufferPointervARB, _gloffset_GetBufferPointervARB, GetBufferPointervARB@12) |
| 660 | GL_STUB(GetBufferSubDataARB, _gloffset_GetBufferSubDataARB, GetBufferSubDataARB@16) |
| 661 | GL_STUB(IsBufferARB, _gloffset_IsBufferARB, IsBufferARB@4) |
| 662 | GL_STUB(MapBufferARB, _gloffset_MapBufferARB, MapBufferARB@8) |
| 663 | GL_STUB(UnmapBufferARB, _gloffset_UnmapBufferARB, UnmapBufferARB@4) |
| 664 | GL_STUB(BeginQueryARB, _gloffset_BeginQueryARB, BeginQueryARB@8) |
| 665 | GL_STUB(DeleteQueriesARB, _gloffset_DeleteQueriesARB, DeleteQueriesARB@8) |
| 666 | GL_STUB(EndQueryARB, _gloffset_EndQueryARB, EndQueryARB@4) |
| 667 | GL_STUB(GenQueriesARB, _gloffset_GenQueriesARB, GenQueriesARB@8) |
| 668 | GL_STUB(GetQueryObjectivARB, _gloffset_GetQueryObjectivARB, GetQueryObjectivARB@12) |
| 669 | GL_STUB(GetQueryObjectuivARB, _gloffset_GetQueryObjectuivARB, GetQueryObjectuivARB@12) |
| 670 | GL_STUB(GetQueryivARB, _gloffset_GetQueryivARB, GetQueryivARB@12) |
| 671 | GL_STUB(IsQueryARB, _gloffset_IsQueryARB, IsQueryARB@4) |
| 672 | GL_STUB(AttachObjectARB, _gloffset_AttachObjectARB, AttachObjectARB@8) |
| 673 | GL_STUB(CompileShaderARB, _gloffset_CompileShaderARB, CompileShaderARB@4) |
| 674 | GL_STUB(CreateProgramObjectARB, _gloffset_CreateProgramObjectARB, CreateProgramObjectARB@0) |
| 675 | GL_STUB(CreateShaderObjectARB, _gloffset_CreateShaderObjectARB, CreateShaderObjectARB@4) |
| 676 | GL_STUB(DeleteObjectARB, _gloffset_DeleteObjectARB, DeleteObjectARB@4) |
| 677 | GL_STUB(DetachObjectARB, _gloffset_DetachObjectARB, DetachObjectARB@8) |
| 678 | GL_STUB(GetActiveUniformARB, _gloffset_GetActiveUniformARB, GetActiveUniformARB@28) |
| 679 | GL_STUB(GetAttachedObjectsARB, _gloffset_GetAttachedObjectsARB, GetAttachedObjectsARB@16) |
| 680 | GL_STUB(GetHandleARB, _gloffset_GetHandleARB, GetHandleARB@4) |
| 681 | GL_STUB(GetInfoLogARB, _gloffset_GetInfoLogARB, GetInfoLogARB@16) |
| 682 | GL_STUB(GetObjectParameterfvARB, _gloffset_GetObjectParameterfvARB, GetObjectParameterfvARB@12) |
| 683 | GL_STUB(GetObjectParameterivARB, _gloffset_GetObjectParameterivARB, GetObjectParameterivARB@12) |
| 684 | GL_STUB(GetShaderSourceARB, _gloffset_GetShaderSourceARB, GetShaderSourceARB@16) |
| 685 | GL_STUB(GetUniformLocationARB, _gloffset_GetUniformLocationARB, GetUniformLocationARB@8) |
| 686 | GL_STUB(GetUniformfvARB, _gloffset_GetUniformfvARB, GetUniformfvARB@12) |
| 687 | GL_STUB(GetUniformivARB, _gloffset_GetUniformivARB, GetUniformivARB@12) |
| 688 | GL_STUB(LinkProgramARB, _gloffset_LinkProgramARB, LinkProgramARB@4) |
| 689 | GL_STUB(ShaderSourceARB, _gloffset_ShaderSourceARB, ShaderSourceARB@16) |
| 690 | GL_STUB(Uniform1fARB, _gloffset_Uniform1fARB, Uniform1fARB@8) |
| 691 | GL_STUB(Uniform1fvARB, _gloffset_Uniform1fvARB, Uniform1fvARB@12) |
| 692 | GL_STUB(Uniform1iARB, _gloffset_Uniform1iARB, Uniform1iARB@8) |
| 693 | GL_STUB(Uniform1ivARB, _gloffset_Uniform1ivARB, Uniform1ivARB@12) |
| 694 | GL_STUB(Uniform2fARB, _gloffset_Uniform2fARB, Uniform2fARB@12) |
| 695 | GL_STUB(Uniform2fvARB, _gloffset_Uniform2fvARB, Uniform2fvARB@12) |
| 696 | GL_STUB(Uniform2iARB, _gloffset_Uniform2iARB, Uniform2iARB@12) |
| 697 | GL_STUB(Uniform2ivARB, _gloffset_Uniform2ivARB, Uniform2ivARB@12) |
| 698 | GL_STUB(Uniform3fARB, _gloffset_Uniform3fARB, Uniform3fARB@16) |
| 699 | GL_STUB(Uniform3fvARB, _gloffset_Uniform3fvARB, Uniform3fvARB@12) |
| 700 | GL_STUB(Uniform3iARB, _gloffset_Uniform3iARB, Uniform3iARB@16) |
| 701 | GL_STUB(Uniform3ivARB, _gloffset_Uniform3ivARB, Uniform3ivARB@12) |
| 702 | GL_STUB(Uniform4fARB, _gloffset_Uniform4fARB, Uniform4fARB@20) |
| 703 | GL_STUB(Uniform4fvARB, _gloffset_Uniform4fvARB, Uniform4fvARB@12) |
| 704 | GL_STUB(Uniform4iARB, _gloffset_Uniform4iARB, Uniform4iARB@20) |
| 705 | GL_STUB(Uniform4ivARB, _gloffset_Uniform4ivARB, Uniform4ivARB@12) |
| 706 | GL_STUB(UniformMatrix2fvARB, _gloffset_UniformMatrix2fvARB, UniformMatrix2fvARB@16) |
| 707 | GL_STUB(UniformMatrix3fvARB, _gloffset_UniformMatrix3fvARB, UniformMatrix3fvARB@16) |
| 708 | GL_STUB(UniformMatrix4fvARB, _gloffset_UniformMatrix4fvARB, UniformMatrix4fvARB@16) |
| 709 | GL_STUB(UseProgramObjectARB, _gloffset_UseProgramObjectARB, UseProgramObjectARB@4) |
| 710 | GL_STUB(ValidateProgramARB, _gloffset_ValidateProgramARB, ValidateProgramARB@4) |
| 711 | GL_STUB(BindAttribLocationARB, _gloffset_BindAttribLocationARB, BindAttribLocationARB@12) |
| 712 | GL_STUB(GetActiveAttribARB, _gloffset_GetActiveAttribARB, GetActiveAttribARB@28) |
| 713 | GL_STUB(GetAttribLocationARB, _gloffset_GetAttribLocationARB, GetAttribLocationARB@8) |
Brian Paul | feac4f6 | 2004-10-02 22:43:44 +0000 | [diff] [blame] | 714 | GL_STUB(DrawBuffersARB, _gloffset_DrawBuffersARB, DrawBuffersARB@8) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 715 | GL_STUB(PolygonOffsetEXT, _gloffset_PolygonOffsetEXT, PolygonOffsetEXT@8) |
Brian Paul | 39cc8e8 | 2006-11-03 20:20:28 +0000 | [diff] [blame] | 716 | GL_STUB(_dispatch_stub_562, _gloffset_GetPixelTexGenParameterfvSGIS, _dispatch_stub_562@8) |
Brian Paul | 83a5c2b | 2006-11-02 23:58:27 +0000 | [diff] [blame] | 717 | HIDDEN(GL_PREFIX(_dispatch_stub_562, _dispatch_stub_562@8)) |
Brian Paul | 39cc8e8 | 2006-11-03 20:20:28 +0000 | [diff] [blame] | 718 | GL_STUB(_dispatch_stub_563, _gloffset_GetPixelTexGenParameterivSGIS, _dispatch_stub_563@8) |
| 719 | HIDDEN(GL_PREFIX(_dispatch_stub_563, _dispatch_stub_563@8)) |
| 720 | GL_STUB(_dispatch_stub_564, _gloffset_PixelTexGenParameterfSGIS, _dispatch_stub_564@8) |
| 721 | HIDDEN(GL_PREFIX(_dispatch_stub_564, _dispatch_stub_564@8)) |
| 722 | GL_STUB(_dispatch_stub_565, _gloffset_PixelTexGenParameterfvSGIS, _dispatch_stub_565@8) |
| 723 | HIDDEN(GL_PREFIX(_dispatch_stub_565, _dispatch_stub_565@8)) |
| 724 | GL_STUB(_dispatch_stub_566, _gloffset_PixelTexGenParameteriSGIS, _dispatch_stub_566@8) |
| 725 | HIDDEN(GL_PREFIX(_dispatch_stub_566, _dispatch_stub_566@8)) |
| 726 | GL_STUB(_dispatch_stub_567, _gloffset_PixelTexGenParameterivSGIS, _dispatch_stub_567@8) |
| 727 | HIDDEN(GL_PREFIX(_dispatch_stub_567, _dispatch_stub_567@8)) |
| 728 | GL_STUB(_dispatch_stub_568, _gloffset_SampleMaskSGIS, _dispatch_stub_568@8) |
| 729 | HIDDEN(GL_PREFIX(_dispatch_stub_568, _dispatch_stub_568@8)) |
| 730 | GL_STUB(_dispatch_stub_569, _gloffset_SamplePatternSGIS, _dispatch_stub_569@4) |
| 731 | HIDDEN(GL_PREFIX(_dispatch_stub_569, _dispatch_stub_569@4)) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 732 | GL_STUB(ColorPointerEXT, _gloffset_ColorPointerEXT, ColorPointerEXT@20) |
| 733 | GL_STUB(EdgeFlagPointerEXT, _gloffset_EdgeFlagPointerEXT, EdgeFlagPointerEXT@12) |
| 734 | GL_STUB(IndexPointerEXT, _gloffset_IndexPointerEXT, IndexPointerEXT@16) |
| 735 | GL_STUB(NormalPointerEXT, _gloffset_NormalPointerEXT, NormalPointerEXT@16) |
| 736 | GL_STUB(TexCoordPointerEXT, _gloffset_TexCoordPointerEXT, TexCoordPointerEXT@20) |
| 737 | GL_STUB(VertexPointerEXT, _gloffset_VertexPointerEXT, VertexPointerEXT@20) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 738 | GL_STUB(PointParameterfEXT, _gloffset_PointParameterfEXT, PointParameterfEXT@8) |
| 739 | GL_STUB(PointParameterfvEXT, _gloffset_PointParameterfvEXT, PointParameterfvEXT@8) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 740 | GL_STUB(LockArraysEXT, _gloffset_LockArraysEXT, LockArraysEXT@8) |
| 741 | GL_STUB(UnlockArraysEXT, _gloffset_UnlockArraysEXT, UnlockArraysEXT@0) |
Brian Paul | 39cc8e8 | 2006-11-03 20:20:28 +0000 | [diff] [blame] | 742 | GL_STUB(_dispatch_stub_580, _gloffset_CullParameterdvEXT, _dispatch_stub_580@8) |
| 743 | HIDDEN(GL_PREFIX(_dispatch_stub_580, _dispatch_stub_580@8)) |
| 744 | GL_STUB(_dispatch_stub_581, _gloffset_CullParameterfvEXT, _dispatch_stub_581@8) |
| 745 | HIDDEN(GL_PREFIX(_dispatch_stub_581, _dispatch_stub_581@8)) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 746 | GL_STUB(SecondaryColor3bEXT, _gloffset_SecondaryColor3bEXT, SecondaryColor3bEXT@12) |
| 747 | GL_STUB(SecondaryColor3bvEXT, _gloffset_SecondaryColor3bvEXT, SecondaryColor3bvEXT@4) |
| 748 | GL_STUB(SecondaryColor3dEXT, _gloffset_SecondaryColor3dEXT, SecondaryColor3dEXT@24) |
| 749 | GL_STUB(SecondaryColor3dvEXT, _gloffset_SecondaryColor3dvEXT, SecondaryColor3dvEXT@4) |
| 750 | GL_STUB(SecondaryColor3fEXT, _gloffset_SecondaryColor3fEXT, SecondaryColor3fEXT@12) |
| 751 | GL_STUB(SecondaryColor3fvEXT, _gloffset_SecondaryColor3fvEXT, SecondaryColor3fvEXT@4) |
| 752 | GL_STUB(SecondaryColor3iEXT, _gloffset_SecondaryColor3iEXT, SecondaryColor3iEXT@12) |
| 753 | GL_STUB(SecondaryColor3ivEXT, _gloffset_SecondaryColor3ivEXT, SecondaryColor3ivEXT@4) |
| 754 | GL_STUB(SecondaryColor3sEXT, _gloffset_SecondaryColor3sEXT, SecondaryColor3sEXT@12) |
| 755 | GL_STUB(SecondaryColor3svEXT, _gloffset_SecondaryColor3svEXT, SecondaryColor3svEXT@4) |
| 756 | GL_STUB(SecondaryColor3ubEXT, _gloffset_SecondaryColor3ubEXT, SecondaryColor3ubEXT@12) |
| 757 | GL_STUB(SecondaryColor3ubvEXT, _gloffset_SecondaryColor3ubvEXT, SecondaryColor3ubvEXT@4) |
| 758 | GL_STUB(SecondaryColor3uiEXT, _gloffset_SecondaryColor3uiEXT, SecondaryColor3uiEXT@12) |
| 759 | GL_STUB(SecondaryColor3uivEXT, _gloffset_SecondaryColor3uivEXT, SecondaryColor3uivEXT@4) |
| 760 | GL_STUB(SecondaryColor3usEXT, _gloffset_SecondaryColor3usEXT, SecondaryColor3usEXT@12) |
| 761 | GL_STUB(SecondaryColor3usvEXT, _gloffset_SecondaryColor3usvEXT, SecondaryColor3usvEXT@4) |
| 762 | GL_STUB(SecondaryColorPointerEXT, _gloffset_SecondaryColorPointerEXT, SecondaryColorPointerEXT@16) |
| 763 | GL_STUB(MultiDrawArraysEXT, _gloffset_MultiDrawArraysEXT, MultiDrawArraysEXT@16) |
| 764 | GL_STUB(MultiDrawElementsEXT, _gloffset_MultiDrawElementsEXT, MultiDrawElementsEXT@20) |
| 765 | GL_STUB(FogCoordPointerEXT, _gloffset_FogCoordPointerEXT, FogCoordPointerEXT@12) |
| 766 | GL_STUB(FogCoorddEXT, _gloffset_FogCoorddEXT, FogCoorddEXT@8) |
| 767 | GL_STUB(FogCoorddvEXT, _gloffset_FogCoorddvEXT, FogCoorddvEXT@4) |
| 768 | GL_STUB(FogCoordfEXT, _gloffset_FogCoordfEXT, FogCoordfEXT@4) |
| 769 | GL_STUB(FogCoordfvEXT, _gloffset_FogCoordfvEXT, FogCoordfvEXT@4) |
Brian Paul | 39cc8e8 | 2006-11-03 20:20:28 +0000 | [diff] [blame] | 770 | GL_STUB(_dispatch_stub_606, _gloffset_PixelTexGenSGIX, _dispatch_stub_606@4) |
| 771 | HIDDEN(GL_PREFIX(_dispatch_stub_606, _dispatch_stub_606@4)) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 772 | GL_STUB(BlendFuncSeparateEXT, _gloffset_BlendFuncSeparateEXT, BlendFuncSeparateEXT@16) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 773 | GL_STUB(FlushVertexArrayRangeNV, _gloffset_FlushVertexArrayRangeNV, FlushVertexArrayRangeNV@0) |
| 774 | GL_STUB(VertexArrayRangeNV, _gloffset_VertexArrayRangeNV, VertexArrayRangeNV@8) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 775 | GL_STUB(CombinerInputNV, _gloffset_CombinerInputNV, CombinerInputNV@24) |
| 776 | GL_STUB(CombinerOutputNV, _gloffset_CombinerOutputNV, CombinerOutputNV@40) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 777 | GL_STUB(CombinerParameterfNV, _gloffset_CombinerParameterfNV, CombinerParameterfNV@8) |
| 778 | GL_STUB(CombinerParameterfvNV, _gloffset_CombinerParameterfvNV, CombinerParameterfvNV@8) |
| 779 | GL_STUB(CombinerParameteriNV, _gloffset_CombinerParameteriNV, CombinerParameteriNV@8) |
| 780 | GL_STUB(CombinerParameterivNV, _gloffset_CombinerParameterivNV, CombinerParameterivNV@8) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 781 | GL_STUB(FinalCombinerInputNV, _gloffset_FinalCombinerInputNV, FinalCombinerInputNV@16) |
| 782 | GL_STUB(GetCombinerInputParameterfvNV, _gloffset_GetCombinerInputParameterfvNV, GetCombinerInputParameterfvNV@20) |
| 783 | GL_STUB(GetCombinerInputParameterivNV, _gloffset_GetCombinerInputParameterivNV, GetCombinerInputParameterivNV@20) |
| 784 | GL_STUB(GetCombinerOutputParameterfvNV, _gloffset_GetCombinerOutputParameterfvNV, GetCombinerOutputParameterfvNV@16) |
| 785 | GL_STUB(GetCombinerOutputParameterivNV, _gloffset_GetCombinerOutputParameterivNV, GetCombinerOutputParameterivNV@16) |
| 786 | GL_STUB(GetFinalCombinerInputParameterfvNV, _gloffset_GetFinalCombinerInputParameterfvNV, GetFinalCombinerInputParameterfvNV@12) |
| 787 | GL_STUB(GetFinalCombinerInputParameterivNV, _gloffset_GetFinalCombinerInputParameterivNV, GetFinalCombinerInputParameterivNV@12) |
| 788 | GL_STUB(ResizeBuffersMESA, _gloffset_ResizeBuffersMESA, ResizeBuffersMESA@0) |
| 789 | GL_STUB(WindowPos2dMESA, _gloffset_WindowPos2dMESA, WindowPos2dMESA@16) |
| 790 | GL_STUB(WindowPos2dvMESA, _gloffset_WindowPos2dvMESA, WindowPos2dvMESA@4) |
| 791 | GL_STUB(WindowPos2fMESA, _gloffset_WindowPos2fMESA, WindowPos2fMESA@8) |
| 792 | GL_STUB(WindowPos2fvMESA, _gloffset_WindowPos2fvMESA, WindowPos2fvMESA@4) |
| 793 | GL_STUB(WindowPos2iMESA, _gloffset_WindowPos2iMESA, WindowPos2iMESA@8) |
| 794 | GL_STUB(WindowPos2ivMESA, _gloffset_WindowPos2ivMESA, WindowPos2ivMESA@4) |
| 795 | GL_STUB(WindowPos2sMESA, _gloffset_WindowPos2sMESA, WindowPos2sMESA@8) |
| 796 | GL_STUB(WindowPos2svMESA, _gloffset_WindowPos2svMESA, WindowPos2svMESA@4) |
| 797 | GL_STUB(WindowPos3dMESA, _gloffset_WindowPos3dMESA, WindowPos3dMESA@24) |
| 798 | GL_STUB(WindowPos3dvMESA, _gloffset_WindowPos3dvMESA, WindowPos3dvMESA@4) |
| 799 | GL_STUB(WindowPos3fMESA, _gloffset_WindowPos3fMESA, WindowPos3fMESA@12) |
| 800 | GL_STUB(WindowPos3fvMESA, _gloffset_WindowPos3fvMESA, WindowPos3fvMESA@4) |
| 801 | GL_STUB(WindowPos3iMESA, _gloffset_WindowPos3iMESA, WindowPos3iMESA@12) |
| 802 | GL_STUB(WindowPos3ivMESA, _gloffset_WindowPos3ivMESA, WindowPos3ivMESA@4) |
| 803 | GL_STUB(WindowPos3sMESA, _gloffset_WindowPos3sMESA, WindowPos3sMESA@12) |
| 804 | GL_STUB(WindowPos3svMESA, _gloffset_WindowPos3svMESA, WindowPos3svMESA@4) |
| 805 | GL_STUB(WindowPos4dMESA, _gloffset_WindowPos4dMESA, WindowPos4dMESA@32) |
| 806 | GL_STUB(WindowPos4dvMESA, _gloffset_WindowPos4dvMESA, WindowPos4dvMESA@4) |
| 807 | GL_STUB(WindowPos4fMESA, _gloffset_WindowPos4fMESA, WindowPos4fMESA@16) |
| 808 | GL_STUB(WindowPos4fvMESA, _gloffset_WindowPos4fvMESA, WindowPos4fvMESA@4) |
| 809 | GL_STUB(WindowPos4iMESA, _gloffset_WindowPos4iMESA, WindowPos4iMESA@16) |
| 810 | GL_STUB(WindowPos4ivMESA, _gloffset_WindowPos4ivMESA, WindowPos4ivMESA@4) |
| 811 | GL_STUB(WindowPos4sMESA, _gloffset_WindowPos4sMESA, WindowPos4sMESA@16) |
| 812 | GL_STUB(WindowPos4svMESA, _gloffset_WindowPos4svMESA, WindowPos4svMESA@4) |
Brian Paul | 39cc8e8 | 2006-11-03 20:20:28 +0000 | [diff] [blame] | 813 | GL_STUB(_dispatch_stub_648, _gloffset_MultiModeDrawArraysIBM, _dispatch_stub_648@20) |
| 814 | HIDDEN(GL_PREFIX(_dispatch_stub_648, _dispatch_stub_648@20)) |
| 815 | GL_STUB(_dispatch_stub_649, _gloffset_MultiModeDrawElementsIBM, _dispatch_stub_649@24) |
| 816 | HIDDEN(GL_PREFIX(_dispatch_stub_649, _dispatch_stub_649@24)) |
| 817 | GL_STUB(_dispatch_stub_650, _gloffset_DeleteFencesNV, _dispatch_stub_650@8) |
| 818 | HIDDEN(GL_PREFIX(_dispatch_stub_650, _dispatch_stub_650@8)) |
| 819 | GL_STUB(_dispatch_stub_651, _gloffset_FinishFenceNV, _dispatch_stub_651@4) |
| 820 | HIDDEN(GL_PREFIX(_dispatch_stub_651, _dispatch_stub_651@4)) |
| 821 | GL_STUB(_dispatch_stub_652, _gloffset_GenFencesNV, _dispatch_stub_652@8) |
| 822 | HIDDEN(GL_PREFIX(_dispatch_stub_652, _dispatch_stub_652@8)) |
| 823 | GL_STUB(_dispatch_stub_653, _gloffset_GetFenceivNV, _dispatch_stub_653@12) |
| 824 | HIDDEN(GL_PREFIX(_dispatch_stub_653, _dispatch_stub_653@12)) |
| 825 | GL_STUB(_dispatch_stub_654, _gloffset_IsFenceNV, _dispatch_stub_654@4) |
| 826 | HIDDEN(GL_PREFIX(_dispatch_stub_654, _dispatch_stub_654@4)) |
| 827 | GL_STUB(_dispatch_stub_655, _gloffset_SetFenceNV, _dispatch_stub_655@8) |
| 828 | HIDDEN(GL_PREFIX(_dispatch_stub_655, _dispatch_stub_655@8)) |
| 829 | GL_STUB(_dispatch_stub_656, _gloffset_TestFenceNV, _dispatch_stub_656@4) |
| 830 | HIDDEN(GL_PREFIX(_dispatch_stub_656, _dispatch_stub_656@4)) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 831 | GL_STUB(AreProgramsResidentNV, _gloffset_AreProgramsResidentNV, AreProgramsResidentNV@12) |
| 832 | GL_STUB(BindProgramNV, _gloffset_BindProgramNV, BindProgramNV@8) |
| 833 | GL_STUB(DeleteProgramsNV, _gloffset_DeleteProgramsNV, DeleteProgramsNV@8) |
| 834 | GL_STUB(ExecuteProgramNV, _gloffset_ExecuteProgramNV, ExecuteProgramNV@12) |
| 835 | GL_STUB(GenProgramsNV, _gloffset_GenProgramsNV, GenProgramsNV@8) |
| 836 | GL_STUB(GetProgramParameterdvNV, _gloffset_GetProgramParameterdvNV, GetProgramParameterdvNV@16) |
| 837 | GL_STUB(GetProgramParameterfvNV, _gloffset_GetProgramParameterfvNV, GetProgramParameterfvNV@16) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 838 | GL_STUB(GetProgramStringNV, _gloffset_GetProgramStringNV, GetProgramStringNV@12) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 839 | GL_STUB(GetProgramivNV, _gloffset_GetProgramivNV, GetProgramivNV@12) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 840 | GL_STUB(GetTrackMatrixivNV, _gloffset_GetTrackMatrixivNV, GetTrackMatrixivNV@16) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 841 | GL_STUB(GetVertexAttribPointervNV, _gloffset_GetVertexAttribPointervNV, GetVertexAttribPointervNV@12) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 842 | GL_STUB(GetVertexAttribdvNV, _gloffset_GetVertexAttribdvNV, GetVertexAttribdvNV@12) |
| 843 | GL_STUB(GetVertexAttribfvNV, _gloffset_GetVertexAttribfvNV, GetVertexAttribfvNV@12) |
| 844 | GL_STUB(GetVertexAttribivNV, _gloffset_GetVertexAttribivNV, GetVertexAttribivNV@12) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 845 | GL_STUB(IsProgramNV, _gloffset_IsProgramNV, IsProgramNV@4) |
| 846 | GL_STUB(LoadProgramNV, _gloffset_LoadProgramNV, LoadProgramNV@16) |
Ian Romanick | 8e77da1c | 2004-06-29 19:08:20 +0000 | [diff] [blame] | 847 | GL_STUB(ProgramParameters4dvNV, _gloffset_ProgramParameters4dvNV, ProgramParameters4dvNV@16) |
| 848 | GL_STUB(ProgramParameters4fvNV, _gloffset_ProgramParameters4fvNV, ProgramParameters4fvNV@16) |
| 849 | GL_STUB(RequestResidentProgramsNV, _gloffset_RequestResidentProgramsNV, RequestResidentProgramsNV@8) |
| 850 | GL_STUB(TrackMatrixNV, _gloffset_TrackMatrixNV, TrackMatrixNV@16) |
Brian Paul | b5b8d22 | 2004-11-27 20:07:08 +0000 | [diff] [blame] | 851 | GL_STUB(VertexAttrib1dNV, _gloffset_VertexAttrib1dNV, VertexAttrib1dNV@12) |
| 852 | GL_STUB(VertexAttrib1dvNV, _gloffset_VertexAttrib1dvNV, VertexAttrib1dvNV@8) |
| 853 | GL_STUB(VertexAttrib1fNV, _gloffset_VertexAttrib1fNV, VertexAttrib1fNV@8) |
| 854 | GL_STUB(VertexAttrib1fvNV, _gloffset_VertexAttrib1fvNV, VertexAttrib1fvNV@8) |
| 855 | GL_STUB(VertexAttrib1sNV, _gloffset_VertexAttrib1sNV, VertexAttrib1sNV@8) |
| 856 | GL_STUB(VertexAttrib1svNV, _gloffset_VertexAttrib1svNV, VertexAttrib1svNV@8) |
| 857 | GL_STUB(VertexAttrib2dNV, _gloffset_VertexAttrib2dNV, VertexAttrib2dNV@20) |
| 858 | GL_STUB(VertexAttrib2dvNV, _gloffset_VertexAttrib2dvNV, VertexAttrib2dvNV@8) |
| 859 | GL_STUB(VertexAttrib2fNV, _gloffset_VertexAttrib2fNV, VertexAttrib2fNV@12) |
| 860 | GL_STUB(VertexAttrib2fvNV, _gloffset_VertexAttrib2fvNV, VertexAttrib2fvNV@8) |
| 861 | GL_STUB(VertexAttrib2sNV, _gloffset_VertexAttrib2sNV, VertexAttrib2sNV@12) |
| 862 | GL_STUB(VertexAttrib2svNV, _gloffset_VertexAttrib2svNV, VertexAttrib2svNV@8) |
| 863 | GL_STUB(VertexAttrib3dNV, _gloffset_VertexAttrib3dNV, VertexAttrib3dNV@28) |
| 864 | GL_STUB(VertexAttrib3dvNV, _gloffset_VertexAttrib3dvNV, VertexAttrib3dvNV@8) |
| 865 | GL_STUB(VertexAttrib3fNV, _gloffset_VertexAttrib3fNV, VertexAttrib3fNV@16) |
| 866 | GL_STUB(VertexAttrib3fvNV, _gloffset_VertexAttrib3fvNV, VertexAttrib3fvNV@8) |
| 867 | GL_STUB(VertexAttrib3sNV, _gloffset_VertexAttrib3sNV, VertexAttrib3sNV@16) |
| 868 | GL_STUB(VertexAttrib3svNV, _gloffset_VertexAttrib3svNV, VertexAttrib3svNV@8) |
| 869 | GL_STUB(VertexAttrib4dNV, _gloffset_VertexAttrib4dNV, VertexAttrib4dNV@36) |
| 870 | GL_STUB(VertexAttrib4dvNV, _gloffset_VertexAttrib4dvNV, VertexAttrib4dvNV@8) |
| 871 | GL_STUB(VertexAttrib4fNV, _gloffset_VertexAttrib4fNV, VertexAttrib4fNV@20) |
| 872 | GL_STUB(VertexAttrib4fvNV, _gloffset_VertexAttrib4fvNV, VertexAttrib4fvNV@8) |
| 873 | GL_STUB(VertexAttrib4sNV, _gloffset_VertexAttrib4sNV, VertexAttrib4sNV@20) |
| 874 | GL_STUB(VertexAttrib4svNV, _gloffset_VertexAttrib4svNV, VertexAttrib4svNV@8) |
| 875 | GL_STUB(VertexAttrib4ubNV, _gloffset_VertexAttrib4ubNV, VertexAttrib4ubNV@20) |
| 876 | GL_STUB(VertexAttrib4ubvNV, _gloffset_VertexAttrib4ubvNV, VertexAttrib4ubvNV@8) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 877 | GL_STUB(VertexAttribPointerNV, _gloffset_VertexAttribPointerNV, VertexAttribPointerNV@20) |
| 878 | GL_STUB(VertexAttribs1dvNV, _gloffset_VertexAttribs1dvNV, VertexAttribs1dvNV@12) |
| 879 | GL_STUB(VertexAttribs1fvNV, _gloffset_VertexAttribs1fvNV, VertexAttribs1fvNV@12) |
| 880 | GL_STUB(VertexAttribs1svNV, _gloffset_VertexAttribs1svNV, VertexAttribs1svNV@12) |
| 881 | GL_STUB(VertexAttribs2dvNV, _gloffset_VertexAttribs2dvNV, VertexAttribs2dvNV@12) |
| 882 | GL_STUB(VertexAttribs2fvNV, _gloffset_VertexAttribs2fvNV, VertexAttribs2fvNV@12) |
| 883 | GL_STUB(VertexAttribs2svNV, _gloffset_VertexAttribs2svNV, VertexAttribs2svNV@12) |
| 884 | GL_STUB(VertexAttribs3dvNV, _gloffset_VertexAttribs3dvNV, VertexAttribs3dvNV@12) |
| 885 | GL_STUB(VertexAttribs3fvNV, _gloffset_VertexAttribs3fvNV, VertexAttribs3fvNV@12) |
| 886 | GL_STUB(VertexAttribs3svNV, _gloffset_VertexAttribs3svNV, VertexAttribs3svNV@12) |
| 887 | GL_STUB(VertexAttribs4dvNV, _gloffset_VertexAttribs4dvNV, VertexAttribs4dvNV@12) |
| 888 | GL_STUB(VertexAttribs4fvNV, _gloffset_VertexAttribs4fvNV, VertexAttribs4fvNV@12) |
| 889 | GL_STUB(VertexAttribs4svNV, _gloffset_VertexAttribs4svNV, VertexAttribs4svNV@12) |
| 890 | GL_STUB(VertexAttribs4ubvNV, _gloffset_VertexAttribs4ubvNV, VertexAttribs4ubvNV@12) |
Dave Airlie | 7f752fe | 2004-12-19 03:06:59 +0000 | [diff] [blame] | 891 | GL_STUB(AlphaFragmentOp1ATI, _gloffset_AlphaFragmentOp1ATI, AlphaFragmentOp1ATI@24) |
| 892 | GL_STUB(AlphaFragmentOp2ATI, _gloffset_AlphaFragmentOp2ATI, AlphaFragmentOp2ATI@36) |
| 893 | GL_STUB(AlphaFragmentOp3ATI, _gloffset_AlphaFragmentOp3ATI, AlphaFragmentOp3ATI@48) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 894 | GL_STUB(BeginFragmentShaderATI, _gloffset_BeginFragmentShaderATI, BeginFragmentShaderATI@0) |
| 895 | GL_STUB(BindFragmentShaderATI, _gloffset_BindFragmentShaderATI, BindFragmentShaderATI@4) |
| 896 | GL_STUB(ColorFragmentOp1ATI, _gloffset_ColorFragmentOp1ATI, ColorFragmentOp1ATI@28) |
| 897 | GL_STUB(ColorFragmentOp2ATI, _gloffset_ColorFragmentOp2ATI, ColorFragmentOp2ATI@40) |
| 898 | GL_STUB(ColorFragmentOp3ATI, _gloffset_ColorFragmentOp3ATI, ColorFragmentOp3ATI@52) |
| 899 | GL_STUB(DeleteFragmentShaderATI, _gloffset_DeleteFragmentShaderATI, DeleteFragmentShaderATI@4) |
| 900 | GL_STUB(EndFragmentShaderATI, _gloffset_EndFragmentShaderATI, EndFragmentShaderATI@0) |
| 901 | GL_STUB(GenFragmentShadersATI, _gloffset_GenFragmentShadersATI, GenFragmentShadersATI@4) |
| 902 | GL_STUB(PassTexCoordATI, _gloffset_PassTexCoordATI, PassTexCoordATI@12) |
| 903 | GL_STUB(SampleMapATI, _gloffset_SampleMapATI, SampleMapATI@12) |
Dave Airlie | 7f752fe | 2004-12-19 03:06:59 +0000 | [diff] [blame] | 904 | GL_STUB(SetFragmentShaderConstantATI, _gloffset_SetFragmentShaderConstantATI, SetFragmentShaderConstantATI@8) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 905 | GL_STUB(PointParameteriNV, _gloffset_PointParameteriNV, PointParameteriNV@8) |
| 906 | GL_STUB(PointParameterivNV, _gloffset_PointParameterivNV, PointParameterivNV@8) |
Brian Paul | 1bb30b0 | 2008-05-18 15:23:03 -0600 | [diff] [blame] | 907 | GL_STUB(_dispatch_stub_733, _gloffset_ActiveStencilFaceEXT, _dispatch_stub_733@4) |
| 908 | HIDDEN(GL_PREFIX(_dispatch_stub_733, _dispatch_stub_733@4)) |
| 909 | GL_STUB(_dispatch_stub_734, _gloffset_BindVertexArrayAPPLE, _dispatch_stub_734@4) |
| 910 | HIDDEN(GL_PREFIX(_dispatch_stub_734, _dispatch_stub_734@4)) |
| 911 | GL_STUB(_dispatch_stub_735, _gloffset_DeleteVertexArraysAPPLE, _dispatch_stub_735@8) |
| 912 | HIDDEN(GL_PREFIX(_dispatch_stub_735, _dispatch_stub_735@8)) |
| 913 | GL_STUB(_dispatch_stub_736, _gloffset_GenVertexArraysAPPLE, _dispatch_stub_736@8) |
| 914 | HIDDEN(GL_PREFIX(_dispatch_stub_736, _dispatch_stub_736@8)) |
| 915 | GL_STUB(_dispatch_stub_737, _gloffset_IsVertexArrayAPPLE, _dispatch_stub_737@4) |
Brian Paul | 39cc8e8 | 2006-11-03 20:20:28 +0000 | [diff] [blame] | 916 | HIDDEN(GL_PREFIX(_dispatch_stub_737, _dispatch_stub_737@4)) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 917 | GL_STUB(GetProgramNamedParameterdvNV, _gloffset_GetProgramNamedParameterdvNV, GetProgramNamedParameterdvNV@16) |
| 918 | GL_STUB(GetProgramNamedParameterfvNV, _gloffset_GetProgramNamedParameterfvNV, GetProgramNamedParameterfvNV@16) |
| 919 | GL_STUB(ProgramNamedParameter4dNV, _gloffset_ProgramNamedParameter4dNV, ProgramNamedParameter4dNV@44) |
| 920 | GL_STUB(ProgramNamedParameter4dvNV, _gloffset_ProgramNamedParameter4dvNV, ProgramNamedParameter4dvNV@16) |
| 921 | GL_STUB(ProgramNamedParameter4fNV, _gloffset_ProgramNamedParameter4fNV, ProgramNamedParameter4fNV@28) |
| 922 | GL_STUB(ProgramNamedParameter4fvNV, _gloffset_ProgramNamedParameter4fvNV, ProgramNamedParameter4fvNV@16) |
Brian Paul | 1bb30b0 | 2008-05-18 15:23:03 -0600 | [diff] [blame] | 923 | GL_STUB(_dispatch_stub_744, _gloffset_DepthBoundsEXT, _dispatch_stub_744@16) |
| 924 | HIDDEN(GL_PREFIX(_dispatch_stub_744, _dispatch_stub_744@16)) |
| 925 | GL_STUB(_dispatch_stub_745, _gloffset_BlendEquationSeparateEXT, _dispatch_stub_745@8) |
| 926 | HIDDEN(GL_PREFIX(_dispatch_stub_745, _dispatch_stub_745@8)) |
Brian Paul | 78e6e59 | 2005-02-08 03:44:24 +0000 | [diff] [blame] | 927 | GL_STUB(BindFramebufferEXT, _gloffset_BindFramebufferEXT, BindFramebufferEXT@8) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 928 | GL_STUB(BindRenderbufferEXT, _gloffset_BindRenderbufferEXT, BindRenderbufferEXT@8) |
Brian Paul | 78e6e59 | 2005-02-08 03:44:24 +0000 | [diff] [blame] | 929 | GL_STUB(CheckFramebufferStatusEXT, _gloffset_CheckFramebufferStatusEXT, CheckFramebufferStatusEXT@4) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 930 | GL_STUB(DeleteFramebuffersEXT, _gloffset_DeleteFramebuffersEXT, DeleteFramebuffersEXT@8) |
| 931 | GL_STUB(DeleteRenderbuffersEXT, _gloffset_DeleteRenderbuffersEXT, DeleteRenderbuffersEXT@8) |
| 932 | GL_STUB(FramebufferRenderbufferEXT, _gloffset_FramebufferRenderbufferEXT, FramebufferRenderbufferEXT@16) |
Brian Paul | 78e6e59 | 2005-02-08 03:44:24 +0000 | [diff] [blame] | 933 | GL_STUB(FramebufferTexture1DEXT, _gloffset_FramebufferTexture1DEXT, FramebufferTexture1DEXT@20) |
| 934 | GL_STUB(FramebufferTexture2DEXT, _gloffset_FramebufferTexture2DEXT, FramebufferTexture2DEXT@20) |
| 935 | GL_STUB(FramebufferTexture3DEXT, _gloffset_FramebufferTexture3DEXT, FramebufferTexture3DEXT@24) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 936 | GL_STUB(GenFramebuffersEXT, _gloffset_GenFramebuffersEXT, GenFramebuffersEXT@8) |
| 937 | GL_STUB(GenRenderbuffersEXT, _gloffset_GenRenderbuffersEXT, GenRenderbuffersEXT@8) |
Brian Paul | 78e6e59 | 2005-02-08 03:44:24 +0000 | [diff] [blame] | 938 | GL_STUB(GenerateMipmapEXT, _gloffset_GenerateMipmapEXT, GenerateMipmapEXT@4) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 939 | GL_STUB(GetFramebufferAttachmentParameterivEXT, _gloffset_GetFramebufferAttachmentParameterivEXT, GetFramebufferAttachmentParameterivEXT@16) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 940 | GL_STUB(GetRenderbufferParameterivEXT, _gloffset_GetRenderbufferParameterivEXT, GetRenderbufferParameterivEXT@12) |
| 941 | GL_STUB(IsFramebufferEXT, _gloffset_IsFramebufferEXT, IsFramebufferEXT@4) |
| 942 | GL_STUB(IsRenderbufferEXT, _gloffset_IsRenderbufferEXT, IsRenderbufferEXT@4) |
| 943 | GL_STUB(RenderbufferStorageEXT, _gloffset_RenderbufferStorageEXT, RenderbufferStorageEXT@16) |
Brian Paul | 1bb30b0 | 2008-05-18 15:23:03 -0600 | [diff] [blame] | 944 | GL_STUB(_dispatch_stub_763, _gloffset_BlitFramebufferEXT, _dispatch_stub_763@40) |
| 945 | HIDDEN(GL_PREFIX(_dispatch_stub_763, _dispatch_stub_763@40)) |
Ian Romanick | bb372f1 | 2007-05-16 15:34:22 -0700 | [diff] [blame] | 946 | GL_STUB(FramebufferTextureLayerEXT, _gloffset_FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20) |
Brian Paul | 1bb30b0 | 2008-05-18 15:23:03 -0600 | [diff] [blame] | 947 | GL_STUB(_dispatch_stub_765, _gloffset_StencilFuncSeparateATI, _dispatch_stub_765@16) |
| 948 | HIDDEN(GL_PREFIX(_dispatch_stub_765, _dispatch_stub_765@16)) |
| 949 | GL_STUB(_dispatch_stub_766, _gloffset_ProgramEnvParameters4fvEXT, _dispatch_stub_766@16) |
| 950 | HIDDEN(GL_PREFIX(_dispatch_stub_766, _dispatch_stub_766@16)) |
| 951 | GL_STUB(_dispatch_stub_767, _gloffset_ProgramLocalParameters4fvEXT, _dispatch_stub_767@16) |
| 952 | HIDDEN(GL_PREFIX(_dispatch_stub_767, _dispatch_stub_767@16)) |
| 953 | GL_STUB(_dispatch_stub_768, _gloffset_GetQueryObjecti64vEXT, _dispatch_stub_768@12) |
| 954 | HIDDEN(GL_PREFIX(_dispatch_stub_768, _dispatch_stub_768@12)) |
| 955 | GL_STUB(_dispatch_stub_769, _gloffset_GetQueryObjectui64vEXT, _dispatch_stub_769@12) |
| 956 | HIDDEN(GL_PREFIX(_dispatch_stub_769, _dispatch_stub_769@12)) |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 957 | GL_STUB_ALIAS(ArrayElementEXT, _gloffset_ArrayElement, ArrayElementEXT@4, ArrayElement, ArrayElement@4) |
| 958 | GL_STUB_ALIAS(BindTextureEXT, _gloffset_BindTexture, BindTextureEXT@8, BindTexture, BindTexture@8) |
| 959 | GL_STUB_ALIAS(DrawArraysEXT, _gloffset_DrawArrays, DrawArraysEXT@12, DrawArrays, DrawArrays@12) |
Ian Romanick | f3f51bc | 2006-10-11 22:37:14 +0000 | [diff] [blame] | 960 | #ifndef GLX_INDIRECT_RENDERING |
| 961 | GL_STUB_ALIAS(AreTexturesResidentEXT, _gloffset_AreTexturesResident, AreTexturesResidentEXT@12, AreTexturesResident, AreTexturesResident@12) |
| 962 | #endif |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 963 | GL_STUB_ALIAS(CopyTexImage1DEXT, _gloffset_CopyTexImage1D, CopyTexImage1DEXT@28, CopyTexImage1D, CopyTexImage1D@28) |
| 964 | GL_STUB_ALIAS(CopyTexImage2DEXT, _gloffset_CopyTexImage2D, CopyTexImage2DEXT@32, CopyTexImage2D, CopyTexImage2D@32) |
| 965 | GL_STUB_ALIAS(CopyTexSubImage1DEXT, _gloffset_CopyTexSubImage1D, CopyTexSubImage1DEXT@24, CopyTexSubImage1D, CopyTexSubImage1D@24) |
| 966 | GL_STUB_ALIAS(CopyTexSubImage2DEXT, _gloffset_CopyTexSubImage2D, CopyTexSubImage2DEXT@32, CopyTexSubImage2D, CopyTexSubImage2D@32) |
Ian Romanick | f3f51bc | 2006-10-11 22:37:14 +0000 | [diff] [blame] | 967 | #ifndef GLX_INDIRECT_RENDERING |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 968 | GL_STUB_ALIAS(DeleteTexturesEXT, _gloffset_DeleteTextures, DeleteTexturesEXT@8, DeleteTextures, DeleteTextures@8) |
Ian Romanick | f3f51bc | 2006-10-11 22:37:14 +0000 | [diff] [blame] | 969 | #endif |
| 970 | #ifndef GLX_INDIRECT_RENDERING |
| 971 | GL_STUB_ALIAS(GenTexturesEXT, _gloffset_GenTextures, GenTexturesEXT@8, GenTextures, GenTextures@8) |
| 972 | #endif |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 973 | GL_STUB_ALIAS(GetPointervEXT, _gloffset_GetPointerv, GetPointervEXT@8, GetPointerv, GetPointerv@8) |
Ian Romanick | f3f51bc | 2006-10-11 22:37:14 +0000 | [diff] [blame] | 974 | #ifndef GLX_INDIRECT_RENDERING |
| 975 | GL_STUB_ALIAS(IsTextureEXT, _gloffset_IsTexture, IsTextureEXT@4, IsTexture, IsTexture@4) |
| 976 | #endif |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 977 | GL_STUB_ALIAS(PrioritizeTexturesEXT, _gloffset_PrioritizeTextures, PrioritizeTexturesEXT@12, PrioritizeTextures, PrioritizeTextures@12) |
| 978 | GL_STUB_ALIAS(TexSubImage1DEXT, _gloffset_TexSubImage1D, TexSubImage1DEXT@28, TexSubImage1D, TexSubImage1D@28) |
| 979 | GL_STUB_ALIAS(TexSubImage2DEXT, _gloffset_TexSubImage2D, TexSubImage2DEXT@36, TexSubImage2D, TexSubImage2D@36) |
| 980 | GL_STUB_ALIAS(BlendColorEXT, _gloffset_BlendColor, BlendColorEXT@16, BlendColor, BlendColor@16) |
| 981 | GL_STUB_ALIAS(BlendEquationEXT, _gloffset_BlendEquation, BlendEquationEXT@4, BlendEquation, BlendEquation@4) |
| 982 | GL_STUB_ALIAS(DrawRangeElementsEXT, _gloffset_DrawRangeElements, DrawRangeElementsEXT@24, DrawRangeElements, DrawRangeElements@24) |
| 983 | GL_STUB_ALIAS(ColorTableSGI, _gloffset_ColorTable, ColorTableSGI@24, ColorTable, ColorTable@24) |
| 984 | GL_STUB_ALIAS(ColorTableEXT, _gloffset_ColorTable, ColorTableEXT@24, ColorTable, ColorTable@24) |
| 985 | GL_STUB_ALIAS(ColorTableParameterfvSGI, _gloffset_ColorTableParameterfv, ColorTableParameterfvSGI@12, ColorTableParameterfv, ColorTableParameterfv@12) |
| 986 | GL_STUB_ALIAS(ColorTableParameterivSGI, _gloffset_ColorTableParameteriv, ColorTableParameterivSGI@12, ColorTableParameteriv, ColorTableParameteriv@12) |
| 987 | GL_STUB_ALIAS(CopyColorTableSGI, _gloffset_CopyColorTable, CopyColorTableSGI@20, CopyColorTable, CopyColorTable@20) |
Ian Romanick | f3f51bc | 2006-10-11 22:37:14 +0000 | [diff] [blame] | 988 | #ifndef GLX_INDIRECT_RENDERING |
| 989 | GL_STUB_ALIAS(GetColorTableSGI, _gloffset_GetColorTable, GetColorTableSGI@16, GetColorTable, GetColorTable@16) |
| 990 | #endif |
| 991 | #ifndef GLX_INDIRECT_RENDERING |
| 992 | GL_STUB_ALIAS(GetColorTableEXT, _gloffset_GetColorTable, GetColorTableEXT@16, GetColorTable, GetColorTable@16) |
| 993 | #endif |
| 994 | #ifndef GLX_INDIRECT_RENDERING |
| 995 | GL_STUB_ALIAS(GetColorTableParameterfvSGI, _gloffset_GetColorTableParameterfv, GetColorTableParameterfvSGI@12, GetColorTableParameterfv, GetColorTableParameterfv@12) |
| 996 | #endif |
| 997 | #ifndef GLX_INDIRECT_RENDERING |
| 998 | GL_STUB_ALIAS(GetColorTableParameterfvEXT, _gloffset_GetColorTableParameterfv, GetColorTableParameterfvEXT@12, GetColorTableParameterfv, GetColorTableParameterfv@12) |
| 999 | #endif |
| 1000 | #ifndef GLX_INDIRECT_RENDERING |
| 1001 | GL_STUB_ALIAS(GetColorTableParameterivSGI, _gloffset_GetColorTableParameteriv, GetColorTableParameterivSGI@12, GetColorTableParameteriv, GetColorTableParameteriv@12) |
| 1002 | #endif |
| 1003 | #ifndef GLX_INDIRECT_RENDERING |
| 1004 | GL_STUB_ALIAS(GetColorTableParameterivEXT, _gloffset_GetColorTableParameteriv, GetColorTableParameterivEXT@12, GetColorTableParameteriv, GetColorTableParameteriv@12) |
| 1005 | #endif |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 1006 | GL_STUB_ALIAS(ColorSubTableEXT, _gloffset_ColorSubTable, ColorSubTableEXT@24, ColorSubTable, ColorSubTable@24) |
| 1007 | GL_STUB_ALIAS(CopyColorSubTableEXT, _gloffset_CopyColorSubTable, CopyColorSubTableEXT@20, CopyColorSubTable, CopyColorSubTable@20) |
| 1008 | GL_STUB_ALIAS(ConvolutionFilter1DEXT, _gloffset_ConvolutionFilter1D, ConvolutionFilter1DEXT@24, ConvolutionFilter1D, ConvolutionFilter1D@24) |
| 1009 | GL_STUB_ALIAS(ConvolutionFilter2DEXT, _gloffset_ConvolutionFilter2D, ConvolutionFilter2DEXT@28, ConvolutionFilter2D, ConvolutionFilter2D@28) |
| 1010 | GL_STUB_ALIAS(ConvolutionParameterfEXT, _gloffset_ConvolutionParameterf, ConvolutionParameterfEXT@12, ConvolutionParameterf, ConvolutionParameterf@12) |
| 1011 | GL_STUB_ALIAS(ConvolutionParameterfvEXT, _gloffset_ConvolutionParameterfv, ConvolutionParameterfvEXT@12, ConvolutionParameterfv, ConvolutionParameterfv@12) |
| 1012 | GL_STUB_ALIAS(ConvolutionParameteriEXT, _gloffset_ConvolutionParameteri, ConvolutionParameteriEXT@12, ConvolutionParameteri, ConvolutionParameteri@12) |
| 1013 | GL_STUB_ALIAS(ConvolutionParameterivEXT, _gloffset_ConvolutionParameteriv, ConvolutionParameterivEXT@12, ConvolutionParameteriv, ConvolutionParameteriv@12) |
| 1014 | GL_STUB_ALIAS(CopyConvolutionFilter1DEXT, _gloffset_CopyConvolutionFilter1D, CopyConvolutionFilter1DEXT@20, CopyConvolutionFilter1D, CopyConvolutionFilter1D@20) |
| 1015 | GL_STUB_ALIAS(CopyConvolutionFilter2DEXT, _gloffset_CopyConvolutionFilter2D, CopyConvolutionFilter2DEXT@24, CopyConvolutionFilter2D, CopyConvolutionFilter2D@24) |
Ian Romanick | f3f51bc | 2006-10-11 22:37:14 +0000 | [diff] [blame] | 1016 | #ifndef GLX_INDIRECT_RENDERING |
| 1017 | GL_STUB_ALIAS(GetConvolutionFilterEXT, _gloffset_GetConvolutionFilter, GetConvolutionFilterEXT@16, GetConvolutionFilter, GetConvolutionFilter@16) |
| 1018 | #endif |
| 1019 | #ifndef GLX_INDIRECT_RENDERING |
| 1020 | GL_STUB_ALIAS(GetConvolutionParameterfvEXT, _gloffset_GetConvolutionParameterfv, GetConvolutionParameterfvEXT@12, GetConvolutionParameterfv, GetConvolutionParameterfv@12) |
| 1021 | #endif |
| 1022 | #ifndef GLX_INDIRECT_RENDERING |
| 1023 | GL_STUB_ALIAS(GetConvolutionParameterivEXT, _gloffset_GetConvolutionParameteriv, GetConvolutionParameterivEXT@12, GetConvolutionParameteriv, GetConvolutionParameteriv@12) |
| 1024 | #endif |
| 1025 | #ifndef GLX_INDIRECT_RENDERING |
| 1026 | GL_STUB_ALIAS(GetSeparableFilterEXT, _gloffset_GetSeparableFilter, GetSeparableFilterEXT@24, GetSeparableFilter, GetSeparableFilter@24) |
| 1027 | #endif |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 1028 | GL_STUB_ALIAS(SeparableFilter2DEXT, _gloffset_SeparableFilter2D, SeparableFilter2DEXT@32, SeparableFilter2D, SeparableFilter2D@32) |
Ian Romanick | f3f51bc | 2006-10-11 22:37:14 +0000 | [diff] [blame] | 1029 | #ifndef GLX_INDIRECT_RENDERING |
| 1030 | GL_STUB_ALIAS(GetHistogramEXT, _gloffset_GetHistogram, GetHistogramEXT@20, GetHistogram, GetHistogram@20) |
| 1031 | #endif |
| 1032 | #ifndef GLX_INDIRECT_RENDERING |
| 1033 | GL_STUB_ALIAS(GetHistogramParameterfvEXT, _gloffset_GetHistogramParameterfv, GetHistogramParameterfvEXT@12, GetHistogramParameterfv, GetHistogramParameterfv@12) |
| 1034 | #endif |
| 1035 | #ifndef GLX_INDIRECT_RENDERING |
| 1036 | GL_STUB_ALIAS(GetHistogramParameterivEXT, _gloffset_GetHistogramParameteriv, GetHistogramParameterivEXT@12, GetHistogramParameteriv, GetHistogramParameteriv@12) |
| 1037 | #endif |
| 1038 | #ifndef GLX_INDIRECT_RENDERING |
| 1039 | GL_STUB_ALIAS(GetMinmaxEXT, _gloffset_GetMinmax, GetMinmaxEXT@20, GetMinmax, GetMinmax@20) |
| 1040 | #endif |
| 1041 | #ifndef GLX_INDIRECT_RENDERING |
| 1042 | GL_STUB_ALIAS(GetMinmaxParameterfvEXT, _gloffset_GetMinmaxParameterfv, GetMinmaxParameterfvEXT@12, GetMinmaxParameterfv, GetMinmaxParameterfv@12) |
| 1043 | #endif |
| 1044 | #ifndef GLX_INDIRECT_RENDERING |
| 1045 | GL_STUB_ALIAS(GetMinmaxParameterivEXT, _gloffset_GetMinmaxParameteriv, GetMinmaxParameterivEXT@12, GetMinmaxParameteriv, GetMinmaxParameteriv@12) |
| 1046 | #endif |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 1047 | GL_STUB_ALIAS(HistogramEXT, _gloffset_Histogram, HistogramEXT@16, Histogram, Histogram@16) |
| 1048 | GL_STUB_ALIAS(MinmaxEXT, _gloffset_Minmax, MinmaxEXT@12, Minmax, Minmax@12) |
| 1049 | GL_STUB_ALIAS(ResetHistogramEXT, _gloffset_ResetHistogram, ResetHistogramEXT@4, ResetHistogram, ResetHistogram@4) |
| 1050 | GL_STUB_ALIAS(ResetMinmaxEXT, _gloffset_ResetMinmax, ResetMinmaxEXT@4, ResetMinmax, ResetMinmax@4) |
| 1051 | GL_STUB_ALIAS(TexImage3DEXT, _gloffset_TexImage3D, TexImage3DEXT@40, TexImage3D, TexImage3D@40) |
| 1052 | GL_STUB_ALIAS(TexSubImage3DEXT, _gloffset_TexSubImage3D, TexSubImage3DEXT@44, TexSubImage3D, TexSubImage3D@44) |
| 1053 | GL_STUB_ALIAS(CopyTexSubImage3DEXT, _gloffset_CopyTexSubImage3D, CopyTexSubImage3DEXT@36, CopyTexSubImage3D, CopyTexSubImage3D@36) |
Ian Romanick | a11659a | 2005-01-07 03:41:48 +0000 | [diff] [blame] | 1054 | GL_STUB_ALIAS(ActiveTexture, _gloffset_ActiveTextureARB, ActiveTexture@4, ActiveTextureARB, ActiveTextureARB@4) |
| 1055 | GL_STUB_ALIAS(ClientActiveTexture, _gloffset_ClientActiveTextureARB, ClientActiveTexture@4, ClientActiveTextureARB, ClientActiveTextureARB@4) |
| 1056 | GL_STUB_ALIAS(MultiTexCoord1d, _gloffset_MultiTexCoord1dARB, MultiTexCoord1d@12, MultiTexCoord1dARB, MultiTexCoord1dARB@12) |
| 1057 | GL_STUB_ALIAS(MultiTexCoord1dv, _gloffset_MultiTexCoord1dvARB, MultiTexCoord1dv@8, MultiTexCoord1dvARB, MultiTexCoord1dvARB@8) |
| 1058 | GL_STUB_ALIAS(MultiTexCoord1f, _gloffset_MultiTexCoord1fARB, MultiTexCoord1f@8, MultiTexCoord1fARB, MultiTexCoord1fARB@8) |
| 1059 | GL_STUB_ALIAS(MultiTexCoord1fv, _gloffset_MultiTexCoord1fvARB, MultiTexCoord1fv@8, MultiTexCoord1fvARB, MultiTexCoord1fvARB@8) |
| 1060 | GL_STUB_ALIAS(MultiTexCoord1i, _gloffset_MultiTexCoord1iARB, MultiTexCoord1i@8, MultiTexCoord1iARB, MultiTexCoord1iARB@8) |
| 1061 | GL_STUB_ALIAS(MultiTexCoord1iv, _gloffset_MultiTexCoord1ivARB, MultiTexCoord1iv@8, MultiTexCoord1ivARB, MultiTexCoord1ivARB@8) |
| 1062 | GL_STUB_ALIAS(MultiTexCoord1s, _gloffset_MultiTexCoord1sARB, MultiTexCoord1s@8, MultiTexCoord1sARB, MultiTexCoord1sARB@8) |
| 1063 | GL_STUB_ALIAS(MultiTexCoord1sv, _gloffset_MultiTexCoord1svARB, MultiTexCoord1sv@8, MultiTexCoord1svARB, MultiTexCoord1svARB@8) |
| 1064 | GL_STUB_ALIAS(MultiTexCoord2d, _gloffset_MultiTexCoord2dARB, MultiTexCoord2d@20, MultiTexCoord2dARB, MultiTexCoord2dARB@20) |
| 1065 | GL_STUB_ALIAS(MultiTexCoord2dv, _gloffset_MultiTexCoord2dvARB, MultiTexCoord2dv@8, MultiTexCoord2dvARB, MultiTexCoord2dvARB@8) |
| 1066 | GL_STUB_ALIAS(MultiTexCoord2f, _gloffset_MultiTexCoord2fARB, MultiTexCoord2f@12, MultiTexCoord2fARB, MultiTexCoord2fARB@12) |
| 1067 | GL_STUB_ALIAS(MultiTexCoord2fv, _gloffset_MultiTexCoord2fvARB, MultiTexCoord2fv@8, MultiTexCoord2fvARB, MultiTexCoord2fvARB@8) |
| 1068 | GL_STUB_ALIAS(MultiTexCoord2i, _gloffset_MultiTexCoord2iARB, MultiTexCoord2i@12, MultiTexCoord2iARB, MultiTexCoord2iARB@12) |
| 1069 | GL_STUB_ALIAS(MultiTexCoord2iv, _gloffset_MultiTexCoord2ivARB, MultiTexCoord2iv@8, MultiTexCoord2ivARB, MultiTexCoord2ivARB@8) |
| 1070 | GL_STUB_ALIAS(MultiTexCoord2s, _gloffset_MultiTexCoord2sARB, MultiTexCoord2s@12, MultiTexCoord2sARB, MultiTexCoord2sARB@12) |
| 1071 | GL_STUB_ALIAS(MultiTexCoord2sv, _gloffset_MultiTexCoord2svARB, MultiTexCoord2sv@8, MultiTexCoord2svARB, MultiTexCoord2svARB@8) |
| 1072 | GL_STUB_ALIAS(MultiTexCoord3d, _gloffset_MultiTexCoord3dARB, MultiTexCoord3d@28, MultiTexCoord3dARB, MultiTexCoord3dARB@28) |
| 1073 | GL_STUB_ALIAS(MultiTexCoord3dv, _gloffset_MultiTexCoord3dvARB, MultiTexCoord3dv@8, MultiTexCoord3dvARB, MultiTexCoord3dvARB@8) |
| 1074 | GL_STUB_ALIAS(MultiTexCoord3f, _gloffset_MultiTexCoord3fARB, MultiTexCoord3f@16, MultiTexCoord3fARB, MultiTexCoord3fARB@16) |
| 1075 | GL_STUB_ALIAS(MultiTexCoord3fv, _gloffset_MultiTexCoord3fvARB, MultiTexCoord3fv@8, MultiTexCoord3fvARB, MultiTexCoord3fvARB@8) |
| 1076 | GL_STUB_ALIAS(MultiTexCoord3i, _gloffset_MultiTexCoord3iARB, MultiTexCoord3i@16, MultiTexCoord3iARB, MultiTexCoord3iARB@16) |
| 1077 | GL_STUB_ALIAS(MultiTexCoord3iv, _gloffset_MultiTexCoord3ivARB, MultiTexCoord3iv@8, MultiTexCoord3ivARB, MultiTexCoord3ivARB@8) |
| 1078 | GL_STUB_ALIAS(MultiTexCoord3s, _gloffset_MultiTexCoord3sARB, MultiTexCoord3s@16, MultiTexCoord3sARB, MultiTexCoord3sARB@16) |
| 1079 | GL_STUB_ALIAS(MultiTexCoord3sv, _gloffset_MultiTexCoord3svARB, MultiTexCoord3sv@8, MultiTexCoord3svARB, MultiTexCoord3svARB@8) |
| 1080 | GL_STUB_ALIAS(MultiTexCoord4d, _gloffset_MultiTexCoord4dARB, MultiTexCoord4d@36, MultiTexCoord4dARB, MultiTexCoord4dARB@36) |
| 1081 | GL_STUB_ALIAS(MultiTexCoord4dv, _gloffset_MultiTexCoord4dvARB, MultiTexCoord4dv@8, MultiTexCoord4dvARB, MultiTexCoord4dvARB@8) |
| 1082 | GL_STUB_ALIAS(MultiTexCoord4f, _gloffset_MultiTexCoord4fARB, MultiTexCoord4f@20, MultiTexCoord4fARB, MultiTexCoord4fARB@20) |
| 1083 | GL_STUB_ALIAS(MultiTexCoord4fv, _gloffset_MultiTexCoord4fvARB, MultiTexCoord4fv@8, MultiTexCoord4fvARB, MultiTexCoord4fvARB@8) |
| 1084 | GL_STUB_ALIAS(MultiTexCoord4i, _gloffset_MultiTexCoord4iARB, MultiTexCoord4i@20, MultiTexCoord4iARB, MultiTexCoord4iARB@20) |
| 1085 | GL_STUB_ALIAS(MultiTexCoord4iv, _gloffset_MultiTexCoord4ivARB, MultiTexCoord4iv@8, MultiTexCoord4ivARB, MultiTexCoord4ivARB@8) |
| 1086 | GL_STUB_ALIAS(MultiTexCoord4s, _gloffset_MultiTexCoord4sARB, MultiTexCoord4s@20, MultiTexCoord4sARB, MultiTexCoord4sARB@20) |
| 1087 | GL_STUB_ALIAS(MultiTexCoord4sv, _gloffset_MultiTexCoord4svARB, MultiTexCoord4sv@8, MultiTexCoord4svARB, MultiTexCoord4svARB@8) |
Brian | 9edac96 | 2007-10-30 10:24:34 -0600 | [diff] [blame] | 1088 | GL_STUB_ALIAS(StencilOpSeparateATI, _gloffset_StencilOpSeparate, StencilOpSeparateATI@16, StencilOpSeparate, StencilOpSeparate@16) |
Ian Romanick | a11659a | 2005-01-07 03:41:48 +0000 | [diff] [blame] | 1089 | GL_STUB_ALIAS(LoadTransposeMatrixd, _gloffset_LoadTransposeMatrixdARB, LoadTransposeMatrixd@4, LoadTransposeMatrixdARB, LoadTransposeMatrixdARB@4) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 1090 | GL_STUB_ALIAS(LoadTransposeMatrixf, _gloffset_LoadTransposeMatrixfARB, LoadTransposeMatrixf@4, LoadTransposeMatrixfARB, LoadTransposeMatrixfARB@4) |
Ian Romanick | a11659a | 2005-01-07 03:41:48 +0000 | [diff] [blame] | 1091 | GL_STUB_ALIAS(MultTransposeMatrixd, _gloffset_MultTransposeMatrixdARB, MultTransposeMatrixd@4, MultTransposeMatrixdARB, MultTransposeMatrixdARB@4) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 1092 | GL_STUB_ALIAS(MultTransposeMatrixf, _gloffset_MultTransposeMatrixfARB, MultTransposeMatrixf@4, MultTransposeMatrixfARB, MultTransposeMatrixfARB@4) |
Ian Romanick | a11659a | 2005-01-07 03:41:48 +0000 | [diff] [blame] | 1093 | GL_STUB_ALIAS(SampleCoverage, _gloffset_SampleCoverageARB, SampleCoverage@8, SampleCoverageARB, SampleCoverageARB@8) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 1094 | GL_STUB_ALIAS(CompressedTexImage1D, _gloffset_CompressedTexImage1DARB, CompressedTexImage1D@28, CompressedTexImage1DARB, CompressedTexImage1DARB@28) |
| 1095 | GL_STUB_ALIAS(CompressedTexImage2D, _gloffset_CompressedTexImage2DARB, CompressedTexImage2D@32, CompressedTexImage2DARB, CompressedTexImage2DARB@32) |
| 1096 | GL_STUB_ALIAS(CompressedTexImage3D, _gloffset_CompressedTexImage3DARB, CompressedTexImage3D@36, CompressedTexImage3DARB, CompressedTexImage3DARB@36) |
| 1097 | GL_STUB_ALIAS(CompressedTexSubImage1D, _gloffset_CompressedTexSubImage1DARB, CompressedTexSubImage1D@28, CompressedTexSubImage1DARB, CompressedTexSubImage1DARB@28) |
| 1098 | GL_STUB_ALIAS(CompressedTexSubImage2D, _gloffset_CompressedTexSubImage2DARB, CompressedTexSubImage2D@36, CompressedTexSubImage2DARB, CompressedTexSubImage2DARB@36) |
| 1099 | GL_STUB_ALIAS(CompressedTexSubImage3D, _gloffset_CompressedTexSubImage3DARB, CompressedTexSubImage3D@44, CompressedTexSubImage3DARB, CompressedTexSubImage3DARB@44) |
| 1100 | GL_STUB_ALIAS(GetCompressedTexImage, _gloffset_GetCompressedTexImageARB, GetCompressedTexImage@12, GetCompressedTexImageARB, GetCompressedTexImageARB@12) |
Brian Paul | 83a5c2b | 2006-11-02 23:58:27 +0000 | [diff] [blame] | 1101 | GL_STUB_ALIAS(DisableVertexAttribArray, _gloffset_DisableVertexAttribArrayARB, DisableVertexAttribArray@4, DisableVertexAttribArrayARB, DisableVertexAttribArrayARB@4) |
| 1102 | GL_STUB_ALIAS(EnableVertexAttribArray, _gloffset_EnableVertexAttribArrayARB, EnableVertexAttribArray@4, EnableVertexAttribArrayARB, EnableVertexAttribArrayARB@4) |
| 1103 | GL_STUB_ALIAS(GetVertexAttribdv, _gloffset_GetVertexAttribdvARB, GetVertexAttribdv@12, GetVertexAttribdvARB, GetVertexAttribdvARB@12) |
| 1104 | GL_STUB_ALIAS(GetVertexAttribfv, _gloffset_GetVertexAttribfvARB, GetVertexAttribfv@12, GetVertexAttribfvARB, GetVertexAttribfvARB@12) |
| 1105 | GL_STUB_ALIAS(GetVertexAttribiv, _gloffset_GetVertexAttribivARB, GetVertexAttribiv@12, GetVertexAttribivARB, GetVertexAttribivARB@12) |
Brian Paul | 1bb30b0 | 2008-05-18 15:23:03 -0600 | [diff] [blame] | 1106 | GL_STUB_ALIAS(ProgramParameter4dNV, _gloffset_ProgramEnvParameter4dARB, ProgramParameter4dNV@40, ProgramEnvParameter4dARB, ProgramEnvParameter4dARB@40) |
| 1107 | GL_STUB_ALIAS(ProgramParameter4dvNV, _gloffset_ProgramEnvParameter4dvARB, ProgramParameter4dvNV@12, ProgramEnvParameter4dvARB, ProgramEnvParameter4dvARB@12) |
| 1108 | GL_STUB_ALIAS(ProgramParameter4fNV, _gloffset_ProgramEnvParameter4fARB, ProgramParameter4fNV@24, ProgramEnvParameter4fARB, ProgramEnvParameter4fARB@24) |
| 1109 | GL_STUB_ALIAS(ProgramParameter4fvNV, _gloffset_ProgramEnvParameter4fvARB, ProgramParameter4fvNV@12, ProgramEnvParameter4fvARB, ProgramEnvParameter4fvARB@12) |
Brian Paul | 83a5c2b | 2006-11-02 23:58:27 +0000 | [diff] [blame] | 1110 | GL_STUB_ALIAS(VertexAttrib1d, _gloffset_VertexAttrib1dARB, VertexAttrib1d@12, VertexAttrib1dARB, VertexAttrib1dARB@12) |
| 1111 | GL_STUB_ALIAS(VertexAttrib1dv, _gloffset_VertexAttrib1dvARB, VertexAttrib1dv@8, VertexAttrib1dvARB, VertexAttrib1dvARB@8) |
| 1112 | GL_STUB_ALIAS(VertexAttrib1f, _gloffset_VertexAttrib1fARB, VertexAttrib1f@8, VertexAttrib1fARB, VertexAttrib1fARB@8) |
| 1113 | GL_STUB_ALIAS(VertexAttrib1fv, _gloffset_VertexAttrib1fvARB, VertexAttrib1fv@8, VertexAttrib1fvARB, VertexAttrib1fvARB@8) |
| 1114 | GL_STUB_ALIAS(VertexAttrib1s, _gloffset_VertexAttrib1sARB, VertexAttrib1s@8, VertexAttrib1sARB, VertexAttrib1sARB@8) |
| 1115 | GL_STUB_ALIAS(VertexAttrib1sv, _gloffset_VertexAttrib1svARB, VertexAttrib1sv@8, VertexAttrib1svARB, VertexAttrib1svARB@8) |
| 1116 | GL_STUB_ALIAS(VertexAttrib2d, _gloffset_VertexAttrib2dARB, VertexAttrib2d@20, VertexAttrib2dARB, VertexAttrib2dARB@20) |
| 1117 | GL_STUB_ALIAS(VertexAttrib2dv, _gloffset_VertexAttrib2dvARB, VertexAttrib2dv@8, VertexAttrib2dvARB, VertexAttrib2dvARB@8) |
| 1118 | GL_STUB_ALIAS(VertexAttrib2f, _gloffset_VertexAttrib2fARB, VertexAttrib2f@12, VertexAttrib2fARB, VertexAttrib2fARB@12) |
| 1119 | GL_STUB_ALIAS(VertexAttrib2fv, _gloffset_VertexAttrib2fvARB, VertexAttrib2fv@8, VertexAttrib2fvARB, VertexAttrib2fvARB@8) |
| 1120 | GL_STUB_ALIAS(VertexAttrib2s, _gloffset_VertexAttrib2sARB, VertexAttrib2s@12, VertexAttrib2sARB, VertexAttrib2sARB@12) |
| 1121 | GL_STUB_ALIAS(VertexAttrib2sv, _gloffset_VertexAttrib2svARB, VertexAttrib2sv@8, VertexAttrib2svARB, VertexAttrib2svARB@8) |
| 1122 | GL_STUB_ALIAS(VertexAttrib3d, _gloffset_VertexAttrib3dARB, VertexAttrib3d@28, VertexAttrib3dARB, VertexAttrib3dARB@28) |
| 1123 | GL_STUB_ALIAS(VertexAttrib3dv, _gloffset_VertexAttrib3dvARB, VertexAttrib3dv@8, VertexAttrib3dvARB, VertexAttrib3dvARB@8) |
| 1124 | GL_STUB_ALIAS(VertexAttrib3f, _gloffset_VertexAttrib3fARB, VertexAttrib3f@16, VertexAttrib3fARB, VertexAttrib3fARB@16) |
| 1125 | GL_STUB_ALIAS(VertexAttrib3fv, _gloffset_VertexAttrib3fvARB, VertexAttrib3fv@8, VertexAttrib3fvARB, VertexAttrib3fvARB@8) |
| 1126 | GL_STUB_ALIAS(VertexAttrib3s, _gloffset_VertexAttrib3sARB, VertexAttrib3s@16, VertexAttrib3sARB, VertexAttrib3sARB@16) |
| 1127 | GL_STUB_ALIAS(VertexAttrib3sv, _gloffset_VertexAttrib3svARB, VertexAttrib3sv@8, VertexAttrib3svARB, VertexAttrib3svARB@8) |
| 1128 | GL_STUB_ALIAS(VertexAttrib4Nbv, _gloffset_VertexAttrib4NbvARB, VertexAttrib4Nbv@8, VertexAttrib4NbvARB, VertexAttrib4NbvARB@8) |
| 1129 | GL_STUB_ALIAS(VertexAttrib4Niv, _gloffset_VertexAttrib4NivARB, VertexAttrib4Niv@8, VertexAttrib4NivARB, VertexAttrib4NivARB@8) |
| 1130 | GL_STUB_ALIAS(VertexAttrib4Nsv, _gloffset_VertexAttrib4NsvARB, VertexAttrib4Nsv@8, VertexAttrib4NsvARB, VertexAttrib4NsvARB@8) |
| 1131 | GL_STUB_ALIAS(VertexAttrib4Nub, _gloffset_VertexAttrib4NubARB, VertexAttrib4Nub@20, VertexAttrib4NubARB, VertexAttrib4NubARB@20) |
| 1132 | GL_STUB_ALIAS(VertexAttrib4Nubv, _gloffset_VertexAttrib4NubvARB, VertexAttrib4Nubv@8, VertexAttrib4NubvARB, VertexAttrib4NubvARB@8) |
| 1133 | GL_STUB_ALIAS(VertexAttrib4Nuiv, _gloffset_VertexAttrib4NuivARB, VertexAttrib4Nuiv@8, VertexAttrib4NuivARB, VertexAttrib4NuivARB@8) |
| 1134 | GL_STUB_ALIAS(VertexAttrib4Nusv, _gloffset_VertexAttrib4NusvARB, VertexAttrib4Nusv@8, VertexAttrib4NusvARB, VertexAttrib4NusvARB@8) |
Brian | 767cac1 | 2007-06-28 16:34:40 -0600 | [diff] [blame] | 1135 | GL_STUB_ALIAS(VertexAttrib4bv, _gloffset_VertexAttrib4bvARB, VertexAttrib4bv@8, VertexAttrib4bvARB, VertexAttrib4bvARB@8) |
Brian Paul | 83a5c2b | 2006-11-02 23:58:27 +0000 | [diff] [blame] | 1136 | GL_STUB_ALIAS(VertexAttrib4d, _gloffset_VertexAttrib4dARB, VertexAttrib4d@36, VertexAttrib4dARB, VertexAttrib4dARB@36) |
| 1137 | GL_STUB_ALIAS(VertexAttrib4dv, _gloffset_VertexAttrib4dvARB, VertexAttrib4dv@8, VertexAttrib4dvARB, VertexAttrib4dvARB@8) |
| 1138 | GL_STUB_ALIAS(VertexAttrib4f, _gloffset_VertexAttrib4fARB, VertexAttrib4f@20, VertexAttrib4fARB, VertexAttrib4fARB@20) |
| 1139 | GL_STUB_ALIAS(VertexAttrib4fv, _gloffset_VertexAttrib4fvARB, VertexAttrib4fv@8, VertexAttrib4fvARB, VertexAttrib4fvARB@8) |
Brian | 767cac1 | 2007-06-28 16:34:40 -0600 | [diff] [blame] | 1140 | GL_STUB_ALIAS(VertexAttrib4iv, _gloffset_VertexAttrib4ivARB, VertexAttrib4iv@8, VertexAttrib4ivARB, VertexAttrib4ivARB@8) |
Brian Paul | 83a5c2b | 2006-11-02 23:58:27 +0000 | [diff] [blame] | 1141 | GL_STUB_ALIAS(VertexAttrib4s, _gloffset_VertexAttrib4sARB, VertexAttrib4s@20, VertexAttrib4sARB, VertexAttrib4sARB@20) |
| 1142 | GL_STUB_ALIAS(VertexAttrib4sv, _gloffset_VertexAttrib4svARB, VertexAttrib4sv@8, VertexAttrib4svARB, VertexAttrib4svARB@8) |
Brian | 767cac1 | 2007-06-28 16:34:40 -0600 | [diff] [blame] | 1143 | GL_STUB_ALIAS(VertexAttrib4ubv, _gloffset_VertexAttrib4ubvARB, VertexAttrib4ubv@8, VertexAttrib4ubvARB, VertexAttrib4ubvARB@8) |
| 1144 | GL_STUB_ALIAS(VertexAttrib4uiv, _gloffset_VertexAttrib4uivARB, VertexAttrib4uiv@8, VertexAttrib4uivARB, VertexAttrib4uivARB@8) |
| 1145 | GL_STUB_ALIAS(VertexAttrib4usv, _gloffset_VertexAttrib4usvARB, VertexAttrib4usv@8, VertexAttrib4usvARB, VertexAttrib4usvARB@8) |
Brian Paul | 83a5c2b | 2006-11-02 23:58:27 +0000 | [diff] [blame] | 1146 | GL_STUB_ALIAS(VertexAttribPointer, _gloffset_VertexAttribPointerARB, VertexAttribPointer@24, VertexAttribPointerARB, VertexAttribPointerARB@24) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 1147 | GL_STUB_ALIAS(BindBuffer, _gloffset_BindBufferARB, BindBuffer@8, BindBufferARB, BindBufferARB@8) |
| 1148 | GL_STUB_ALIAS(BufferData, _gloffset_BufferDataARB, BufferData@16, BufferDataARB, BufferDataARB@16) |
| 1149 | GL_STUB_ALIAS(BufferSubData, _gloffset_BufferSubDataARB, BufferSubData@16, BufferSubDataARB, BufferSubDataARB@16) |
| 1150 | GL_STUB_ALIAS(DeleteBuffers, _gloffset_DeleteBuffersARB, DeleteBuffers@8, DeleteBuffersARB, DeleteBuffersARB@8) |
| 1151 | GL_STUB_ALIAS(GenBuffers, _gloffset_GenBuffersARB, GenBuffers@8, GenBuffersARB, GenBuffersARB@8) |
| 1152 | GL_STUB_ALIAS(GetBufferParameteriv, _gloffset_GetBufferParameterivARB, GetBufferParameteriv@12, GetBufferParameterivARB, GetBufferParameterivARB@12) |
| 1153 | GL_STUB_ALIAS(GetBufferPointerv, _gloffset_GetBufferPointervARB, GetBufferPointerv@12, GetBufferPointervARB, GetBufferPointervARB@12) |
| 1154 | GL_STUB_ALIAS(GetBufferSubData, _gloffset_GetBufferSubDataARB, GetBufferSubData@16, GetBufferSubDataARB, GetBufferSubDataARB@16) |
| 1155 | GL_STUB_ALIAS(IsBuffer, _gloffset_IsBufferARB, IsBuffer@4, IsBufferARB, IsBufferARB@4) |
| 1156 | GL_STUB_ALIAS(MapBuffer, _gloffset_MapBufferARB, MapBuffer@8, MapBufferARB, MapBufferARB@8) |
| 1157 | GL_STUB_ALIAS(UnmapBuffer, _gloffset_UnmapBufferARB, UnmapBuffer@4, UnmapBufferARB, UnmapBufferARB@4) |
| 1158 | GL_STUB_ALIAS(BeginQuery, _gloffset_BeginQueryARB, BeginQuery@8, BeginQueryARB, BeginQueryARB@8) |
| 1159 | GL_STUB_ALIAS(DeleteQueries, _gloffset_DeleteQueriesARB, DeleteQueries@8, DeleteQueriesARB, DeleteQueriesARB@8) |
| 1160 | GL_STUB_ALIAS(EndQuery, _gloffset_EndQueryARB, EndQuery@4, EndQueryARB, EndQueryARB@4) |
| 1161 | GL_STUB_ALIAS(GenQueries, _gloffset_GenQueriesARB, GenQueries@8, GenQueriesARB, GenQueriesARB@8) |
| 1162 | GL_STUB_ALIAS(GetQueryObjectiv, _gloffset_GetQueryObjectivARB, GetQueryObjectiv@12, GetQueryObjectivARB, GetQueryObjectivARB@12) |
| 1163 | GL_STUB_ALIAS(GetQueryObjectuiv, _gloffset_GetQueryObjectuivARB, GetQueryObjectuiv@12, GetQueryObjectuivARB, GetQueryObjectuivARB@12) |
| 1164 | GL_STUB_ALIAS(GetQueryiv, _gloffset_GetQueryivARB, GetQueryiv@12, GetQueryivARB, GetQueryivARB@12) |
| 1165 | GL_STUB_ALIAS(IsQuery, _gloffset_IsQueryARB, IsQuery@4, IsQueryARB, IsQueryARB@4) |
Brian Paul | 83a5c2b | 2006-11-02 23:58:27 +0000 | [diff] [blame] | 1166 | GL_STUB_ALIAS(CompileShader, _gloffset_CompileShaderARB, CompileShader@4, CompileShaderARB, CompileShaderARB@4) |
| 1167 | GL_STUB_ALIAS(GetActiveUniform, _gloffset_GetActiveUniformARB, GetActiveUniform@28, GetActiveUniformARB, GetActiveUniformARB@28) |
| 1168 | GL_STUB_ALIAS(GetShaderSource, _gloffset_GetShaderSourceARB, GetShaderSource@16, GetShaderSourceARB, GetShaderSourceARB@16) |
| 1169 | GL_STUB_ALIAS(GetUniformLocation, _gloffset_GetUniformLocationARB, GetUniformLocation@8, GetUniformLocationARB, GetUniformLocationARB@8) |
| 1170 | GL_STUB_ALIAS(GetUniformfv, _gloffset_GetUniformfvARB, GetUniformfv@12, GetUniformfvARB, GetUniformfvARB@12) |
| 1171 | GL_STUB_ALIAS(GetUniformiv, _gloffset_GetUniformivARB, GetUniformiv@12, GetUniformivARB, GetUniformivARB@12) |
| 1172 | GL_STUB_ALIAS(LinkProgram, _gloffset_LinkProgramARB, LinkProgram@4, LinkProgramARB, LinkProgramARB@4) |
| 1173 | GL_STUB_ALIAS(ShaderSource, _gloffset_ShaderSourceARB, ShaderSource@16, ShaderSourceARB, ShaderSourceARB@16) |
| 1174 | GL_STUB_ALIAS(Uniform1f, _gloffset_Uniform1fARB, Uniform1f@8, Uniform1fARB, Uniform1fARB@8) |
| 1175 | GL_STUB_ALIAS(Uniform1fv, _gloffset_Uniform1fvARB, Uniform1fv@12, Uniform1fvARB, Uniform1fvARB@12) |
| 1176 | GL_STUB_ALIAS(Uniform1i, _gloffset_Uniform1iARB, Uniform1i@8, Uniform1iARB, Uniform1iARB@8) |
| 1177 | GL_STUB_ALIAS(Uniform1iv, _gloffset_Uniform1ivARB, Uniform1iv@12, Uniform1ivARB, Uniform1ivARB@12) |
| 1178 | GL_STUB_ALIAS(Uniform2f, _gloffset_Uniform2fARB, Uniform2f@12, Uniform2fARB, Uniform2fARB@12) |
| 1179 | GL_STUB_ALIAS(Uniform2fv, _gloffset_Uniform2fvARB, Uniform2fv@12, Uniform2fvARB, Uniform2fvARB@12) |
| 1180 | GL_STUB_ALIAS(Uniform2i, _gloffset_Uniform2iARB, Uniform2i@12, Uniform2iARB, Uniform2iARB@12) |
| 1181 | GL_STUB_ALIAS(Uniform2iv, _gloffset_Uniform2ivARB, Uniform2iv@12, Uniform2ivARB, Uniform2ivARB@12) |
| 1182 | GL_STUB_ALIAS(Uniform3f, _gloffset_Uniform3fARB, Uniform3f@16, Uniform3fARB, Uniform3fARB@16) |
| 1183 | GL_STUB_ALIAS(Uniform3fv, _gloffset_Uniform3fvARB, Uniform3fv@12, Uniform3fvARB, Uniform3fvARB@12) |
| 1184 | GL_STUB_ALIAS(Uniform3i, _gloffset_Uniform3iARB, Uniform3i@16, Uniform3iARB, Uniform3iARB@16) |
| 1185 | GL_STUB_ALIAS(Uniform3iv, _gloffset_Uniform3ivARB, Uniform3iv@12, Uniform3ivARB, Uniform3ivARB@12) |
| 1186 | GL_STUB_ALIAS(Uniform4f, _gloffset_Uniform4fARB, Uniform4f@20, Uniform4fARB, Uniform4fARB@20) |
| 1187 | GL_STUB_ALIAS(Uniform4fv, _gloffset_Uniform4fvARB, Uniform4fv@12, Uniform4fvARB, Uniform4fvARB@12) |
| 1188 | GL_STUB_ALIAS(Uniform4i, _gloffset_Uniform4iARB, Uniform4i@20, Uniform4iARB, Uniform4iARB@20) |
| 1189 | GL_STUB_ALIAS(Uniform4iv, _gloffset_Uniform4ivARB, Uniform4iv@12, Uniform4ivARB, Uniform4ivARB@12) |
| 1190 | GL_STUB_ALIAS(UniformMatrix2fv, _gloffset_UniformMatrix2fvARB, UniformMatrix2fv@16, UniformMatrix2fvARB, UniformMatrix2fvARB@16) |
| 1191 | GL_STUB_ALIAS(UniformMatrix3fv, _gloffset_UniformMatrix3fvARB, UniformMatrix3fv@16, UniformMatrix3fvARB, UniformMatrix3fvARB@16) |
| 1192 | GL_STUB_ALIAS(UniformMatrix4fv, _gloffset_UniformMatrix4fvARB, UniformMatrix4fv@16, UniformMatrix4fvARB, UniformMatrix4fvARB@16) |
| 1193 | GL_STUB_ALIAS(UseProgram, _gloffset_UseProgramObjectARB, UseProgram@4, UseProgramObjectARB, UseProgramObjectARB@4) |
| 1194 | GL_STUB_ALIAS(ValidateProgram, _gloffset_ValidateProgramARB, ValidateProgram@4, ValidateProgramARB, ValidateProgramARB@4) |
| 1195 | GL_STUB_ALIAS(BindAttribLocation, _gloffset_BindAttribLocationARB, BindAttribLocation@12, BindAttribLocationARB, BindAttribLocationARB@12) |
| 1196 | GL_STUB_ALIAS(GetActiveAttrib, _gloffset_GetActiveAttribARB, GetActiveAttrib@28, GetActiveAttribARB, GetActiveAttribARB@28) |
| 1197 | GL_STUB_ALIAS(GetAttribLocation, _gloffset_GetAttribLocationARB, GetAttribLocation@8, GetAttribLocationARB, GetAttribLocationARB@8) |
Ian Romanick | 3fea591 | 2006-08-25 19:57:37 +0000 | [diff] [blame] | 1198 | GL_STUB_ALIAS(DrawBuffers, _gloffset_DrawBuffersARB, DrawBuffers@8, DrawBuffersARB, DrawBuffersARB@8) |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 1199 | GL_STUB_ALIAS(DrawBuffersATI, _gloffset_DrawBuffersARB, DrawBuffersATI@8, DrawBuffersARB, DrawBuffersARB@8) |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 1200 | GL_STUB_ALIAS(PointParameterf, _gloffset_PointParameterfEXT, PointParameterf@8, PointParameterfEXT, PointParameterfEXT@8) |
| 1201 | GL_STUB_ALIAS(PointParameterfARB, _gloffset_PointParameterfEXT, PointParameterfARB@8, PointParameterfEXT, PointParameterfEXT@8) |
| 1202 | GL_STUB_ALIAS(PointParameterfSGIS, _gloffset_PointParameterfEXT, PointParameterfSGIS@8, PointParameterfEXT, PointParameterfEXT@8) |
| 1203 | GL_STUB_ALIAS(PointParameterfv, _gloffset_PointParameterfvEXT, PointParameterfv@8, PointParameterfvEXT, PointParameterfvEXT@8) |
| 1204 | GL_STUB_ALIAS(PointParameterfvARB, _gloffset_PointParameterfvEXT, PointParameterfvARB@8, PointParameterfvEXT, PointParameterfvEXT@8) |
| 1205 | GL_STUB_ALIAS(PointParameterfvSGIS, _gloffset_PointParameterfvEXT, PointParameterfvSGIS@8, PointParameterfvEXT, PointParameterfvEXT@8) |
Ian Romanick | bf83e65 | 2006-08-24 20:14:45 +0000 | [diff] [blame] | 1206 | GL_STUB_ALIAS(SecondaryColor3b, _gloffset_SecondaryColor3bEXT, SecondaryColor3b@12, SecondaryColor3bEXT, SecondaryColor3bEXT@12) |
| 1207 | GL_STUB_ALIAS(SecondaryColor3bv, _gloffset_SecondaryColor3bvEXT, SecondaryColor3bv@4, SecondaryColor3bvEXT, SecondaryColor3bvEXT@4) |
| 1208 | GL_STUB_ALIAS(SecondaryColor3d, _gloffset_SecondaryColor3dEXT, SecondaryColor3d@24, SecondaryColor3dEXT, SecondaryColor3dEXT@24) |
| 1209 | GL_STUB_ALIAS(SecondaryColor3dv, _gloffset_SecondaryColor3dvEXT, SecondaryColor3dv@4, SecondaryColor3dvEXT, SecondaryColor3dvEXT@4) |
| 1210 | GL_STUB_ALIAS(SecondaryColor3f, _gloffset_SecondaryColor3fEXT, SecondaryColor3f@12, SecondaryColor3fEXT, SecondaryColor3fEXT@12) |
| 1211 | GL_STUB_ALIAS(SecondaryColor3fv, _gloffset_SecondaryColor3fvEXT, SecondaryColor3fv@4, SecondaryColor3fvEXT, SecondaryColor3fvEXT@4) |
| 1212 | GL_STUB_ALIAS(SecondaryColor3i, _gloffset_SecondaryColor3iEXT, SecondaryColor3i@12, SecondaryColor3iEXT, SecondaryColor3iEXT@12) |
| 1213 | GL_STUB_ALIAS(SecondaryColor3iv, _gloffset_SecondaryColor3ivEXT, SecondaryColor3iv@4, SecondaryColor3ivEXT, SecondaryColor3ivEXT@4) |
| 1214 | GL_STUB_ALIAS(SecondaryColor3s, _gloffset_SecondaryColor3sEXT, SecondaryColor3s@12, SecondaryColor3sEXT, SecondaryColor3sEXT@12) |
| 1215 | GL_STUB_ALIAS(SecondaryColor3sv, _gloffset_SecondaryColor3svEXT, SecondaryColor3sv@4, SecondaryColor3svEXT, SecondaryColor3svEXT@4) |
| 1216 | GL_STUB_ALIAS(SecondaryColor3ub, _gloffset_SecondaryColor3ubEXT, SecondaryColor3ub@12, SecondaryColor3ubEXT, SecondaryColor3ubEXT@12) |
| 1217 | GL_STUB_ALIAS(SecondaryColor3ubv, _gloffset_SecondaryColor3ubvEXT, SecondaryColor3ubv@4, SecondaryColor3ubvEXT, SecondaryColor3ubvEXT@4) |
| 1218 | GL_STUB_ALIAS(SecondaryColor3ui, _gloffset_SecondaryColor3uiEXT, SecondaryColor3ui@12, SecondaryColor3uiEXT, SecondaryColor3uiEXT@12) |
| 1219 | GL_STUB_ALIAS(SecondaryColor3uiv, _gloffset_SecondaryColor3uivEXT, SecondaryColor3uiv@4, SecondaryColor3uivEXT, SecondaryColor3uivEXT@4) |
| 1220 | GL_STUB_ALIAS(SecondaryColor3us, _gloffset_SecondaryColor3usEXT, SecondaryColor3us@12, SecondaryColor3usEXT, SecondaryColor3usEXT@12) |
| 1221 | GL_STUB_ALIAS(SecondaryColor3usv, _gloffset_SecondaryColor3usvEXT, SecondaryColor3usv@4, SecondaryColor3usvEXT, SecondaryColor3usvEXT@4) |
| 1222 | GL_STUB_ALIAS(SecondaryColorPointer, _gloffset_SecondaryColorPointerEXT, SecondaryColorPointer@16, SecondaryColorPointerEXT, SecondaryColorPointerEXT@16) |
| 1223 | GL_STUB_ALIAS(MultiDrawArrays, _gloffset_MultiDrawArraysEXT, MultiDrawArrays@16, MultiDrawArraysEXT, MultiDrawArraysEXT@16) |
| 1224 | GL_STUB_ALIAS(MultiDrawElements, _gloffset_MultiDrawElementsEXT, MultiDrawElements@20, MultiDrawElementsEXT, MultiDrawElementsEXT@20) |
| 1225 | GL_STUB_ALIAS(FogCoordPointer, _gloffset_FogCoordPointerEXT, FogCoordPointer@12, FogCoordPointerEXT, FogCoordPointerEXT@12) |
| 1226 | GL_STUB_ALIAS(FogCoordd, _gloffset_FogCoorddEXT, FogCoordd@8, FogCoorddEXT, FogCoorddEXT@8) |
| 1227 | GL_STUB_ALIAS(FogCoorddv, _gloffset_FogCoorddvEXT, FogCoorddv@4, FogCoorddvEXT, FogCoorddvEXT@4) |
| 1228 | GL_STUB_ALIAS(FogCoordf, _gloffset_FogCoordfEXT, FogCoordf@4, FogCoordfEXT, FogCoordfEXT@4) |
| 1229 | GL_STUB_ALIAS(FogCoordfv, _gloffset_FogCoordfvEXT, FogCoordfv@4, FogCoordfvEXT, FogCoordfvEXT@4) |
| 1230 | GL_STUB_ALIAS(BlendFuncSeparate, _gloffset_BlendFuncSeparateEXT, BlendFuncSeparate@16, BlendFuncSeparateEXT, BlendFuncSeparateEXT@16) |
| 1231 | GL_STUB_ALIAS(BlendFuncSeparateINGR, _gloffset_BlendFuncSeparateEXT, BlendFuncSeparateINGR@16, BlendFuncSeparateEXT, BlendFuncSeparateEXT@16) |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 1232 | GL_STUB_ALIAS(WindowPos2d, _gloffset_WindowPos2dMESA, WindowPos2d@16, WindowPos2dMESA, WindowPos2dMESA@16) |
| 1233 | GL_STUB_ALIAS(WindowPos2dARB, _gloffset_WindowPos2dMESA, WindowPos2dARB@16, WindowPos2dMESA, WindowPos2dMESA@16) |
| 1234 | GL_STUB_ALIAS(WindowPos2dv, _gloffset_WindowPos2dvMESA, WindowPos2dv@4, WindowPos2dvMESA, WindowPos2dvMESA@4) |
| 1235 | GL_STUB_ALIAS(WindowPos2dvARB, _gloffset_WindowPos2dvMESA, WindowPos2dvARB@4, WindowPos2dvMESA, WindowPos2dvMESA@4) |
| 1236 | GL_STUB_ALIAS(WindowPos2f, _gloffset_WindowPos2fMESA, WindowPos2f@8, WindowPos2fMESA, WindowPos2fMESA@8) |
| 1237 | GL_STUB_ALIAS(WindowPos2fARB, _gloffset_WindowPos2fMESA, WindowPos2fARB@8, WindowPos2fMESA, WindowPos2fMESA@8) |
| 1238 | GL_STUB_ALIAS(WindowPos2fv, _gloffset_WindowPos2fvMESA, WindowPos2fv@4, WindowPos2fvMESA, WindowPos2fvMESA@4) |
| 1239 | GL_STUB_ALIAS(WindowPos2fvARB, _gloffset_WindowPos2fvMESA, WindowPos2fvARB@4, WindowPos2fvMESA, WindowPos2fvMESA@4) |
| 1240 | GL_STUB_ALIAS(WindowPos2i, _gloffset_WindowPos2iMESA, WindowPos2i@8, WindowPos2iMESA, WindowPos2iMESA@8) |
| 1241 | GL_STUB_ALIAS(WindowPos2iARB, _gloffset_WindowPos2iMESA, WindowPos2iARB@8, WindowPos2iMESA, WindowPos2iMESA@8) |
| 1242 | GL_STUB_ALIAS(WindowPos2iv, _gloffset_WindowPos2ivMESA, WindowPos2iv@4, WindowPos2ivMESA, WindowPos2ivMESA@4) |
| 1243 | GL_STUB_ALIAS(WindowPos2ivARB, _gloffset_WindowPos2ivMESA, WindowPos2ivARB@4, WindowPos2ivMESA, WindowPos2ivMESA@4) |
| 1244 | GL_STUB_ALIAS(WindowPos2s, _gloffset_WindowPos2sMESA, WindowPos2s@8, WindowPos2sMESA, WindowPos2sMESA@8) |
| 1245 | GL_STUB_ALIAS(WindowPos2sARB, _gloffset_WindowPos2sMESA, WindowPos2sARB@8, WindowPos2sMESA, WindowPos2sMESA@8) |
| 1246 | GL_STUB_ALIAS(WindowPos2sv, _gloffset_WindowPos2svMESA, WindowPos2sv@4, WindowPos2svMESA, WindowPos2svMESA@4) |
| 1247 | GL_STUB_ALIAS(WindowPos2svARB, _gloffset_WindowPos2svMESA, WindowPos2svARB@4, WindowPos2svMESA, WindowPos2svMESA@4) |
| 1248 | GL_STUB_ALIAS(WindowPos3d, _gloffset_WindowPos3dMESA, WindowPos3d@24, WindowPos3dMESA, WindowPos3dMESA@24) |
| 1249 | GL_STUB_ALIAS(WindowPos3dARB, _gloffset_WindowPos3dMESA, WindowPos3dARB@24, WindowPos3dMESA, WindowPos3dMESA@24) |
| 1250 | GL_STUB_ALIAS(WindowPos3dv, _gloffset_WindowPos3dvMESA, WindowPos3dv@4, WindowPos3dvMESA, WindowPos3dvMESA@4) |
| 1251 | GL_STUB_ALIAS(WindowPos3dvARB, _gloffset_WindowPos3dvMESA, WindowPos3dvARB@4, WindowPos3dvMESA, WindowPos3dvMESA@4) |
| 1252 | GL_STUB_ALIAS(WindowPos3f, _gloffset_WindowPos3fMESA, WindowPos3f@12, WindowPos3fMESA, WindowPos3fMESA@12) |
| 1253 | GL_STUB_ALIAS(WindowPos3fARB, _gloffset_WindowPos3fMESA, WindowPos3fARB@12, WindowPos3fMESA, WindowPos3fMESA@12) |
| 1254 | GL_STUB_ALIAS(WindowPos3fv, _gloffset_WindowPos3fvMESA, WindowPos3fv@4, WindowPos3fvMESA, WindowPos3fvMESA@4) |
| 1255 | GL_STUB_ALIAS(WindowPos3fvARB, _gloffset_WindowPos3fvMESA, WindowPos3fvARB@4, WindowPos3fvMESA, WindowPos3fvMESA@4) |
| 1256 | GL_STUB_ALIAS(WindowPos3i, _gloffset_WindowPos3iMESA, WindowPos3i@12, WindowPos3iMESA, WindowPos3iMESA@12) |
| 1257 | GL_STUB_ALIAS(WindowPos3iARB, _gloffset_WindowPos3iMESA, WindowPos3iARB@12, WindowPos3iMESA, WindowPos3iMESA@12) |
| 1258 | GL_STUB_ALIAS(WindowPos3iv, _gloffset_WindowPos3ivMESA, WindowPos3iv@4, WindowPos3ivMESA, WindowPos3ivMESA@4) |
| 1259 | GL_STUB_ALIAS(WindowPos3ivARB, _gloffset_WindowPos3ivMESA, WindowPos3ivARB@4, WindowPos3ivMESA, WindowPos3ivMESA@4) |
| 1260 | GL_STUB_ALIAS(WindowPos3s, _gloffset_WindowPos3sMESA, WindowPos3s@12, WindowPos3sMESA, WindowPos3sMESA@12) |
| 1261 | GL_STUB_ALIAS(WindowPos3sARB, _gloffset_WindowPos3sMESA, WindowPos3sARB@12, WindowPos3sMESA, WindowPos3sMESA@12) |
| 1262 | GL_STUB_ALIAS(WindowPos3sv, _gloffset_WindowPos3svMESA, WindowPos3sv@4, WindowPos3svMESA, WindowPos3svMESA@4) |
| 1263 | GL_STUB_ALIAS(WindowPos3svARB, _gloffset_WindowPos3svMESA, WindowPos3svARB@4, WindowPos3svMESA, WindowPos3svMESA@4) |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 1264 | GL_STUB_ALIAS(BindProgramARB, _gloffset_BindProgramNV, BindProgramARB@8, BindProgramNV, BindProgramNV@8) |
| 1265 | GL_STUB_ALIAS(DeleteProgramsARB, _gloffset_DeleteProgramsNV, DeleteProgramsARB@8, DeleteProgramsNV, DeleteProgramsNV@8) |
| 1266 | GL_STUB_ALIAS(GenProgramsARB, _gloffset_GenProgramsNV, GenProgramsARB@8, GenProgramsNV, GenProgramsNV@8) |
George Sapountzis | c00169f | 2007-01-27 08:16:10 +0200 | [diff] [blame] | 1267 | GL_STUB_ALIAS(GetVertexAttribPointerv, _gloffset_GetVertexAttribPointervNV, GetVertexAttribPointerv@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12) |
Ian Romanick | 66a5548 | 2005-06-21 23:42:43 +0000 | [diff] [blame] | 1268 | GL_STUB_ALIAS(GetVertexAttribPointervARB, _gloffset_GetVertexAttribPointervNV, GetVertexAttribPointervARB@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12) |
| 1269 | GL_STUB_ALIAS(IsProgramARB, _gloffset_IsProgramNV, IsProgramARB@4, IsProgramNV, IsProgramNV@4) |
| 1270 | GL_STUB_ALIAS(PointParameteri, _gloffset_PointParameteriNV, PointParameteri@8, PointParameteriNV, PointParameteriNV@8) |
| 1271 | GL_STUB_ALIAS(PointParameteriv, _gloffset_PointParameterivNV, PointParameteriv@8, PointParameterivNV, PointParameterivNV@8) |
Brian Paul | 6530022 | 2000-05-18 18:15:16 +0000 | [diff] [blame] | 1272 | |
Ian Romanick | 25fe93f | 2005-04-13 20:59:15 +0000 | [diff] [blame] | 1273 | GLOBL GLNAME(gl_dispatch_functions_end) |
| 1274 | HIDDEN(GLNAME(gl_dispatch_functions_end)) |
| 1275 | ALIGNTEXT16 |
| 1276 | GLNAME(gl_dispatch_functions_end): |
| 1277 | |
| 1278 | #if defined(GLX_USE_TLS) && defined(__linux__) |
| 1279 | .section ".note.ABI-tag", "a" |
| 1280 | .p2align 2 |
| 1281 | .long 1f - 0f /* name length */ |
| 1282 | .long 3f - 2f /* data length */ |
| 1283 | .long 1 /* note length */ |
| 1284 | 0: .asciz "GNU" /* vendor name */ |
| 1285 | 1: .p2align 2 |
| 1286 | 2: .long 0 /* note data: the ABI tag */ |
| 1287 | .long 2,4,20 /* Minimum kernel version w/TLS */ |
| 1288 | 3: .p2align 2 /* pad out section */ |
| 1289 | #endif /* GLX_USE_TLS */ |
Ian Romanick | ee34e6e | 2006-06-12 16:26:29 +0000 | [diff] [blame] | 1290 | |
| 1291 | #if defined (__ELF__) && defined (__linux__) |
Kristian Høgsberg | fcdc6a7 | 2006-04-17 18:58:24 +0000 | [diff] [blame] | 1292 | .section .note.GNU-stack,"",%progbits |
| 1293 | #endif |