~ubuntu-branches/ubuntu/natty/mesa/natty-proposed

« back to all changes in this revision

Viewing changes to src/mesa/sparc/glapi_sparc.S

  • Committer: Bazaar Package Importer
  • Author(s): Robert Hooker, Robert Hooker, Christopher James Halse Rogers
  • Date: 2010-09-14 08:55:40 UTC
  • mfrom: (1.2.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100914085540-m4fpl0hdjlfd4jgz
Tags: 7.9~git20100909-0ubuntu1
[ Robert Hooker ]
* New upstream git snapshot up to commit 94118fe2d4b1e5 (LP: #631413)
* New features include ATI HD5xxx series support in r600, and a vastly
  improved glsl compiler.
* Remove pre-generated .pc's, use the ones generated at build time
  instead.
* Remove all references to mesa-utils now that its no longer shipped
  with the mesa source.
* Disable the experimental ARB_fragment_shader option by default on
  i915, it exposes incomplete functionality that breaks KDE compositing
  among other things. It can be enabled via driconf still. (LP: #628930).

[ Christopher James Halse Rogers ]
* debian/patches/04_osmesa_version.diff:
  - Refresh for new upstream
* Bugs fixed in this release:
  - Fixes severe rendering corruption in Unity on radeon (LP: #628727,
    LP: #596292, LP: #599741, LP: #630315, LP: #613694, LP: #599741).
  - Also fixes rendering in gnome-shell (LP: #578619).
  - Flickering in OpenGL apps on radeon (LP: #626943, LP: #610541).
  - Provides preliminary support for new intel chips (LP: #601052).
* debian/rules:
  - Update configure flags to match upstream reshuffling.
  - Explicitly remove gallium DRI drivers that we don't want to ship.
* Update debian/gbp.conf for this Maverick-specific packaging
* libegl1-mesa-dri-x11,kms: There are no longer separate kms or x11 drivers
  for EGL, libegl1-mesa-drivers now contains a single driver that provides
  both backends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* DO NOT EDIT - This file generated automatically by gl_SPARC_asm.py (from Mesa) script */
2
 
 
3
 
/*
4
 
 * Copyright (C) 1999-2003  Brian Paul   All Rights Reserved.
5
 
 * (C) Copyright IBM Corporation 2004
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
 
 
29
 
#include "glapi/glapioffsets.h"
30
 
 
31
 
#ifdef __arch64__
32
 
#define GL_OFF(N)       ((N) * 8)
33
 
#define GL_LL           ldx
34
 
#define GL_TIE_LD(SYM)  %tie_ldx(SYM)
35
 
#define GL_STACK_SIZE   128
36
 
#else
37
 
#define GL_OFF(N)       ((N) * 4)
38
 
#define GL_LL           ld
39
 
#define GL_TIE_LD(SYM)  %tie_ld(SYM)
40
 
#define GL_STACK_SIZE   64
41
 
#endif
42
 
 
43
 
#define GLOBL_FN(x) .globl x ; .type x, @function
44
 
#define HIDDEN(x) .hidden x
45
 
 
46
 
        .register %g2, #scratch
47
 
        .register %g3, #scratch
48
 
 
49
 
        .text
50
 
 
51
 
        GLOBL_FN(__glapi_sparc_icache_flush)
52
 
        HIDDEN(__glapi_sparc_icache_flush)
53
 
        .type   __glapi_sparc_icache_flush, @function
54
 
__glapi_sparc_icache_flush: /* %o0 = insn_addr */
55
 
        flush   %o0
56
 
        retl
57
 
         nop
58
 
 
59
 
        .align  32
60
 
 
61
 
        .type   __glapi_sparc_get_pc, @function
62
 
__glapi_sparc_get_pc:
63
 
        retl
64
 
         add    %o7, %g2, %g2
65
 
        .size   __glapi_sparc_get_pc, .-__glapi_sparc_get_pc
66
 
 
67
 
#ifdef GLX_USE_TLS
68
 
 
69
 
        GLOBL_FN(__glapi_sparc_get_dispatch)
70
 
        HIDDEN(__glapi_sparc_get_dispatch)
71
 
__glapi_sparc_get_dispatch:
72
 
        mov     %o7, %g1
73
 
        sethi   %hi(_GLOBAL_OFFSET_TABLE_-4), %g2
74
 
        call    __glapi_sparc_get_pc
75
 
        add     %g2, %lo(_GLOBAL_OFFSET_TABLE_+4), %g2
76
 
        mov     %g1, %o7
77
 
        sethi   %tie_hi22(_glapi_tls_Dispatch), %g1
78
 
        add     %g1, %tie_lo10(_glapi_tls_Dispatch), %g1
79
 
        GL_LL   [%g2 + %g1], %g2, GL_TIE_LD(_glapi_tls_Dispatch)
80
 
        retl
81
 
         mov    %g2, %o0
82
 
 
83
 
        .data
84
 
        .align  32
85
 
 
86
 
        /* --> sethi %hi(_glapi_tls_Dispatch), %g1 */
87
 
        /* --> or %g1, %lo(_glapi_tls_Dispatch), %g1 */
88
 
        GLOBL_FN(__glapi_sparc_tls_stub)
89
 
        HIDDEN(__glapi_sparc_tls_stub)
90
 
__glapi_sparc_tls_stub: /* Call offset in %g3 */
91
 
        mov     %o7, %g1
92
 
        sethi   %hi(_GLOBAL_OFFSET_TABLE_-4), %g2
93
 
        call    __glapi_sparc_get_pc
94
 
        add     %g2, %lo(_GLOBAL_OFFSET_TABLE_+4), %g2
95
 
        mov     %g1, %o7
96
 
        srl     %g3, 10, %g3
97
 
        sethi   %tie_hi22(_glapi_tls_Dispatch), %g1
98
 
        add     %g1, %tie_lo10(_glapi_tls_Dispatch), %g1
99
 
        GL_LL   [%g2 + %g1], %g2, GL_TIE_LD(_glapi_tls_Dispatch)
100
 
        GL_LL   [%g7+%g2], %g1
101
 
        GL_LL   [%g1 + %g3], %g1
102
 
        jmp     %g1
103
 
         nop
104
 
        .size   __glapi_sparc_tls_stub, .-__glapi_sparc_tls_stub
105
 
 
106
 
#define GL_STUB(fn, off)                                \
107
 
        GLOBL_FN(fn);                                   \
108
 
fn:     ba      __glapi_sparc_tls_stub;                 \
109
 
         sethi  GL_OFF(off), %g3;                       \
110
 
        .size   fn,.-fn;
111
 
 
112
 
#elif defined(PTHREADS)
113
 
 
114
 
        /* 64-bit 0x00 --> sethi %hh(_glapi_Dispatch), %g1 */
115
 
        /* 64-bit 0x04 --> sethi %lm(_glapi_Dispatch), %g2 */
116
 
        /* 64-bit 0x08 --> or %g1, %hm(_glapi_Dispatch), %g1 */
117
 
        /* 64-bit 0x0c --> sllx %g1, 32, %g1 */
118
 
        /* 64-bit 0x10 --> add %g1, %g2, %g1 */
119
 
        /* 64-bit 0x14 --> ldx [%g1 + %lo(_glapi_Dispatch)], %g1 */
120
 
 
121
 
        /* 32-bit 0x00 --> sethi %hi(_glapi_Dispatch), %g1 */
122
 
        /* 32-bit 0x04 --> ld [%g1 + %lo(_glapi_Dispatch)], %g1 */
123
 
 
124
 
        .data
125
 
        .align  32
126
 
 
127
 
        GLOBL_FN(__glapi_sparc_pthread_stub)
128
 
        HIDDEN(__glapi_sparc_pthread_stub)
129
 
__glapi_sparc_pthread_stub: /* Call offset in %g3 */
130
 
        mov     %o7, %g1
131
 
        sethi   %hi(_GLOBAL_OFFSET_TABLE_-4), %g2
132
 
        call    __glapi_sparc_get_pc
133
 
         add    %g2, %lo(_GLOBAL_OFFSET_TABLE_+4), %g2
134
 
        mov     %g1, %o7
135
 
        sethi   %hi(_glapi_Dispatch), %g1
136
 
        or      %g1, %lo(_glapi_Dispatch), %g1
137
 
        srl     %g3, 10, %g3
138
 
        GL_LL   [%g2+%g1], %g2
139
 
        GL_LL   [%g2], %g1
140
 
        cmp     %g1, 0
141
 
        be      2f
142
 
         nop
143
 
1:      GL_LL   [%g1 + %g3], %g1
144
 
        jmp     %g1
145
 
         nop
146
 
2:      save    %sp, GL_STACK_SIZE, %sp
147
 
        mov     %g3, %l0
148
 
        call    _glapi_get_dispatch
149
 
         nop
150
 
        mov     %o0, %g1
151
 
        mov     %l0, %g3
152
 
        ba      1b
153
 
         restore %g0, %g0, %g0
154
 
        .size   __glapi_sparc_pthread_stub, .-__glapi_sparc_pthread_stub
155
 
 
156
 
#define GL_STUB(fn, off)                        \
157
 
        GLOBL_FN(fn);                           \
158
 
fn:     ba      __glapi_sparc_pthread_stub;     \
159
 
         sethi  GL_OFF(off), %g3;               \
160
 
        .size   fn,.-fn;
161
 
 
162
 
#else /* Non-threaded version. */
163
 
 
164
 
        .type   __glapi_sparc_nothread_stub, @function
165
 
__glapi_sparc_nothread_stub: /* Call offset in %g3 */
166
 
        mov     %o7, %g1
167
 
        sethi   %hi(_GLOBAL_OFFSET_TABLE_-4), %g2
168
 
        call    __glapi_sparc_get_pc
169
 
         add    %g2, %lo(_GLOBAL_OFFSET_TABLE_+4), %g2
170
 
        mov     %g1, %o7
171
 
        srl     %g3, 10, %g3
172
 
        sethi   %hi(_glapi_Dispatch), %g1
173
 
        or      %g1, %lo(_glapi_Dispatch), %g1
174
 
        GL_LL   [%g2+%g1], %g2
175
 
        GL_LL   [%g2], %g1
176
 
        GL_LL   [%g1 + %g3], %g1
177
 
        jmp     %g1
178
 
         nop
179
 
        .size   __glapi_sparc_nothread_stub, .-__glapi_sparc_nothread_stub
180
 
 
181
 
#define GL_STUB(fn, off)                        \
182
 
        GLOBL_FN(fn);                           \
183
 
fn:     ba      __glapi_sparc_nothread_stub;    \
184
 
         sethi  GL_OFF(off), %g3;               \
185
 
        .size   fn,.-fn;
186
 
 
187
 
#endif
188
 
 
189
 
#define GL_STUB_ALIAS(fn, alias)                \
190
 
        .globl  fn;                             \
191
 
        .set    fn, alias
192
 
 
193
 
        .text
194
 
        .align  32
195
 
 
196
 
        .globl  gl_dispatch_functions_start
197
 
        HIDDEN(gl_dispatch_functions_start)
198
 
gl_dispatch_functions_start:
199
 
 
200
 
        GL_STUB(glNewList, _gloffset_NewList)
201
 
        GL_STUB(glEndList, _gloffset_EndList)
202
 
        GL_STUB(glCallList, _gloffset_CallList)
203
 
        GL_STUB(glCallLists, _gloffset_CallLists)
204
 
        GL_STUB(glDeleteLists, _gloffset_DeleteLists)
205
 
        GL_STUB(glGenLists, _gloffset_GenLists)
206
 
        GL_STUB(glListBase, _gloffset_ListBase)
207
 
        GL_STUB(glBegin, _gloffset_Begin)
208
 
        GL_STUB(glBitmap, _gloffset_Bitmap)
209
 
        GL_STUB(glColor3b, _gloffset_Color3b)
210
 
        GL_STUB(glColor3bv, _gloffset_Color3bv)
211
 
        GL_STUB(glColor3d, _gloffset_Color3d)
212
 
        GL_STUB(glColor3dv, _gloffset_Color3dv)
213
 
        GL_STUB(glColor3f, _gloffset_Color3f)
214
 
        GL_STUB(glColor3fv, _gloffset_Color3fv)
215
 
        GL_STUB(glColor3i, _gloffset_Color3i)
216
 
        GL_STUB(glColor3iv, _gloffset_Color3iv)
217
 
        GL_STUB(glColor3s, _gloffset_Color3s)
218
 
        GL_STUB(glColor3sv, _gloffset_Color3sv)
219
 
        GL_STUB(glColor3ub, _gloffset_Color3ub)
220
 
        GL_STUB(glColor3ubv, _gloffset_Color3ubv)
221
 
        GL_STUB(glColor3ui, _gloffset_Color3ui)
222
 
        GL_STUB(glColor3uiv, _gloffset_Color3uiv)
223
 
        GL_STUB(glColor3us, _gloffset_Color3us)
224
 
        GL_STUB(glColor3usv, _gloffset_Color3usv)
225
 
        GL_STUB(glColor4b, _gloffset_Color4b)
226
 
        GL_STUB(glColor4bv, _gloffset_Color4bv)
227
 
        GL_STUB(glColor4d, _gloffset_Color4d)
228
 
        GL_STUB(glColor4dv, _gloffset_Color4dv)
229
 
        GL_STUB(glColor4f, _gloffset_Color4f)
230
 
        GL_STUB(glColor4fv, _gloffset_Color4fv)
231
 
        GL_STUB(glColor4i, _gloffset_Color4i)
232
 
        GL_STUB(glColor4iv, _gloffset_Color4iv)
233
 
        GL_STUB(glColor4s, _gloffset_Color4s)
234
 
        GL_STUB(glColor4sv, _gloffset_Color4sv)
235
 
        GL_STUB(glColor4ub, _gloffset_Color4ub)
236
 
        GL_STUB(glColor4ubv, _gloffset_Color4ubv)
237
 
        GL_STUB(glColor4ui, _gloffset_Color4ui)
238
 
        GL_STUB(glColor4uiv, _gloffset_Color4uiv)
239
 
        GL_STUB(glColor4us, _gloffset_Color4us)
240
 
        GL_STUB(glColor4usv, _gloffset_Color4usv)
241
 
        GL_STUB(glEdgeFlag, _gloffset_EdgeFlag)
242
 
        GL_STUB(glEdgeFlagv, _gloffset_EdgeFlagv)
243
 
        GL_STUB(glEnd, _gloffset_End)
244
 
        GL_STUB(glIndexd, _gloffset_Indexd)
245
 
        GL_STUB(glIndexdv, _gloffset_Indexdv)
246
 
        GL_STUB(glIndexf, _gloffset_Indexf)
247
 
        GL_STUB(glIndexfv, _gloffset_Indexfv)
248
 
        GL_STUB(glIndexi, _gloffset_Indexi)
249
 
        GL_STUB(glIndexiv, _gloffset_Indexiv)
250
 
        GL_STUB(glIndexs, _gloffset_Indexs)
251
 
        GL_STUB(glIndexsv, _gloffset_Indexsv)
252
 
        GL_STUB(glNormal3b, _gloffset_Normal3b)
253
 
        GL_STUB(glNormal3bv, _gloffset_Normal3bv)
254
 
        GL_STUB(glNormal3d, _gloffset_Normal3d)
255
 
        GL_STUB(glNormal3dv, _gloffset_Normal3dv)
256
 
        GL_STUB(glNormal3f, _gloffset_Normal3f)
257
 
        GL_STUB(glNormal3fv, _gloffset_Normal3fv)
258
 
        GL_STUB(glNormal3i, _gloffset_Normal3i)
259
 
        GL_STUB(glNormal3iv, _gloffset_Normal3iv)
260
 
        GL_STUB(glNormal3s, _gloffset_Normal3s)
261
 
        GL_STUB(glNormal3sv, _gloffset_Normal3sv)
262
 
        GL_STUB(glRasterPos2d, _gloffset_RasterPos2d)
263
 
        GL_STUB(glRasterPos2dv, _gloffset_RasterPos2dv)
264
 
        GL_STUB(glRasterPos2f, _gloffset_RasterPos2f)
265
 
        GL_STUB(glRasterPos2fv, _gloffset_RasterPos2fv)
266
 
        GL_STUB(glRasterPos2i, _gloffset_RasterPos2i)
267
 
        GL_STUB(glRasterPos2iv, _gloffset_RasterPos2iv)
268
 
        GL_STUB(glRasterPos2s, _gloffset_RasterPos2s)
269
 
        GL_STUB(glRasterPos2sv, _gloffset_RasterPos2sv)
270
 
        GL_STUB(glRasterPos3d, _gloffset_RasterPos3d)
271
 
        GL_STUB(glRasterPos3dv, _gloffset_RasterPos3dv)
272
 
        GL_STUB(glRasterPos3f, _gloffset_RasterPos3f)
273
 
        GL_STUB(glRasterPos3fv, _gloffset_RasterPos3fv)
274
 
        GL_STUB(glRasterPos3i, _gloffset_RasterPos3i)
275
 
        GL_STUB(glRasterPos3iv, _gloffset_RasterPos3iv)
276
 
        GL_STUB(glRasterPos3s, _gloffset_RasterPos3s)
277
 
        GL_STUB(glRasterPos3sv, _gloffset_RasterPos3sv)
278
 
        GL_STUB(glRasterPos4d, _gloffset_RasterPos4d)
279
 
        GL_STUB(glRasterPos4dv, _gloffset_RasterPos4dv)
280
 
        GL_STUB(glRasterPos4f, _gloffset_RasterPos4f)
281
 
        GL_STUB(glRasterPos4fv, _gloffset_RasterPos4fv)
282
 
        GL_STUB(glRasterPos4i, _gloffset_RasterPos4i)
283
 
        GL_STUB(glRasterPos4iv, _gloffset_RasterPos4iv)
284
 
        GL_STUB(glRasterPos4s, _gloffset_RasterPos4s)
285
 
        GL_STUB(glRasterPos4sv, _gloffset_RasterPos4sv)
286
 
        GL_STUB(glRectd, _gloffset_Rectd)
287
 
        GL_STUB(glRectdv, _gloffset_Rectdv)
288
 
        GL_STUB(glRectf, _gloffset_Rectf)
289
 
        GL_STUB(glRectfv, _gloffset_Rectfv)
290
 
        GL_STUB(glRecti, _gloffset_Recti)
291
 
        GL_STUB(glRectiv, _gloffset_Rectiv)
292
 
        GL_STUB(glRects, _gloffset_Rects)
293
 
        GL_STUB(glRectsv, _gloffset_Rectsv)
294
 
        GL_STUB(glTexCoord1d, _gloffset_TexCoord1d)
295
 
        GL_STUB(glTexCoord1dv, _gloffset_TexCoord1dv)
296
 
        GL_STUB(glTexCoord1f, _gloffset_TexCoord1f)
297
 
        GL_STUB(glTexCoord1fv, _gloffset_TexCoord1fv)
298
 
        GL_STUB(glTexCoord1i, _gloffset_TexCoord1i)
299
 
        GL_STUB(glTexCoord1iv, _gloffset_TexCoord1iv)
300
 
        GL_STUB(glTexCoord1s, _gloffset_TexCoord1s)
301
 
        GL_STUB(glTexCoord1sv, _gloffset_TexCoord1sv)
302
 
        GL_STUB(glTexCoord2d, _gloffset_TexCoord2d)
303
 
        GL_STUB(glTexCoord2dv, _gloffset_TexCoord2dv)
304
 
        GL_STUB(glTexCoord2f, _gloffset_TexCoord2f)
305
 
        GL_STUB(glTexCoord2fv, _gloffset_TexCoord2fv)
306
 
        GL_STUB(glTexCoord2i, _gloffset_TexCoord2i)
307
 
        GL_STUB(glTexCoord2iv, _gloffset_TexCoord2iv)
308
 
        GL_STUB(glTexCoord2s, _gloffset_TexCoord2s)
309
 
        GL_STUB(glTexCoord2sv, _gloffset_TexCoord2sv)
310
 
        GL_STUB(glTexCoord3d, _gloffset_TexCoord3d)
311
 
        GL_STUB(glTexCoord3dv, _gloffset_TexCoord3dv)
312
 
        GL_STUB(glTexCoord3f, _gloffset_TexCoord3f)
313
 
        GL_STUB(glTexCoord3fv, _gloffset_TexCoord3fv)
314
 
        GL_STUB(glTexCoord3i, _gloffset_TexCoord3i)
315
 
        GL_STUB(glTexCoord3iv, _gloffset_TexCoord3iv)
316
 
        GL_STUB(glTexCoord3s, _gloffset_TexCoord3s)
317
 
        GL_STUB(glTexCoord3sv, _gloffset_TexCoord3sv)
318
 
        GL_STUB(glTexCoord4d, _gloffset_TexCoord4d)
319
 
        GL_STUB(glTexCoord4dv, _gloffset_TexCoord4dv)
320
 
        GL_STUB(glTexCoord4f, _gloffset_TexCoord4f)
321
 
        GL_STUB(glTexCoord4fv, _gloffset_TexCoord4fv)
322
 
        GL_STUB(glTexCoord4i, _gloffset_TexCoord4i)
323
 
        GL_STUB(glTexCoord4iv, _gloffset_TexCoord4iv)
324
 
        GL_STUB(glTexCoord4s, _gloffset_TexCoord4s)
325
 
        GL_STUB(glTexCoord4sv, _gloffset_TexCoord4sv)
326
 
        GL_STUB(glVertex2d, _gloffset_Vertex2d)
327
 
        GL_STUB(glVertex2dv, _gloffset_Vertex2dv)
328
 
        GL_STUB(glVertex2f, _gloffset_Vertex2f)
329
 
        GL_STUB(glVertex2fv, _gloffset_Vertex2fv)
330
 
        GL_STUB(glVertex2i, _gloffset_Vertex2i)
331
 
        GL_STUB(glVertex2iv, _gloffset_Vertex2iv)
332
 
        GL_STUB(glVertex2s, _gloffset_Vertex2s)
333
 
        GL_STUB(glVertex2sv, _gloffset_Vertex2sv)
334
 
        GL_STUB(glVertex3d, _gloffset_Vertex3d)
335
 
        GL_STUB(glVertex3dv, _gloffset_Vertex3dv)
336
 
        GL_STUB(glVertex3f, _gloffset_Vertex3f)
337
 
        GL_STUB(glVertex3fv, _gloffset_Vertex3fv)
338
 
        GL_STUB(glVertex3i, _gloffset_Vertex3i)
339
 
        GL_STUB(glVertex3iv, _gloffset_Vertex3iv)
340
 
        GL_STUB(glVertex3s, _gloffset_Vertex3s)
341
 
        GL_STUB(glVertex3sv, _gloffset_Vertex3sv)
342
 
        GL_STUB(glVertex4d, _gloffset_Vertex4d)
343
 
        GL_STUB(glVertex4dv, _gloffset_Vertex4dv)
344
 
        GL_STUB(glVertex4f, _gloffset_Vertex4f)
345
 
        GL_STUB(glVertex4fv, _gloffset_Vertex4fv)
346
 
        GL_STUB(glVertex4i, _gloffset_Vertex4i)
347
 
        GL_STUB(glVertex4iv, _gloffset_Vertex4iv)
348
 
        GL_STUB(glVertex4s, _gloffset_Vertex4s)
349
 
        GL_STUB(glVertex4sv, _gloffset_Vertex4sv)
350
 
        GL_STUB(glClipPlane, _gloffset_ClipPlane)
351
 
        GL_STUB(glColorMaterial, _gloffset_ColorMaterial)
352
 
        GL_STUB(glCullFace, _gloffset_CullFace)
353
 
        GL_STUB(glFogf, _gloffset_Fogf)
354
 
        GL_STUB(glFogfv, _gloffset_Fogfv)
355
 
        GL_STUB(glFogi, _gloffset_Fogi)
356
 
        GL_STUB(glFogiv, _gloffset_Fogiv)
357
 
        GL_STUB(glFrontFace, _gloffset_FrontFace)
358
 
        GL_STUB(glHint, _gloffset_Hint)
359
 
        GL_STUB(glLightf, _gloffset_Lightf)
360
 
        GL_STUB(glLightfv, _gloffset_Lightfv)
361
 
        GL_STUB(glLighti, _gloffset_Lighti)
362
 
        GL_STUB(glLightiv, _gloffset_Lightiv)
363
 
        GL_STUB(glLightModelf, _gloffset_LightModelf)
364
 
        GL_STUB(glLightModelfv, _gloffset_LightModelfv)
365
 
        GL_STUB(glLightModeli, _gloffset_LightModeli)
366
 
        GL_STUB(glLightModeliv, _gloffset_LightModeliv)
367
 
        GL_STUB(glLineStipple, _gloffset_LineStipple)
368
 
        GL_STUB(glLineWidth, _gloffset_LineWidth)
369
 
        GL_STUB(glMaterialf, _gloffset_Materialf)
370
 
        GL_STUB(glMaterialfv, _gloffset_Materialfv)
371
 
        GL_STUB(glMateriali, _gloffset_Materiali)
372
 
        GL_STUB(glMaterialiv, _gloffset_Materialiv)
373
 
        GL_STUB(glPointSize, _gloffset_PointSize)
374
 
        GL_STUB(glPolygonMode, _gloffset_PolygonMode)
375
 
        GL_STUB(glPolygonStipple, _gloffset_PolygonStipple)
376
 
        GL_STUB(glScissor, _gloffset_Scissor)
377
 
        GL_STUB(glShadeModel, _gloffset_ShadeModel)
378
 
        GL_STUB(glTexParameterf, _gloffset_TexParameterf)
379
 
        GL_STUB(glTexParameterfv, _gloffset_TexParameterfv)
380
 
        GL_STUB(glTexParameteri, _gloffset_TexParameteri)
381
 
        GL_STUB(glTexParameteriv, _gloffset_TexParameteriv)
382
 
        GL_STUB(glTexImage1D, _gloffset_TexImage1D)
383
 
        GL_STUB(glTexImage2D, _gloffset_TexImage2D)
384
 
        GL_STUB(glTexEnvf, _gloffset_TexEnvf)
385
 
        GL_STUB(glTexEnvfv, _gloffset_TexEnvfv)
386
 
        GL_STUB(glTexEnvi, _gloffset_TexEnvi)
387
 
        GL_STUB(glTexEnviv, _gloffset_TexEnviv)
388
 
        GL_STUB(glTexGend, _gloffset_TexGend)
389
 
        GL_STUB(glTexGendv, _gloffset_TexGendv)
390
 
        GL_STUB(glTexGenf, _gloffset_TexGenf)
391
 
        GL_STUB(glTexGenfv, _gloffset_TexGenfv)
392
 
        GL_STUB(glTexGeni, _gloffset_TexGeni)
393
 
        GL_STUB(glTexGeniv, _gloffset_TexGeniv)
394
 
        GL_STUB(glFeedbackBuffer, _gloffset_FeedbackBuffer)
395
 
        GL_STUB(glSelectBuffer, _gloffset_SelectBuffer)
396
 
        GL_STUB(glRenderMode, _gloffset_RenderMode)
397
 
        GL_STUB(glInitNames, _gloffset_InitNames)
398
 
        GL_STUB(glLoadName, _gloffset_LoadName)
399
 
        GL_STUB(glPassThrough, _gloffset_PassThrough)
400
 
        GL_STUB(glPopName, _gloffset_PopName)
401
 
        GL_STUB(glPushName, _gloffset_PushName)
402
 
        GL_STUB(glDrawBuffer, _gloffset_DrawBuffer)
403
 
        GL_STUB(glClear, _gloffset_Clear)
404
 
        GL_STUB(glClearAccum, _gloffset_ClearAccum)
405
 
        GL_STUB(glClearIndex, _gloffset_ClearIndex)
406
 
        GL_STUB(glClearColor, _gloffset_ClearColor)
407
 
        GL_STUB(glClearStencil, _gloffset_ClearStencil)
408
 
        GL_STUB(glClearDepth, _gloffset_ClearDepth)
409
 
        GL_STUB(glStencilMask, _gloffset_StencilMask)
410
 
        GL_STUB(glColorMask, _gloffset_ColorMask)
411
 
        GL_STUB(glDepthMask, _gloffset_DepthMask)
412
 
        GL_STUB(glIndexMask, _gloffset_IndexMask)
413
 
        GL_STUB(glAccum, _gloffset_Accum)
414
 
        GL_STUB(glDisable, _gloffset_Disable)
415
 
        GL_STUB(glEnable, _gloffset_Enable)
416
 
        GL_STUB(glFinish, _gloffset_Finish)
417
 
        GL_STUB(glFlush, _gloffset_Flush)
418
 
        GL_STUB(glPopAttrib, _gloffset_PopAttrib)
419
 
        GL_STUB(glPushAttrib, _gloffset_PushAttrib)
420
 
        GL_STUB(glMap1d, _gloffset_Map1d)
421
 
        GL_STUB(glMap1f, _gloffset_Map1f)
422
 
        GL_STUB(glMap2d, _gloffset_Map2d)
423
 
        GL_STUB(glMap2f, _gloffset_Map2f)
424
 
        GL_STUB(glMapGrid1d, _gloffset_MapGrid1d)
425
 
        GL_STUB(glMapGrid1f, _gloffset_MapGrid1f)
426
 
        GL_STUB(glMapGrid2d, _gloffset_MapGrid2d)
427
 
        GL_STUB(glMapGrid2f, _gloffset_MapGrid2f)
428
 
        GL_STUB(glEvalCoord1d, _gloffset_EvalCoord1d)
429
 
        GL_STUB(glEvalCoord1dv, _gloffset_EvalCoord1dv)
430
 
        GL_STUB(glEvalCoord1f, _gloffset_EvalCoord1f)
431
 
        GL_STUB(glEvalCoord1fv, _gloffset_EvalCoord1fv)
432
 
        GL_STUB(glEvalCoord2d, _gloffset_EvalCoord2d)
433
 
        GL_STUB(glEvalCoord2dv, _gloffset_EvalCoord2dv)
434
 
        GL_STUB(glEvalCoord2f, _gloffset_EvalCoord2f)
435
 
        GL_STUB(glEvalCoord2fv, _gloffset_EvalCoord2fv)
436
 
        GL_STUB(glEvalMesh1, _gloffset_EvalMesh1)
437
 
        GL_STUB(glEvalPoint1, _gloffset_EvalPoint1)
438
 
        GL_STUB(glEvalMesh2, _gloffset_EvalMesh2)
439
 
        GL_STUB(glEvalPoint2, _gloffset_EvalPoint2)
440
 
        GL_STUB(glAlphaFunc, _gloffset_AlphaFunc)
441
 
        GL_STUB(glBlendFunc, _gloffset_BlendFunc)
442
 
        GL_STUB(glLogicOp, _gloffset_LogicOp)
443
 
        GL_STUB(glStencilFunc, _gloffset_StencilFunc)
444
 
        GL_STUB(glStencilOp, _gloffset_StencilOp)
445
 
        GL_STUB(glDepthFunc, _gloffset_DepthFunc)
446
 
        GL_STUB(glPixelZoom, _gloffset_PixelZoom)
447
 
        GL_STUB(glPixelTransferf, _gloffset_PixelTransferf)
448
 
        GL_STUB(glPixelTransferi, _gloffset_PixelTransferi)
449
 
        GL_STUB(glPixelStoref, _gloffset_PixelStoref)
450
 
        GL_STUB(glPixelStorei, _gloffset_PixelStorei)
451
 
        GL_STUB(glPixelMapfv, _gloffset_PixelMapfv)
452
 
        GL_STUB(glPixelMapuiv, _gloffset_PixelMapuiv)
453
 
        GL_STUB(glPixelMapusv, _gloffset_PixelMapusv)
454
 
        GL_STUB(glReadBuffer, _gloffset_ReadBuffer)
455
 
        GL_STUB(glCopyPixels, _gloffset_CopyPixels)
456
 
        GL_STUB(glReadPixels, _gloffset_ReadPixels)
457
 
        GL_STUB(glDrawPixels, _gloffset_DrawPixels)
458
 
        GL_STUB(glGetBooleanv, _gloffset_GetBooleanv)
459
 
        GL_STUB(glGetClipPlane, _gloffset_GetClipPlane)
460
 
        GL_STUB(glGetDoublev, _gloffset_GetDoublev)
461
 
        GL_STUB(glGetError, _gloffset_GetError)
462
 
        GL_STUB(glGetFloatv, _gloffset_GetFloatv)
463
 
        GL_STUB(glGetIntegerv, _gloffset_GetIntegerv)
464
 
        GL_STUB(glGetLightfv, _gloffset_GetLightfv)
465
 
        GL_STUB(glGetLightiv, _gloffset_GetLightiv)
466
 
        GL_STUB(glGetMapdv, _gloffset_GetMapdv)
467
 
        GL_STUB(glGetMapfv, _gloffset_GetMapfv)
468
 
        GL_STUB(glGetMapiv, _gloffset_GetMapiv)
469
 
        GL_STUB(glGetMaterialfv, _gloffset_GetMaterialfv)
470
 
        GL_STUB(glGetMaterialiv, _gloffset_GetMaterialiv)
471
 
        GL_STUB(glGetPixelMapfv, _gloffset_GetPixelMapfv)
472
 
        GL_STUB(glGetPixelMapuiv, _gloffset_GetPixelMapuiv)
473
 
        GL_STUB(glGetPixelMapusv, _gloffset_GetPixelMapusv)
474
 
        GL_STUB(glGetPolygonStipple, _gloffset_GetPolygonStipple)
475
 
        GL_STUB(glGetString, _gloffset_GetString)
476
 
        GL_STUB(glGetTexEnvfv, _gloffset_GetTexEnvfv)
477
 
        GL_STUB(glGetTexEnviv, _gloffset_GetTexEnviv)
478
 
        GL_STUB(glGetTexGendv, _gloffset_GetTexGendv)
479
 
        GL_STUB(glGetTexGenfv, _gloffset_GetTexGenfv)
480
 
        GL_STUB(glGetTexGeniv, _gloffset_GetTexGeniv)
481
 
        GL_STUB(glGetTexImage, _gloffset_GetTexImage)
482
 
        GL_STUB(glGetTexParameterfv, _gloffset_GetTexParameterfv)
483
 
        GL_STUB(glGetTexParameteriv, _gloffset_GetTexParameteriv)
484
 
        GL_STUB(glGetTexLevelParameterfv, _gloffset_GetTexLevelParameterfv)
485
 
        GL_STUB(glGetTexLevelParameteriv, _gloffset_GetTexLevelParameteriv)
486
 
        GL_STUB(glIsEnabled, _gloffset_IsEnabled)
487
 
        GL_STUB(glIsList, _gloffset_IsList)
488
 
        GL_STUB(glDepthRange, _gloffset_DepthRange)
489
 
        GL_STUB(glFrustum, _gloffset_Frustum)
490
 
        GL_STUB(glLoadIdentity, _gloffset_LoadIdentity)
491
 
        GL_STUB(glLoadMatrixf, _gloffset_LoadMatrixf)
492
 
        GL_STUB(glLoadMatrixd, _gloffset_LoadMatrixd)
493
 
        GL_STUB(glMatrixMode, _gloffset_MatrixMode)
494
 
        GL_STUB(glMultMatrixf, _gloffset_MultMatrixf)
495
 
        GL_STUB(glMultMatrixd, _gloffset_MultMatrixd)
496
 
        GL_STUB(glOrtho, _gloffset_Ortho)
497
 
        GL_STUB(glPopMatrix, _gloffset_PopMatrix)
498
 
        GL_STUB(glPushMatrix, _gloffset_PushMatrix)
499
 
        GL_STUB(glRotated, _gloffset_Rotated)
500
 
        GL_STUB(glRotatef, _gloffset_Rotatef)
501
 
        GL_STUB(glScaled, _gloffset_Scaled)
502
 
        GL_STUB(glScalef, _gloffset_Scalef)
503
 
        GL_STUB(glTranslated, _gloffset_Translated)
504
 
        GL_STUB(glTranslatef, _gloffset_Translatef)
505
 
        GL_STUB(glViewport, _gloffset_Viewport)
506
 
        GL_STUB(glArrayElement, _gloffset_ArrayElement)
507
 
        GL_STUB(glBindTexture, _gloffset_BindTexture)
508
 
        GL_STUB(glColorPointer, _gloffset_ColorPointer)
509
 
        GL_STUB(glDisableClientState, _gloffset_DisableClientState)
510
 
        GL_STUB(glDrawArrays, _gloffset_DrawArrays)
511
 
        GL_STUB(glDrawElements, _gloffset_DrawElements)
512
 
        GL_STUB(glEdgeFlagPointer, _gloffset_EdgeFlagPointer)
513
 
        GL_STUB(glEnableClientState, _gloffset_EnableClientState)
514
 
        GL_STUB(glIndexPointer, _gloffset_IndexPointer)
515
 
        GL_STUB(glIndexub, _gloffset_Indexub)
516
 
        GL_STUB(glIndexubv, _gloffset_Indexubv)
517
 
        GL_STUB(glInterleavedArrays, _gloffset_InterleavedArrays)
518
 
        GL_STUB(glNormalPointer, _gloffset_NormalPointer)
519
 
        GL_STUB(glPolygonOffset, _gloffset_PolygonOffset)
520
 
        GL_STUB(glTexCoordPointer, _gloffset_TexCoordPointer)
521
 
        GL_STUB(glVertexPointer, _gloffset_VertexPointer)
522
 
        GL_STUB(glAreTexturesResident, _gloffset_AreTexturesResident)
523
 
        GL_STUB(glCopyTexImage1D, _gloffset_CopyTexImage1D)
524
 
        GL_STUB(glCopyTexImage2D, _gloffset_CopyTexImage2D)
525
 
        GL_STUB(glCopyTexSubImage1D, _gloffset_CopyTexSubImage1D)
526
 
        GL_STUB(glCopyTexSubImage2D, _gloffset_CopyTexSubImage2D)
527
 
        GL_STUB(glDeleteTextures, _gloffset_DeleteTextures)
528
 
        GL_STUB(glGenTextures, _gloffset_GenTextures)
529
 
        GL_STUB(glGetPointerv, _gloffset_GetPointerv)
530
 
        GL_STUB(glIsTexture, _gloffset_IsTexture)
531
 
        GL_STUB(glPrioritizeTextures, _gloffset_PrioritizeTextures)
532
 
        GL_STUB(glTexSubImage1D, _gloffset_TexSubImage1D)
533
 
        GL_STUB(glTexSubImage2D, _gloffset_TexSubImage2D)
534
 
        GL_STUB(glPopClientAttrib, _gloffset_PopClientAttrib)
535
 
        GL_STUB(glPushClientAttrib, _gloffset_PushClientAttrib)
536
 
        GL_STUB(glBlendColor, _gloffset_BlendColor)
537
 
        GL_STUB(glBlendEquation, _gloffset_BlendEquation)
538
 
        GL_STUB(glDrawRangeElements, _gloffset_DrawRangeElements)
539
 
        GL_STUB(glColorTable, _gloffset_ColorTable)
540
 
        GL_STUB(glColorTableParameterfv, _gloffset_ColorTableParameterfv)
541
 
        GL_STUB(glColorTableParameteriv, _gloffset_ColorTableParameteriv)
542
 
        GL_STUB(glCopyColorTable, _gloffset_CopyColorTable)
543
 
        GL_STUB(glGetColorTable, _gloffset_GetColorTable)
544
 
        GL_STUB(glGetColorTableParameterfv, _gloffset_GetColorTableParameterfv)
545
 
        GL_STUB(glGetColorTableParameteriv, _gloffset_GetColorTableParameteriv)
546
 
        GL_STUB(glColorSubTable, _gloffset_ColorSubTable)
547
 
        GL_STUB(glCopyColorSubTable, _gloffset_CopyColorSubTable)
548
 
        GL_STUB(glConvolutionFilter1D, _gloffset_ConvolutionFilter1D)
549
 
        GL_STUB(glConvolutionFilter2D, _gloffset_ConvolutionFilter2D)
550
 
        GL_STUB(glConvolutionParameterf, _gloffset_ConvolutionParameterf)
551
 
        GL_STUB(glConvolutionParameterfv, _gloffset_ConvolutionParameterfv)
552
 
        GL_STUB(glConvolutionParameteri, _gloffset_ConvolutionParameteri)
553
 
        GL_STUB(glConvolutionParameteriv, _gloffset_ConvolutionParameteriv)
554
 
        GL_STUB(glCopyConvolutionFilter1D, _gloffset_CopyConvolutionFilter1D)
555
 
        GL_STUB(glCopyConvolutionFilter2D, _gloffset_CopyConvolutionFilter2D)
556
 
        GL_STUB(glGetConvolutionFilter, _gloffset_GetConvolutionFilter)
557
 
        GL_STUB(glGetConvolutionParameterfv, _gloffset_GetConvolutionParameterfv)
558
 
        GL_STUB(glGetConvolutionParameteriv, _gloffset_GetConvolutionParameteriv)
559
 
        GL_STUB(glGetSeparableFilter, _gloffset_GetSeparableFilter)
560
 
        GL_STUB(glSeparableFilter2D, _gloffset_SeparableFilter2D)
561
 
        GL_STUB(glGetHistogram, _gloffset_GetHistogram)
562
 
        GL_STUB(glGetHistogramParameterfv, _gloffset_GetHistogramParameterfv)
563
 
        GL_STUB(glGetHistogramParameteriv, _gloffset_GetHistogramParameteriv)
564
 
        GL_STUB(glGetMinmax, _gloffset_GetMinmax)
565
 
        GL_STUB(glGetMinmaxParameterfv, _gloffset_GetMinmaxParameterfv)
566
 
        GL_STUB(glGetMinmaxParameteriv, _gloffset_GetMinmaxParameteriv)
567
 
        GL_STUB(glHistogram, _gloffset_Histogram)
568
 
        GL_STUB(glMinmax, _gloffset_Minmax)
569
 
        GL_STUB(glResetHistogram, _gloffset_ResetHistogram)
570
 
        GL_STUB(glResetMinmax, _gloffset_ResetMinmax)
571
 
        GL_STUB(glTexImage3D, _gloffset_TexImage3D)
572
 
        GL_STUB(glTexSubImage3D, _gloffset_TexSubImage3D)
573
 
        GL_STUB(glCopyTexSubImage3D, _gloffset_CopyTexSubImage3D)
574
 
        GL_STUB(glActiveTextureARB, _gloffset_ActiveTextureARB)
575
 
        GL_STUB(glClientActiveTextureARB, _gloffset_ClientActiveTextureARB)
576
 
        GL_STUB(glMultiTexCoord1dARB, _gloffset_MultiTexCoord1dARB)
577
 
        GL_STUB(glMultiTexCoord1dvARB, _gloffset_MultiTexCoord1dvARB)
578
 
        GL_STUB(glMultiTexCoord1fARB, _gloffset_MultiTexCoord1fARB)
579
 
        GL_STUB(glMultiTexCoord1fvARB, _gloffset_MultiTexCoord1fvARB)
580
 
        GL_STUB(glMultiTexCoord1iARB, _gloffset_MultiTexCoord1iARB)
581
 
        GL_STUB(glMultiTexCoord1ivARB, _gloffset_MultiTexCoord1ivARB)
582
 
        GL_STUB(glMultiTexCoord1sARB, _gloffset_MultiTexCoord1sARB)
583
 
        GL_STUB(glMultiTexCoord1svARB, _gloffset_MultiTexCoord1svARB)
584
 
        GL_STUB(glMultiTexCoord2dARB, _gloffset_MultiTexCoord2dARB)
585
 
        GL_STUB(glMultiTexCoord2dvARB, _gloffset_MultiTexCoord2dvARB)
586
 
        GL_STUB(glMultiTexCoord2fARB, _gloffset_MultiTexCoord2fARB)
587
 
        GL_STUB(glMultiTexCoord2fvARB, _gloffset_MultiTexCoord2fvARB)
588
 
        GL_STUB(glMultiTexCoord2iARB, _gloffset_MultiTexCoord2iARB)
589
 
        GL_STUB(glMultiTexCoord2ivARB, _gloffset_MultiTexCoord2ivARB)
590
 
        GL_STUB(glMultiTexCoord2sARB, _gloffset_MultiTexCoord2sARB)
591
 
        GL_STUB(glMultiTexCoord2svARB, _gloffset_MultiTexCoord2svARB)
592
 
        GL_STUB(glMultiTexCoord3dARB, _gloffset_MultiTexCoord3dARB)
593
 
        GL_STUB(glMultiTexCoord3dvARB, _gloffset_MultiTexCoord3dvARB)
594
 
        GL_STUB(glMultiTexCoord3fARB, _gloffset_MultiTexCoord3fARB)
595
 
        GL_STUB(glMultiTexCoord3fvARB, _gloffset_MultiTexCoord3fvARB)
596
 
        GL_STUB(glMultiTexCoord3iARB, _gloffset_MultiTexCoord3iARB)
597
 
        GL_STUB(glMultiTexCoord3ivARB, _gloffset_MultiTexCoord3ivARB)
598
 
        GL_STUB(glMultiTexCoord3sARB, _gloffset_MultiTexCoord3sARB)
599
 
        GL_STUB(glMultiTexCoord3svARB, _gloffset_MultiTexCoord3svARB)
600
 
        GL_STUB(glMultiTexCoord4dARB, _gloffset_MultiTexCoord4dARB)
601
 
        GL_STUB(glMultiTexCoord4dvARB, _gloffset_MultiTexCoord4dvARB)
602
 
        GL_STUB(glMultiTexCoord4fARB, _gloffset_MultiTexCoord4fARB)
603
 
        GL_STUB(glMultiTexCoord4fvARB, _gloffset_MultiTexCoord4fvARB)
604
 
        GL_STUB(glMultiTexCoord4iARB, _gloffset_MultiTexCoord4iARB)
605
 
        GL_STUB(glMultiTexCoord4ivARB, _gloffset_MultiTexCoord4ivARB)
606
 
        GL_STUB(glMultiTexCoord4sARB, _gloffset_MultiTexCoord4sARB)
607
 
        GL_STUB(glMultiTexCoord4svARB, _gloffset_MultiTexCoord4svARB)
608
 
        GL_STUB(glAttachShader, _gloffset_AttachShader)
609
 
        GL_STUB(glCreateProgram, _gloffset_CreateProgram)
610
 
        GL_STUB(glCreateShader, _gloffset_CreateShader)
611
 
        GL_STUB(glDeleteProgram, _gloffset_DeleteProgram)
612
 
        GL_STUB(glDeleteShader, _gloffset_DeleteShader)
613
 
        GL_STUB(glDetachShader, _gloffset_DetachShader)
614
 
        GL_STUB(glGetAttachedShaders, _gloffset_GetAttachedShaders)
615
 
        GL_STUB(glGetProgramInfoLog, _gloffset_GetProgramInfoLog)
616
 
        GL_STUB(glGetProgramiv, _gloffset_GetProgramiv)
617
 
        GL_STUB(glGetShaderInfoLog, _gloffset_GetShaderInfoLog)
618
 
        GL_STUB(glGetShaderiv, _gloffset_GetShaderiv)
619
 
        GL_STUB(glIsProgram, _gloffset_IsProgram)
620
 
        GL_STUB(glIsShader, _gloffset_IsShader)
621
 
        GL_STUB(glStencilFuncSeparate, _gloffset_StencilFuncSeparate)
622
 
        GL_STUB(glStencilMaskSeparate, _gloffset_StencilMaskSeparate)
623
 
        GL_STUB(glStencilOpSeparate, _gloffset_StencilOpSeparate)
624
 
        GL_STUB(glUniformMatrix2x3fv, _gloffset_UniformMatrix2x3fv)
625
 
        GL_STUB(glUniformMatrix2x4fv, _gloffset_UniformMatrix2x4fv)
626
 
        GL_STUB(glUniformMatrix3x2fv, _gloffset_UniformMatrix3x2fv)
627
 
        GL_STUB(glUniformMatrix3x4fv, _gloffset_UniformMatrix3x4fv)
628
 
        GL_STUB(glUniformMatrix4x2fv, _gloffset_UniformMatrix4x2fv)
629
 
        GL_STUB(glUniformMatrix4x3fv, _gloffset_UniformMatrix4x3fv)
630
 
        GL_STUB(glLoadTransposeMatrixdARB, _gloffset_LoadTransposeMatrixdARB)
631
 
        GL_STUB(glLoadTransposeMatrixfARB, _gloffset_LoadTransposeMatrixfARB)
632
 
        GL_STUB(glMultTransposeMatrixdARB, _gloffset_MultTransposeMatrixdARB)
633
 
        GL_STUB(glMultTransposeMatrixfARB, _gloffset_MultTransposeMatrixfARB)
634
 
        GL_STUB(glSampleCoverageARB, _gloffset_SampleCoverageARB)
635
 
        GL_STUB(glCompressedTexImage1DARB, _gloffset_CompressedTexImage1DARB)
636
 
        GL_STUB(glCompressedTexImage2DARB, _gloffset_CompressedTexImage2DARB)
637
 
        GL_STUB(glCompressedTexImage3DARB, _gloffset_CompressedTexImage3DARB)
638
 
        GL_STUB(glCompressedTexSubImage1DARB, _gloffset_CompressedTexSubImage1DARB)
639
 
        GL_STUB(glCompressedTexSubImage2DARB, _gloffset_CompressedTexSubImage2DARB)
640
 
        GL_STUB(glCompressedTexSubImage3DARB, _gloffset_CompressedTexSubImage3DARB)
641
 
        GL_STUB(glGetCompressedTexImageARB, _gloffset_GetCompressedTexImageARB)
642
 
        GL_STUB(glDisableVertexAttribArrayARB, _gloffset_DisableVertexAttribArrayARB)
643
 
        GL_STUB(glEnableVertexAttribArrayARB, _gloffset_EnableVertexAttribArrayARB)
644
 
        GL_STUB(glGetProgramEnvParameterdvARB, _gloffset_GetProgramEnvParameterdvARB)
645
 
        GL_STUB(glGetProgramEnvParameterfvARB, _gloffset_GetProgramEnvParameterfvARB)
646
 
        GL_STUB(glGetProgramLocalParameterdvARB, _gloffset_GetProgramLocalParameterdvARB)
647
 
        GL_STUB(glGetProgramLocalParameterfvARB, _gloffset_GetProgramLocalParameterfvARB)
648
 
        GL_STUB(glGetProgramStringARB, _gloffset_GetProgramStringARB)
649
 
        GL_STUB(glGetProgramivARB, _gloffset_GetProgramivARB)
650
 
        GL_STUB(glGetVertexAttribdvARB, _gloffset_GetVertexAttribdvARB)
651
 
        GL_STUB(glGetVertexAttribfvARB, _gloffset_GetVertexAttribfvARB)
652
 
        GL_STUB(glGetVertexAttribivARB, _gloffset_GetVertexAttribivARB)
653
 
        GL_STUB(glProgramEnvParameter4dARB, _gloffset_ProgramEnvParameter4dARB)
654
 
        GL_STUB(glProgramEnvParameter4dvARB, _gloffset_ProgramEnvParameter4dvARB)
655
 
        GL_STUB(glProgramEnvParameter4fARB, _gloffset_ProgramEnvParameter4fARB)
656
 
        GL_STUB(glProgramEnvParameter4fvARB, _gloffset_ProgramEnvParameter4fvARB)
657
 
        GL_STUB(glProgramLocalParameter4dARB, _gloffset_ProgramLocalParameter4dARB)
658
 
        GL_STUB(glProgramLocalParameter4dvARB, _gloffset_ProgramLocalParameter4dvARB)
659
 
        GL_STUB(glProgramLocalParameter4fARB, _gloffset_ProgramLocalParameter4fARB)
660
 
        GL_STUB(glProgramLocalParameter4fvARB, _gloffset_ProgramLocalParameter4fvARB)
661
 
        GL_STUB(glProgramStringARB, _gloffset_ProgramStringARB)
662
 
        GL_STUB(glVertexAttrib1dARB, _gloffset_VertexAttrib1dARB)
663
 
        GL_STUB(glVertexAttrib1dvARB, _gloffset_VertexAttrib1dvARB)
664
 
        GL_STUB(glVertexAttrib1fARB, _gloffset_VertexAttrib1fARB)
665
 
        GL_STUB(glVertexAttrib1fvARB, _gloffset_VertexAttrib1fvARB)
666
 
        GL_STUB(glVertexAttrib1sARB, _gloffset_VertexAttrib1sARB)
667
 
        GL_STUB(glVertexAttrib1svARB, _gloffset_VertexAttrib1svARB)
668
 
        GL_STUB(glVertexAttrib2dARB, _gloffset_VertexAttrib2dARB)
669
 
        GL_STUB(glVertexAttrib2dvARB, _gloffset_VertexAttrib2dvARB)
670
 
        GL_STUB(glVertexAttrib2fARB, _gloffset_VertexAttrib2fARB)
671
 
        GL_STUB(glVertexAttrib2fvARB, _gloffset_VertexAttrib2fvARB)
672
 
        GL_STUB(glVertexAttrib2sARB, _gloffset_VertexAttrib2sARB)
673
 
        GL_STUB(glVertexAttrib2svARB, _gloffset_VertexAttrib2svARB)
674
 
        GL_STUB(glVertexAttrib3dARB, _gloffset_VertexAttrib3dARB)
675
 
        GL_STUB(glVertexAttrib3dvARB, _gloffset_VertexAttrib3dvARB)
676
 
        GL_STUB(glVertexAttrib3fARB, _gloffset_VertexAttrib3fARB)
677
 
        GL_STUB(glVertexAttrib3fvARB, _gloffset_VertexAttrib3fvARB)
678
 
        GL_STUB(glVertexAttrib3sARB, _gloffset_VertexAttrib3sARB)
679
 
        GL_STUB(glVertexAttrib3svARB, _gloffset_VertexAttrib3svARB)
680
 
        GL_STUB(glVertexAttrib4NbvARB, _gloffset_VertexAttrib4NbvARB)
681
 
        GL_STUB(glVertexAttrib4NivARB, _gloffset_VertexAttrib4NivARB)
682
 
        GL_STUB(glVertexAttrib4NsvARB, _gloffset_VertexAttrib4NsvARB)
683
 
        GL_STUB(glVertexAttrib4NubARB, _gloffset_VertexAttrib4NubARB)
684
 
        GL_STUB(glVertexAttrib4NubvARB, _gloffset_VertexAttrib4NubvARB)
685
 
        GL_STUB(glVertexAttrib4NuivARB, _gloffset_VertexAttrib4NuivARB)
686
 
        GL_STUB(glVertexAttrib4NusvARB, _gloffset_VertexAttrib4NusvARB)
687
 
        GL_STUB(glVertexAttrib4bvARB, _gloffset_VertexAttrib4bvARB)
688
 
        GL_STUB(glVertexAttrib4dARB, _gloffset_VertexAttrib4dARB)
689
 
        GL_STUB(glVertexAttrib4dvARB, _gloffset_VertexAttrib4dvARB)
690
 
        GL_STUB(glVertexAttrib4fARB, _gloffset_VertexAttrib4fARB)
691
 
        GL_STUB(glVertexAttrib4fvARB, _gloffset_VertexAttrib4fvARB)
692
 
        GL_STUB(glVertexAttrib4ivARB, _gloffset_VertexAttrib4ivARB)
693
 
        GL_STUB(glVertexAttrib4sARB, _gloffset_VertexAttrib4sARB)
694
 
        GL_STUB(glVertexAttrib4svARB, _gloffset_VertexAttrib4svARB)
695
 
        GL_STUB(glVertexAttrib4ubvARB, _gloffset_VertexAttrib4ubvARB)
696
 
        GL_STUB(glVertexAttrib4uivARB, _gloffset_VertexAttrib4uivARB)
697
 
        GL_STUB(glVertexAttrib4usvARB, _gloffset_VertexAttrib4usvARB)
698
 
        GL_STUB(glVertexAttribPointerARB, _gloffset_VertexAttribPointerARB)
699
 
        GL_STUB(glBindBufferARB, _gloffset_BindBufferARB)
700
 
        GL_STUB(glBufferDataARB, _gloffset_BufferDataARB)
701
 
        GL_STUB(glBufferSubDataARB, _gloffset_BufferSubDataARB)
702
 
        GL_STUB(glDeleteBuffersARB, _gloffset_DeleteBuffersARB)
703
 
        GL_STUB(glGenBuffersARB, _gloffset_GenBuffersARB)
704
 
        GL_STUB(glGetBufferParameterivARB, _gloffset_GetBufferParameterivARB)
705
 
        GL_STUB(glGetBufferPointervARB, _gloffset_GetBufferPointervARB)
706
 
        GL_STUB(glGetBufferSubDataARB, _gloffset_GetBufferSubDataARB)
707
 
        GL_STUB(glIsBufferARB, _gloffset_IsBufferARB)
708
 
        GL_STUB(glMapBufferARB, _gloffset_MapBufferARB)
709
 
        GL_STUB(glUnmapBufferARB, _gloffset_UnmapBufferARB)
710
 
        GL_STUB(glBeginQueryARB, _gloffset_BeginQueryARB)
711
 
        GL_STUB(glDeleteQueriesARB, _gloffset_DeleteQueriesARB)
712
 
        GL_STUB(glEndQueryARB, _gloffset_EndQueryARB)
713
 
        GL_STUB(glGenQueriesARB, _gloffset_GenQueriesARB)
714
 
        GL_STUB(glGetQueryObjectivARB, _gloffset_GetQueryObjectivARB)
715
 
        GL_STUB(glGetQueryObjectuivARB, _gloffset_GetQueryObjectuivARB)
716
 
        GL_STUB(glGetQueryivARB, _gloffset_GetQueryivARB)
717
 
        GL_STUB(glIsQueryARB, _gloffset_IsQueryARB)
718
 
        GL_STUB(glAttachObjectARB, _gloffset_AttachObjectARB)
719
 
        GL_STUB(glCompileShaderARB, _gloffset_CompileShaderARB)
720
 
        GL_STUB(glCreateProgramObjectARB, _gloffset_CreateProgramObjectARB)
721
 
        GL_STUB(glCreateShaderObjectARB, _gloffset_CreateShaderObjectARB)
722
 
        GL_STUB(glDeleteObjectARB, _gloffset_DeleteObjectARB)
723
 
        GL_STUB(glDetachObjectARB, _gloffset_DetachObjectARB)
724
 
        GL_STUB(glGetActiveUniformARB, _gloffset_GetActiveUniformARB)
725
 
        GL_STUB(glGetAttachedObjectsARB, _gloffset_GetAttachedObjectsARB)
726
 
        GL_STUB(glGetHandleARB, _gloffset_GetHandleARB)
727
 
        GL_STUB(glGetInfoLogARB, _gloffset_GetInfoLogARB)
728
 
        GL_STUB(glGetObjectParameterfvARB, _gloffset_GetObjectParameterfvARB)
729
 
        GL_STUB(glGetObjectParameterivARB, _gloffset_GetObjectParameterivARB)
730
 
        GL_STUB(glGetShaderSourceARB, _gloffset_GetShaderSourceARB)
731
 
        GL_STUB(glGetUniformLocationARB, _gloffset_GetUniformLocationARB)
732
 
        GL_STUB(glGetUniformfvARB, _gloffset_GetUniformfvARB)
733
 
        GL_STUB(glGetUniformivARB, _gloffset_GetUniformivARB)
734
 
        GL_STUB(glLinkProgramARB, _gloffset_LinkProgramARB)
735
 
        GL_STUB(glShaderSourceARB, _gloffset_ShaderSourceARB)
736
 
        GL_STUB(glUniform1fARB, _gloffset_Uniform1fARB)
737
 
        GL_STUB(glUniform1fvARB, _gloffset_Uniform1fvARB)
738
 
        GL_STUB(glUniform1iARB, _gloffset_Uniform1iARB)
739
 
        GL_STUB(glUniform1ivARB, _gloffset_Uniform1ivARB)
740
 
        GL_STUB(glUniform2fARB, _gloffset_Uniform2fARB)
741
 
        GL_STUB(glUniform2fvARB, _gloffset_Uniform2fvARB)
742
 
        GL_STUB(glUniform2iARB, _gloffset_Uniform2iARB)
743
 
        GL_STUB(glUniform2ivARB, _gloffset_Uniform2ivARB)
744
 
        GL_STUB(glUniform3fARB, _gloffset_Uniform3fARB)
745
 
        GL_STUB(glUniform3fvARB, _gloffset_Uniform3fvARB)
746
 
        GL_STUB(glUniform3iARB, _gloffset_Uniform3iARB)
747
 
        GL_STUB(glUniform3ivARB, _gloffset_Uniform3ivARB)
748
 
        GL_STUB(glUniform4fARB, _gloffset_Uniform4fARB)
749
 
        GL_STUB(glUniform4fvARB, _gloffset_Uniform4fvARB)
750
 
        GL_STUB(glUniform4iARB, _gloffset_Uniform4iARB)
751
 
        GL_STUB(glUniform4ivARB, _gloffset_Uniform4ivARB)
752
 
        GL_STUB(glUniformMatrix2fvARB, _gloffset_UniformMatrix2fvARB)
753
 
        GL_STUB(glUniformMatrix3fvARB, _gloffset_UniformMatrix3fvARB)
754
 
        GL_STUB(glUniformMatrix4fvARB, _gloffset_UniformMatrix4fvARB)
755
 
        GL_STUB(glUseProgramObjectARB, _gloffset_UseProgramObjectARB)
756
 
        GL_STUB(glValidateProgramARB, _gloffset_ValidateProgramARB)
757
 
        GL_STUB(glBindAttribLocationARB, _gloffset_BindAttribLocationARB)
758
 
        GL_STUB(glGetActiveAttribARB, _gloffset_GetActiveAttribARB)
759
 
        GL_STUB(glGetAttribLocationARB, _gloffset_GetAttribLocationARB)
760
 
        GL_STUB(glDrawBuffersARB, _gloffset_DrawBuffersARB)
761
 
        GL_STUB(glRenderbufferStorageMultisample, _gloffset_RenderbufferStorageMultisample)
762
 
        GL_STUB(glFlushMappedBufferRange, _gloffset_FlushMappedBufferRange)
763
 
        GL_STUB(glMapBufferRange, _gloffset_MapBufferRange)
764
 
        GL_STUB(glBindVertexArray, _gloffset_BindVertexArray)
765
 
        GL_STUB(glGenVertexArrays, _gloffset_GenVertexArrays)
766
 
        GL_STUB(glCopyBufferSubData, _gloffset_CopyBufferSubData)
767
 
        GL_STUB(glClientWaitSync, _gloffset_ClientWaitSync)
768
 
        GL_STUB(glDeleteSync, _gloffset_DeleteSync)
769
 
        GL_STUB(glFenceSync, _gloffset_FenceSync)
770
 
        GL_STUB(glGetInteger64v, _gloffset_GetInteger64v)
771
 
        GL_STUB(glGetSynciv, _gloffset_GetSynciv)
772
 
        GL_STUB(glIsSync, _gloffset_IsSync)
773
 
        GL_STUB(glWaitSync, _gloffset_WaitSync)
774
 
        GL_STUB(glDrawElementsBaseVertex, _gloffset_DrawElementsBaseVertex)
775
 
        GL_STUB(glDrawRangeElementsBaseVertex, _gloffset_DrawRangeElementsBaseVertex)
776
 
        GL_STUB(glMultiDrawElementsBaseVertex, _gloffset_MultiDrawElementsBaseVertex)
777
 
        GL_STUB(glPolygonOffsetEXT, _gloffset_PolygonOffsetEXT)
778
 
        GL_STUB(gl_dispatch_stub_578, _gloffset_GetPixelTexGenParameterfvSGIS)
779
 
        HIDDEN(gl_dispatch_stub_578)
780
 
        GL_STUB(gl_dispatch_stub_579, _gloffset_GetPixelTexGenParameterivSGIS)
781
 
        HIDDEN(gl_dispatch_stub_579)
782
 
        GL_STUB(gl_dispatch_stub_580, _gloffset_PixelTexGenParameterfSGIS)
783
 
        HIDDEN(gl_dispatch_stub_580)
784
 
        GL_STUB(gl_dispatch_stub_581, _gloffset_PixelTexGenParameterfvSGIS)
785
 
        HIDDEN(gl_dispatch_stub_581)
786
 
        GL_STUB(gl_dispatch_stub_582, _gloffset_PixelTexGenParameteriSGIS)
787
 
        HIDDEN(gl_dispatch_stub_582)
788
 
        GL_STUB(gl_dispatch_stub_583, _gloffset_PixelTexGenParameterivSGIS)
789
 
        HIDDEN(gl_dispatch_stub_583)
790
 
        GL_STUB(gl_dispatch_stub_584, _gloffset_SampleMaskSGIS)
791
 
        HIDDEN(gl_dispatch_stub_584)
792
 
        GL_STUB(gl_dispatch_stub_585, _gloffset_SamplePatternSGIS)
793
 
        HIDDEN(gl_dispatch_stub_585)
794
 
        GL_STUB(glColorPointerEXT, _gloffset_ColorPointerEXT)
795
 
        GL_STUB(glEdgeFlagPointerEXT, _gloffset_EdgeFlagPointerEXT)
796
 
        GL_STUB(glIndexPointerEXT, _gloffset_IndexPointerEXT)
797
 
        GL_STUB(glNormalPointerEXT, _gloffset_NormalPointerEXT)
798
 
        GL_STUB(glTexCoordPointerEXT, _gloffset_TexCoordPointerEXT)
799
 
        GL_STUB(glVertexPointerEXT, _gloffset_VertexPointerEXT)
800
 
        GL_STUB(glPointParameterfEXT, _gloffset_PointParameterfEXT)
801
 
        GL_STUB(glPointParameterfvEXT, _gloffset_PointParameterfvEXT)
802
 
        GL_STUB(glLockArraysEXT, _gloffset_LockArraysEXT)
803
 
        GL_STUB(glUnlockArraysEXT, _gloffset_UnlockArraysEXT)
804
 
        GL_STUB(gl_dispatch_stub_596, _gloffset_CullParameterdvEXT)
805
 
        HIDDEN(gl_dispatch_stub_596)
806
 
        GL_STUB(gl_dispatch_stub_597, _gloffset_CullParameterfvEXT)
807
 
        HIDDEN(gl_dispatch_stub_597)
808
 
        GL_STUB(glSecondaryColor3bEXT, _gloffset_SecondaryColor3bEXT)
809
 
        GL_STUB(glSecondaryColor3bvEXT, _gloffset_SecondaryColor3bvEXT)
810
 
        GL_STUB(glSecondaryColor3dEXT, _gloffset_SecondaryColor3dEXT)
811
 
        GL_STUB(glSecondaryColor3dvEXT, _gloffset_SecondaryColor3dvEXT)
812
 
        GL_STUB(glSecondaryColor3fEXT, _gloffset_SecondaryColor3fEXT)
813
 
        GL_STUB(glSecondaryColor3fvEXT, _gloffset_SecondaryColor3fvEXT)
814
 
        GL_STUB(glSecondaryColor3iEXT, _gloffset_SecondaryColor3iEXT)
815
 
        GL_STUB(glSecondaryColor3ivEXT, _gloffset_SecondaryColor3ivEXT)
816
 
        GL_STUB(glSecondaryColor3sEXT, _gloffset_SecondaryColor3sEXT)
817
 
        GL_STUB(glSecondaryColor3svEXT, _gloffset_SecondaryColor3svEXT)
818
 
        GL_STUB(glSecondaryColor3ubEXT, _gloffset_SecondaryColor3ubEXT)
819
 
        GL_STUB(glSecondaryColor3ubvEXT, _gloffset_SecondaryColor3ubvEXT)
820
 
        GL_STUB(glSecondaryColor3uiEXT, _gloffset_SecondaryColor3uiEXT)
821
 
        GL_STUB(glSecondaryColor3uivEXT, _gloffset_SecondaryColor3uivEXT)
822
 
        GL_STUB(glSecondaryColor3usEXT, _gloffset_SecondaryColor3usEXT)
823
 
        GL_STUB(glSecondaryColor3usvEXT, _gloffset_SecondaryColor3usvEXT)
824
 
        GL_STUB(glSecondaryColorPointerEXT, _gloffset_SecondaryColorPointerEXT)
825
 
        GL_STUB(glMultiDrawArraysEXT, _gloffset_MultiDrawArraysEXT)
826
 
        GL_STUB(glMultiDrawElementsEXT, _gloffset_MultiDrawElementsEXT)
827
 
        GL_STUB(glFogCoordPointerEXT, _gloffset_FogCoordPointerEXT)
828
 
        GL_STUB(glFogCoorddEXT, _gloffset_FogCoorddEXT)
829
 
        GL_STUB(glFogCoorddvEXT, _gloffset_FogCoorddvEXT)
830
 
        GL_STUB(glFogCoordfEXT, _gloffset_FogCoordfEXT)
831
 
        GL_STUB(glFogCoordfvEXT, _gloffset_FogCoordfvEXT)
832
 
        GL_STUB(gl_dispatch_stub_622, _gloffset_PixelTexGenSGIX)
833
 
        HIDDEN(gl_dispatch_stub_622)
834
 
        GL_STUB(glBlendFuncSeparateEXT, _gloffset_BlendFuncSeparateEXT)
835
 
        GL_STUB(glFlushVertexArrayRangeNV, _gloffset_FlushVertexArrayRangeNV)
836
 
        GL_STUB(glVertexArrayRangeNV, _gloffset_VertexArrayRangeNV)
837
 
        GL_STUB(glCombinerInputNV, _gloffset_CombinerInputNV)
838
 
        GL_STUB(glCombinerOutputNV, _gloffset_CombinerOutputNV)
839
 
        GL_STUB(glCombinerParameterfNV, _gloffset_CombinerParameterfNV)
840
 
        GL_STUB(glCombinerParameterfvNV, _gloffset_CombinerParameterfvNV)
841
 
        GL_STUB(glCombinerParameteriNV, _gloffset_CombinerParameteriNV)
842
 
        GL_STUB(glCombinerParameterivNV, _gloffset_CombinerParameterivNV)
843
 
        GL_STUB(glFinalCombinerInputNV, _gloffset_FinalCombinerInputNV)
844
 
        GL_STUB(glGetCombinerInputParameterfvNV, _gloffset_GetCombinerInputParameterfvNV)
845
 
        GL_STUB(glGetCombinerInputParameterivNV, _gloffset_GetCombinerInputParameterivNV)
846
 
        GL_STUB(glGetCombinerOutputParameterfvNV, _gloffset_GetCombinerOutputParameterfvNV)
847
 
        GL_STUB(glGetCombinerOutputParameterivNV, _gloffset_GetCombinerOutputParameterivNV)
848
 
        GL_STUB(glGetFinalCombinerInputParameterfvNV, _gloffset_GetFinalCombinerInputParameterfvNV)
849
 
        GL_STUB(glGetFinalCombinerInputParameterivNV, _gloffset_GetFinalCombinerInputParameterivNV)
850
 
        GL_STUB(glResizeBuffersMESA, _gloffset_ResizeBuffersMESA)
851
 
        GL_STUB(glWindowPos2dMESA, _gloffset_WindowPos2dMESA)
852
 
        GL_STUB(glWindowPos2dvMESA, _gloffset_WindowPos2dvMESA)
853
 
        GL_STUB(glWindowPos2fMESA, _gloffset_WindowPos2fMESA)
854
 
        GL_STUB(glWindowPos2fvMESA, _gloffset_WindowPos2fvMESA)
855
 
        GL_STUB(glWindowPos2iMESA, _gloffset_WindowPos2iMESA)
856
 
        GL_STUB(glWindowPos2ivMESA, _gloffset_WindowPos2ivMESA)
857
 
        GL_STUB(glWindowPos2sMESA, _gloffset_WindowPos2sMESA)
858
 
        GL_STUB(glWindowPos2svMESA, _gloffset_WindowPos2svMESA)
859
 
        GL_STUB(glWindowPos3dMESA, _gloffset_WindowPos3dMESA)
860
 
        GL_STUB(glWindowPos3dvMESA, _gloffset_WindowPos3dvMESA)
861
 
        GL_STUB(glWindowPos3fMESA, _gloffset_WindowPos3fMESA)
862
 
        GL_STUB(glWindowPos3fvMESA, _gloffset_WindowPos3fvMESA)
863
 
        GL_STUB(glWindowPos3iMESA, _gloffset_WindowPos3iMESA)
864
 
        GL_STUB(glWindowPos3ivMESA, _gloffset_WindowPos3ivMESA)
865
 
        GL_STUB(glWindowPos3sMESA, _gloffset_WindowPos3sMESA)
866
 
        GL_STUB(glWindowPos3svMESA, _gloffset_WindowPos3svMESA)
867
 
        GL_STUB(glWindowPos4dMESA, _gloffset_WindowPos4dMESA)
868
 
        GL_STUB(glWindowPos4dvMESA, _gloffset_WindowPos4dvMESA)
869
 
        GL_STUB(glWindowPos4fMESA, _gloffset_WindowPos4fMESA)
870
 
        GL_STUB(glWindowPos4fvMESA, _gloffset_WindowPos4fvMESA)
871
 
        GL_STUB(glWindowPos4iMESA, _gloffset_WindowPos4iMESA)
872
 
        GL_STUB(glWindowPos4ivMESA, _gloffset_WindowPos4ivMESA)
873
 
        GL_STUB(glWindowPos4sMESA, _gloffset_WindowPos4sMESA)
874
 
        GL_STUB(glWindowPos4svMESA, _gloffset_WindowPos4svMESA)
875
 
        GL_STUB(gl_dispatch_stub_664, _gloffset_MultiModeDrawArraysIBM)
876
 
        HIDDEN(gl_dispatch_stub_664)
877
 
        GL_STUB(gl_dispatch_stub_665, _gloffset_MultiModeDrawElementsIBM)
878
 
        HIDDEN(gl_dispatch_stub_665)
879
 
        GL_STUB(gl_dispatch_stub_666, _gloffset_DeleteFencesNV)
880
 
        HIDDEN(gl_dispatch_stub_666)
881
 
        GL_STUB(gl_dispatch_stub_667, _gloffset_FinishFenceNV)
882
 
        HIDDEN(gl_dispatch_stub_667)
883
 
        GL_STUB(gl_dispatch_stub_668, _gloffset_GenFencesNV)
884
 
        HIDDEN(gl_dispatch_stub_668)
885
 
        GL_STUB(gl_dispatch_stub_669, _gloffset_GetFenceivNV)
886
 
        HIDDEN(gl_dispatch_stub_669)
887
 
        GL_STUB(gl_dispatch_stub_670, _gloffset_IsFenceNV)
888
 
        HIDDEN(gl_dispatch_stub_670)
889
 
        GL_STUB(gl_dispatch_stub_671, _gloffset_SetFenceNV)
890
 
        HIDDEN(gl_dispatch_stub_671)
891
 
        GL_STUB(gl_dispatch_stub_672, _gloffset_TestFenceNV)
892
 
        HIDDEN(gl_dispatch_stub_672)
893
 
        GL_STUB(glAreProgramsResidentNV, _gloffset_AreProgramsResidentNV)
894
 
        GL_STUB(glBindProgramNV, _gloffset_BindProgramNV)
895
 
        GL_STUB(glDeleteProgramsNV, _gloffset_DeleteProgramsNV)
896
 
        GL_STUB(glExecuteProgramNV, _gloffset_ExecuteProgramNV)
897
 
        GL_STUB(glGenProgramsNV, _gloffset_GenProgramsNV)
898
 
        GL_STUB(glGetProgramParameterdvNV, _gloffset_GetProgramParameterdvNV)
899
 
        GL_STUB(glGetProgramParameterfvNV, _gloffset_GetProgramParameterfvNV)
900
 
        GL_STUB(glGetProgramStringNV, _gloffset_GetProgramStringNV)
901
 
        GL_STUB(glGetProgramivNV, _gloffset_GetProgramivNV)
902
 
        GL_STUB(glGetTrackMatrixivNV, _gloffset_GetTrackMatrixivNV)
903
 
        GL_STUB(glGetVertexAttribPointervNV, _gloffset_GetVertexAttribPointervNV)
904
 
        GL_STUB(glGetVertexAttribdvNV, _gloffset_GetVertexAttribdvNV)
905
 
        GL_STUB(glGetVertexAttribfvNV, _gloffset_GetVertexAttribfvNV)
906
 
        GL_STUB(glGetVertexAttribivNV, _gloffset_GetVertexAttribivNV)
907
 
        GL_STUB(glIsProgramNV, _gloffset_IsProgramNV)
908
 
        GL_STUB(glLoadProgramNV, _gloffset_LoadProgramNV)
909
 
        GL_STUB(glProgramParameters4dvNV, _gloffset_ProgramParameters4dvNV)
910
 
        GL_STUB(glProgramParameters4fvNV, _gloffset_ProgramParameters4fvNV)
911
 
        GL_STUB(glRequestResidentProgramsNV, _gloffset_RequestResidentProgramsNV)
912
 
        GL_STUB(glTrackMatrixNV, _gloffset_TrackMatrixNV)
913
 
        GL_STUB(glVertexAttrib1dNV, _gloffset_VertexAttrib1dNV)
914
 
        GL_STUB(glVertexAttrib1dvNV, _gloffset_VertexAttrib1dvNV)
915
 
        GL_STUB(glVertexAttrib1fNV, _gloffset_VertexAttrib1fNV)
916
 
        GL_STUB(glVertexAttrib1fvNV, _gloffset_VertexAttrib1fvNV)
917
 
        GL_STUB(glVertexAttrib1sNV, _gloffset_VertexAttrib1sNV)
918
 
        GL_STUB(glVertexAttrib1svNV, _gloffset_VertexAttrib1svNV)
919
 
        GL_STUB(glVertexAttrib2dNV, _gloffset_VertexAttrib2dNV)
920
 
        GL_STUB(glVertexAttrib2dvNV, _gloffset_VertexAttrib2dvNV)
921
 
        GL_STUB(glVertexAttrib2fNV, _gloffset_VertexAttrib2fNV)
922
 
        GL_STUB(glVertexAttrib2fvNV, _gloffset_VertexAttrib2fvNV)
923
 
        GL_STUB(glVertexAttrib2sNV, _gloffset_VertexAttrib2sNV)
924
 
        GL_STUB(glVertexAttrib2svNV, _gloffset_VertexAttrib2svNV)
925
 
        GL_STUB(glVertexAttrib3dNV, _gloffset_VertexAttrib3dNV)
926
 
        GL_STUB(glVertexAttrib3dvNV, _gloffset_VertexAttrib3dvNV)
927
 
        GL_STUB(glVertexAttrib3fNV, _gloffset_VertexAttrib3fNV)
928
 
        GL_STUB(glVertexAttrib3fvNV, _gloffset_VertexAttrib3fvNV)
929
 
        GL_STUB(glVertexAttrib3sNV, _gloffset_VertexAttrib3sNV)
930
 
        GL_STUB(glVertexAttrib3svNV, _gloffset_VertexAttrib3svNV)
931
 
        GL_STUB(glVertexAttrib4dNV, _gloffset_VertexAttrib4dNV)
932
 
        GL_STUB(glVertexAttrib4dvNV, _gloffset_VertexAttrib4dvNV)
933
 
        GL_STUB(glVertexAttrib4fNV, _gloffset_VertexAttrib4fNV)
934
 
        GL_STUB(glVertexAttrib4fvNV, _gloffset_VertexAttrib4fvNV)
935
 
        GL_STUB(glVertexAttrib4sNV, _gloffset_VertexAttrib4sNV)
936
 
        GL_STUB(glVertexAttrib4svNV, _gloffset_VertexAttrib4svNV)
937
 
        GL_STUB(glVertexAttrib4ubNV, _gloffset_VertexAttrib4ubNV)
938
 
        GL_STUB(glVertexAttrib4ubvNV, _gloffset_VertexAttrib4ubvNV)
939
 
        GL_STUB(glVertexAttribPointerNV, _gloffset_VertexAttribPointerNV)
940
 
        GL_STUB(glVertexAttribs1dvNV, _gloffset_VertexAttribs1dvNV)
941
 
        GL_STUB(glVertexAttribs1fvNV, _gloffset_VertexAttribs1fvNV)
942
 
        GL_STUB(glVertexAttribs1svNV, _gloffset_VertexAttribs1svNV)
943
 
        GL_STUB(glVertexAttribs2dvNV, _gloffset_VertexAttribs2dvNV)
944
 
        GL_STUB(glVertexAttribs2fvNV, _gloffset_VertexAttribs2fvNV)
945
 
        GL_STUB(glVertexAttribs2svNV, _gloffset_VertexAttribs2svNV)
946
 
        GL_STUB(glVertexAttribs3dvNV, _gloffset_VertexAttribs3dvNV)
947
 
        GL_STUB(glVertexAttribs3fvNV, _gloffset_VertexAttribs3fvNV)
948
 
        GL_STUB(glVertexAttribs3svNV, _gloffset_VertexAttribs3svNV)
949
 
        GL_STUB(glVertexAttribs4dvNV, _gloffset_VertexAttribs4dvNV)
950
 
        GL_STUB(glVertexAttribs4fvNV, _gloffset_VertexAttribs4fvNV)
951
 
        GL_STUB(glVertexAttribs4svNV, _gloffset_VertexAttribs4svNV)
952
 
        GL_STUB(glVertexAttribs4ubvNV, _gloffset_VertexAttribs4ubvNV)
953
 
        GL_STUB(glGetTexBumpParameterfvATI, _gloffset_GetTexBumpParameterfvATI)
954
 
        GL_STUB(glGetTexBumpParameterivATI, _gloffset_GetTexBumpParameterivATI)
955
 
        GL_STUB(glTexBumpParameterfvATI, _gloffset_TexBumpParameterfvATI)
956
 
        GL_STUB(glTexBumpParameterivATI, _gloffset_TexBumpParameterivATI)
957
 
        GL_STUB(glAlphaFragmentOp1ATI, _gloffset_AlphaFragmentOp1ATI)
958
 
        GL_STUB(glAlphaFragmentOp2ATI, _gloffset_AlphaFragmentOp2ATI)
959
 
        GL_STUB(glAlphaFragmentOp3ATI, _gloffset_AlphaFragmentOp3ATI)
960
 
        GL_STUB(glBeginFragmentShaderATI, _gloffset_BeginFragmentShaderATI)
961
 
        GL_STUB(glBindFragmentShaderATI, _gloffset_BindFragmentShaderATI)
962
 
        GL_STUB(glColorFragmentOp1ATI, _gloffset_ColorFragmentOp1ATI)
963
 
        GL_STUB(glColorFragmentOp2ATI, _gloffset_ColorFragmentOp2ATI)
964
 
        GL_STUB(glColorFragmentOp3ATI, _gloffset_ColorFragmentOp3ATI)
965
 
        GL_STUB(glDeleteFragmentShaderATI, _gloffset_DeleteFragmentShaderATI)
966
 
        GL_STUB(glEndFragmentShaderATI, _gloffset_EndFragmentShaderATI)
967
 
        GL_STUB(glGenFragmentShadersATI, _gloffset_GenFragmentShadersATI)
968
 
        GL_STUB(glPassTexCoordATI, _gloffset_PassTexCoordATI)
969
 
        GL_STUB(glSampleMapATI, _gloffset_SampleMapATI)
970
 
        GL_STUB(glSetFragmentShaderConstantATI, _gloffset_SetFragmentShaderConstantATI)
971
 
        GL_STUB(glPointParameteriNV, _gloffset_PointParameteriNV)
972
 
        GL_STUB(glPointParameterivNV, _gloffset_PointParameterivNV)
973
 
        GL_STUB(gl_dispatch_stub_753, _gloffset_ActiveStencilFaceEXT)
974
 
        HIDDEN(gl_dispatch_stub_753)
975
 
        GL_STUB(gl_dispatch_stub_754, _gloffset_BindVertexArrayAPPLE)
976
 
        HIDDEN(gl_dispatch_stub_754)
977
 
        GL_STUB(gl_dispatch_stub_755, _gloffset_DeleteVertexArraysAPPLE)
978
 
        HIDDEN(gl_dispatch_stub_755)
979
 
        GL_STUB(gl_dispatch_stub_756, _gloffset_GenVertexArraysAPPLE)
980
 
        HIDDEN(gl_dispatch_stub_756)
981
 
        GL_STUB(gl_dispatch_stub_757, _gloffset_IsVertexArrayAPPLE)
982
 
        HIDDEN(gl_dispatch_stub_757)
983
 
        GL_STUB(glGetProgramNamedParameterdvNV, _gloffset_GetProgramNamedParameterdvNV)
984
 
        GL_STUB(glGetProgramNamedParameterfvNV, _gloffset_GetProgramNamedParameterfvNV)
985
 
        GL_STUB(glProgramNamedParameter4dNV, _gloffset_ProgramNamedParameter4dNV)
986
 
        GL_STUB(glProgramNamedParameter4dvNV, _gloffset_ProgramNamedParameter4dvNV)
987
 
        GL_STUB(glProgramNamedParameter4fNV, _gloffset_ProgramNamedParameter4fNV)
988
 
        GL_STUB(glProgramNamedParameter4fvNV, _gloffset_ProgramNamedParameter4fvNV)
989
 
        GL_STUB(gl_dispatch_stub_764, _gloffset_DepthBoundsEXT)
990
 
        HIDDEN(gl_dispatch_stub_764)
991
 
        GL_STUB(gl_dispatch_stub_765, _gloffset_BlendEquationSeparateEXT)
992
 
        HIDDEN(gl_dispatch_stub_765)
993
 
        GL_STUB(glBindFramebufferEXT, _gloffset_BindFramebufferEXT)
994
 
        GL_STUB(glBindRenderbufferEXT, _gloffset_BindRenderbufferEXT)
995
 
        GL_STUB(glCheckFramebufferStatusEXT, _gloffset_CheckFramebufferStatusEXT)
996
 
        GL_STUB(glDeleteFramebuffersEXT, _gloffset_DeleteFramebuffersEXT)
997
 
        GL_STUB(glDeleteRenderbuffersEXT, _gloffset_DeleteRenderbuffersEXT)
998
 
        GL_STUB(glFramebufferRenderbufferEXT, _gloffset_FramebufferRenderbufferEXT)
999
 
        GL_STUB(glFramebufferTexture1DEXT, _gloffset_FramebufferTexture1DEXT)
1000
 
        GL_STUB(glFramebufferTexture2DEXT, _gloffset_FramebufferTexture2DEXT)
1001
 
        GL_STUB(glFramebufferTexture3DEXT, _gloffset_FramebufferTexture3DEXT)
1002
 
        GL_STUB(glGenFramebuffersEXT, _gloffset_GenFramebuffersEXT)
1003
 
        GL_STUB(glGenRenderbuffersEXT, _gloffset_GenRenderbuffersEXT)
1004
 
        GL_STUB(glGenerateMipmapEXT, _gloffset_GenerateMipmapEXT)
1005
 
        GL_STUB(glGetFramebufferAttachmentParameterivEXT, _gloffset_GetFramebufferAttachmentParameterivEXT)
1006
 
        GL_STUB(glGetRenderbufferParameterivEXT, _gloffset_GetRenderbufferParameterivEXT)
1007
 
        GL_STUB(glIsFramebufferEXT, _gloffset_IsFramebufferEXT)
1008
 
        GL_STUB(glIsRenderbufferEXT, _gloffset_IsRenderbufferEXT)
1009
 
        GL_STUB(glRenderbufferStorageEXT, _gloffset_RenderbufferStorageEXT)
1010
 
        GL_STUB(gl_dispatch_stub_783, _gloffset_BlitFramebufferEXT)
1011
 
        HIDDEN(gl_dispatch_stub_783)
1012
 
        GL_STUB(gl_dispatch_stub_784, _gloffset_BufferParameteriAPPLE)
1013
 
        HIDDEN(gl_dispatch_stub_784)
1014
 
        GL_STUB(gl_dispatch_stub_785, _gloffset_FlushMappedBufferRangeAPPLE)
1015
 
        HIDDEN(gl_dispatch_stub_785)
1016
 
        GL_STUB(glFramebufferTextureLayerEXT, _gloffset_FramebufferTextureLayerEXT)
1017
 
        GL_STUB(glColorMaskIndexedEXT, _gloffset_ColorMaskIndexedEXT)
1018
 
        GL_STUB(glDisableIndexedEXT, _gloffset_DisableIndexedEXT)
1019
 
        GL_STUB(glEnableIndexedEXT, _gloffset_EnableIndexedEXT)
1020
 
        GL_STUB(glGetBooleanIndexedvEXT, _gloffset_GetBooleanIndexedvEXT)
1021
 
        GL_STUB(glGetIntegerIndexedvEXT, _gloffset_GetIntegerIndexedvEXT)
1022
 
        GL_STUB(glIsEnabledIndexedEXT, _gloffset_IsEnabledIndexedEXT)
1023
 
        GL_STUB(glBeginConditionalRenderNV, _gloffset_BeginConditionalRenderNV)
1024
 
        GL_STUB(glEndConditionalRenderNV, _gloffset_EndConditionalRenderNV)
1025
 
        GL_STUB(glProvokingVertexEXT, _gloffset_ProvokingVertexEXT)
1026
 
        GL_STUB(gl_dispatch_stub_796, _gloffset_GetTexParameterPointervAPPLE)
1027
 
        HIDDEN(gl_dispatch_stub_796)
1028
 
        GL_STUB(gl_dispatch_stub_797, _gloffset_TextureRangeAPPLE)
1029
 
        HIDDEN(gl_dispatch_stub_797)
1030
 
        GL_STUB(glGetObjectParameterivAPPLE, _gloffset_GetObjectParameterivAPPLE)
1031
 
        GL_STUB(glObjectPurgeableAPPLE, _gloffset_ObjectPurgeableAPPLE)
1032
 
        GL_STUB(glObjectUnpurgeableAPPLE, _gloffset_ObjectUnpurgeableAPPLE)
1033
 
        GL_STUB(gl_dispatch_stub_801, _gloffset_StencilFuncSeparateATI)
1034
 
        HIDDEN(gl_dispatch_stub_801)
1035
 
        GL_STUB(gl_dispatch_stub_802, _gloffset_ProgramEnvParameters4fvEXT)
1036
 
        HIDDEN(gl_dispatch_stub_802)
1037
 
        GL_STUB(gl_dispatch_stub_803, _gloffset_ProgramLocalParameters4fvEXT)
1038
 
        HIDDEN(gl_dispatch_stub_803)
1039
 
        GL_STUB(gl_dispatch_stub_804, _gloffset_GetQueryObjecti64vEXT)
1040
 
        HIDDEN(gl_dispatch_stub_804)
1041
 
        GL_STUB(gl_dispatch_stub_805, _gloffset_GetQueryObjectui64vEXT)
1042
 
        HIDDEN(gl_dispatch_stub_805)
1043
 
        GL_STUB(glEGLImageTargetRenderbufferStorageOES, _gloffset_EGLImageTargetRenderbufferStorageOES)
1044
 
        GL_STUB(glEGLImageTargetTexture2DOES, _gloffset_EGLImageTargetTexture2DOES)
1045
 
        GL_STUB_ALIAS(glArrayElementEXT, glArrayElement)
1046
 
        GL_STUB_ALIAS(glBindTextureEXT, glBindTexture)
1047
 
        GL_STUB_ALIAS(glDrawArraysEXT, glDrawArrays)
1048
 
#ifndef GLX_INDIRECT_RENDERING
1049
 
        GL_STUB_ALIAS(glAreTexturesResidentEXT, glAreTexturesResident)
1050
 
#endif
1051
 
        GL_STUB_ALIAS(glCopyTexImage1DEXT, glCopyTexImage1D)
1052
 
        GL_STUB_ALIAS(glCopyTexImage2DEXT, glCopyTexImage2D)
1053
 
        GL_STUB_ALIAS(glCopyTexSubImage1DEXT, glCopyTexSubImage1D)
1054
 
        GL_STUB_ALIAS(glCopyTexSubImage2DEXT, glCopyTexSubImage2D)
1055
 
#ifndef GLX_INDIRECT_RENDERING
1056
 
        GL_STUB_ALIAS(glDeleteTexturesEXT, glDeleteTextures)
1057
 
#endif
1058
 
#ifndef GLX_INDIRECT_RENDERING
1059
 
        GL_STUB_ALIAS(glGenTexturesEXT, glGenTextures)
1060
 
#endif
1061
 
        GL_STUB_ALIAS(glGetPointervEXT, glGetPointerv)
1062
 
#ifndef GLX_INDIRECT_RENDERING
1063
 
        GL_STUB_ALIAS(glIsTextureEXT, glIsTexture)
1064
 
#endif
1065
 
        GL_STUB_ALIAS(glPrioritizeTexturesEXT, glPrioritizeTextures)
1066
 
        GL_STUB_ALIAS(glTexSubImage1DEXT, glTexSubImage1D)
1067
 
        GL_STUB_ALIAS(glTexSubImage2DEXT, glTexSubImage2D)
1068
 
        GL_STUB_ALIAS(glBlendColorEXT, glBlendColor)
1069
 
        GL_STUB_ALIAS(glBlendEquationEXT, glBlendEquation)
1070
 
        GL_STUB_ALIAS(glDrawRangeElementsEXT, glDrawRangeElements)
1071
 
        GL_STUB_ALIAS(glColorTableSGI, glColorTable)
1072
 
        GL_STUB_ALIAS(glColorTableEXT, glColorTable)
1073
 
        GL_STUB_ALIAS(glColorTableParameterfvSGI, glColorTableParameterfv)
1074
 
        GL_STUB_ALIAS(glColorTableParameterivSGI, glColorTableParameteriv)
1075
 
        GL_STUB_ALIAS(glCopyColorTableSGI, glCopyColorTable)
1076
 
#ifndef GLX_INDIRECT_RENDERING
1077
 
        GL_STUB_ALIAS(glGetColorTableSGI, glGetColorTable)
1078
 
#endif
1079
 
#ifndef GLX_INDIRECT_RENDERING
1080
 
        GL_STUB_ALIAS(glGetColorTableEXT, glGetColorTable)
1081
 
#endif
1082
 
#ifndef GLX_INDIRECT_RENDERING
1083
 
        GL_STUB_ALIAS(glGetColorTableParameterfvSGI, glGetColorTableParameterfv)
1084
 
#endif
1085
 
#ifndef GLX_INDIRECT_RENDERING
1086
 
        GL_STUB_ALIAS(glGetColorTableParameterfvEXT, glGetColorTableParameterfv)
1087
 
#endif
1088
 
#ifndef GLX_INDIRECT_RENDERING
1089
 
        GL_STUB_ALIAS(glGetColorTableParameterivSGI, glGetColorTableParameteriv)
1090
 
#endif
1091
 
#ifndef GLX_INDIRECT_RENDERING
1092
 
        GL_STUB_ALIAS(glGetColorTableParameterivEXT, glGetColorTableParameteriv)
1093
 
#endif
1094
 
        GL_STUB_ALIAS(glColorSubTableEXT, glColorSubTable)
1095
 
        GL_STUB_ALIAS(glCopyColorSubTableEXT, glCopyColorSubTable)
1096
 
        GL_STUB_ALIAS(glConvolutionFilter1DEXT, glConvolutionFilter1D)
1097
 
        GL_STUB_ALIAS(glConvolutionFilter2DEXT, glConvolutionFilter2D)
1098
 
        GL_STUB_ALIAS(glConvolutionParameterfEXT, glConvolutionParameterf)
1099
 
        GL_STUB_ALIAS(glConvolutionParameterfvEXT, glConvolutionParameterfv)
1100
 
        GL_STUB_ALIAS(glConvolutionParameteriEXT, glConvolutionParameteri)
1101
 
        GL_STUB_ALIAS(glConvolutionParameterivEXT, glConvolutionParameteriv)
1102
 
        GL_STUB_ALIAS(glCopyConvolutionFilter1DEXT, glCopyConvolutionFilter1D)
1103
 
        GL_STUB_ALIAS(glCopyConvolutionFilter2DEXT, glCopyConvolutionFilter2D)
1104
 
#ifndef GLX_INDIRECT_RENDERING
1105
 
        GL_STUB_ALIAS(glGetConvolutionFilterEXT, glGetConvolutionFilter)
1106
 
#endif
1107
 
#ifndef GLX_INDIRECT_RENDERING
1108
 
        GL_STUB_ALIAS(glGetConvolutionParameterfvEXT, glGetConvolutionParameterfv)
1109
 
#endif
1110
 
#ifndef GLX_INDIRECT_RENDERING
1111
 
        GL_STUB_ALIAS(glGetConvolutionParameterivEXT, glGetConvolutionParameteriv)
1112
 
#endif
1113
 
#ifndef GLX_INDIRECT_RENDERING
1114
 
        GL_STUB_ALIAS(glGetSeparableFilterEXT, glGetSeparableFilter)
1115
 
#endif
1116
 
        GL_STUB_ALIAS(glSeparableFilter2DEXT, glSeparableFilter2D)
1117
 
#ifndef GLX_INDIRECT_RENDERING
1118
 
        GL_STUB_ALIAS(glGetHistogramEXT, glGetHistogram)
1119
 
#endif
1120
 
#ifndef GLX_INDIRECT_RENDERING
1121
 
        GL_STUB_ALIAS(glGetHistogramParameterfvEXT, glGetHistogramParameterfv)
1122
 
#endif
1123
 
#ifndef GLX_INDIRECT_RENDERING
1124
 
        GL_STUB_ALIAS(glGetHistogramParameterivEXT, glGetHistogramParameteriv)
1125
 
#endif
1126
 
#ifndef GLX_INDIRECT_RENDERING
1127
 
        GL_STUB_ALIAS(glGetMinmaxEXT, glGetMinmax)
1128
 
#endif
1129
 
#ifndef GLX_INDIRECT_RENDERING
1130
 
        GL_STUB_ALIAS(glGetMinmaxParameterfvEXT, glGetMinmaxParameterfv)
1131
 
#endif
1132
 
#ifndef GLX_INDIRECT_RENDERING
1133
 
        GL_STUB_ALIAS(glGetMinmaxParameterivEXT, glGetMinmaxParameteriv)
1134
 
#endif
1135
 
        GL_STUB_ALIAS(glHistogramEXT, glHistogram)
1136
 
        GL_STUB_ALIAS(glMinmaxEXT, glMinmax)
1137
 
        GL_STUB_ALIAS(glResetHistogramEXT, glResetHistogram)
1138
 
        GL_STUB_ALIAS(glResetMinmaxEXT, glResetMinmax)
1139
 
        GL_STUB_ALIAS(glTexImage3DEXT, glTexImage3D)
1140
 
        GL_STUB_ALIAS(glTexSubImage3DEXT, glTexSubImage3D)
1141
 
        GL_STUB_ALIAS(glCopyTexSubImage3DEXT, glCopyTexSubImage3D)
1142
 
        GL_STUB_ALIAS(glActiveTexture, glActiveTextureARB)
1143
 
        GL_STUB_ALIAS(glClientActiveTexture, glClientActiveTextureARB)
1144
 
        GL_STUB_ALIAS(glMultiTexCoord1d, glMultiTexCoord1dARB)
1145
 
        GL_STUB_ALIAS(glMultiTexCoord1dv, glMultiTexCoord1dvARB)
1146
 
        GL_STUB_ALIAS(glMultiTexCoord1f, glMultiTexCoord1fARB)
1147
 
        GL_STUB_ALIAS(glMultiTexCoord1fv, glMultiTexCoord1fvARB)
1148
 
        GL_STUB_ALIAS(glMultiTexCoord1i, glMultiTexCoord1iARB)
1149
 
        GL_STUB_ALIAS(glMultiTexCoord1iv, glMultiTexCoord1ivARB)
1150
 
        GL_STUB_ALIAS(glMultiTexCoord1s, glMultiTexCoord1sARB)
1151
 
        GL_STUB_ALIAS(glMultiTexCoord1sv, glMultiTexCoord1svARB)
1152
 
        GL_STUB_ALIAS(glMultiTexCoord2d, glMultiTexCoord2dARB)
1153
 
        GL_STUB_ALIAS(glMultiTexCoord2dv, glMultiTexCoord2dvARB)
1154
 
        GL_STUB_ALIAS(glMultiTexCoord2f, glMultiTexCoord2fARB)
1155
 
        GL_STUB_ALIAS(glMultiTexCoord2fv, glMultiTexCoord2fvARB)
1156
 
        GL_STUB_ALIAS(glMultiTexCoord2i, glMultiTexCoord2iARB)
1157
 
        GL_STUB_ALIAS(glMultiTexCoord2iv, glMultiTexCoord2ivARB)
1158
 
        GL_STUB_ALIAS(glMultiTexCoord2s, glMultiTexCoord2sARB)
1159
 
        GL_STUB_ALIAS(glMultiTexCoord2sv, glMultiTexCoord2svARB)
1160
 
        GL_STUB_ALIAS(glMultiTexCoord3d, glMultiTexCoord3dARB)
1161
 
        GL_STUB_ALIAS(glMultiTexCoord3dv, glMultiTexCoord3dvARB)
1162
 
        GL_STUB_ALIAS(glMultiTexCoord3f, glMultiTexCoord3fARB)
1163
 
        GL_STUB_ALIAS(glMultiTexCoord3fv, glMultiTexCoord3fvARB)
1164
 
        GL_STUB_ALIAS(glMultiTexCoord3i, glMultiTexCoord3iARB)
1165
 
        GL_STUB_ALIAS(glMultiTexCoord3iv, glMultiTexCoord3ivARB)
1166
 
        GL_STUB_ALIAS(glMultiTexCoord3s, glMultiTexCoord3sARB)
1167
 
        GL_STUB_ALIAS(glMultiTexCoord3sv, glMultiTexCoord3svARB)
1168
 
        GL_STUB_ALIAS(glMultiTexCoord4d, glMultiTexCoord4dARB)
1169
 
        GL_STUB_ALIAS(glMultiTexCoord4dv, glMultiTexCoord4dvARB)
1170
 
        GL_STUB_ALIAS(glMultiTexCoord4f, glMultiTexCoord4fARB)
1171
 
        GL_STUB_ALIAS(glMultiTexCoord4fv, glMultiTexCoord4fvARB)
1172
 
        GL_STUB_ALIAS(glMultiTexCoord4i, glMultiTexCoord4iARB)
1173
 
        GL_STUB_ALIAS(glMultiTexCoord4iv, glMultiTexCoord4ivARB)
1174
 
        GL_STUB_ALIAS(glMultiTexCoord4s, glMultiTexCoord4sARB)
1175
 
        GL_STUB_ALIAS(glMultiTexCoord4sv, glMultiTexCoord4svARB)
1176
 
        GL_STUB_ALIAS(glStencilOpSeparateATI, glStencilOpSeparate)
1177
 
        GL_STUB_ALIAS(glLoadTransposeMatrixd, glLoadTransposeMatrixdARB)
1178
 
        GL_STUB_ALIAS(glLoadTransposeMatrixf, glLoadTransposeMatrixfARB)
1179
 
        GL_STUB_ALIAS(glMultTransposeMatrixd, glMultTransposeMatrixdARB)
1180
 
        GL_STUB_ALIAS(glMultTransposeMatrixf, glMultTransposeMatrixfARB)
1181
 
        GL_STUB_ALIAS(glSampleCoverage, glSampleCoverageARB)
1182
 
        GL_STUB_ALIAS(glCompressedTexImage1D, glCompressedTexImage1DARB)
1183
 
        GL_STUB_ALIAS(glCompressedTexImage2D, glCompressedTexImage2DARB)
1184
 
        GL_STUB_ALIAS(glCompressedTexImage3D, glCompressedTexImage3DARB)
1185
 
        GL_STUB_ALIAS(glCompressedTexSubImage1D, glCompressedTexSubImage1DARB)
1186
 
        GL_STUB_ALIAS(glCompressedTexSubImage2D, glCompressedTexSubImage2DARB)
1187
 
        GL_STUB_ALIAS(glCompressedTexSubImage3D, glCompressedTexSubImage3DARB)
1188
 
        GL_STUB_ALIAS(glGetCompressedTexImage, glGetCompressedTexImageARB)
1189
 
        GL_STUB_ALIAS(glDisableVertexAttribArray, glDisableVertexAttribArrayARB)
1190
 
        GL_STUB_ALIAS(glEnableVertexAttribArray, glEnableVertexAttribArrayARB)
1191
 
        GL_STUB_ALIAS(glGetVertexAttribdv, glGetVertexAttribdvARB)
1192
 
        GL_STUB_ALIAS(glGetVertexAttribfv, glGetVertexAttribfvARB)
1193
 
        GL_STUB_ALIAS(glGetVertexAttribiv, glGetVertexAttribivARB)
1194
 
        GL_STUB_ALIAS(glProgramParameter4dNV, glProgramEnvParameter4dARB)
1195
 
        GL_STUB_ALIAS(glProgramParameter4dvNV, glProgramEnvParameter4dvARB)
1196
 
        GL_STUB_ALIAS(glProgramParameter4fNV, glProgramEnvParameter4fARB)
1197
 
        GL_STUB_ALIAS(glProgramParameter4fvNV, glProgramEnvParameter4fvARB)
1198
 
        GL_STUB_ALIAS(glVertexAttrib1d, glVertexAttrib1dARB)
1199
 
        GL_STUB_ALIAS(glVertexAttrib1dv, glVertexAttrib1dvARB)
1200
 
        GL_STUB_ALIAS(glVertexAttrib1f, glVertexAttrib1fARB)
1201
 
        GL_STUB_ALIAS(glVertexAttrib1fv, glVertexAttrib1fvARB)
1202
 
        GL_STUB_ALIAS(glVertexAttrib1s, glVertexAttrib1sARB)
1203
 
        GL_STUB_ALIAS(glVertexAttrib1sv, glVertexAttrib1svARB)
1204
 
        GL_STUB_ALIAS(glVertexAttrib2d, glVertexAttrib2dARB)
1205
 
        GL_STUB_ALIAS(glVertexAttrib2dv, glVertexAttrib2dvARB)
1206
 
        GL_STUB_ALIAS(glVertexAttrib2f, glVertexAttrib2fARB)
1207
 
        GL_STUB_ALIAS(glVertexAttrib2fv, glVertexAttrib2fvARB)
1208
 
        GL_STUB_ALIAS(glVertexAttrib2s, glVertexAttrib2sARB)
1209
 
        GL_STUB_ALIAS(glVertexAttrib2sv, glVertexAttrib2svARB)
1210
 
        GL_STUB_ALIAS(glVertexAttrib3d, glVertexAttrib3dARB)
1211
 
        GL_STUB_ALIAS(glVertexAttrib3dv, glVertexAttrib3dvARB)
1212
 
        GL_STUB_ALIAS(glVertexAttrib3f, glVertexAttrib3fARB)
1213
 
        GL_STUB_ALIAS(glVertexAttrib3fv, glVertexAttrib3fvARB)
1214
 
        GL_STUB_ALIAS(glVertexAttrib3s, glVertexAttrib3sARB)
1215
 
        GL_STUB_ALIAS(glVertexAttrib3sv, glVertexAttrib3svARB)
1216
 
        GL_STUB_ALIAS(glVertexAttrib4Nbv, glVertexAttrib4NbvARB)
1217
 
        GL_STUB_ALIAS(glVertexAttrib4Niv, glVertexAttrib4NivARB)
1218
 
        GL_STUB_ALIAS(glVertexAttrib4Nsv, glVertexAttrib4NsvARB)
1219
 
        GL_STUB_ALIAS(glVertexAttrib4Nub, glVertexAttrib4NubARB)
1220
 
        GL_STUB_ALIAS(glVertexAttrib4Nubv, glVertexAttrib4NubvARB)
1221
 
        GL_STUB_ALIAS(glVertexAttrib4Nuiv, glVertexAttrib4NuivARB)
1222
 
        GL_STUB_ALIAS(glVertexAttrib4Nusv, glVertexAttrib4NusvARB)
1223
 
        GL_STUB_ALIAS(glVertexAttrib4bv, glVertexAttrib4bvARB)
1224
 
        GL_STUB_ALIAS(glVertexAttrib4d, glVertexAttrib4dARB)
1225
 
        GL_STUB_ALIAS(glVertexAttrib4dv, glVertexAttrib4dvARB)
1226
 
        GL_STUB_ALIAS(glVertexAttrib4f, glVertexAttrib4fARB)
1227
 
        GL_STUB_ALIAS(glVertexAttrib4fv, glVertexAttrib4fvARB)
1228
 
        GL_STUB_ALIAS(glVertexAttrib4iv, glVertexAttrib4ivARB)
1229
 
        GL_STUB_ALIAS(glVertexAttrib4s, glVertexAttrib4sARB)
1230
 
        GL_STUB_ALIAS(glVertexAttrib4sv, glVertexAttrib4svARB)
1231
 
        GL_STUB_ALIAS(glVertexAttrib4ubv, glVertexAttrib4ubvARB)
1232
 
        GL_STUB_ALIAS(glVertexAttrib4uiv, glVertexAttrib4uivARB)
1233
 
        GL_STUB_ALIAS(glVertexAttrib4usv, glVertexAttrib4usvARB)
1234
 
        GL_STUB_ALIAS(glVertexAttribPointer, glVertexAttribPointerARB)
1235
 
        GL_STUB_ALIAS(glBindBuffer, glBindBufferARB)
1236
 
        GL_STUB_ALIAS(glBufferData, glBufferDataARB)
1237
 
        GL_STUB_ALIAS(glBufferSubData, glBufferSubDataARB)
1238
 
        GL_STUB_ALIAS(glDeleteBuffers, glDeleteBuffersARB)
1239
 
        GL_STUB_ALIAS(glGenBuffers, glGenBuffersARB)
1240
 
        GL_STUB_ALIAS(glGetBufferParameteriv, glGetBufferParameterivARB)
1241
 
        GL_STUB_ALIAS(glGetBufferPointerv, glGetBufferPointervARB)
1242
 
        GL_STUB_ALIAS(glGetBufferSubData, glGetBufferSubDataARB)
1243
 
        GL_STUB_ALIAS(glIsBuffer, glIsBufferARB)
1244
 
        GL_STUB_ALIAS(glMapBuffer, glMapBufferARB)
1245
 
        GL_STUB_ALIAS(glUnmapBuffer, glUnmapBufferARB)
1246
 
        GL_STUB_ALIAS(glBeginQuery, glBeginQueryARB)
1247
 
        GL_STUB_ALIAS(glDeleteQueries, glDeleteQueriesARB)
1248
 
        GL_STUB_ALIAS(glEndQuery, glEndQueryARB)
1249
 
        GL_STUB_ALIAS(glGenQueries, glGenQueriesARB)
1250
 
        GL_STUB_ALIAS(glGetQueryObjectiv, glGetQueryObjectivARB)
1251
 
        GL_STUB_ALIAS(glGetQueryObjectuiv, glGetQueryObjectuivARB)
1252
 
        GL_STUB_ALIAS(glGetQueryiv, glGetQueryivARB)
1253
 
        GL_STUB_ALIAS(glIsQuery, glIsQueryARB)
1254
 
        GL_STUB_ALIAS(glCompileShader, glCompileShaderARB)
1255
 
        GL_STUB_ALIAS(glGetActiveUniform, glGetActiveUniformARB)
1256
 
        GL_STUB_ALIAS(glGetShaderSource, glGetShaderSourceARB)
1257
 
        GL_STUB_ALIAS(glGetUniformLocation, glGetUniformLocationARB)
1258
 
        GL_STUB_ALIAS(glGetUniformfv, glGetUniformfvARB)
1259
 
        GL_STUB_ALIAS(glGetUniformiv, glGetUniformivARB)
1260
 
        GL_STUB_ALIAS(glLinkProgram, glLinkProgramARB)
1261
 
        GL_STUB_ALIAS(glShaderSource, glShaderSourceARB)
1262
 
        GL_STUB_ALIAS(glUniform1f, glUniform1fARB)
1263
 
        GL_STUB_ALIAS(glUniform1fv, glUniform1fvARB)
1264
 
        GL_STUB_ALIAS(glUniform1i, glUniform1iARB)
1265
 
        GL_STUB_ALIAS(glUniform1iv, glUniform1ivARB)
1266
 
        GL_STUB_ALIAS(glUniform2f, glUniform2fARB)
1267
 
        GL_STUB_ALIAS(glUniform2fv, glUniform2fvARB)
1268
 
        GL_STUB_ALIAS(glUniform2i, glUniform2iARB)
1269
 
        GL_STUB_ALIAS(glUniform2iv, glUniform2ivARB)
1270
 
        GL_STUB_ALIAS(glUniform3f, glUniform3fARB)
1271
 
        GL_STUB_ALIAS(glUniform3fv, glUniform3fvARB)
1272
 
        GL_STUB_ALIAS(glUniform3i, glUniform3iARB)
1273
 
        GL_STUB_ALIAS(glUniform3iv, glUniform3ivARB)
1274
 
        GL_STUB_ALIAS(glUniform4f, glUniform4fARB)
1275
 
        GL_STUB_ALIAS(glUniform4fv, glUniform4fvARB)
1276
 
        GL_STUB_ALIAS(glUniform4i, glUniform4iARB)
1277
 
        GL_STUB_ALIAS(glUniform4iv, glUniform4ivARB)
1278
 
        GL_STUB_ALIAS(glUniformMatrix2fv, glUniformMatrix2fvARB)
1279
 
        GL_STUB_ALIAS(glUniformMatrix3fv, glUniformMatrix3fvARB)
1280
 
        GL_STUB_ALIAS(glUniformMatrix4fv, glUniformMatrix4fvARB)
1281
 
        GL_STUB_ALIAS(glUseProgram, glUseProgramObjectARB)
1282
 
        GL_STUB_ALIAS(glValidateProgram, glValidateProgramARB)
1283
 
        GL_STUB_ALIAS(glBindAttribLocation, glBindAttribLocationARB)
1284
 
        GL_STUB_ALIAS(glGetActiveAttrib, glGetActiveAttribARB)
1285
 
        GL_STUB_ALIAS(glGetAttribLocation, glGetAttribLocationARB)
1286
 
        GL_STUB_ALIAS(glDrawBuffers, glDrawBuffersARB)
1287
 
        GL_STUB_ALIAS(glDrawBuffersATI, glDrawBuffersARB)
1288
 
        GL_STUB_ALIAS(glRenderbufferStorageMultisampleEXT, glRenderbufferStorageMultisample)
1289
 
        GL_STUB_ALIAS(glPointParameterf, glPointParameterfEXT)
1290
 
        GL_STUB_ALIAS(glPointParameterfARB, glPointParameterfEXT)
1291
 
        GL_STUB_ALIAS(glPointParameterfSGIS, glPointParameterfEXT)
1292
 
        GL_STUB_ALIAS(glPointParameterfv, glPointParameterfvEXT)
1293
 
        GL_STUB_ALIAS(glPointParameterfvARB, glPointParameterfvEXT)
1294
 
        GL_STUB_ALIAS(glPointParameterfvSGIS, glPointParameterfvEXT)
1295
 
        GL_STUB_ALIAS(glSecondaryColor3b, glSecondaryColor3bEXT)
1296
 
        GL_STUB_ALIAS(glSecondaryColor3bv, glSecondaryColor3bvEXT)
1297
 
        GL_STUB_ALIAS(glSecondaryColor3d, glSecondaryColor3dEXT)
1298
 
        GL_STUB_ALIAS(glSecondaryColor3dv, glSecondaryColor3dvEXT)
1299
 
        GL_STUB_ALIAS(glSecondaryColor3f, glSecondaryColor3fEXT)
1300
 
        GL_STUB_ALIAS(glSecondaryColor3fv, glSecondaryColor3fvEXT)
1301
 
        GL_STUB_ALIAS(glSecondaryColor3i, glSecondaryColor3iEXT)
1302
 
        GL_STUB_ALIAS(glSecondaryColor3iv, glSecondaryColor3ivEXT)
1303
 
        GL_STUB_ALIAS(glSecondaryColor3s, glSecondaryColor3sEXT)
1304
 
        GL_STUB_ALIAS(glSecondaryColor3sv, glSecondaryColor3svEXT)
1305
 
        GL_STUB_ALIAS(glSecondaryColor3ub, glSecondaryColor3ubEXT)
1306
 
        GL_STUB_ALIAS(glSecondaryColor3ubv, glSecondaryColor3ubvEXT)
1307
 
        GL_STUB_ALIAS(glSecondaryColor3ui, glSecondaryColor3uiEXT)
1308
 
        GL_STUB_ALIAS(glSecondaryColor3uiv, glSecondaryColor3uivEXT)
1309
 
        GL_STUB_ALIAS(glSecondaryColor3us, glSecondaryColor3usEXT)
1310
 
        GL_STUB_ALIAS(glSecondaryColor3usv, glSecondaryColor3usvEXT)
1311
 
        GL_STUB_ALIAS(glSecondaryColorPointer, glSecondaryColorPointerEXT)
1312
 
        GL_STUB_ALIAS(glMultiDrawArrays, glMultiDrawArraysEXT)
1313
 
        GL_STUB_ALIAS(glMultiDrawElements, glMultiDrawElementsEXT)
1314
 
        GL_STUB_ALIAS(glFogCoordPointer, glFogCoordPointerEXT)
1315
 
        GL_STUB_ALIAS(glFogCoordd, glFogCoorddEXT)
1316
 
        GL_STUB_ALIAS(glFogCoorddv, glFogCoorddvEXT)
1317
 
        GL_STUB_ALIAS(glFogCoordf, glFogCoordfEXT)
1318
 
        GL_STUB_ALIAS(glFogCoordfv, glFogCoordfvEXT)
1319
 
        GL_STUB_ALIAS(glBlendFuncSeparate, glBlendFuncSeparateEXT)
1320
 
        GL_STUB_ALIAS(glBlendFuncSeparateINGR, glBlendFuncSeparateEXT)
1321
 
        GL_STUB_ALIAS(glWindowPos2d, glWindowPos2dMESA)
1322
 
        GL_STUB_ALIAS(glWindowPos2dARB, glWindowPos2dMESA)
1323
 
        GL_STUB_ALIAS(glWindowPos2dv, glWindowPos2dvMESA)
1324
 
        GL_STUB_ALIAS(glWindowPos2dvARB, glWindowPos2dvMESA)
1325
 
        GL_STUB_ALIAS(glWindowPos2f, glWindowPos2fMESA)
1326
 
        GL_STUB_ALIAS(glWindowPos2fARB, glWindowPos2fMESA)
1327
 
        GL_STUB_ALIAS(glWindowPos2fv, glWindowPos2fvMESA)
1328
 
        GL_STUB_ALIAS(glWindowPos2fvARB, glWindowPos2fvMESA)
1329
 
        GL_STUB_ALIAS(glWindowPos2i, glWindowPos2iMESA)
1330
 
        GL_STUB_ALIAS(glWindowPos2iARB, glWindowPos2iMESA)
1331
 
        GL_STUB_ALIAS(glWindowPos2iv, glWindowPos2ivMESA)
1332
 
        GL_STUB_ALIAS(glWindowPos2ivARB, glWindowPos2ivMESA)
1333
 
        GL_STUB_ALIAS(glWindowPos2s, glWindowPos2sMESA)
1334
 
        GL_STUB_ALIAS(glWindowPos2sARB, glWindowPos2sMESA)
1335
 
        GL_STUB_ALIAS(glWindowPos2sv, glWindowPos2svMESA)
1336
 
        GL_STUB_ALIAS(glWindowPos2svARB, glWindowPos2svMESA)
1337
 
        GL_STUB_ALIAS(glWindowPos3d, glWindowPos3dMESA)
1338
 
        GL_STUB_ALIAS(glWindowPos3dARB, glWindowPos3dMESA)
1339
 
        GL_STUB_ALIAS(glWindowPos3dv, glWindowPos3dvMESA)
1340
 
        GL_STUB_ALIAS(glWindowPos3dvARB, glWindowPos3dvMESA)
1341
 
        GL_STUB_ALIAS(glWindowPos3f, glWindowPos3fMESA)
1342
 
        GL_STUB_ALIAS(glWindowPos3fARB, glWindowPos3fMESA)
1343
 
        GL_STUB_ALIAS(glWindowPos3fv, glWindowPos3fvMESA)
1344
 
        GL_STUB_ALIAS(glWindowPos3fvARB, glWindowPos3fvMESA)
1345
 
        GL_STUB_ALIAS(glWindowPos3i, glWindowPos3iMESA)
1346
 
        GL_STUB_ALIAS(glWindowPos3iARB, glWindowPos3iMESA)
1347
 
        GL_STUB_ALIAS(glWindowPos3iv, glWindowPos3ivMESA)
1348
 
        GL_STUB_ALIAS(glWindowPos3ivARB, glWindowPos3ivMESA)
1349
 
        GL_STUB_ALIAS(glWindowPos3s, glWindowPos3sMESA)
1350
 
        GL_STUB_ALIAS(glWindowPos3sARB, glWindowPos3sMESA)
1351
 
        GL_STUB_ALIAS(glWindowPos3sv, glWindowPos3svMESA)
1352
 
        GL_STUB_ALIAS(glWindowPos3svARB, glWindowPos3svMESA)
1353
 
        GL_STUB_ALIAS(glBindProgramARB, glBindProgramNV)
1354
 
        GL_STUB_ALIAS(glDeleteProgramsARB, glDeleteProgramsNV)
1355
 
        GL_STUB_ALIAS(glGenProgramsARB, glGenProgramsNV)
1356
 
        GL_STUB_ALIAS(glGetVertexAttribPointerv, glGetVertexAttribPointervNV)
1357
 
        GL_STUB_ALIAS(glGetVertexAttribPointervARB, glGetVertexAttribPointervNV)
1358
 
        GL_STUB_ALIAS(glIsProgramARB, glIsProgramNV)
1359
 
        GL_STUB_ALIAS(glPointParameteri, glPointParameteriNV)
1360
 
        GL_STUB_ALIAS(glPointParameteriv, glPointParameterivNV)
1361
 
        GL_STUB_ALIAS(glBindFramebuffer, glBindFramebufferEXT)
1362
 
        GL_STUB_ALIAS(glBindRenderbuffer, glBindRenderbufferEXT)
1363
 
        GL_STUB_ALIAS(glCheckFramebufferStatus, glCheckFramebufferStatusEXT)
1364
 
        GL_STUB_ALIAS(glDeleteFramebuffers, glDeleteFramebuffersEXT)
1365
 
        GL_STUB_ALIAS(glDeleteRenderbuffers, glDeleteRenderbuffersEXT)
1366
 
        GL_STUB_ALIAS(glFramebufferRenderbuffer, glFramebufferRenderbufferEXT)
1367
 
        GL_STUB_ALIAS(glFramebufferTexture1D, glFramebufferTexture1DEXT)
1368
 
        GL_STUB_ALIAS(glFramebufferTexture2D, glFramebufferTexture2DEXT)
1369
 
        GL_STUB_ALIAS(glFramebufferTexture3D, glFramebufferTexture3DEXT)
1370
 
        GL_STUB_ALIAS(glGenFramebuffers, glGenFramebuffersEXT)
1371
 
        GL_STUB_ALIAS(glGenRenderbuffers, glGenRenderbuffersEXT)
1372
 
        GL_STUB_ALIAS(glGenerateMipmap, glGenerateMipmapEXT)
1373
 
        GL_STUB_ALIAS(glGetFramebufferAttachmentParameteriv, glGetFramebufferAttachmentParameterivEXT)
1374
 
        GL_STUB_ALIAS(glGetRenderbufferParameteriv, glGetRenderbufferParameterivEXT)
1375
 
        GL_STUB_ALIAS(glIsFramebuffer, glIsFramebufferEXT)
1376
 
        GL_STUB_ALIAS(glIsRenderbuffer, glIsRenderbufferEXT)
1377
 
        GL_STUB_ALIAS(glRenderbufferStorage, glRenderbufferStorageEXT)
1378
 
        GL_STUB_ALIAS(glFramebufferTextureLayer, glFramebufferTextureLayerEXT)
1379
 
        GL_STUB_ALIAS(glProvokingVertex, glProvokingVertexEXT)
1380
 
 
1381
 
        .globl  gl_dispatch_functions_end
1382
 
        HIDDEN(gl_dispatch_functions_end)
1383
 
gl_dispatch_functions_end: