Add a couple of the missing GL 2.0 functions. Enable GLX protocol for
[mesa.git] / src / mesa / sparc / glapi_sparc.S
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 "glapioffsets.h"
30
31 #ifdef __arch64__
32 # define GL_STUB(fn,off) \
33 fn: \
34 sethi %hi(0xDEADBEEF), %g4 ; \
35 sethi %hi(0xDEADBEEF), %g1 ; \
36 or %g4, %lo(0xDEADBEEF), %g4 ; \
37 or %g1, %lo(0xDEADBEEF), %g1 ; \
38 sllx %g4, 32, %g4 ; \
39 ldx [%g1 + %g4], %g1 ; \
40 sethi %hi(8 * off), %g4 ; \
41 or %g4, %lo(8 * off), %g4 ; \
42 ldx [%g1 + %g4], %g5 ; \
43 jmpl %g5, %g0 ; \
44 nop
45 #else
46 # define GL_STUB(fn,off) \
47 fn: \
48 sethi %hi(0xDEADBEEF), %g1 ; \
49 ld [%g1 + %lo(0xDEADBEEF)], %g1 ; \
50 ld [%g1 + (4 * off)], %g5 ; \
51 jmpl %g5, %g0 ; \
52 nop
53 #endif
54
55 #define GL_STUB_ALIAS(fn,alias) fn = alias
56
57 .text
58 .align 32
59 .globl __glapi_sparc_icache_flush ; .type __glapi_sparc_icache_flush,#function
60 __glapi_sparc_icache_flush: /* %o0 = insn_addr */
61 flush %o0
62 retl
63 nop
64
65 .data
66 .align 64
67
68 .globl glNewList ; .type glNewList,#function
69 .globl glEndList ; .type glEndList,#function
70 .globl glCallList ; .type glCallList,#function
71 .globl glCallLists ; .type glCallLists,#function
72 .globl glDeleteLists ; .type glDeleteLists,#function
73 .globl glGenLists ; .type glGenLists,#function
74 .globl glListBase ; .type glListBase,#function
75 .globl glBegin ; .type glBegin,#function
76 .globl glBitmap ; .type glBitmap,#function
77 .globl glColor3b ; .type glColor3b,#function
78 .globl glColor3bv ; .type glColor3bv,#function
79 .globl glColor3d ; .type glColor3d,#function
80 .globl glColor3dv ; .type glColor3dv,#function
81 .globl glColor3f ; .type glColor3f,#function
82 .globl glColor3fv ; .type glColor3fv,#function
83 .globl glColor3i ; .type glColor3i,#function
84 .globl glColor3iv ; .type glColor3iv,#function
85 .globl glColor3s ; .type glColor3s,#function
86 .globl glColor3sv ; .type glColor3sv,#function
87 .globl glColor3ub ; .type glColor3ub,#function
88 .globl glColor3ubv ; .type glColor3ubv,#function
89 .globl glColor3ui ; .type glColor3ui,#function
90 .globl glColor3uiv ; .type glColor3uiv,#function
91 .globl glColor3us ; .type glColor3us,#function
92 .globl glColor3usv ; .type glColor3usv,#function
93 .globl glColor4b ; .type glColor4b,#function
94 .globl glColor4bv ; .type glColor4bv,#function
95 .globl glColor4d ; .type glColor4d,#function
96 .globl glColor4dv ; .type glColor4dv,#function
97 .globl glColor4f ; .type glColor4f,#function
98 .globl glColor4fv ; .type glColor4fv,#function
99 .globl glColor4i ; .type glColor4i,#function
100 .globl glColor4iv ; .type glColor4iv,#function
101 .globl glColor4s ; .type glColor4s,#function
102 .globl glColor4sv ; .type glColor4sv,#function
103 .globl glColor4ub ; .type glColor4ub,#function
104 .globl glColor4ubv ; .type glColor4ubv,#function
105 .globl glColor4ui ; .type glColor4ui,#function
106 .globl glColor4uiv ; .type glColor4uiv,#function
107 .globl glColor4us ; .type glColor4us,#function
108 .globl glColor4usv ; .type glColor4usv,#function
109 .globl glEdgeFlag ; .type glEdgeFlag,#function
110 .globl glEdgeFlagv ; .type glEdgeFlagv,#function
111 .globl glEnd ; .type glEnd,#function
112 .globl glIndexd ; .type glIndexd,#function
113 .globl glIndexdv ; .type glIndexdv,#function
114 .globl glIndexf ; .type glIndexf,#function
115 .globl glIndexfv ; .type glIndexfv,#function
116 .globl glIndexi ; .type glIndexi,#function
117 .globl glIndexiv ; .type glIndexiv,#function
118 .globl glIndexs ; .type glIndexs,#function
119 .globl glIndexsv ; .type glIndexsv,#function
120 .globl glNormal3b ; .type glNormal3b,#function
121 .globl glNormal3bv ; .type glNormal3bv,#function
122 .globl glNormal3d ; .type glNormal3d,#function
123 .globl glNormal3dv ; .type glNormal3dv,#function
124 .globl glNormal3f ; .type glNormal3f,#function
125 .globl glNormal3fv ; .type glNormal3fv,#function
126 .globl glNormal3i ; .type glNormal3i,#function
127 .globl glNormal3iv ; .type glNormal3iv,#function
128 .globl glNormal3s ; .type glNormal3s,#function
129 .globl glNormal3sv ; .type glNormal3sv,#function
130 .globl glRasterPos2d ; .type glRasterPos2d,#function
131 .globl glRasterPos2dv ; .type glRasterPos2dv,#function
132 .globl glRasterPos2f ; .type glRasterPos2f,#function
133 .globl glRasterPos2fv ; .type glRasterPos2fv,#function
134 .globl glRasterPos2i ; .type glRasterPos2i,#function
135 .globl glRasterPos2iv ; .type glRasterPos2iv,#function
136 .globl glRasterPos2s ; .type glRasterPos2s,#function
137 .globl glRasterPos2sv ; .type glRasterPos2sv,#function
138 .globl glRasterPos3d ; .type glRasterPos3d,#function
139 .globl glRasterPos3dv ; .type glRasterPos3dv,#function
140 .globl glRasterPos3f ; .type glRasterPos3f,#function
141 .globl glRasterPos3fv ; .type glRasterPos3fv,#function
142 .globl glRasterPos3i ; .type glRasterPos3i,#function
143 .globl glRasterPos3iv ; .type glRasterPos3iv,#function
144 .globl glRasterPos3s ; .type glRasterPos3s,#function
145 .globl glRasterPos3sv ; .type glRasterPos3sv,#function
146 .globl glRasterPos4d ; .type glRasterPos4d,#function
147 .globl glRasterPos4dv ; .type glRasterPos4dv,#function
148 .globl glRasterPos4f ; .type glRasterPos4f,#function
149 .globl glRasterPos4fv ; .type glRasterPos4fv,#function
150 .globl glRasterPos4i ; .type glRasterPos4i,#function
151 .globl glRasterPos4iv ; .type glRasterPos4iv,#function
152 .globl glRasterPos4s ; .type glRasterPos4s,#function
153 .globl glRasterPos4sv ; .type glRasterPos4sv,#function
154 .globl glRectd ; .type glRectd,#function
155 .globl glRectdv ; .type glRectdv,#function
156 .globl glRectf ; .type glRectf,#function
157 .globl glRectfv ; .type glRectfv,#function
158 .globl glRecti ; .type glRecti,#function
159 .globl glRectiv ; .type glRectiv,#function
160 .globl glRects ; .type glRects,#function
161 .globl glRectsv ; .type glRectsv,#function
162 .globl glTexCoord1d ; .type glTexCoord1d,#function
163 .globl glTexCoord1dv ; .type glTexCoord1dv,#function
164 .globl glTexCoord1f ; .type glTexCoord1f,#function
165 .globl glTexCoord1fv ; .type glTexCoord1fv,#function
166 .globl glTexCoord1i ; .type glTexCoord1i,#function
167 .globl glTexCoord1iv ; .type glTexCoord1iv,#function
168 .globl glTexCoord1s ; .type glTexCoord1s,#function
169 .globl glTexCoord1sv ; .type glTexCoord1sv,#function
170 .globl glTexCoord2d ; .type glTexCoord2d,#function
171 .globl glTexCoord2dv ; .type glTexCoord2dv,#function
172 .globl glTexCoord2f ; .type glTexCoord2f,#function
173 .globl glTexCoord2fv ; .type glTexCoord2fv,#function
174 .globl glTexCoord2i ; .type glTexCoord2i,#function
175 .globl glTexCoord2iv ; .type glTexCoord2iv,#function
176 .globl glTexCoord2s ; .type glTexCoord2s,#function
177 .globl glTexCoord2sv ; .type glTexCoord2sv,#function
178 .globl glTexCoord3d ; .type glTexCoord3d,#function
179 .globl glTexCoord3dv ; .type glTexCoord3dv,#function
180 .globl glTexCoord3f ; .type glTexCoord3f,#function
181 .globl glTexCoord3fv ; .type glTexCoord3fv,#function
182 .globl glTexCoord3i ; .type glTexCoord3i,#function
183 .globl glTexCoord3iv ; .type glTexCoord3iv,#function
184 .globl glTexCoord3s ; .type glTexCoord3s,#function
185 .globl glTexCoord3sv ; .type glTexCoord3sv,#function
186 .globl glTexCoord4d ; .type glTexCoord4d,#function
187 .globl glTexCoord4dv ; .type glTexCoord4dv,#function
188 .globl glTexCoord4f ; .type glTexCoord4f,#function
189 .globl glTexCoord4fv ; .type glTexCoord4fv,#function
190 .globl glTexCoord4i ; .type glTexCoord4i,#function
191 .globl glTexCoord4iv ; .type glTexCoord4iv,#function
192 .globl glTexCoord4s ; .type glTexCoord4s,#function
193 .globl glTexCoord4sv ; .type glTexCoord4sv,#function
194 .globl glVertex2d ; .type glVertex2d,#function
195 .globl glVertex2dv ; .type glVertex2dv,#function
196 .globl glVertex2f ; .type glVertex2f,#function
197 .globl glVertex2fv ; .type glVertex2fv,#function
198 .globl glVertex2i ; .type glVertex2i,#function
199 .globl glVertex2iv ; .type glVertex2iv,#function
200 .globl glVertex2s ; .type glVertex2s,#function
201 .globl glVertex2sv ; .type glVertex2sv,#function
202 .globl glVertex3d ; .type glVertex3d,#function
203 .globl glVertex3dv ; .type glVertex3dv,#function
204 .globl glVertex3f ; .type glVertex3f,#function
205 .globl glVertex3fv ; .type glVertex3fv,#function
206 .globl glVertex3i ; .type glVertex3i,#function
207 .globl glVertex3iv ; .type glVertex3iv,#function
208 .globl glVertex3s ; .type glVertex3s,#function
209 .globl glVertex3sv ; .type glVertex3sv,#function
210 .globl glVertex4d ; .type glVertex4d,#function
211 .globl glVertex4dv ; .type glVertex4dv,#function
212 .globl glVertex4f ; .type glVertex4f,#function
213 .globl glVertex4fv ; .type glVertex4fv,#function
214 .globl glVertex4i ; .type glVertex4i,#function
215 .globl glVertex4iv ; .type glVertex4iv,#function
216 .globl glVertex4s ; .type glVertex4s,#function
217 .globl glVertex4sv ; .type glVertex4sv,#function
218 .globl glClipPlane ; .type glClipPlane,#function
219 .globl glColorMaterial ; .type glColorMaterial,#function
220 .globl glCullFace ; .type glCullFace,#function
221 .globl glFogf ; .type glFogf,#function
222 .globl glFogfv ; .type glFogfv,#function
223 .globl glFogi ; .type glFogi,#function
224 .globl glFogiv ; .type glFogiv,#function
225 .globl glFrontFace ; .type glFrontFace,#function
226 .globl glHint ; .type glHint,#function
227 .globl glLightf ; .type glLightf,#function
228 .globl glLightfv ; .type glLightfv,#function
229 .globl glLighti ; .type glLighti,#function
230 .globl glLightiv ; .type glLightiv,#function
231 .globl glLightModelf ; .type glLightModelf,#function
232 .globl glLightModelfv ; .type glLightModelfv,#function
233 .globl glLightModeli ; .type glLightModeli,#function
234 .globl glLightModeliv ; .type glLightModeliv,#function
235 .globl glLineStipple ; .type glLineStipple,#function
236 .globl glLineWidth ; .type glLineWidth,#function
237 .globl glMaterialf ; .type glMaterialf,#function
238 .globl glMaterialfv ; .type glMaterialfv,#function
239 .globl glMateriali ; .type glMateriali,#function
240 .globl glMaterialiv ; .type glMaterialiv,#function
241 .globl glPointSize ; .type glPointSize,#function
242 .globl glPolygonMode ; .type glPolygonMode,#function
243 .globl glPolygonStipple ; .type glPolygonStipple,#function
244 .globl glScissor ; .type glScissor,#function
245 .globl glShadeModel ; .type glShadeModel,#function
246 .globl glTexParameterf ; .type glTexParameterf,#function
247 .globl glTexParameterfv ; .type glTexParameterfv,#function
248 .globl glTexParameteri ; .type glTexParameteri,#function
249 .globl glTexParameteriv ; .type glTexParameteriv,#function
250 .globl glTexImage1D ; .type glTexImage1D,#function
251 .globl glTexImage2D ; .type glTexImage2D,#function
252 .globl glTexEnvf ; .type glTexEnvf,#function
253 .globl glTexEnvfv ; .type glTexEnvfv,#function
254 .globl glTexEnvi ; .type glTexEnvi,#function
255 .globl glTexEnviv ; .type glTexEnviv,#function
256 .globl glTexGend ; .type glTexGend,#function
257 .globl glTexGendv ; .type glTexGendv,#function
258 .globl glTexGenf ; .type glTexGenf,#function
259 .globl glTexGenfv ; .type glTexGenfv,#function
260 .globl glTexGeni ; .type glTexGeni,#function
261 .globl glTexGeniv ; .type glTexGeniv,#function
262 .globl glFeedbackBuffer ; .type glFeedbackBuffer,#function
263 .globl glSelectBuffer ; .type glSelectBuffer,#function
264 .globl glRenderMode ; .type glRenderMode,#function
265 .globl glInitNames ; .type glInitNames,#function
266 .globl glLoadName ; .type glLoadName,#function
267 .globl glPassThrough ; .type glPassThrough,#function
268 .globl glPopName ; .type glPopName,#function
269 .globl glPushName ; .type glPushName,#function
270 .globl glDrawBuffer ; .type glDrawBuffer,#function
271 .globl glClear ; .type glClear,#function
272 .globl glClearAccum ; .type glClearAccum,#function
273 .globl glClearIndex ; .type glClearIndex,#function
274 .globl glClearColor ; .type glClearColor,#function
275 .globl glClearStencil ; .type glClearStencil,#function
276 .globl glClearDepth ; .type glClearDepth,#function
277 .globl glStencilMask ; .type glStencilMask,#function
278 .globl glColorMask ; .type glColorMask,#function
279 .globl glDepthMask ; .type glDepthMask,#function
280 .globl glIndexMask ; .type glIndexMask,#function
281 .globl glAccum ; .type glAccum,#function
282 .globl glDisable ; .type glDisable,#function
283 .globl glEnable ; .type glEnable,#function
284 .globl glFinish ; .type glFinish,#function
285 .globl glFlush ; .type glFlush,#function
286 .globl glPopAttrib ; .type glPopAttrib,#function
287 .globl glPushAttrib ; .type glPushAttrib,#function
288 .globl glMap1d ; .type glMap1d,#function
289 .globl glMap1f ; .type glMap1f,#function
290 .globl glMap2d ; .type glMap2d,#function
291 .globl glMap2f ; .type glMap2f,#function
292 .globl glMapGrid1d ; .type glMapGrid1d,#function
293 .globl glMapGrid1f ; .type glMapGrid1f,#function
294 .globl glMapGrid2d ; .type glMapGrid2d,#function
295 .globl glMapGrid2f ; .type glMapGrid2f,#function
296 .globl glEvalCoord1d ; .type glEvalCoord1d,#function
297 .globl glEvalCoord1dv ; .type glEvalCoord1dv,#function
298 .globl glEvalCoord1f ; .type glEvalCoord1f,#function
299 .globl glEvalCoord1fv ; .type glEvalCoord1fv,#function
300 .globl glEvalCoord2d ; .type glEvalCoord2d,#function
301 .globl glEvalCoord2dv ; .type glEvalCoord2dv,#function
302 .globl glEvalCoord2f ; .type glEvalCoord2f,#function
303 .globl glEvalCoord2fv ; .type glEvalCoord2fv,#function
304 .globl glEvalMesh1 ; .type glEvalMesh1,#function
305 .globl glEvalPoint1 ; .type glEvalPoint1,#function
306 .globl glEvalMesh2 ; .type glEvalMesh2,#function
307 .globl glEvalPoint2 ; .type glEvalPoint2,#function
308 .globl glAlphaFunc ; .type glAlphaFunc,#function
309 .globl glBlendFunc ; .type glBlendFunc,#function
310 .globl glLogicOp ; .type glLogicOp,#function
311 .globl glStencilFunc ; .type glStencilFunc,#function
312 .globl glStencilOp ; .type glStencilOp,#function
313 .globl glDepthFunc ; .type glDepthFunc,#function
314 .globl glPixelZoom ; .type glPixelZoom,#function
315 .globl glPixelTransferf ; .type glPixelTransferf,#function
316 .globl glPixelTransferi ; .type glPixelTransferi,#function
317 .globl glPixelStoref ; .type glPixelStoref,#function
318 .globl glPixelStorei ; .type glPixelStorei,#function
319 .globl glPixelMapfv ; .type glPixelMapfv,#function
320 .globl glPixelMapuiv ; .type glPixelMapuiv,#function
321 .globl glPixelMapusv ; .type glPixelMapusv,#function
322 .globl glReadBuffer ; .type glReadBuffer,#function
323 .globl glCopyPixels ; .type glCopyPixels,#function
324 .globl glReadPixels ; .type glReadPixels,#function
325 .globl glDrawPixels ; .type glDrawPixels,#function
326 .globl glGetBooleanv ; .type glGetBooleanv,#function
327 .globl glGetClipPlane ; .type glGetClipPlane,#function
328 .globl glGetDoublev ; .type glGetDoublev,#function
329 .globl glGetError ; .type glGetError,#function
330 .globl glGetFloatv ; .type glGetFloatv,#function
331 .globl glGetIntegerv ; .type glGetIntegerv,#function
332 .globl glGetLightfv ; .type glGetLightfv,#function
333 .globl glGetLightiv ; .type glGetLightiv,#function
334 .globl glGetMapdv ; .type glGetMapdv,#function
335 .globl glGetMapfv ; .type glGetMapfv,#function
336 .globl glGetMapiv ; .type glGetMapiv,#function
337 .globl glGetMaterialfv ; .type glGetMaterialfv,#function
338 .globl glGetMaterialiv ; .type glGetMaterialiv,#function
339 .globl glGetPixelMapfv ; .type glGetPixelMapfv,#function
340 .globl glGetPixelMapuiv ; .type glGetPixelMapuiv,#function
341 .globl glGetPixelMapusv ; .type glGetPixelMapusv,#function
342 .globl glGetPolygonStipple ; .type glGetPolygonStipple,#function
343 .globl glGetString ; .type glGetString,#function
344 .globl glGetTexEnvfv ; .type glGetTexEnvfv,#function
345 .globl glGetTexEnviv ; .type glGetTexEnviv,#function
346 .globl glGetTexGendv ; .type glGetTexGendv,#function
347 .globl glGetTexGenfv ; .type glGetTexGenfv,#function
348 .globl glGetTexGeniv ; .type glGetTexGeniv,#function
349 .globl glGetTexImage ; .type glGetTexImage,#function
350 .globl glGetTexParameterfv ; .type glGetTexParameterfv,#function
351 .globl glGetTexParameteriv ; .type glGetTexParameteriv,#function
352 .globl glGetTexLevelParameterfv ; .type glGetTexLevelParameterfv,#function
353 .globl glGetTexLevelParameteriv ; .type glGetTexLevelParameteriv,#function
354 .globl glIsEnabled ; .type glIsEnabled,#function
355 .globl glIsList ; .type glIsList,#function
356 .globl glDepthRange ; .type glDepthRange,#function
357 .globl glFrustum ; .type glFrustum,#function
358 .globl glLoadIdentity ; .type glLoadIdentity,#function
359 .globl glLoadMatrixf ; .type glLoadMatrixf,#function
360 .globl glLoadMatrixd ; .type glLoadMatrixd,#function
361 .globl glMatrixMode ; .type glMatrixMode,#function
362 .globl glMultMatrixf ; .type glMultMatrixf,#function
363 .globl glMultMatrixd ; .type glMultMatrixd,#function
364 .globl glOrtho ; .type glOrtho,#function
365 .globl glPopMatrix ; .type glPopMatrix,#function
366 .globl glPushMatrix ; .type glPushMatrix,#function
367 .globl glRotated ; .type glRotated,#function
368 .globl glRotatef ; .type glRotatef,#function
369 .globl glScaled ; .type glScaled,#function
370 .globl glScalef ; .type glScalef,#function
371 .globl glTranslated ; .type glTranslated,#function
372 .globl glTranslatef ; .type glTranslatef,#function
373 .globl glViewport ; .type glViewport,#function
374 .globl glArrayElement ; .type glArrayElement,#function
375 .globl glBindTexture ; .type glBindTexture,#function
376 .globl glColorPointer ; .type glColorPointer,#function
377 .globl glDisableClientState ; .type glDisableClientState,#function
378 .globl glDrawArrays ; .type glDrawArrays,#function
379 .globl glDrawElements ; .type glDrawElements,#function
380 .globl glEdgeFlagPointer ; .type glEdgeFlagPointer,#function
381 .globl glEnableClientState ; .type glEnableClientState,#function
382 .globl glIndexPointer ; .type glIndexPointer,#function
383 .globl glIndexub ; .type glIndexub,#function
384 .globl glIndexubv ; .type glIndexubv,#function
385 .globl glInterleavedArrays ; .type glInterleavedArrays,#function
386 .globl glNormalPointer ; .type glNormalPointer,#function
387 .globl glPolygonOffset ; .type glPolygonOffset,#function
388 .globl glTexCoordPointer ; .type glTexCoordPointer,#function
389 .globl glVertexPointer ; .type glVertexPointer,#function
390 .globl glAreTexturesResident ; .type glAreTexturesResident,#function
391 .globl glCopyTexImage1D ; .type glCopyTexImage1D,#function
392 .globl glCopyTexImage2D ; .type glCopyTexImage2D,#function
393 .globl glCopyTexSubImage1D ; .type glCopyTexSubImage1D,#function
394 .globl glCopyTexSubImage2D ; .type glCopyTexSubImage2D,#function
395 .globl glDeleteTextures ; .type glDeleteTextures,#function
396 .globl glGenTextures ; .type glGenTextures,#function
397 .globl glGetPointerv ; .type glGetPointerv,#function
398 .globl glIsTexture ; .type glIsTexture,#function
399 .globl glPrioritizeTextures ; .type glPrioritizeTextures,#function
400 .globl glTexSubImage1D ; .type glTexSubImage1D,#function
401 .globl glTexSubImage2D ; .type glTexSubImage2D,#function
402 .globl glPopClientAttrib ; .type glPopClientAttrib,#function
403 .globl glPushClientAttrib ; .type glPushClientAttrib,#function
404 .globl glBlendColor ; .type glBlendColor,#function
405 .globl glBlendEquation ; .type glBlendEquation,#function
406 .globl glDrawRangeElements ; .type glDrawRangeElements,#function
407 .globl glColorTable ; .type glColorTable,#function
408 .globl glColorTableParameterfv ; .type glColorTableParameterfv,#function
409 .globl glColorTableParameteriv ; .type glColorTableParameteriv,#function
410 .globl glCopyColorTable ; .type glCopyColorTable,#function
411 .globl glGetColorTable ; .type glGetColorTable,#function
412 .globl glGetColorTableParameterfv ; .type glGetColorTableParameterfv,#function
413 .globl glGetColorTableParameteriv ; .type glGetColorTableParameteriv,#function
414 .globl glColorSubTable ; .type glColorSubTable,#function
415 .globl glCopyColorSubTable ; .type glCopyColorSubTable,#function
416 .globl glConvolutionFilter1D ; .type glConvolutionFilter1D,#function
417 .globl glConvolutionFilter2D ; .type glConvolutionFilter2D,#function
418 .globl glConvolutionParameterf ; .type glConvolutionParameterf,#function
419 .globl glConvolutionParameterfv ; .type glConvolutionParameterfv,#function
420 .globl glConvolutionParameteri ; .type glConvolutionParameteri,#function
421 .globl glConvolutionParameteriv ; .type glConvolutionParameteriv,#function
422 .globl glCopyConvolutionFilter1D ; .type glCopyConvolutionFilter1D,#function
423 .globl glCopyConvolutionFilter2D ; .type glCopyConvolutionFilter2D,#function
424 .globl glGetConvolutionFilter ; .type glGetConvolutionFilter,#function
425 .globl glGetConvolutionParameterfv ; .type glGetConvolutionParameterfv,#function
426 .globl glGetConvolutionParameteriv ; .type glGetConvolutionParameteriv,#function
427 .globl glGetSeparableFilter ; .type glGetSeparableFilter,#function
428 .globl glSeparableFilter2D ; .type glSeparableFilter2D,#function
429 .globl glGetHistogram ; .type glGetHistogram,#function
430 .globl glGetHistogramParameterfv ; .type glGetHistogramParameterfv,#function
431 .globl glGetHistogramParameteriv ; .type glGetHistogramParameteriv,#function
432 .globl glGetMinmax ; .type glGetMinmax,#function
433 .globl glGetMinmaxParameterfv ; .type glGetMinmaxParameterfv,#function
434 .globl glGetMinmaxParameteriv ; .type glGetMinmaxParameteriv,#function
435 .globl glHistogram ; .type glHistogram,#function
436 .globl glMinmax ; .type glMinmax,#function
437 .globl glResetHistogram ; .type glResetHistogram,#function
438 .globl glResetMinmax ; .type glResetMinmax,#function
439 .globl glTexImage3D ; .type glTexImage3D,#function
440 .globl glTexSubImage3D ; .type glTexSubImage3D,#function
441 .globl glCopyTexSubImage3D ; .type glCopyTexSubImage3D,#function
442 .globl glActiveTextureARB ; .type glActiveTextureARB,#function
443 .globl glClientActiveTextureARB ; .type glClientActiveTextureARB,#function
444 .globl glMultiTexCoord1dARB ; .type glMultiTexCoord1dARB,#function
445 .globl glMultiTexCoord1dvARB ; .type glMultiTexCoord1dvARB,#function
446 .globl glMultiTexCoord1fARB ; .type glMultiTexCoord1fARB,#function
447 .globl glMultiTexCoord1fvARB ; .type glMultiTexCoord1fvARB,#function
448 .globl glMultiTexCoord1iARB ; .type glMultiTexCoord1iARB,#function
449 .globl glMultiTexCoord1ivARB ; .type glMultiTexCoord1ivARB,#function
450 .globl glMultiTexCoord1sARB ; .type glMultiTexCoord1sARB,#function
451 .globl glMultiTexCoord1svARB ; .type glMultiTexCoord1svARB,#function
452 .globl glMultiTexCoord2dARB ; .type glMultiTexCoord2dARB,#function
453 .globl glMultiTexCoord2dvARB ; .type glMultiTexCoord2dvARB,#function
454 .globl glMultiTexCoord2fARB ; .type glMultiTexCoord2fARB,#function
455 .globl glMultiTexCoord2fvARB ; .type glMultiTexCoord2fvARB,#function
456 .globl glMultiTexCoord2iARB ; .type glMultiTexCoord2iARB,#function
457 .globl glMultiTexCoord2ivARB ; .type glMultiTexCoord2ivARB,#function
458 .globl glMultiTexCoord2sARB ; .type glMultiTexCoord2sARB,#function
459 .globl glMultiTexCoord2svARB ; .type glMultiTexCoord2svARB,#function
460 .globl glMultiTexCoord3dARB ; .type glMultiTexCoord3dARB,#function
461 .globl glMultiTexCoord3dvARB ; .type glMultiTexCoord3dvARB,#function
462 .globl glMultiTexCoord3fARB ; .type glMultiTexCoord3fARB,#function
463 .globl glMultiTexCoord3fvARB ; .type glMultiTexCoord3fvARB,#function
464 .globl glMultiTexCoord3iARB ; .type glMultiTexCoord3iARB,#function
465 .globl glMultiTexCoord3ivARB ; .type glMultiTexCoord3ivARB,#function
466 .globl glMultiTexCoord3sARB ; .type glMultiTexCoord3sARB,#function
467 .globl glMultiTexCoord3svARB ; .type glMultiTexCoord3svARB,#function
468 .globl glMultiTexCoord4dARB ; .type glMultiTexCoord4dARB,#function
469 .globl glMultiTexCoord4dvARB ; .type glMultiTexCoord4dvARB,#function
470 .globl glMultiTexCoord4fARB ; .type glMultiTexCoord4fARB,#function
471 .globl glMultiTexCoord4fvARB ; .type glMultiTexCoord4fvARB,#function
472 .globl glMultiTexCoord4iARB ; .type glMultiTexCoord4iARB,#function
473 .globl glMultiTexCoord4ivARB ; .type glMultiTexCoord4ivARB,#function
474 .globl glMultiTexCoord4sARB ; .type glMultiTexCoord4sARB,#function
475 .globl glMultiTexCoord4svARB ; .type glMultiTexCoord4svARB,#function
476 .globl glStencilFuncSeparate ; .type glStencilFuncSeparate,#function
477 .globl glStencilMaskSeparate ; .type glStencilMaskSeparate,#function
478 .globl glStencilOpSeparate ; .type glStencilOpSeparate,#function
479 .globl glLoadTransposeMatrixdARB ; .type glLoadTransposeMatrixdARB,#function
480 .globl glLoadTransposeMatrixfARB ; .type glLoadTransposeMatrixfARB,#function
481 .globl glMultTransposeMatrixdARB ; .type glMultTransposeMatrixdARB,#function
482 .globl glMultTransposeMatrixfARB ; .type glMultTransposeMatrixfARB,#function
483 .globl glSampleCoverageARB ; .type glSampleCoverageARB,#function
484 .globl glCompressedTexImage1DARB ; .type glCompressedTexImage1DARB,#function
485 .globl glCompressedTexImage2DARB ; .type glCompressedTexImage2DARB,#function
486 .globl glCompressedTexImage3DARB ; .type glCompressedTexImage3DARB,#function
487 .globl glCompressedTexSubImage1DARB ; .type glCompressedTexSubImage1DARB,#function
488 .globl glCompressedTexSubImage2DARB ; .type glCompressedTexSubImage2DARB,#function
489 .globl glCompressedTexSubImage3DARB ; .type glCompressedTexSubImage3DARB,#function
490 .globl glGetCompressedTexImageARB ; .type glGetCompressedTexImageARB,#function
491 .globl glDisableVertexAttribArrayARB ; .type glDisableVertexAttribArrayARB,#function
492 .globl glEnableVertexAttribArrayARB ; .type glEnableVertexAttribArrayARB,#function
493 .globl glGetProgramEnvParameterdvARB ; .type glGetProgramEnvParameterdvARB,#function
494 .globl glGetProgramEnvParameterfvARB ; .type glGetProgramEnvParameterfvARB,#function
495 .globl glGetProgramLocalParameterdvARB ; .type glGetProgramLocalParameterdvARB,#function
496 .globl glGetProgramLocalParameterfvARB ; .type glGetProgramLocalParameterfvARB,#function
497 .globl glGetProgramStringARB ; .type glGetProgramStringARB,#function
498 .globl glGetProgramivARB ; .type glGetProgramivARB,#function
499 .globl glGetVertexAttribdvARB ; .type glGetVertexAttribdvARB,#function
500 .globl glGetVertexAttribfvARB ; .type glGetVertexAttribfvARB,#function
501 .globl glGetVertexAttribivARB ; .type glGetVertexAttribivARB,#function
502 .globl glProgramEnvParameter4dARB ; .type glProgramEnvParameter4dARB,#function
503 .globl glProgramEnvParameter4dvARB ; .type glProgramEnvParameter4dvARB,#function
504 .globl glProgramEnvParameter4fARB ; .type glProgramEnvParameter4fARB,#function
505 .globl glProgramEnvParameter4fvARB ; .type glProgramEnvParameter4fvARB,#function
506 .globl glProgramLocalParameter4dARB ; .type glProgramLocalParameter4dARB,#function
507 .globl glProgramLocalParameter4dvARB ; .type glProgramLocalParameter4dvARB,#function
508 .globl glProgramLocalParameter4fARB ; .type glProgramLocalParameter4fARB,#function
509 .globl glProgramLocalParameter4fvARB ; .type glProgramLocalParameter4fvARB,#function
510 .globl glProgramStringARB ; .type glProgramStringARB,#function
511 .globl glVertexAttrib1dARB ; .type glVertexAttrib1dARB,#function
512 .globl glVertexAttrib1dvARB ; .type glVertexAttrib1dvARB,#function
513 .globl glVertexAttrib1fARB ; .type glVertexAttrib1fARB,#function
514 .globl glVertexAttrib1fvARB ; .type glVertexAttrib1fvARB,#function
515 .globl glVertexAttrib1sARB ; .type glVertexAttrib1sARB,#function
516 .globl glVertexAttrib1svARB ; .type glVertexAttrib1svARB,#function
517 .globl glVertexAttrib2dARB ; .type glVertexAttrib2dARB,#function
518 .globl glVertexAttrib2dvARB ; .type glVertexAttrib2dvARB,#function
519 .globl glVertexAttrib2fARB ; .type glVertexAttrib2fARB,#function
520 .globl glVertexAttrib2fvARB ; .type glVertexAttrib2fvARB,#function
521 .globl glVertexAttrib2sARB ; .type glVertexAttrib2sARB,#function
522 .globl glVertexAttrib2svARB ; .type glVertexAttrib2svARB,#function
523 .globl glVertexAttrib3dARB ; .type glVertexAttrib3dARB,#function
524 .globl glVertexAttrib3dvARB ; .type glVertexAttrib3dvARB,#function
525 .globl glVertexAttrib3fARB ; .type glVertexAttrib3fARB,#function
526 .globl glVertexAttrib3fvARB ; .type glVertexAttrib3fvARB,#function
527 .globl glVertexAttrib3sARB ; .type glVertexAttrib3sARB,#function
528 .globl glVertexAttrib3svARB ; .type glVertexAttrib3svARB,#function
529 .globl glVertexAttrib4NbvARB ; .type glVertexAttrib4NbvARB,#function
530 .globl glVertexAttrib4NivARB ; .type glVertexAttrib4NivARB,#function
531 .globl glVertexAttrib4NsvARB ; .type glVertexAttrib4NsvARB,#function
532 .globl glVertexAttrib4NubARB ; .type glVertexAttrib4NubARB,#function
533 .globl glVertexAttrib4NubvARB ; .type glVertexAttrib4NubvARB,#function
534 .globl glVertexAttrib4NuivARB ; .type glVertexAttrib4NuivARB,#function
535 .globl glVertexAttrib4NusvARB ; .type glVertexAttrib4NusvARB,#function
536 .globl glVertexAttrib4bvARB ; .type glVertexAttrib4bvARB,#function
537 .globl glVertexAttrib4dARB ; .type glVertexAttrib4dARB,#function
538 .globl glVertexAttrib4dvARB ; .type glVertexAttrib4dvARB,#function
539 .globl glVertexAttrib4fARB ; .type glVertexAttrib4fARB,#function
540 .globl glVertexAttrib4fvARB ; .type glVertexAttrib4fvARB,#function
541 .globl glVertexAttrib4ivARB ; .type glVertexAttrib4ivARB,#function
542 .globl glVertexAttrib4sARB ; .type glVertexAttrib4sARB,#function
543 .globl glVertexAttrib4svARB ; .type glVertexAttrib4svARB,#function
544 .globl glVertexAttrib4ubvARB ; .type glVertexAttrib4ubvARB,#function
545 .globl glVertexAttrib4uivARB ; .type glVertexAttrib4uivARB,#function
546 .globl glVertexAttrib4usvARB ; .type glVertexAttrib4usvARB,#function
547 .globl glVertexAttribPointerARB ; .type glVertexAttribPointerARB,#function
548 .globl glBindBufferARB ; .type glBindBufferARB,#function
549 .globl glBufferDataARB ; .type glBufferDataARB,#function
550 .globl glBufferSubDataARB ; .type glBufferSubDataARB,#function
551 .globl glDeleteBuffersARB ; .type glDeleteBuffersARB,#function
552 .globl glGenBuffersARB ; .type glGenBuffersARB,#function
553 .globl glGetBufferParameterivARB ; .type glGetBufferParameterivARB,#function
554 .globl glGetBufferPointervARB ; .type glGetBufferPointervARB,#function
555 .globl glGetBufferSubDataARB ; .type glGetBufferSubDataARB,#function
556 .globl glIsBufferARB ; .type glIsBufferARB,#function
557 .globl glMapBufferARB ; .type glMapBufferARB,#function
558 .globl glUnmapBufferARB ; .type glUnmapBufferARB,#function
559 .globl glBeginQueryARB ; .type glBeginQueryARB,#function
560 .globl glDeleteQueriesARB ; .type glDeleteQueriesARB,#function
561 .globl glEndQueryARB ; .type glEndQueryARB,#function
562 .globl glGenQueriesARB ; .type glGenQueriesARB,#function
563 .globl glGetQueryObjectivARB ; .type glGetQueryObjectivARB,#function
564 .globl glGetQueryObjectuivARB ; .type glGetQueryObjectuivARB,#function
565 .globl glGetQueryivARB ; .type glGetQueryivARB,#function
566 .globl glIsQueryARB ; .type glIsQueryARB,#function
567 .globl glAttachObjectARB ; .type glAttachObjectARB,#function
568 .globl glCompileShaderARB ; .type glCompileShaderARB,#function
569 .globl glCreateProgramObjectARB ; .type glCreateProgramObjectARB,#function
570 .globl glCreateShaderObjectARB ; .type glCreateShaderObjectARB,#function
571 .globl glDeleteObjectARB ; .type glDeleteObjectARB,#function
572 .globl glDetachObjectARB ; .type glDetachObjectARB,#function
573 .globl glGetActiveUniformARB ; .type glGetActiveUniformARB,#function
574 .globl glGetAttachedObjectsARB ; .type glGetAttachedObjectsARB,#function
575 .globl glGetHandleARB ; .type glGetHandleARB,#function
576 .globl glGetInfoLogARB ; .type glGetInfoLogARB,#function
577 .globl glGetObjectParameterfvARB ; .type glGetObjectParameterfvARB,#function
578 .globl glGetObjectParameterivARB ; .type glGetObjectParameterivARB,#function
579 .globl glGetShaderSourceARB ; .type glGetShaderSourceARB,#function
580 .globl glGetUniformLocationARB ; .type glGetUniformLocationARB,#function
581 .globl glGetUniformfvARB ; .type glGetUniformfvARB,#function
582 .globl glGetUniformivARB ; .type glGetUniformivARB,#function
583 .globl glLinkProgramARB ; .type glLinkProgramARB,#function
584 .globl glShaderSourceARB ; .type glShaderSourceARB,#function
585 .globl glUniform1fARB ; .type glUniform1fARB,#function
586 .globl glUniform1fvARB ; .type glUniform1fvARB,#function
587 .globl glUniform1iARB ; .type glUniform1iARB,#function
588 .globl glUniform1ivARB ; .type glUniform1ivARB,#function
589 .globl glUniform2fARB ; .type glUniform2fARB,#function
590 .globl glUniform2fvARB ; .type glUniform2fvARB,#function
591 .globl glUniform2iARB ; .type glUniform2iARB,#function
592 .globl glUniform2ivARB ; .type glUniform2ivARB,#function
593 .globl glUniform3fARB ; .type glUniform3fARB,#function
594 .globl glUniform3fvARB ; .type glUniform3fvARB,#function
595 .globl glUniform3iARB ; .type glUniform3iARB,#function
596 .globl glUniform3ivARB ; .type glUniform3ivARB,#function
597 .globl glUniform4fARB ; .type glUniform4fARB,#function
598 .globl glUniform4fvARB ; .type glUniform4fvARB,#function
599 .globl glUniform4iARB ; .type glUniform4iARB,#function
600 .globl glUniform4ivARB ; .type glUniform4ivARB,#function
601 .globl glUniformMatrix2fvARB ; .type glUniformMatrix2fvARB,#function
602 .globl glUniformMatrix3fvARB ; .type glUniformMatrix3fvARB,#function
603 .globl glUniformMatrix4fvARB ; .type glUniformMatrix4fvARB,#function
604 .globl glUseProgramObjectARB ; .type glUseProgramObjectARB,#function
605 .globl glValidateProgramARB ; .type glValidateProgramARB,#function
606 .globl glBindAttribLocationARB ; .type glBindAttribLocationARB,#function
607 .globl glGetActiveAttribARB ; .type glGetActiveAttribARB,#function
608 .globl glGetAttribLocationARB ; .type glGetAttribLocationARB,#function
609 .globl glDrawBuffersARB ; .type glDrawBuffersARB,#function
610 .globl glPolygonOffsetEXT ; .type glPolygonOffsetEXT,#function
611 .globl glGetHistogramEXT ; .type glGetHistogramEXT,#function
612 .globl glGetHistogramParameterfvEXT ; .type glGetHistogramParameterfvEXT,#function
613 .globl glGetHistogramParameterivEXT ; .type glGetHistogramParameterivEXT,#function
614 .globl glGetMinmaxEXT ; .type glGetMinmaxEXT,#function
615 .globl glGetMinmaxParameterfvEXT ; .type glGetMinmaxParameterfvEXT,#function
616 .globl glGetMinmaxParameterivEXT ; .type glGetMinmaxParameterivEXT,#function
617 .globl glGetConvolutionFilterEXT ; .type glGetConvolutionFilterEXT,#function
618 .globl glGetConvolutionParameterfvEXT ; .type glGetConvolutionParameterfvEXT,#function
619 .globl glGetConvolutionParameterivEXT ; .type glGetConvolutionParameterivEXT,#function
620 .globl glGetSeparableFilterEXT ; .type glGetSeparableFilterEXT,#function
621 .globl glGetColorTableParameterfvSGI ; .type glGetColorTableParameterfvSGI,#function
622 .globl glGetColorTableParameterivSGI ; .type glGetColorTableParameterivSGI,#function
623 .globl glGetColorTableSGI ; .type glGetColorTableSGI,#function
624 .globl glGetPixelTexGenParameterfvSGIS ; .type glGetPixelTexGenParameterfvSGIS,#function
625 .globl glGetPixelTexGenParameterivSGIS ; .type glGetPixelTexGenParameterivSGIS,#function
626 .globl glPixelTexGenParameterfSGIS ; .type glPixelTexGenParameterfSGIS,#function
627 .globl glPixelTexGenParameterfvSGIS ; .type glPixelTexGenParameterfvSGIS,#function
628 .globl glPixelTexGenParameteriSGIS ; .type glPixelTexGenParameteriSGIS,#function
629 .globl glPixelTexGenParameterivSGIS ; .type glPixelTexGenParameterivSGIS,#function
630 .globl glAreTexturesResidentEXT ; .type glAreTexturesResidentEXT,#function
631 .globl glGenTexturesEXT ; .type glGenTexturesEXT,#function
632 .globl glIsTextureEXT ; .type glIsTextureEXT,#function
633 .globl glSampleMaskSGIS ; .type glSampleMaskSGIS,#function
634 .globl glSamplePatternSGIS ; .type glSamplePatternSGIS,#function
635 .globl glColorPointerEXT ; .type glColorPointerEXT,#function
636 .globl glEdgeFlagPointerEXT ; .type glEdgeFlagPointerEXT,#function
637 .globl glIndexPointerEXT ; .type glIndexPointerEXT,#function
638 .globl glNormalPointerEXT ; .type glNormalPointerEXT,#function
639 .globl glTexCoordPointerEXT ; .type glTexCoordPointerEXT,#function
640 .globl glVertexPointerEXT ; .type glVertexPointerEXT,#function
641 .globl glPointParameterfEXT ; .type glPointParameterfEXT,#function
642 .globl glPointParameterfvEXT ; .type glPointParameterfvEXT,#function
643 .globl glLockArraysEXT ; .type glLockArraysEXT,#function
644 .globl glUnlockArraysEXT ; .type glUnlockArraysEXT,#function
645 .globl glCullParameterdvEXT ; .type glCullParameterdvEXT,#function
646 .globl glCullParameterfvEXT ; .type glCullParameterfvEXT,#function
647 .globl glSecondaryColor3bEXT ; .type glSecondaryColor3bEXT,#function
648 .globl glSecondaryColor3bvEXT ; .type glSecondaryColor3bvEXT,#function
649 .globl glSecondaryColor3dEXT ; .type glSecondaryColor3dEXT,#function
650 .globl glSecondaryColor3dvEXT ; .type glSecondaryColor3dvEXT,#function
651 .globl glSecondaryColor3fEXT ; .type glSecondaryColor3fEXT,#function
652 .globl glSecondaryColor3fvEXT ; .type glSecondaryColor3fvEXT,#function
653 .globl glSecondaryColor3iEXT ; .type glSecondaryColor3iEXT,#function
654 .globl glSecondaryColor3ivEXT ; .type glSecondaryColor3ivEXT,#function
655 .globl glSecondaryColor3sEXT ; .type glSecondaryColor3sEXT,#function
656 .globl glSecondaryColor3svEXT ; .type glSecondaryColor3svEXT,#function
657 .globl glSecondaryColor3ubEXT ; .type glSecondaryColor3ubEXT,#function
658 .globl glSecondaryColor3ubvEXT ; .type glSecondaryColor3ubvEXT,#function
659 .globl glSecondaryColor3uiEXT ; .type glSecondaryColor3uiEXT,#function
660 .globl glSecondaryColor3uivEXT ; .type glSecondaryColor3uivEXT,#function
661 .globl glSecondaryColor3usEXT ; .type glSecondaryColor3usEXT,#function
662 .globl glSecondaryColor3usvEXT ; .type glSecondaryColor3usvEXT,#function
663 .globl glSecondaryColorPointerEXT ; .type glSecondaryColorPointerEXT,#function
664 .globl glMultiDrawArraysEXT ; .type glMultiDrawArraysEXT,#function
665 .globl glMultiDrawElementsEXT ; .type glMultiDrawElementsEXT,#function
666 .globl glFogCoordPointerEXT ; .type glFogCoordPointerEXT,#function
667 .globl glFogCoorddEXT ; .type glFogCoorddEXT,#function
668 .globl glFogCoorddvEXT ; .type glFogCoorddvEXT,#function
669 .globl glFogCoordfEXT ; .type glFogCoordfEXT,#function
670 .globl glFogCoordfvEXT ; .type glFogCoordfvEXT,#function
671 .globl glPixelTexGenSGIX ; .type glPixelTexGenSGIX,#function
672 .globl glBlendFuncSeparateEXT ; .type glBlendFuncSeparateEXT,#function
673 .globl glVertexWeightPointerEXT ; .type glVertexWeightPointerEXT,#function
674 .globl glVertexWeightfEXT ; .type glVertexWeightfEXT,#function
675 .globl glVertexWeightfvEXT ; .type glVertexWeightfvEXT,#function
676 .globl glFlushVertexArrayRangeNV ; .type glFlushVertexArrayRangeNV,#function
677 .globl glVertexArrayRangeNV ; .type glVertexArrayRangeNV,#function
678 .globl glCombinerInputNV ; .type glCombinerInputNV,#function
679 .globl glCombinerOutputNV ; .type glCombinerOutputNV,#function
680 .globl glCombinerParameterfNV ; .type glCombinerParameterfNV,#function
681 .globl glCombinerParameterfvNV ; .type glCombinerParameterfvNV,#function
682 .globl glCombinerParameteriNV ; .type glCombinerParameteriNV,#function
683 .globl glCombinerParameterivNV ; .type glCombinerParameterivNV,#function
684 .globl glFinalCombinerInputNV ; .type glFinalCombinerInputNV,#function
685 .globl glGetCombinerInputParameterfvNV ; .type glGetCombinerInputParameterfvNV,#function
686 .globl glGetCombinerInputParameterivNV ; .type glGetCombinerInputParameterivNV,#function
687 .globl glGetCombinerOutputParameterfvNV ; .type glGetCombinerOutputParameterfvNV,#function
688 .globl glGetCombinerOutputParameterivNV ; .type glGetCombinerOutputParameterivNV,#function
689 .globl glGetFinalCombinerInputParameterfvNV ; .type glGetFinalCombinerInputParameterfvNV,#function
690 .globl glGetFinalCombinerInputParameterivNV ; .type glGetFinalCombinerInputParameterivNV,#function
691 .globl glResizeBuffersMESA ; .type glResizeBuffersMESA,#function
692 .globl glWindowPos2dMESA ; .type glWindowPos2dMESA,#function
693 .globl glWindowPos2dvMESA ; .type glWindowPos2dvMESA,#function
694 .globl glWindowPos2fMESA ; .type glWindowPos2fMESA,#function
695 .globl glWindowPos2fvMESA ; .type glWindowPos2fvMESA,#function
696 .globl glWindowPos2iMESA ; .type glWindowPos2iMESA,#function
697 .globl glWindowPos2ivMESA ; .type glWindowPos2ivMESA,#function
698 .globl glWindowPos2sMESA ; .type glWindowPos2sMESA,#function
699 .globl glWindowPos2svMESA ; .type glWindowPos2svMESA,#function
700 .globl glWindowPos3dMESA ; .type glWindowPos3dMESA,#function
701 .globl glWindowPos3dvMESA ; .type glWindowPos3dvMESA,#function
702 .globl glWindowPos3fMESA ; .type glWindowPos3fMESA,#function
703 .globl glWindowPos3fvMESA ; .type glWindowPos3fvMESA,#function
704 .globl glWindowPos3iMESA ; .type glWindowPos3iMESA,#function
705 .globl glWindowPos3ivMESA ; .type glWindowPos3ivMESA,#function
706 .globl glWindowPos3sMESA ; .type glWindowPos3sMESA,#function
707 .globl glWindowPos3svMESA ; .type glWindowPos3svMESA,#function
708 .globl glWindowPos4dMESA ; .type glWindowPos4dMESA,#function
709 .globl glWindowPos4dvMESA ; .type glWindowPos4dvMESA,#function
710 .globl glWindowPos4fMESA ; .type glWindowPos4fMESA,#function
711 .globl glWindowPos4fvMESA ; .type glWindowPos4fvMESA,#function
712 .globl glWindowPos4iMESA ; .type glWindowPos4iMESA,#function
713 .globl glWindowPos4ivMESA ; .type glWindowPos4ivMESA,#function
714 .globl glWindowPos4sMESA ; .type glWindowPos4sMESA,#function
715 .globl glWindowPos4svMESA ; .type glWindowPos4svMESA,#function
716 .globl glMultiModeDrawArraysIBM ; .type glMultiModeDrawArraysIBM,#function
717 .globl glMultiModeDrawElementsIBM ; .type glMultiModeDrawElementsIBM,#function
718 .globl glDeleteFencesNV ; .type glDeleteFencesNV,#function
719 .globl glFinishFenceNV ; .type glFinishFenceNV,#function
720 .globl glGenFencesNV ; .type glGenFencesNV,#function
721 .globl glGetFenceivNV ; .type glGetFenceivNV,#function
722 .globl glIsFenceNV ; .type glIsFenceNV,#function
723 .globl glSetFenceNV ; .type glSetFenceNV,#function
724 .globl glTestFenceNV ; .type glTestFenceNV,#function
725 .globl glAreProgramsResidentNV ; .type glAreProgramsResidentNV,#function
726 .globl glBindProgramNV ; .type glBindProgramNV,#function
727 .globl glDeleteProgramsNV ; .type glDeleteProgramsNV,#function
728 .globl glExecuteProgramNV ; .type glExecuteProgramNV,#function
729 .globl glGenProgramsNV ; .type glGenProgramsNV,#function
730 .globl glGetProgramParameterdvNV ; .type glGetProgramParameterdvNV,#function
731 .globl glGetProgramParameterfvNV ; .type glGetProgramParameterfvNV,#function
732 .globl glGetProgramStringNV ; .type glGetProgramStringNV,#function
733 .globl glGetProgramivNV ; .type glGetProgramivNV,#function
734 .globl glGetTrackMatrixivNV ; .type glGetTrackMatrixivNV,#function
735 .globl glGetVertexAttribPointervNV ; .type glGetVertexAttribPointervNV,#function
736 .globl glGetVertexAttribdvNV ; .type glGetVertexAttribdvNV,#function
737 .globl glGetVertexAttribfvNV ; .type glGetVertexAttribfvNV,#function
738 .globl glGetVertexAttribivNV ; .type glGetVertexAttribivNV,#function
739 .globl glIsProgramNV ; .type glIsProgramNV,#function
740 .globl glLoadProgramNV ; .type glLoadProgramNV,#function
741 .globl glProgramParameter4dNV ; .type glProgramParameter4dNV,#function
742 .globl glProgramParameter4dvNV ; .type glProgramParameter4dvNV,#function
743 .globl glProgramParameter4fNV ; .type glProgramParameter4fNV,#function
744 .globl glProgramParameter4fvNV ; .type glProgramParameter4fvNV,#function
745 .globl glProgramParameters4dvNV ; .type glProgramParameters4dvNV,#function
746 .globl glProgramParameters4fvNV ; .type glProgramParameters4fvNV,#function
747 .globl glRequestResidentProgramsNV ; .type glRequestResidentProgramsNV,#function
748 .globl glTrackMatrixNV ; .type glTrackMatrixNV,#function
749 .globl glVertexAttrib1dNV ; .type glVertexAttrib1dNV,#function
750 .globl glVertexAttrib1dvNV ; .type glVertexAttrib1dvNV,#function
751 .globl glVertexAttrib1fNV ; .type glVertexAttrib1fNV,#function
752 .globl glVertexAttrib1fvNV ; .type glVertexAttrib1fvNV,#function
753 .globl glVertexAttrib1sNV ; .type glVertexAttrib1sNV,#function
754 .globl glVertexAttrib1svNV ; .type glVertexAttrib1svNV,#function
755 .globl glVertexAttrib2dNV ; .type glVertexAttrib2dNV,#function
756 .globl glVertexAttrib2dvNV ; .type glVertexAttrib2dvNV,#function
757 .globl glVertexAttrib2fNV ; .type glVertexAttrib2fNV,#function
758 .globl glVertexAttrib2fvNV ; .type glVertexAttrib2fvNV,#function
759 .globl glVertexAttrib2sNV ; .type glVertexAttrib2sNV,#function
760 .globl glVertexAttrib2svNV ; .type glVertexAttrib2svNV,#function
761 .globl glVertexAttrib3dNV ; .type glVertexAttrib3dNV,#function
762 .globl glVertexAttrib3dvNV ; .type glVertexAttrib3dvNV,#function
763 .globl glVertexAttrib3fNV ; .type glVertexAttrib3fNV,#function
764 .globl glVertexAttrib3fvNV ; .type glVertexAttrib3fvNV,#function
765 .globl glVertexAttrib3sNV ; .type glVertexAttrib3sNV,#function
766 .globl glVertexAttrib3svNV ; .type glVertexAttrib3svNV,#function
767 .globl glVertexAttrib4dNV ; .type glVertexAttrib4dNV,#function
768 .globl glVertexAttrib4dvNV ; .type glVertexAttrib4dvNV,#function
769 .globl glVertexAttrib4fNV ; .type glVertexAttrib4fNV,#function
770 .globl glVertexAttrib4fvNV ; .type glVertexAttrib4fvNV,#function
771 .globl glVertexAttrib4sNV ; .type glVertexAttrib4sNV,#function
772 .globl glVertexAttrib4svNV ; .type glVertexAttrib4svNV,#function
773 .globl glVertexAttrib4ubNV ; .type glVertexAttrib4ubNV,#function
774 .globl glVertexAttrib4ubvNV ; .type glVertexAttrib4ubvNV,#function
775 .globl glVertexAttribPointerNV ; .type glVertexAttribPointerNV,#function
776 .globl glVertexAttribs1dvNV ; .type glVertexAttribs1dvNV,#function
777 .globl glVertexAttribs1fvNV ; .type glVertexAttribs1fvNV,#function
778 .globl glVertexAttribs1svNV ; .type glVertexAttribs1svNV,#function
779 .globl glVertexAttribs2dvNV ; .type glVertexAttribs2dvNV,#function
780 .globl glVertexAttribs2fvNV ; .type glVertexAttribs2fvNV,#function
781 .globl glVertexAttribs2svNV ; .type glVertexAttribs2svNV,#function
782 .globl glVertexAttribs3dvNV ; .type glVertexAttribs3dvNV,#function
783 .globl glVertexAttribs3fvNV ; .type glVertexAttribs3fvNV,#function
784 .globl glVertexAttribs3svNV ; .type glVertexAttribs3svNV,#function
785 .globl glVertexAttribs4dvNV ; .type glVertexAttribs4dvNV,#function
786 .globl glVertexAttribs4fvNV ; .type glVertexAttribs4fvNV,#function
787 .globl glVertexAttribs4svNV ; .type glVertexAttribs4svNV,#function
788 .globl glVertexAttribs4ubvNV ; .type glVertexAttribs4ubvNV,#function
789 .globl glAlphaFragmentOp1ATI ; .type glAlphaFragmentOp1ATI,#function
790 .globl glAlphaFragmentOp2ATI ; .type glAlphaFragmentOp2ATI,#function
791 .globl glAlphaFragmentOp3ATI ; .type glAlphaFragmentOp3ATI,#function
792 .globl glBeginFragmentShaderATI ; .type glBeginFragmentShaderATI,#function
793 .globl glBindFragmentShaderATI ; .type glBindFragmentShaderATI,#function
794 .globl glColorFragmentOp1ATI ; .type glColorFragmentOp1ATI,#function
795 .globl glColorFragmentOp2ATI ; .type glColorFragmentOp2ATI,#function
796 .globl glColorFragmentOp3ATI ; .type glColorFragmentOp3ATI,#function
797 .globl glDeleteFragmentShaderATI ; .type glDeleteFragmentShaderATI,#function
798 .globl glEndFragmentShaderATI ; .type glEndFragmentShaderATI,#function
799 .globl glGenFragmentShadersATI ; .type glGenFragmentShadersATI,#function
800 .globl glPassTexCoordATI ; .type glPassTexCoordATI,#function
801 .globl glSampleMapATI ; .type glSampleMapATI,#function
802 .globl glSetFragmentShaderConstantATI ; .type glSetFragmentShaderConstantATI,#function
803 .globl glPointParameteriNV ; .type glPointParameteriNV,#function
804 .globl glPointParameterivNV ; .type glPointParameterivNV,#function
805 .globl glActiveStencilFaceEXT ; .type glActiveStencilFaceEXT,#function
806 .globl gl_dispatch_stub_738 ; .type gl_dispatch_stub_738,#function
807 .globl gl_dispatch_stub_739 ; .type gl_dispatch_stub_739,#function
808 .globl gl_dispatch_stub_740 ; .type gl_dispatch_stub_740,#function
809 .globl gl_dispatch_stub_741 ; .type gl_dispatch_stub_741,#function
810 .globl glGetProgramNamedParameterdvNV ; .type glGetProgramNamedParameterdvNV,#function
811 .globl glGetProgramNamedParameterfvNV ; .type glGetProgramNamedParameterfvNV,#function
812 .globl glProgramNamedParameter4dNV ; .type glProgramNamedParameter4dNV,#function
813 .globl glProgramNamedParameter4dvNV ; .type glProgramNamedParameter4dvNV,#function
814 .globl glProgramNamedParameter4fNV ; .type glProgramNamedParameter4fNV,#function
815 .globl glProgramNamedParameter4fvNV ; .type glProgramNamedParameter4fvNV,#function
816 .globl glDepthBoundsEXT ; .type glDepthBoundsEXT,#function
817 .globl glBlendEquationSeparateEXT ; .type glBlendEquationSeparateEXT,#function
818 .globl glBindFramebufferEXT ; .type glBindFramebufferEXT,#function
819 .globl glBindRenderbufferEXT ; .type glBindRenderbufferEXT,#function
820 .globl glCheckFramebufferStatusEXT ; .type glCheckFramebufferStatusEXT,#function
821 .globl glDeleteFramebuffersEXT ; .type glDeleteFramebuffersEXT,#function
822 .globl glDeleteRenderbuffersEXT ; .type glDeleteRenderbuffersEXT,#function
823 .globl glFramebufferRenderbufferEXT ; .type glFramebufferRenderbufferEXT,#function
824 .globl glFramebufferTexture1DEXT ; .type glFramebufferTexture1DEXT,#function
825 .globl glFramebufferTexture2DEXT ; .type glFramebufferTexture2DEXT,#function
826 .globl glFramebufferTexture3DEXT ; .type glFramebufferTexture3DEXT,#function
827 .globl glGenFramebuffersEXT ; .type glGenFramebuffersEXT,#function
828 .globl glGenRenderbuffersEXT ; .type glGenRenderbuffersEXT,#function
829 .globl glGenerateMipmapEXT ; .type glGenerateMipmapEXT,#function
830 .globl glGetFramebufferAttachmentParameterivEXT ; .type glGetFramebufferAttachmentParameterivEXT,#function
831 .globl glGetQueryObjecti64vEXT ; .type glGetQueryObjecti64vEXT,#function
832 .globl glGetQueryObjectui64vEXT ; .type glGetQueryObjectui64vEXT,#function
833 .globl glGetRenderbufferParameterivEXT ; .type glGetRenderbufferParameterivEXT,#function
834 .globl glIsFramebufferEXT ; .type glIsFramebufferEXT,#function
835 .globl glIsRenderbufferEXT ; .type glIsRenderbufferEXT,#function
836 .globl glRenderbufferStorageEXT ; .type glRenderbufferStorageEXT,#function
837 .globl glBlitFramebufferEXT ; .type glBlitFramebufferEXT,#function
838 .globl gl_dispatch_stub_770 ; .type gl_dispatch_stub_770,#function
839 .globl gl_dispatch_stub_771 ; .type gl_dispatch_stub_771,#function
840 .globl _mesa_sparc_glapi_begin ; .type _mesa_sparc_glapi_begin,#function
841 _mesa_sparc_glapi_begin:
842
843 GL_STUB(glNewList, _gloffset_NewList)
844 GL_STUB(glEndList, _gloffset_EndList)
845 GL_STUB(glCallList, _gloffset_CallList)
846 GL_STUB(glCallLists, _gloffset_CallLists)
847 GL_STUB(glDeleteLists, _gloffset_DeleteLists)
848 GL_STUB(glGenLists, _gloffset_GenLists)
849 GL_STUB(glListBase, _gloffset_ListBase)
850 GL_STUB(glBegin, _gloffset_Begin)
851 GL_STUB(glBitmap, _gloffset_Bitmap)
852 GL_STUB(glColor3b, _gloffset_Color3b)
853 GL_STUB(glColor3bv, _gloffset_Color3bv)
854 GL_STUB(glColor3d, _gloffset_Color3d)
855 GL_STUB(glColor3dv, _gloffset_Color3dv)
856 GL_STUB(glColor3f, _gloffset_Color3f)
857 GL_STUB(glColor3fv, _gloffset_Color3fv)
858 GL_STUB(glColor3i, _gloffset_Color3i)
859 GL_STUB(glColor3iv, _gloffset_Color3iv)
860 GL_STUB(glColor3s, _gloffset_Color3s)
861 GL_STUB(glColor3sv, _gloffset_Color3sv)
862 GL_STUB(glColor3ub, _gloffset_Color3ub)
863 GL_STUB(glColor3ubv, _gloffset_Color3ubv)
864 GL_STUB(glColor3ui, _gloffset_Color3ui)
865 GL_STUB(glColor3uiv, _gloffset_Color3uiv)
866 GL_STUB(glColor3us, _gloffset_Color3us)
867 GL_STUB(glColor3usv, _gloffset_Color3usv)
868 GL_STUB(glColor4b, _gloffset_Color4b)
869 GL_STUB(glColor4bv, _gloffset_Color4bv)
870 GL_STUB(glColor4d, _gloffset_Color4d)
871 GL_STUB(glColor4dv, _gloffset_Color4dv)
872 GL_STUB(glColor4f, _gloffset_Color4f)
873 GL_STUB(glColor4fv, _gloffset_Color4fv)
874 GL_STUB(glColor4i, _gloffset_Color4i)
875 GL_STUB(glColor4iv, _gloffset_Color4iv)
876 GL_STUB(glColor4s, _gloffset_Color4s)
877 GL_STUB(glColor4sv, _gloffset_Color4sv)
878 GL_STUB(glColor4ub, _gloffset_Color4ub)
879 GL_STUB(glColor4ubv, _gloffset_Color4ubv)
880 GL_STUB(glColor4ui, _gloffset_Color4ui)
881 GL_STUB(glColor4uiv, _gloffset_Color4uiv)
882 GL_STUB(glColor4us, _gloffset_Color4us)
883 GL_STUB(glColor4usv, _gloffset_Color4usv)
884 GL_STUB(glEdgeFlag, _gloffset_EdgeFlag)
885 GL_STUB(glEdgeFlagv, _gloffset_EdgeFlagv)
886 GL_STUB(glEnd, _gloffset_End)
887 GL_STUB(glIndexd, _gloffset_Indexd)
888 GL_STUB(glIndexdv, _gloffset_Indexdv)
889 GL_STUB(glIndexf, _gloffset_Indexf)
890 GL_STUB(glIndexfv, _gloffset_Indexfv)
891 GL_STUB(glIndexi, _gloffset_Indexi)
892 GL_STUB(glIndexiv, _gloffset_Indexiv)
893 GL_STUB(glIndexs, _gloffset_Indexs)
894 GL_STUB(glIndexsv, _gloffset_Indexsv)
895 GL_STUB(glNormal3b, _gloffset_Normal3b)
896 GL_STUB(glNormal3bv, _gloffset_Normal3bv)
897 GL_STUB(glNormal3d, _gloffset_Normal3d)
898 GL_STUB(glNormal3dv, _gloffset_Normal3dv)
899 GL_STUB(glNormal3f, _gloffset_Normal3f)
900 GL_STUB(glNormal3fv, _gloffset_Normal3fv)
901 GL_STUB(glNormal3i, _gloffset_Normal3i)
902 GL_STUB(glNormal3iv, _gloffset_Normal3iv)
903 GL_STUB(glNormal3s, _gloffset_Normal3s)
904 GL_STUB(glNormal3sv, _gloffset_Normal3sv)
905 GL_STUB(glRasterPos2d, _gloffset_RasterPos2d)
906 GL_STUB(glRasterPos2dv, _gloffset_RasterPos2dv)
907 GL_STUB(glRasterPos2f, _gloffset_RasterPos2f)
908 GL_STUB(glRasterPos2fv, _gloffset_RasterPos2fv)
909 GL_STUB(glRasterPos2i, _gloffset_RasterPos2i)
910 GL_STUB(glRasterPos2iv, _gloffset_RasterPos2iv)
911 GL_STUB(glRasterPos2s, _gloffset_RasterPos2s)
912 GL_STUB(glRasterPos2sv, _gloffset_RasterPos2sv)
913 GL_STUB(glRasterPos3d, _gloffset_RasterPos3d)
914 GL_STUB(glRasterPos3dv, _gloffset_RasterPos3dv)
915 GL_STUB(glRasterPos3f, _gloffset_RasterPos3f)
916 GL_STUB(glRasterPos3fv, _gloffset_RasterPos3fv)
917 GL_STUB(glRasterPos3i, _gloffset_RasterPos3i)
918 GL_STUB(glRasterPos3iv, _gloffset_RasterPos3iv)
919 GL_STUB(glRasterPos3s, _gloffset_RasterPos3s)
920 GL_STUB(glRasterPos3sv, _gloffset_RasterPos3sv)
921 GL_STUB(glRasterPos4d, _gloffset_RasterPos4d)
922 GL_STUB(glRasterPos4dv, _gloffset_RasterPos4dv)
923 GL_STUB(glRasterPos4f, _gloffset_RasterPos4f)
924 GL_STUB(glRasterPos4fv, _gloffset_RasterPos4fv)
925 GL_STUB(glRasterPos4i, _gloffset_RasterPos4i)
926 GL_STUB(glRasterPos4iv, _gloffset_RasterPos4iv)
927 GL_STUB(glRasterPos4s, _gloffset_RasterPos4s)
928 GL_STUB(glRasterPos4sv, _gloffset_RasterPos4sv)
929 GL_STUB(glRectd, _gloffset_Rectd)
930 GL_STUB(glRectdv, _gloffset_Rectdv)
931 GL_STUB(glRectf, _gloffset_Rectf)
932 GL_STUB(glRectfv, _gloffset_Rectfv)
933 GL_STUB(glRecti, _gloffset_Recti)
934 GL_STUB(glRectiv, _gloffset_Rectiv)
935 GL_STUB(glRects, _gloffset_Rects)
936 GL_STUB(glRectsv, _gloffset_Rectsv)
937 GL_STUB(glTexCoord1d, _gloffset_TexCoord1d)
938 GL_STUB(glTexCoord1dv, _gloffset_TexCoord1dv)
939 GL_STUB(glTexCoord1f, _gloffset_TexCoord1f)
940 GL_STUB(glTexCoord1fv, _gloffset_TexCoord1fv)
941 GL_STUB(glTexCoord1i, _gloffset_TexCoord1i)
942 GL_STUB(glTexCoord1iv, _gloffset_TexCoord1iv)
943 GL_STUB(glTexCoord1s, _gloffset_TexCoord1s)
944 GL_STUB(glTexCoord1sv, _gloffset_TexCoord1sv)
945 GL_STUB(glTexCoord2d, _gloffset_TexCoord2d)
946 GL_STUB(glTexCoord2dv, _gloffset_TexCoord2dv)
947 GL_STUB(glTexCoord2f, _gloffset_TexCoord2f)
948 GL_STUB(glTexCoord2fv, _gloffset_TexCoord2fv)
949 GL_STUB(glTexCoord2i, _gloffset_TexCoord2i)
950 GL_STUB(glTexCoord2iv, _gloffset_TexCoord2iv)
951 GL_STUB(glTexCoord2s, _gloffset_TexCoord2s)
952 GL_STUB(glTexCoord2sv, _gloffset_TexCoord2sv)
953 GL_STUB(glTexCoord3d, _gloffset_TexCoord3d)
954 GL_STUB(glTexCoord3dv, _gloffset_TexCoord3dv)
955 GL_STUB(glTexCoord3f, _gloffset_TexCoord3f)
956 GL_STUB(glTexCoord3fv, _gloffset_TexCoord3fv)
957 GL_STUB(glTexCoord3i, _gloffset_TexCoord3i)
958 GL_STUB(glTexCoord3iv, _gloffset_TexCoord3iv)
959 GL_STUB(glTexCoord3s, _gloffset_TexCoord3s)
960 GL_STUB(glTexCoord3sv, _gloffset_TexCoord3sv)
961 GL_STUB(glTexCoord4d, _gloffset_TexCoord4d)
962 GL_STUB(glTexCoord4dv, _gloffset_TexCoord4dv)
963 GL_STUB(glTexCoord4f, _gloffset_TexCoord4f)
964 GL_STUB(glTexCoord4fv, _gloffset_TexCoord4fv)
965 GL_STUB(glTexCoord4i, _gloffset_TexCoord4i)
966 GL_STUB(glTexCoord4iv, _gloffset_TexCoord4iv)
967 GL_STUB(glTexCoord4s, _gloffset_TexCoord4s)
968 GL_STUB(glTexCoord4sv, _gloffset_TexCoord4sv)
969 GL_STUB(glVertex2d, _gloffset_Vertex2d)
970 GL_STUB(glVertex2dv, _gloffset_Vertex2dv)
971 GL_STUB(glVertex2f, _gloffset_Vertex2f)
972 GL_STUB(glVertex2fv, _gloffset_Vertex2fv)
973 GL_STUB(glVertex2i, _gloffset_Vertex2i)
974 GL_STUB(glVertex2iv, _gloffset_Vertex2iv)
975 GL_STUB(glVertex2s, _gloffset_Vertex2s)
976 GL_STUB(glVertex2sv, _gloffset_Vertex2sv)
977 GL_STUB(glVertex3d, _gloffset_Vertex3d)
978 GL_STUB(glVertex3dv, _gloffset_Vertex3dv)
979 GL_STUB(glVertex3f, _gloffset_Vertex3f)
980 GL_STUB(glVertex3fv, _gloffset_Vertex3fv)
981 GL_STUB(glVertex3i, _gloffset_Vertex3i)
982 GL_STUB(glVertex3iv, _gloffset_Vertex3iv)
983 GL_STUB(glVertex3s, _gloffset_Vertex3s)
984 GL_STUB(glVertex3sv, _gloffset_Vertex3sv)
985 GL_STUB(glVertex4d, _gloffset_Vertex4d)
986 GL_STUB(glVertex4dv, _gloffset_Vertex4dv)
987 GL_STUB(glVertex4f, _gloffset_Vertex4f)
988 GL_STUB(glVertex4fv, _gloffset_Vertex4fv)
989 GL_STUB(glVertex4i, _gloffset_Vertex4i)
990 GL_STUB(glVertex4iv, _gloffset_Vertex4iv)
991 GL_STUB(glVertex4s, _gloffset_Vertex4s)
992 GL_STUB(glVertex4sv, _gloffset_Vertex4sv)
993 GL_STUB(glClipPlane, _gloffset_ClipPlane)
994 GL_STUB(glColorMaterial, _gloffset_ColorMaterial)
995 GL_STUB(glCullFace, _gloffset_CullFace)
996 GL_STUB(glFogf, _gloffset_Fogf)
997 GL_STUB(glFogfv, _gloffset_Fogfv)
998 GL_STUB(glFogi, _gloffset_Fogi)
999 GL_STUB(glFogiv, _gloffset_Fogiv)
1000 GL_STUB(glFrontFace, _gloffset_FrontFace)
1001 GL_STUB(glHint, _gloffset_Hint)
1002 GL_STUB(glLightf, _gloffset_Lightf)
1003 GL_STUB(glLightfv, _gloffset_Lightfv)
1004 GL_STUB(glLighti, _gloffset_Lighti)
1005 GL_STUB(glLightiv, _gloffset_Lightiv)
1006 GL_STUB(glLightModelf, _gloffset_LightModelf)
1007 GL_STUB(glLightModelfv, _gloffset_LightModelfv)
1008 GL_STUB(glLightModeli, _gloffset_LightModeli)
1009 GL_STUB(glLightModeliv, _gloffset_LightModeliv)
1010 GL_STUB(glLineStipple, _gloffset_LineStipple)
1011 GL_STUB(glLineWidth, _gloffset_LineWidth)
1012 GL_STUB(glMaterialf, _gloffset_Materialf)
1013 GL_STUB(glMaterialfv, _gloffset_Materialfv)
1014 GL_STUB(glMateriali, _gloffset_Materiali)
1015 GL_STUB(glMaterialiv, _gloffset_Materialiv)
1016 GL_STUB(glPointSize, _gloffset_PointSize)
1017 GL_STUB(glPolygonMode, _gloffset_PolygonMode)
1018 GL_STUB(glPolygonStipple, _gloffset_PolygonStipple)
1019 GL_STUB(glScissor, _gloffset_Scissor)
1020 GL_STUB(glShadeModel, _gloffset_ShadeModel)
1021 GL_STUB(glTexParameterf, _gloffset_TexParameterf)
1022 GL_STUB(glTexParameterfv, _gloffset_TexParameterfv)
1023 GL_STUB(glTexParameteri, _gloffset_TexParameteri)
1024 GL_STUB(glTexParameteriv, _gloffset_TexParameteriv)
1025 GL_STUB(glTexImage1D, _gloffset_TexImage1D)
1026 GL_STUB(glTexImage2D, _gloffset_TexImage2D)
1027 GL_STUB(glTexEnvf, _gloffset_TexEnvf)
1028 GL_STUB(glTexEnvfv, _gloffset_TexEnvfv)
1029 GL_STUB(glTexEnvi, _gloffset_TexEnvi)
1030 GL_STUB(glTexEnviv, _gloffset_TexEnviv)
1031 GL_STUB(glTexGend, _gloffset_TexGend)
1032 GL_STUB(glTexGendv, _gloffset_TexGendv)
1033 GL_STUB(glTexGenf, _gloffset_TexGenf)
1034 GL_STUB(glTexGenfv, _gloffset_TexGenfv)
1035 GL_STUB(glTexGeni, _gloffset_TexGeni)
1036 GL_STUB(glTexGeniv, _gloffset_TexGeniv)
1037 GL_STUB(glFeedbackBuffer, _gloffset_FeedbackBuffer)
1038 GL_STUB(glSelectBuffer, _gloffset_SelectBuffer)
1039 GL_STUB(glRenderMode, _gloffset_RenderMode)
1040 GL_STUB(glInitNames, _gloffset_InitNames)
1041 GL_STUB(glLoadName, _gloffset_LoadName)
1042 GL_STUB(glPassThrough, _gloffset_PassThrough)
1043 GL_STUB(glPopName, _gloffset_PopName)
1044 GL_STUB(glPushName, _gloffset_PushName)
1045 GL_STUB(glDrawBuffer, _gloffset_DrawBuffer)
1046 GL_STUB(glClear, _gloffset_Clear)
1047 GL_STUB(glClearAccum, _gloffset_ClearAccum)
1048 GL_STUB(glClearIndex, _gloffset_ClearIndex)
1049 GL_STUB(glClearColor, _gloffset_ClearColor)
1050 GL_STUB(glClearStencil, _gloffset_ClearStencil)
1051 GL_STUB(glClearDepth, _gloffset_ClearDepth)
1052 GL_STUB(glStencilMask, _gloffset_StencilMask)
1053 GL_STUB(glColorMask, _gloffset_ColorMask)
1054 GL_STUB(glDepthMask, _gloffset_DepthMask)
1055 GL_STUB(glIndexMask, _gloffset_IndexMask)
1056 GL_STUB(glAccum, _gloffset_Accum)
1057 GL_STUB(glDisable, _gloffset_Disable)
1058 GL_STUB(glEnable, _gloffset_Enable)
1059 GL_STUB(glFinish, _gloffset_Finish)
1060 GL_STUB(glFlush, _gloffset_Flush)
1061 GL_STUB(glPopAttrib, _gloffset_PopAttrib)
1062 GL_STUB(glPushAttrib, _gloffset_PushAttrib)
1063 GL_STUB(glMap1d, _gloffset_Map1d)
1064 GL_STUB(glMap1f, _gloffset_Map1f)
1065 GL_STUB(glMap2d, _gloffset_Map2d)
1066 GL_STUB(glMap2f, _gloffset_Map2f)
1067 GL_STUB(glMapGrid1d, _gloffset_MapGrid1d)
1068 GL_STUB(glMapGrid1f, _gloffset_MapGrid1f)
1069 GL_STUB(glMapGrid2d, _gloffset_MapGrid2d)
1070 GL_STUB(glMapGrid2f, _gloffset_MapGrid2f)
1071 GL_STUB(glEvalCoord1d, _gloffset_EvalCoord1d)
1072 GL_STUB(glEvalCoord1dv, _gloffset_EvalCoord1dv)
1073 GL_STUB(glEvalCoord1f, _gloffset_EvalCoord1f)
1074 GL_STUB(glEvalCoord1fv, _gloffset_EvalCoord1fv)
1075 GL_STUB(glEvalCoord2d, _gloffset_EvalCoord2d)
1076 GL_STUB(glEvalCoord2dv, _gloffset_EvalCoord2dv)
1077 GL_STUB(glEvalCoord2f, _gloffset_EvalCoord2f)
1078 GL_STUB(glEvalCoord2fv, _gloffset_EvalCoord2fv)
1079 GL_STUB(glEvalMesh1, _gloffset_EvalMesh1)
1080 GL_STUB(glEvalPoint1, _gloffset_EvalPoint1)
1081 GL_STUB(glEvalMesh2, _gloffset_EvalMesh2)
1082 GL_STUB(glEvalPoint2, _gloffset_EvalPoint2)
1083 GL_STUB(glAlphaFunc, _gloffset_AlphaFunc)
1084 GL_STUB(glBlendFunc, _gloffset_BlendFunc)
1085 GL_STUB(glLogicOp, _gloffset_LogicOp)
1086 GL_STUB(glStencilFunc, _gloffset_StencilFunc)
1087 GL_STUB(glStencilOp, _gloffset_StencilOp)
1088 GL_STUB(glDepthFunc, _gloffset_DepthFunc)
1089 GL_STUB(glPixelZoom, _gloffset_PixelZoom)
1090 GL_STUB(glPixelTransferf, _gloffset_PixelTransferf)
1091 GL_STUB(glPixelTransferi, _gloffset_PixelTransferi)
1092 GL_STUB(glPixelStoref, _gloffset_PixelStoref)
1093 GL_STUB(glPixelStorei, _gloffset_PixelStorei)
1094 GL_STUB(glPixelMapfv, _gloffset_PixelMapfv)
1095 GL_STUB(glPixelMapuiv, _gloffset_PixelMapuiv)
1096 GL_STUB(glPixelMapusv, _gloffset_PixelMapusv)
1097 GL_STUB(glReadBuffer, _gloffset_ReadBuffer)
1098 GL_STUB(glCopyPixels, _gloffset_CopyPixels)
1099 GL_STUB(glReadPixels, _gloffset_ReadPixels)
1100 GL_STUB(glDrawPixels, _gloffset_DrawPixels)
1101 GL_STUB(glGetBooleanv, _gloffset_GetBooleanv)
1102 GL_STUB(glGetClipPlane, _gloffset_GetClipPlane)
1103 GL_STUB(glGetDoublev, _gloffset_GetDoublev)
1104 GL_STUB(glGetError, _gloffset_GetError)
1105 GL_STUB(glGetFloatv, _gloffset_GetFloatv)
1106 GL_STUB(glGetIntegerv, _gloffset_GetIntegerv)
1107 GL_STUB(glGetLightfv, _gloffset_GetLightfv)
1108 GL_STUB(glGetLightiv, _gloffset_GetLightiv)
1109 GL_STUB(glGetMapdv, _gloffset_GetMapdv)
1110 GL_STUB(glGetMapfv, _gloffset_GetMapfv)
1111 GL_STUB(glGetMapiv, _gloffset_GetMapiv)
1112 GL_STUB(glGetMaterialfv, _gloffset_GetMaterialfv)
1113 GL_STUB(glGetMaterialiv, _gloffset_GetMaterialiv)
1114 GL_STUB(glGetPixelMapfv, _gloffset_GetPixelMapfv)
1115 GL_STUB(glGetPixelMapuiv, _gloffset_GetPixelMapuiv)
1116 GL_STUB(glGetPixelMapusv, _gloffset_GetPixelMapusv)
1117 GL_STUB(glGetPolygonStipple, _gloffset_GetPolygonStipple)
1118 GL_STUB(glGetString, _gloffset_GetString)
1119 GL_STUB(glGetTexEnvfv, _gloffset_GetTexEnvfv)
1120 GL_STUB(glGetTexEnviv, _gloffset_GetTexEnviv)
1121 GL_STUB(glGetTexGendv, _gloffset_GetTexGendv)
1122 GL_STUB(glGetTexGenfv, _gloffset_GetTexGenfv)
1123 GL_STUB(glGetTexGeniv, _gloffset_GetTexGeniv)
1124 GL_STUB(glGetTexImage, _gloffset_GetTexImage)
1125 GL_STUB(glGetTexParameterfv, _gloffset_GetTexParameterfv)
1126 GL_STUB(glGetTexParameteriv, _gloffset_GetTexParameteriv)
1127 GL_STUB(glGetTexLevelParameterfv, _gloffset_GetTexLevelParameterfv)
1128 GL_STUB(glGetTexLevelParameteriv, _gloffset_GetTexLevelParameteriv)
1129 GL_STUB(glIsEnabled, _gloffset_IsEnabled)
1130 GL_STUB(glIsList, _gloffset_IsList)
1131 GL_STUB(glDepthRange, _gloffset_DepthRange)
1132 GL_STUB(glFrustum, _gloffset_Frustum)
1133 GL_STUB(glLoadIdentity, _gloffset_LoadIdentity)
1134 GL_STUB(glLoadMatrixf, _gloffset_LoadMatrixf)
1135 GL_STUB(glLoadMatrixd, _gloffset_LoadMatrixd)
1136 GL_STUB(glMatrixMode, _gloffset_MatrixMode)
1137 GL_STUB(glMultMatrixf, _gloffset_MultMatrixf)
1138 GL_STUB(glMultMatrixd, _gloffset_MultMatrixd)
1139 GL_STUB(glOrtho, _gloffset_Ortho)
1140 GL_STUB(glPopMatrix, _gloffset_PopMatrix)
1141 GL_STUB(glPushMatrix, _gloffset_PushMatrix)
1142 GL_STUB(glRotated, _gloffset_Rotated)
1143 GL_STUB(glRotatef, _gloffset_Rotatef)
1144 GL_STUB(glScaled, _gloffset_Scaled)
1145 GL_STUB(glScalef, _gloffset_Scalef)
1146 GL_STUB(glTranslated, _gloffset_Translated)
1147 GL_STUB(glTranslatef, _gloffset_Translatef)
1148 GL_STUB(glViewport, _gloffset_Viewport)
1149 GL_STUB(glArrayElement, _gloffset_ArrayElement)
1150 GL_STUB(glBindTexture, _gloffset_BindTexture)
1151 GL_STUB(glColorPointer, _gloffset_ColorPointer)
1152 GL_STUB(glDisableClientState, _gloffset_DisableClientState)
1153 GL_STUB(glDrawArrays, _gloffset_DrawArrays)
1154 GL_STUB(glDrawElements, _gloffset_DrawElements)
1155 GL_STUB(glEdgeFlagPointer, _gloffset_EdgeFlagPointer)
1156 GL_STUB(glEnableClientState, _gloffset_EnableClientState)
1157 GL_STUB(glIndexPointer, _gloffset_IndexPointer)
1158 GL_STUB(glIndexub, _gloffset_Indexub)
1159 GL_STUB(glIndexubv, _gloffset_Indexubv)
1160 GL_STUB(glInterleavedArrays, _gloffset_InterleavedArrays)
1161 GL_STUB(glNormalPointer, _gloffset_NormalPointer)
1162 GL_STUB(glPolygonOffset, _gloffset_PolygonOffset)
1163 GL_STUB(glTexCoordPointer, _gloffset_TexCoordPointer)
1164 GL_STUB(glVertexPointer, _gloffset_VertexPointer)
1165 GL_STUB(glAreTexturesResident, _gloffset_AreTexturesResident)
1166 GL_STUB(glCopyTexImage1D, _gloffset_CopyTexImage1D)
1167 GL_STUB(glCopyTexImage2D, _gloffset_CopyTexImage2D)
1168 GL_STUB(glCopyTexSubImage1D, _gloffset_CopyTexSubImage1D)
1169 GL_STUB(glCopyTexSubImage2D, _gloffset_CopyTexSubImage2D)
1170 GL_STUB(glDeleteTextures, _gloffset_DeleteTextures)
1171 GL_STUB(glGenTextures, _gloffset_GenTextures)
1172 GL_STUB(glGetPointerv, _gloffset_GetPointerv)
1173 GL_STUB(glIsTexture, _gloffset_IsTexture)
1174 GL_STUB(glPrioritizeTextures, _gloffset_PrioritizeTextures)
1175 GL_STUB(glTexSubImage1D, _gloffset_TexSubImage1D)
1176 GL_STUB(glTexSubImage2D, _gloffset_TexSubImage2D)
1177 GL_STUB(glPopClientAttrib, _gloffset_PopClientAttrib)
1178 GL_STUB(glPushClientAttrib, _gloffset_PushClientAttrib)
1179 GL_STUB(glBlendColor, _gloffset_BlendColor)
1180 GL_STUB(glBlendEquation, _gloffset_BlendEquation)
1181 GL_STUB(glDrawRangeElements, _gloffset_DrawRangeElements)
1182 GL_STUB(glColorTable, _gloffset_ColorTable)
1183 GL_STUB(glColorTableParameterfv, _gloffset_ColorTableParameterfv)
1184 GL_STUB(glColorTableParameteriv, _gloffset_ColorTableParameteriv)
1185 GL_STUB(glCopyColorTable, _gloffset_CopyColorTable)
1186 GL_STUB(glGetColorTable, _gloffset_GetColorTable)
1187 GL_STUB(glGetColorTableParameterfv, _gloffset_GetColorTableParameterfv)
1188 GL_STUB(glGetColorTableParameteriv, _gloffset_GetColorTableParameteriv)
1189 GL_STUB(glColorSubTable, _gloffset_ColorSubTable)
1190 GL_STUB(glCopyColorSubTable, _gloffset_CopyColorSubTable)
1191 GL_STUB(glConvolutionFilter1D, _gloffset_ConvolutionFilter1D)
1192 GL_STUB(glConvolutionFilter2D, _gloffset_ConvolutionFilter2D)
1193 GL_STUB(glConvolutionParameterf, _gloffset_ConvolutionParameterf)
1194 GL_STUB(glConvolutionParameterfv, _gloffset_ConvolutionParameterfv)
1195 GL_STUB(glConvolutionParameteri, _gloffset_ConvolutionParameteri)
1196 GL_STUB(glConvolutionParameteriv, _gloffset_ConvolutionParameteriv)
1197 GL_STUB(glCopyConvolutionFilter1D, _gloffset_CopyConvolutionFilter1D)
1198 GL_STUB(glCopyConvolutionFilter2D, _gloffset_CopyConvolutionFilter2D)
1199 GL_STUB(glGetConvolutionFilter, _gloffset_GetConvolutionFilter)
1200 GL_STUB(glGetConvolutionParameterfv, _gloffset_GetConvolutionParameterfv)
1201 GL_STUB(glGetConvolutionParameteriv, _gloffset_GetConvolutionParameteriv)
1202 GL_STUB(glGetSeparableFilter, _gloffset_GetSeparableFilter)
1203 GL_STUB(glSeparableFilter2D, _gloffset_SeparableFilter2D)
1204 GL_STUB(glGetHistogram, _gloffset_GetHistogram)
1205 GL_STUB(glGetHistogramParameterfv, _gloffset_GetHistogramParameterfv)
1206 GL_STUB(glGetHistogramParameteriv, _gloffset_GetHistogramParameteriv)
1207 GL_STUB(glGetMinmax, _gloffset_GetMinmax)
1208 GL_STUB(glGetMinmaxParameterfv, _gloffset_GetMinmaxParameterfv)
1209 GL_STUB(glGetMinmaxParameteriv, _gloffset_GetMinmaxParameteriv)
1210 GL_STUB(glHistogram, _gloffset_Histogram)
1211 GL_STUB(glMinmax, _gloffset_Minmax)
1212 GL_STUB(glResetHistogram, _gloffset_ResetHistogram)
1213 GL_STUB(glResetMinmax, _gloffset_ResetMinmax)
1214 GL_STUB(glTexImage3D, _gloffset_TexImage3D)
1215 GL_STUB(glTexSubImage3D, _gloffset_TexSubImage3D)
1216 GL_STUB(glCopyTexSubImage3D, _gloffset_CopyTexSubImage3D)
1217 GL_STUB(glActiveTextureARB, _gloffset_ActiveTextureARB)
1218 GL_STUB(glClientActiveTextureARB, _gloffset_ClientActiveTextureARB)
1219 GL_STUB(glMultiTexCoord1dARB, _gloffset_MultiTexCoord1dARB)
1220 GL_STUB(glMultiTexCoord1dvARB, _gloffset_MultiTexCoord1dvARB)
1221 GL_STUB(glMultiTexCoord1fARB, _gloffset_MultiTexCoord1fARB)
1222 GL_STUB(glMultiTexCoord1fvARB, _gloffset_MultiTexCoord1fvARB)
1223 GL_STUB(glMultiTexCoord1iARB, _gloffset_MultiTexCoord1iARB)
1224 GL_STUB(glMultiTexCoord1ivARB, _gloffset_MultiTexCoord1ivARB)
1225 GL_STUB(glMultiTexCoord1sARB, _gloffset_MultiTexCoord1sARB)
1226 GL_STUB(glMultiTexCoord1svARB, _gloffset_MultiTexCoord1svARB)
1227 GL_STUB(glMultiTexCoord2dARB, _gloffset_MultiTexCoord2dARB)
1228 GL_STUB(glMultiTexCoord2dvARB, _gloffset_MultiTexCoord2dvARB)
1229 GL_STUB(glMultiTexCoord2fARB, _gloffset_MultiTexCoord2fARB)
1230 GL_STUB(glMultiTexCoord2fvARB, _gloffset_MultiTexCoord2fvARB)
1231 GL_STUB(glMultiTexCoord2iARB, _gloffset_MultiTexCoord2iARB)
1232 GL_STUB(glMultiTexCoord2ivARB, _gloffset_MultiTexCoord2ivARB)
1233 GL_STUB(glMultiTexCoord2sARB, _gloffset_MultiTexCoord2sARB)
1234 GL_STUB(glMultiTexCoord2svARB, _gloffset_MultiTexCoord2svARB)
1235 GL_STUB(glMultiTexCoord3dARB, _gloffset_MultiTexCoord3dARB)
1236 GL_STUB(glMultiTexCoord3dvARB, _gloffset_MultiTexCoord3dvARB)
1237 GL_STUB(glMultiTexCoord3fARB, _gloffset_MultiTexCoord3fARB)
1238 GL_STUB(glMultiTexCoord3fvARB, _gloffset_MultiTexCoord3fvARB)
1239 GL_STUB(glMultiTexCoord3iARB, _gloffset_MultiTexCoord3iARB)
1240 GL_STUB(glMultiTexCoord3ivARB, _gloffset_MultiTexCoord3ivARB)
1241 GL_STUB(glMultiTexCoord3sARB, _gloffset_MultiTexCoord3sARB)
1242 GL_STUB(glMultiTexCoord3svARB, _gloffset_MultiTexCoord3svARB)
1243 GL_STUB(glMultiTexCoord4dARB, _gloffset_MultiTexCoord4dARB)
1244 GL_STUB(glMultiTexCoord4dvARB, _gloffset_MultiTexCoord4dvARB)
1245 GL_STUB(glMultiTexCoord4fARB, _gloffset_MultiTexCoord4fARB)
1246 GL_STUB(glMultiTexCoord4fvARB, _gloffset_MultiTexCoord4fvARB)
1247 GL_STUB(glMultiTexCoord4iARB, _gloffset_MultiTexCoord4iARB)
1248 GL_STUB(glMultiTexCoord4ivARB, _gloffset_MultiTexCoord4ivARB)
1249 GL_STUB(glMultiTexCoord4sARB, _gloffset_MultiTexCoord4sARB)
1250 GL_STUB(glMultiTexCoord4svARB, _gloffset_MultiTexCoord4svARB)
1251 GL_STUB(glStencilFuncSeparate, _gloffset_StencilFuncSeparate)
1252 GL_STUB(glStencilMaskSeparate, _gloffset_StencilMaskSeparate)
1253 GL_STUB(glStencilOpSeparate, _gloffset_StencilOpSeparate)
1254 GL_STUB(glLoadTransposeMatrixdARB, _gloffset_LoadTransposeMatrixdARB)
1255 GL_STUB(glLoadTransposeMatrixfARB, _gloffset_LoadTransposeMatrixfARB)
1256 GL_STUB(glMultTransposeMatrixdARB, _gloffset_MultTransposeMatrixdARB)
1257 GL_STUB(glMultTransposeMatrixfARB, _gloffset_MultTransposeMatrixfARB)
1258 GL_STUB(glSampleCoverageARB, _gloffset_SampleCoverageARB)
1259 GL_STUB(glCompressedTexImage1DARB, _gloffset_CompressedTexImage1DARB)
1260 GL_STUB(glCompressedTexImage2DARB, _gloffset_CompressedTexImage2DARB)
1261 GL_STUB(glCompressedTexImage3DARB, _gloffset_CompressedTexImage3DARB)
1262 GL_STUB(glCompressedTexSubImage1DARB, _gloffset_CompressedTexSubImage1DARB)
1263 GL_STUB(glCompressedTexSubImage2DARB, _gloffset_CompressedTexSubImage2DARB)
1264 GL_STUB(glCompressedTexSubImage3DARB, _gloffset_CompressedTexSubImage3DARB)
1265 GL_STUB(glGetCompressedTexImageARB, _gloffset_GetCompressedTexImageARB)
1266 GL_STUB(glDisableVertexAttribArrayARB, _gloffset_DisableVertexAttribArrayARB)
1267 GL_STUB(glEnableVertexAttribArrayARB, _gloffset_EnableVertexAttribArrayARB)
1268 GL_STUB(glGetProgramEnvParameterdvARB, _gloffset_GetProgramEnvParameterdvARB)
1269 GL_STUB(glGetProgramEnvParameterfvARB, _gloffset_GetProgramEnvParameterfvARB)
1270 GL_STUB(glGetProgramLocalParameterdvARB, _gloffset_GetProgramLocalParameterdvARB)
1271 GL_STUB(glGetProgramLocalParameterfvARB, _gloffset_GetProgramLocalParameterfvARB)
1272 GL_STUB(glGetProgramStringARB, _gloffset_GetProgramStringARB)
1273 GL_STUB(glGetProgramivARB, _gloffset_GetProgramivARB)
1274 GL_STUB(glGetVertexAttribdvARB, _gloffset_GetVertexAttribdvARB)
1275 GL_STUB(glGetVertexAttribfvARB, _gloffset_GetVertexAttribfvARB)
1276 GL_STUB(glGetVertexAttribivARB, _gloffset_GetVertexAttribivARB)
1277 GL_STUB(glProgramEnvParameter4dARB, _gloffset_ProgramEnvParameter4dARB)
1278 GL_STUB(glProgramEnvParameter4dvARB, _gloffset_ProgramEnvParameter4dvARB)
1279 GL_STUB(glProgramEnvParameter4fARB, _gloffset_ProgramEnvParameter4fARB)
1280 GL_STUB(glProgramEnvParameter4fvARB, _gloffset_ProgramEnvParameter4fvARB)
1281 GL_STUB(glProgramLocalParameter4dARB, _gloffset_ProgramLocalParameter4dARB)
1282 GL_STUB(glProgramLocalParameter4dvARB, _gloffset_ProgramLocalParameter4dvARB)
1283 GL_STUB(glProgramLocalParameter4fARB, _gloffset_ProgramLocalParameter4fARB)
1284 GL_STUB(glProgramLocalParameter4fvARB, _gloffset_ProgramLocalParameter4fvARB)
1285 GL_STUB(glProgramStringARB, _gloffset_ProgramStringARB)
1286 GL_STUB(glVertexAttrib1dARB, _gloffset_VertexAttrib1dARB)
1287 GL_STUB(glVertexAttrib1dvARB, _gloffset_VertexAttrib1dvARB)
1288 GL_STUB(glVertexAttrib1fARB, _gloffset_VertexAttrib1fARB)
1289 GL_STUB(glVertexAttrib1fvARB, _gloffset_VertexAttrib1fvARB)
1290 GL_STUB(glVertexAttrib1sARB, _gloffset_VertexAttrib1sARB)
1291 GL_STUB(glVertexAttrib1svARB, _gloffset_VertexAttrib1svARB)
1292 GL_STUB(glVertexAttrib2dARB, _gloffset_VertexAttrib2dARB)
1293 GL_STUB(glVertexAttrib2dvARB, _gloffset_VertexAttrib2dvARB)
1294 GL_STUB(glVertexAttrib2fARB, _gloffset_VertexAttrib2fARB)
1295 GL_STUB(glVertexAttrib2fvARB, _gloffset_VertexAttrib2fvARB)
1296 GL_STUB(glVertexAttrib2sARB, _gloffset_VertexAttrib2sARB)
1297 GL_STUB(glVertexAttrib2svARB, _gloffset_VertexAttrib2svARB)
1298 GL_STUB(glVertexAttrib3dARB, _gloffset_VertexAttrib3dARB)
1299 GL_STUB(glVertexAttrib3dvARB, _gloffset_VertexAttrib3dvARB)
1300 GL_STUB(glVertexAttrib3fARB, _gloffset_VertexAttrib3fARB)
1301 GL_STUB(glVertexAttrib3fvARB, _gloffset_VertexAttrib3fvARB)
1302 GL_STUB(glVertexAttrib3sARB, _gloffset_VertexAttrib3sARB)
1303 GL_STUB(glVertexAttrib3svARB, _gloffset_VertexAttrib3svARB)
1304 GL_STUB(glVertexAttrib4NbvARB, _gloffset_VertexAttrib4NbvARB)
1305 GL_STUB(glVertexAttrib4NivARB, _gloffset_VertexAttrib4NivARB)
1306 GL_STUB(glVertexAttrib4NsvARB, _gloffset_VertexAttrib4NsvARB)
1307 GL_STUB(glVertexAttrib4NubARB, _gloffset_VertexAttrib4NubARB)
1308 GL_STUB(glVertexAttrib4NubvARB, _gloffset_VertexAttrib4NubvARB)
1309 GL_STUB(glVertexAttrib4NuivARB, _gloffset_VertexAttrib4NuivARB)
1310 GL_STUB(glVertexAttrib4NusvARB, _gloffset_VertexAttrib4NusvARB)
1311 GL_STUB(glVertexAttrib4bvARB, _gloffset_VertexAttrib4bvARB)
1312 GL_STUB(glVertexAttrib4dARB, _gloffset_VertexAttrib4dARB)
1313 GL_STUB(glVertexAttrib4dvARB, _gloffset_VertexAttrib4dvARB)
1314 GL_STUB(glVertexAttrib4fARB, _gloffset_VertexAttrib4fARB)
1315 GL_STUB(glVertexAttrib4fvARB, _gloffset_VertexAttrib4fvARB)
1316 GL_STUB(glVertexAttrib4ivARB, _gloffset_VertexAttrib4ivARB)
1317 GL_STUB(glVertexAttrib4sARB, _gloffset_VertexAttrib4sARB)
1318 GL_STUB(glVertexAttrib4svARB, _gloffset_VertexAttrib4svARB)
1319 GL_STUB(glVertexAttrib4ubvARB, _gloffset_VertexAttrib4ubvARB)
1320 GL_STUB(glVertexAttrib4uivARB, _gloffset_VertexAttrib4uivARB)
1321 GL_STUB(glVertexAttrib4usvARB, _gloffset_VertexAttrib4usvARB)
1322 GL_STUB(glVertexAttribPointerARB, _gloffset_VertexAttribPointerARB)
1323 GL_STUB(glBindBufferARB, _gloffset_BindBufferARB)
1324 GL_STUB(glBufferDataARB, _gloffset_BufferDataARB)
1325 GL_STUB(glBufferSubDataARB, _gloffset_BufferSubDataARB)
1326 GL_STUB(glDeleteBuffersARB, _gloffset_DeleteBuffersARB)
1327 GL_STUB(glGenBuffersARB, _gloffset_GenBuffersARB)
1328 GL_STUB(glGetBufferParameterivARB, _gloffset_GetBufferParameterivARB)
1329 GL_STUB(glGetBufferPointervARB, _gloffset_GetBufferPointervARB)
1330 GL_STUB(glGetBufferSubDataARB, _gloffset_GetBufferSubDataARB)
1331 GL_STUB(glIsBufferARB, _gloffset_IsBufferARB)
1332 GL_STUB(glMapBufferARB, _gloffset_MapBufferARB)
1333 GL_STUB(glUnmapBufferARB, _gloffset_UnmapBufferARB)
1334 GL_STUB(glBeginQueryARB, _gloffset_BeginQueryARB)
1335 GL_STUB(glDeleteQueriesARB, _gloffset_DeleteQueriesARB)
1336 GL_STUB(glEndQueryARB, _gloffset_EndQueryARB)
1337 GL_STUB(glGenQueriesARB, _gloffset_GenQueriesARB)
1338 GL_STUB(glGetQueryObjectivARB, _gloffset_GetQueryObjectivARB)
1339 GL_STUB(glGetQueryObjectuivARB, _gloffset_GetQueryObjectuivARB)
1340 GL_STUB(glGetQueryivARB, _gloffset_GetQueryivARB)
1341 GL_STUB(glIsQueryARB, _gloffset_IsQueryARB)
1342 GL_STUB(glAttachObjectARB, _gloffset_AttachObjectARB)
1343 GL_STUB(glCompileShaderARB, _gloffset_CompileShaderARB)
1344 GL_STUB(glCreateProgramObjectARB, _gloffset_CreateProgramObjectARB)
1345 GL_STUB(glCreateShaderObjectARB, _gloffset_CreateShaderObjectARB)
1346 GL_STUB(glDeleteObjectARB, _gloffset_DeleteObjectARB)
1347 GL_STUB(glDetachObjectARB, _gloffset_DetachObjectARB)
1348 GL_STUB(glGetActiveUniformARB, _gloffset_GetActiveUniformARB)
1349 GL_STUB(glGetAttachedObjectsARB, _gloffset_GetAttachedObjectsARB)
1350 GL_STUB(glGetHandleARB, _gloffset_GetHandleARB)
1351 GL_STUB(glGetInfoLogARB, _gloffset_GetInfoLogARB)
1352 GL_STUB(glGetObjectParameterfvARB, _gloffset_GetObjectParameterfvARB)
1353 GL_STUB(glGetObjectParameterivARB, _gloffset_GetObjectParameterivARB)
1354 GL_STUB(glGetShaderSourceARB, _gloffset_GetShaderSourceARB)
1355 GL_STUB(glGetUniformLocationARB, _gloffset_GetUniformLocationARB)
1356 GL_STUB(glGetUniformfvARB, _gloffset_GetUniformfvARB)
1357 GL_STUB(glGetUniformivARB, _gloffset_GetUniformivARB)
1358 GL_STUB(glLinkProgramARB, _gloffset_LinkProgramARB)
1359 GL_STUB(glShaderSourceARB, _gloffset_ShaderSourceARB)
1360 GL_STUB(glUniform1fARB, _gloffset_Uniform1fARB)
1361 GL_STUB(glUniform1fvARB, _gloffset_Uniform1fvARB)
1362 GL_STUB(glUniform1iARB, _gloffset_Uniform1iARB)
1363 GL_STUB(glUniform1ivARB, _gloffset_Uniform1ivARB)
1364 GL_STUB(glUniform2fARB, _gloffset_Uniform2fARB)
1365 GL_STUB(glUniform2fvARB, _gloffset_Uniform2fvARB)
1366 GL_STUB(glUniform2iARB, _gloffset_Uniform2iARB)
1367 GL_STUB(glUniform2ivARB, _gloffset_Uniform2ivARB)
1368 GL_STUB(glUniform3fARB, _gloffset_Uniform3fARB)
1369 GL_STUB(glUniform3fvARB, _gloffset_Uniform3fvARB)
1370 GL_STUB(glUniform3iARB, _gloffset_Uniform3iARB)
1371 GL_STUB(glUniform3ivARB, _gloffset_Uniform3ivARB)
1372 GL_STUB(glUniform4fARB, _gloffset_Uniform4fARB)
1373 GL_STUB(glUniform4fvARB, _gloffset_Uniform4fvARB)
1374 GL_STUB(glUniform4iARB, _gloffset_Uniform4iARB)
1375 GL_STUB(glUniform4ivARB, _gloffset_Uniform4ivARB)
1376 GL_STUB(glUniformMatrix2fvARB, _gloffset_UniformMatrix2fvARB)
1377 GL_STUB(glUniformMatrix3fvARB, _gloffset_UniformMatrix3fvARB)
1378 GL_STUB(glUniformMatrix4fvARB, _gloffset_UniformMatrix4fvARB)
1379 GL_STUB(glUseProgramObjectARB, _gloffset_UseProgramObjectARB)
1380 GL_STUB(glValidateProgramARB, _gloffset_ValidateProgramARB)
1381 GL_STUB(glBindAttribLocationARB, _gloffset_BindAttribLocationARB)
1382 GL_STUB(glGetActiveAttribARB, _gloffset_GetActiveAttribARB)
1383 GL_STUB(glGetAttribLocationARB, _gloffset_GetAttribLocationARB)
1384 GL_STUB(glDrawBuffersARB, _gloffset_DrawBuffersARB)
1385 GL_STUB(glPolygonOffsetEXT, _gloffset_PolygonOffsetEXT)
1386 GL_STUB(glGetHistogramEXT, _gloffset_GetHistogramEXT)
1387 GL_STUB(glGetHistogramParameterfvEXT, _gloffset_GetHistogramParameterfvEXT)
1388 GL_STUB(glGetHistogramParameterivEXT, _gloffset_GetHistogramParameterivEXT)
1389 GL_STUB(glGetMinmaxEXT, _gloffset_GetMinmaxEXT)
1390 GL_STUB(glGetMinmaxParameterfvEXT, _gloffset_GetMinmaxParameterfvEXT)
1391 GL_STUB(glGetMinmaxParameterivEXT, _gloffset_GetMinmaxParameterivEXT)
1392 GL_STUB(glGetConvolutionFilterEXT, _gloffset_GetConvolutionFilterEXT)
1393 GL_STUB(glGetConvolutionParameterfvEXT, _gloffset_GetConvolutionParameterfvEXT)
1394 GL_STUB(glGetConvolutionParameterivEXT, _gloffset_GetConvolutionParameterivEXT)
1395 GL_STUB(glGetSeparableFilterEXT, _gloffset_GetSeparableFilterEXT)
1396 GL_STUB(glGetColorTableParameterfvSGI, _gloffset_GetColorTableParameterfvSGI)
1397 GL_STUB(glGetColorTableParameterivSGI, _gloffset_GetColorTableParameterivSGI)
1398 GL_STUB(glGetColorTableSGI, _gloffset_GetColorTableSGI)
1399 GL_STUB(glGetPixelTexGenParameterfvSGIS, _gloffset_GetPixelTexGenParameterfvSGIS)
1400 GL_STUB(glGetPixelTexGenParameterivSGIS, _gloffset_GetPixelTexGenParameterivSGIS)
1401 GL_STUB(glPixelTexGenParameterfSGIS, _gloffset_PixelTexGenParameterfSGIS)
1402 GL_STUB(glPixelTexGenParameterfvSGIS, _gloffset_PixelTexGenParameterfvSGIS)
1403 GL_STUB(glPixelTexGenParameteriSGIS, _gloffset_PixelTexGenParameteriSGIS)
1404 GL_STUB(glPixelTexGenParameterivSGIS, _gloffset_PixelTexGenParameterivSGIS)
1405 GL_STUB(glAreTexturesResidentEXT, _gloffset_AreTexturesResidentEXT)
1406 GL_STUB(glGenTexturesEXT, _gloffset_GenTexturesEXT)
1407 GL_STUB(glIsTextureEXT, _gloffset_IsTextureEXT)
1408 GL_STUB(glSampleMaskSGIS, _gloffset_SampleMaskSGIS)
1409 GL_STUB(glSamplePatternSGIS, _gloffset_SamplePatternSGIS)
1410 GL_STUB(glColorPointerEXT, _gloffset_ColorPointerEXT)
1411 GL_STUB(glEdgeFlagPointerEXT, _gloffset_EdgeFlagPointerEXT)
1412 GL_STUB(glIndexPointerEXT, _gloffset_IndexPointerEXT)
1413 GL_STUB(glNormalPointerEXT, _gloffset_NormalPointerEXT)
1414 GL_STUB(glTexCoordPointerEXT, _gloffset_TexCoordPointerEXT)
1415 GL_STUB(glVertexPointerEXT, _gloffset_VertexPointerEXT)
1416 GL_STUB(glPointParameterfEXT, _gloffset_PointParameterfEXT)
1417 GL_STUB(glPointParameterfvEXT, _gloffset_PointParameterfvEXT)
1418 GL_STUB(glLockArraysEXT, _gloffset_LockArraysEXT)
1419 GL_STUB(glUnlockArraysEXT, _gloffset_UnlockArraysEXT)
1420 GL_STUB(glCullParameterdvEXT, _gloffset_CullParameterdvEXT)
1421 GL_STUB(glCullParameterfvEXT, _gloffset_CullParameterfvEXT)
1422 GL_STUB(glSecondaryColor3bEXT, _gloffset_SecondaryColor3bEXT)
1423 GL_STUB(glSecondaryColor3bvEXT, _gloffset_SecondaryColor3bvEXT)
1424 GL_STUB(glSecondaryColor3dEXT, _gloffset_SecondaryColor3dEXT)
1425 GL_STUB(glSecondaryColor3dvEXT, _gloffset_SecondaryColor3dvEXT)
1426 GL_STUB(glSecondaryColor3fEXT, _gloffset_SecondaryColor3fEXT)
1427 GL_STUB(glSecondaryColor3fvEXT, _gloffset_SecondaryColor3fvEXT)
1428 GL_STUB(glSecondaryColor3iEXT, _gloffset_SecondaryColor3iEXT)
1429 GL_STUB(glSecondaryColor3ivEXT, _gloffset_SecondaryColor3ivEXT)
1430 GL_STUB(glSecondaryColor3sEXT, _gloffset_SecondaryColor3sEXT)
1431 GL_STUB(glSecondaryColor3svEXT, _gloffset_SecondaryColor3svEXT)
1432 GL_STUB(glSecondaryColor3ubEXT, _gloffset_SecondaryColor3ubEXT)
1433 GL_STUB(glSecondaryColor3ubvEXT, _gloffset_SecondaryColor3ubvEXT)
1434 GL_STUB(glSecondaryColor3uiEXT, _gloffset_SecondaryColor3uiEXT)
1435 GL_STUB(glSecondaryColor3uivEXT, _gloffset_SecondaryColor3uivEXT)
1436 GL_STUB(glSecondaryColor3usEXT, _gloffset_SecondaryColor3usEXT)
1437 GL_STUB(glSecondaryColor3usvEXT, _gloffset_SecondaryColor3usvEXT)
1438 GL_STUB(glSecondaryColorPointerEXT, _gloffset_SecondaryColorPointerEXT)
1439 GL_STUB(glMultiDrawArraysEXT, _gloffset_MultiDrawArraysEXT)
1440 GL_STUB(glMultiDrawElementsEXT, _gloffset_MultiDrawElementsEXT)
1441 GL_STUB(glFogCoordPointerEXT, _gloffset_FogCoordPointerEXT)
1442 GL_STUB(glFogCoorddEXT, _gloffset_FogCoorddEXT)
1443 GL_STUB(glFogCoorddvEXT, _gloffset_FogCoorddvEXT)
1444 GL_STUB(glFogCoordfEXT, _gloffset_FogCoordfEXT)
1445 GL_STUB(glFogCoordfvEXT, _gloffset_FogCoordfvEXT)
1446 GL_STUB(glPixelTexGenSGIX, _gloffset_PixelTexGenSGIX)
1447 GL_STUB(glBlendFuncSeparateEXT, _gloffset_BlendFuncSeparateEXT)
1448 GL_STUB(glVertexWeightPointerEXT, _gloffset_VertexWeightPointerEXT)
1449 GL_STUB(glVertexWeightfEXT, _gloffset_VertexWeightfEXT)
1450 GL_STUB(glVertexWeightfvEXT, _gloffset_VertexWeightfvEXT)
1451 GL_STUB(glFlushVertexArrayRangeNV, _gloffset_FlushVertexArrayRangeNV)
1452 GL_STUB(glVertexArrayRangeNV, _gloffset_VertexArrayRangeNV)
1453 GL_STUB(glCombinerInputNV, _gloffset_CombinerInputNV)
1454 GL_STUB(glCombinerOutputNV, _gloffset_CombinerOutputNV)
1455 GL_STUB(glCombinerParameterfNV, _gloffset_CombinerParameterfNV)
1456 GL_STUB(glCombinerParameterfvNV, _gloffset_CombinerParameterfvNV)
1457 GL_STUB(glCombinerParameteriNV, _gloffset_CombinerParameteriNV)
1458 GL_STUB(glCombinerParameterivNV, _gloffset_CombinerParameterivNV)
1459 GL_STUB(glFinalCombinerInputNV, _gloffset_FinalCombinerInputNV)
1460 GL_STUB(glGetCombinerInputParameterfvNV, _gloffset_GetCombinerInputParameterfvNV)
1461 GL_STUB(glGetCombinerInputParameterivNV, _gloffset_GetCombinerInputParameterivNV)
1462 GL_STUB(glGetCombinerOutputParameterfvNV, _gloffset_GetCombinerOutputParameterfvNV)
1463 GL_STUB(glGetCombinerOutputParameterivNV, _gloffset_GetCombinerOutputParameterivNV)
1464 GL_STUB(glGetFinalCombinerInputParameterfvNV, _gloffset_GetFinalCombinerInputParameterfvNV)
1465 GL_STUB(glGetFinalCombinerInputParameterivNV, _gloffset_GetFinalCombinerInputParameterivNV)
1466 GL_STUB(glResizeBuffersMESA, _gloffset_ResizeBuffersMESA)
1467 GL_STUB(glWindowPos2dMESA, _gloffset_WindowPos2dMESA)
1468 GL_STUB(glWindowPos2dvMESA, _gloffset_WindowPos2dvMESA)
1469 GL_STUB(glWindowPos2fMESA, _gloffset_WindowPos2fMESA)
1470 GL_STUB(glWindowPos2fvMESA, _gloffset_WindowPos2fvMESA)
1471 GL_STUB(glWindowPos2iMESA, _gloffset_WindowPos2iMESA)
1472 GL_STUB(glWindowPos2ivMESA, _gloffset_WindowPos2ivMESA)
1473 GL_STUB(glWindowPos2sMESA, _gloffset_WindowPos2sMESA)
1474 GL_STUB(glWindowPos2svMESA, _gloffset_WindowPos2svMESA)
1475 GL_STUB(glWindowPos3dMESA, _gloffset_WindowPos3dMESA)
1476 GL_STUB(glWindowPos3dvMESA, _gloffset_WindowPos3dvMESA)
1477 GL_STUB(glWindowPos3fMESA, _gloffset_WindowPos3fMESA)
1478 GL_STUB(glWindowPos3fvMESA, _gloffset_WindowPos3fvMESA)
1479 GL_STUB(glWindowPos3iMESA, _gloffset_WindowPos3iMESA)
1480 GL_STUB(glWindowPos3ivMESA, _gloffset_WindowPos3ivMESA)
1481 GL_STUB(glWindowPos3sMESA, _gloffset_WindowPos3sMESA)
1482 GL_STUB(glWindowPos3svMESA, _gloffset_WindowPos3svMESA)
1483 GL_STUB(glWindowPos4dMESA, _gloffset_WindowPos4dMESA)
1484 GL_STUB(glWindowPos4dvMESA, _gloffset_WindowPos4dvMESA)
1485 GL_STUB(glWindowPos4fMESA, _gloffset_WindowPos4fMESA)
1486 GL_STUB(glWindowPos4fvMESA, _gloffset_WindowPos4fvMESA)
1487 GL_STUB(glWindowPos4iMESA, _gloffset_WindowPos4iMESA)
1488 GL_STUB(glWindowPos4ivMESA, _gloffset_WindowPos4ivMESA)
1489 GL_STUB(glWindowPos4sMESA, _gloffset_WindowPos4sMESA)
1490 GL_STUB(glWindowPos4svMESA, _gloffset_WindowPos4svMESA)
1491 GL_STUB(glMultiModeDrawArraysIBM, _gloffset_MultiModeDrawArraysIBM)
1492 GL_STUB(glMultiModeDrawElementsIBM, _gloffset_MultiModeDrawElementsIBM)
1493 GL_STUB(glDeleteFencesNV, _gloffset_DeleteFencesNV)
1494 GL_STUB(glFinishFenceNV, _gloffset_FinishFenceNV)
1495 GL_STUB(glGenFencesNV, _gloffset_GenFencesNV)
1496 GL_STUB(glGetFenceivNV, _gloffset_GetFenceivNV)
1497 GL_STUB(glIsFenceNV, _gloffset_IsFenceNV)
1498 GL_STUB(glSetFenceNV, _gloffset_SetFenceNV)
1499 GL_STUB(glTestFenceNV, _gloffset_TestFenceNV)
1500 GL_STUB(glAreProgramsResidentNV, _gloffset_AreProgramsResidentNV)
1501 GL_STUB(glBindProgramNV, _gloffset_BindProgramNV)
1502 GL_STUB(glDeleteProgramsNV, _gloffset_DeleteProgramsNV)
1503 GL_STUB(glExecuteProgramNV, _gloffset_ExecuteProgramNV)
1504 GL_STUB(glGenProgramsNV, _gloffset_GenProgramsNV)
1505 GL_STUB(glGetProgramParameterdvNV, _gloffset_GetProgramParameterdvNV)
1506 GL_STUB(glGetProgramParameterfvNV, _gloffset_GetProgramParameterfvNV)
1507 GL_STUB(glGetProgramStringNV, _gloffset_GetProgramStringNV)
1508 GL_STUB(glGetProgramivNV, _gloffset_GetProgramivNV)
1509 GL_STUB(glGetTrackMatrixivNV, _gloffset_GetTrackMatrixivNV)
1510 GL_STUB(glGetVertexAttribPointervNV, _gloffset_GetVertexAttribPointervNV)
1511 GL_STUB(glGetVertexAttribdvNV, _gloffset_GetVertexAttribdvNV)
1512 GL_STUB(glGetVertexAttribfvNV, _gloffset_GetVertexAttribfvNV)
1513 GL_STUB(glGetVertexAttribivNV, _gloffset_GetVertexAttribivNV)
1514 GL_STUB(glIsProgramNV, _gloffset_IsProgramNV)
1515 GL_STUB(glLoadProgramNV, _gloffset_LoadProgramNV)
1516 GL_STUB(glProgramParameter4dNV, _gloffset_ProgramParameter4dNV)
1517 GL_STUB(glProgramParameter4dvNV, _gloffset_ProgramParameter4dvNV)
1518 GL_STUB(glProgramParameter4fNV, _gloffset_ProgramParameter4fNV)
1519 GL_STUB(glProgramParameter4fvNV, _gloffset_ProgramParameter4fvNV)
1520 GL_STUB(glProgramParameters4dvNV, _gloffset_ProgramParameters4dvNV)
1521 GL_STUB(glProgramParameters4fvNV, _gloffset_ProgramParameters4fvNV)
1522 GL_STUB(glRequestResidentProgramsNV, _gloffset_RequestResidentProgramsNV)
1523 GL_STUB(glTrackMatrixNV, _gloffset_TrackMatrixNV)
1524 GL_STUB(glVertexAttrib1dNV, _gloffset_VertexAttrib1dNV)
1525 GL_STUB(glVertexAttrib1dvNV, _gloffset_VertexAttrib1dvNV)
1526 GL_STUB(glVertexAttrib1fNV, _gloffset_VertexAttrib1fNV)
1527 GL_STUB(glVertexAttrib1fvNV, _gloffset_VertexAttrib1fvNV)
1528 GL_STUB(glVertexAttrib1sNV, _gloffset_VertexAttrib1sNV)
1529 GL_STUB(glVertexAttrib1svNV, _gloffset_VertexAttrib1svNV)
1530 GL_STUB(glVertexAttrib2dNV, _gloffset_VertexAttrib2dNV)
1531 GL_STUB(glVertexAttrib2dvNV, _gloffset_VertexAttrib2dvNV)
1532 GL_STUB(glVertexAttrib2fNV, _gloffset_VertexAttrib2fNV)
1533 GL_STUB(glVertexAttrib2fvNV, _gloffset_VertexAttrib2fvNV)
1534 GL_STUB(glVertexAttrib2sNV, _gloffset_VertexAttrib2sNV)
1535 GL_STUB(glVertexAttrib2svNV, _gloffset_VertexAttrib2svNV)
1536 GL_STUB(glVertexAttrib3dNV, _gloffset_VertexAttrib3dNV)
1537 GL_STUB(glVertexAttrib3dvNV, _gloffset_VertexAttrib3dvNV)
1538 GL_STUB(glVertexAttrib3fNV, _gloffset_VertexAttrib3fNV)
1539 GL_STUB(glVertexAttrib3fvNV, _gloffset_VertexAttrib3fvNV)
1540 GL_STUB(glVertexAttrib3sNV, _gloffset_VertexAttrib3sNV)
1541 GL_STUB(glVertexAttrib3svNV, _gloffset_VertexAttrib3svNV)
1542 GL_STUB(glVertexAttrib4dNV, _gloffset_VertexAttrib4dNV)
1543 GL_STUB(glVertexAttrib4dvNV, _gloffset_VertexAttrib4dvNV)
1544 GL_STUB(glVertexAttrib4fNV, _gloffset_VertexAttrib4fNV)
1545 GL_STUB(glVertexAttrib4fvNV, _gloffset_VertexAttrib4fvNV)
1546 GL_STUB(glVertexAttrib4sNV, _gloffset_VertexAttrib4sNV)
1547 GL_STUB(glVertexAttrib4svNV, _gloffset_VertexAttrib4svNV)
1548 GL_STUB(glVertexAttrib4ubNV, _gloffset_VertexAttrib4ubNV)
1549 GL_STUB(glVertexAttrib4ubvNV, _gloffset_VertexAttrib4ubvNV)
1550 GL_STUB(glVertexAttribPointerNV, _gloffset_VertexAttribPointerNV)
1551 GL_STUB(glVertexAttribs1dvNV, _gloffset_VertexAttribs1dvNV)
1552 GL_STUB(glVertexAttribs1fvNV, _gloffset_VertexAttribs1fvNV)
1553 GL_STUB(glVertexAttribs1svNV, _gloffset_VertexAttribs1svNV)
1554 GL_STUB(glVertexAttribs2dvNV, _gloffset_VertexAttribs2dvNV)
1555 GL_STUB(glVertexAttribs2fvNV, _gloffset_VertexAttribs2fvNV)
1556 GL_STUB(glVertexAttribs2svNV, _gloffset_VertexAttribs2svNV)
1557 GL_STUB(glVertexAttribs3dvNV, _gloffset_VertexAttribs3dvNV)
1558 GL_STUB(glVertexAttribs3fvNV, _gloffset_VertexAttribs3fvNV)
1559 GL_STUB(glVertexAttribs3svNV, _gloffset_VertexAttribs3svNV)
1560 GL_STUB(glVertexAttribs4dvNV, _gloffset_VertexAttribs4dvNV)
1561 GL_STUB(glVertexAttribs4fvNV, _gloffset_VertexAttribs4fvNV)
1562 GL_STUB(glVertexAttribs4svNV, _gloffset_VertexAttribs4svNV)
1563 GL_STUB(glVertexAttribs4ubvNV, _gloffset_VertexAttribs4ubvNV)
1564 GL_STUB(glAlphaFragmentOp1ATI, _gloffset_AlphaFragmentOp1ATI)
1565 GL_STUB(glAlphaFragmentOp2ATI, _gloffset_AlphaFragmentOp2ATI)
1566 GL_STUB(glAlphaFragmentOp3ATI, _gloffset_AlphaFragmentOp3ATI)
1567 GL_STUB(glBeginFragmentShaderATI, _gloffset_BeginFragmentShaderATI)
1568 GL_STUB(glBindFragmentShaderATI, _gloffset_BindFragmentShaderATI)
1569 GL_STUB(glColorFragmentOp1ATI, _gloffset_ColorFragmentOp1ATI)
1570 GL_STUB(glColorFragmentOp2ATI, _gloffset_ColorFragmentOp2ATI)
1571 GL_STUB(glColorFragmentOp3ATI, _gloffset_ColorFragmentOp3ATI)
1572 GL_STUB(glDeleteFragmentShaderATI, _gloffset_DeleteFragmentShaderATI)
1573 GL_STUB(glEndFragmentShaderATI, _gloffset_EndFragmentShaderATI)
1574 GL_STUB(glGenFragmentShadersATI, _gloffset_GenFragmentShadersATI)
1575 GL_STUB(glPassTexCoordATI, _gloffset_PassTexCoordATI)
1576 GL_STUB(glSampleMapATI, _gloffset_SampleMapATI)
1577 GL_STUB(glSetFragmentShaderConstantATI, _gloffset_SetFragmentShaderConstantATI)
1578 GL_STUB(glPointParameteriNV, _gloffset_PointParameteriNV)
1579 GL_STUB(glPointParameterivNV, _gloffset_PointParameterivNV)
1580 GL_STUB(glActiveStencilFaceEXT, _gloffset_ActiveStencilFaceEXT)
1581 GL_STUB(gl_dispatch_stub_738, _gloffset__dispatch_stub_738)
1582 GL_STUB(gl_dispatch_stub_739, _gloffset__dispatch_stub_739)
1583 GL_STUB(gl_dispatch_stub_740, _gloffset__dispatch_stub_740)
1584 GL_STUB(gl_dispatch_stub_741, _gloffset__dispatch_stub_741)
1585 GL_STUB(glGetProgramNamedParameterdvNV, _gloffset_GetProgramNamedParameterdvNV)
1586 GL_STUB(glGetProgramNamedParameterfvNV, _gloffset_GetProgramNamedParameterfvNV)
1587 GL_STUB(glProgramNamedParameter4dNV, _gloffset_ProgramNamedParameter4dNV)
1588 GL_STUB(glProgramNamedParameter4dvNV, _gloffset_ProgramNamedParameter4dvNV)
1589 GL_STUB(glProgramNamedParameter4fNV, _gloffset_ProgramNamedParameter4fNV)
1590 GL_STUB(glProgramNamedParameter4fvNV, _gloffset_ProgramNamedParameter4fvNV)
1591 GL_STUB(glDepthBoundsEXT, _gloffset_DepthBoundsEXT)
1592 GL_STUB(glBlendEquationSeparateEXT, _gloffset_BlendEquationSeparateEXT)
1593 GL_STUB(glBindFramebufferEXT, _gloffset_BindFramebufferEXT)
1594 GL_STUB(glBindRenderbufferEXT, _gloffset_BindRenderbufferEXT)
1595 GL_STUB(glCheckFramebufferStatusEXT, _gloffset_CheckFramebufferStatusEXT)
1596 GL_STUB(glDeleteFramebuffersEXT, _gloffset_DeleteFramebuffersEXT)
1597 GL_STUB(glDeleteRenderbuffersEXT, _gloffset_DeleteRenderbuffersEXT)
1598 GL_STUB(glFramebufferRenderbufferEXT, _gloffset_FramebufferRenderbufferEXT)
1599 GL_STUB(glFramebufferTexture1DEXT, _gloffset_FramebufferTexture1DEXT)
1600 GL_STUB(glFramebufferTexture2DEXT, _gloffset_FramebufferTexture2DEXT)
1601 GL_STUB(glFramebufferTexture3DEXT, _gloffset_FramebufferTexture3DEXT)
1602 GL_STUB(glGenFramebuffersEXT, _gloffset_GenFramebuffersEXT)
1603 GL_STUB(glGenRenderbuffersEXT, _gloffset_GenRenderbuffersEXT)
1604 GL_STUB(glGenerateMipmapEXT, _gloffset_GenerateMipmapEXT)
1605 GL_STUB(glGetFramebufferAttachmentParameterivEXT, _gloffset_GetFramebufferAttachmentParameterivEXT)
1606 GL_STUB(glGetQueryObjecti64vEXT, _gloffset_GetQueryObjecti64vEXT)
1607 GL_STUB(glGetQueryObjectui64vEXT, _gloffset_GetQueryObjectui64vEXT)
1608 GL_STUB(glGetRenderbufferParameterivEXT, _gloffset_GetRenderbufferParameterivEXT)
1609 GL_STUB(glIsFramebufferEXT, _gloffset_IsFramebufferEXT)
1610 GL_STUB(glIsRenderbufferEXT, _gloffset_IsRenderbufferEXT)
1611 GL_STUB(glRenderbufferStorageEXT, _gloffset_RenderbufferStorageEXT)
1612 GL_STUB(glBlitFramebufferEXT, _gloffset_BlitFramebufferEXT)
1613 GL_STUB(gl_dispatch_stub_770, _gloffset__dispatch_stub_770)
1614 GL_STUB(gl_dispatch_stub_771, _gloffset__dispatch_stub_771)
1615
1616 .globl _mesa_sparc_glapi_end ; .type _mesa_sparc_glapi_end,#function
1617 _mesa_sparc_glapi_end:
1618
1619 .globl glArrayElementEXT ; .type glArrayElementEXT,#function ; glArrayElementEXT = glArrayElement
1620 .globl glBindTextureEXT ; .type glBindTextureEXT,#function ; glBindTextureEXT = glBindTexture
1621 .globl glDrawArraysEXT ; .type glDrawArraysEXT,#function ; glDrawArraysEXT = glDrawArrays
1622 .globl glCopyTexImage1DEXT ; .type glCopyTexImage1DEXT,#function ; glCopyTexImage1DEXT = glCopyTexImage1D
1623 .globl glCopyTexImage2DEXT ; .type glCopyTexImage2DEXT,#function ; glCopyTexImage2DEXT = glCopyTexImage2D
1624 .globl glCopyTexSubImage1DEXT ; .type glCopyTexSubImage1DEXT,#function ; glCopyTexSubImage1DEXT = glCopyTexSubImage1D
1625 .globl glCopyTexSubImage2DEXT ; .type glCopyTexSubImage2DEXT,#function ; glCopyTexSubImage2DEXT = glCopyTexSubImage2D
1626 .globl glDeleteTexturesEXT ; .type glDeleteTexturesEXT,#function ; glDeleteTexturesEXT = glDeleteTextures
1627 .globl glGetPointervEXT ; .type glGetPointervEXT,#function ; glGetPointervEXT = glGetPointerv
1628 .globl glPrioritizeTexturesEXT ; .type glPrioritizeTexturesEXT,#function ; glPrioritizeTexturesEXT = glPrioritizeTextures
1629 .globl glTexSubImage1DEXT ; .type glTexSubImage1DEXT,#function ; glTexSubImage1DEXT = glTexSubImage1D
1630 .globl glTexSubImage2DEXT ; .type glTexSubImage2DEXT,#function ; glTexSubImage2DEXT = glTexSubImage2D
1631 .globl glBlendColorEXT ; .type glBlendColorEXT,#function ; glBlendColorEXT = glBlendColor
1632 .globl glBlendEquationEXT ; .type glBlendEquationEXT,#function ; glBlendEquationEXT = glBlendEquation
1633 .globl glDrawRangeElementsEXT ; .type glDrawRangeElementsEXT,#function ; glDrawRangeElementsEXT = glDrawRangeElements
1634 .globl glColorTableSGI ; .type glColorTableSGI,#function ; glColorTableSGI = glColorTable
1635 .globl glColorTableEXT ; .type glColorTableEXT,#function ; glColorTableEXT = glColorTable
1636 .globl glColorTableParameterfvSGI ; .type glColorTableParameterfvSGI,#function ; glColorTableParameterfvSGI = glColorTableParameterfv
1637 .globl glColorTableParameterivSGI ; .type glColorTableParameterivSGI,#function ; glColorTableParameterivSGI = glColorTableParameteriv
1638 .globl glCopyColorTableSGI ; .type glCopyColorTableSGI,#function ; glCopyColorTableSGI = glCopyColorTable
1639 .globl glColorSubTableEXT ; .type glColorSubTableEXT,#function ; glColorSubTableEXT = glColorSubTable
1640 .globl glCopyColorSubTableEXT ; .type glCopyColorSubTableEXT,#function ; glCopyColorSubTableEXT = glCopyColorSubTable
1641 .globl glConvolutionFilter1DEXT ; .type glConvolutionFilter1DEXT,#function ; glConvolutionFilter1DEXT = glConvolutionFilter1D
1642 .globl glConvolutionFilter2DEXT ; .type glConvolutionFilter2DEXT,#function ; glConvolutionFilter2DEXT = glConvolutionFilter2D
1643 .globl glConvolutionParameterfEXT ; .type glConvolutionParameterfEXT,#function ; glConvolutionParameterfEXT = glConvolutionParameterf
1644 .globl glConvolutionParameterfvEXT ; .type glConvolutionParameterfvEXT,#function ; glConvolutionParameterfvEXT = glConvolutionParameterfv
1645 .globl glConvolutionParameteriEXT ; .type glConvolutionParameteriEXT,#function ; glConvolutionParameteriEXT = glConvolutionParameteri
1646 .globl glConvolutionParameterivEXT ; .type glConvolutionParameterivEXT,#function ; glConvolutionParameterivEXT = glConvolutionParameteriv
1647 .globl glCopyConvolutionFilter1DEXT ; .type glCopyConvolutionFilter1DEXT,#function ; glCopyConvolutionFilter1DEXT = glCopyConvolutionFilter1D
1648 .globl glCopyConvolutionFilter2DEXT ; .type glCopyConvolutionFilter2DEXT,#function ; glCopyConvolutionFilter2DEXT = glCopyConvolutionFilter2D
1649 .globl glSeparableFilter2DEXT ; .type glSeparableFilter2DEXT,#function ; glSeparableFilter2DEXT = glSeparableFilter2D
1650 .globl glHistogramEXT ; .type glHistogramEXT,#function ; glHistogramEXT = glHistogram
1651 .globl glMinmaxEXT ; .type glMinmaxEXT,#function ; glMinmaxEXT = glMinmax
1652 .globl glResetHistogramEXT ; .type glResetHistogramEXT,#function ; glResetHistogramEXT = glResetHistogram
1653 .globl glResetMinmaxEXT ; .type glResetMinmaxEXT,#function ; glResetMinmaxEXT = glResetMinmax
1654 .globl glTexImage3DEXT ; .type glTexImage3DEXT,#function ; glTexImage3DEXT = glTexImage3D
1655 .globl glTexSubImage3DEXT ; .type glTexSubImage3DEXT,#function ; glTexSubImage3DEXT = glTexSubImage3D
1656 .globl glCopyTexSubImage3DEXT ; .type glCopyTexSubImage3DEXT,#function ; glCopyTexSubImage3DEXT = glCopyTexSubImage3D
1657 .globl glActiveTexture ; .type glActiveTexture,#function ; glActiveTexture = glActiveTextureARB
1658 .globl glClientActiveTexture ; .type glClientActiveTexture,#function ; glClientActiveTexture = glClientActiveTextureARB
1659 .globl glMultiTexCoord1d ; .type glMultiTexCoord1d,#function ; glMultiTexCoord1d = glMultiTexCoord1dARB
1660 .globl glMultiTexCoord1dv ; .type glMultiTexCoord1dv,#function ; glMultiTexCoord1dv = glMultiTexCoord1dvARB
1661 .globl glMultiTexCoord1f ; .type glMultiTexCoord1f,#function ; glMultiTexCoord1f = glMultiTexCoord1fARB
1662 .globl glMultiTexCoord1fv ; .type glMultiTexCoord1fv,#function ; glMultiTexCoord1fv = glMultiTexCoord1fvARB
1663 .globl glMultiTexCoord1i ; .type glMultiTexCoord1i,#function ; glMultiTexCoord1i = glMultiTexCoord1iARB
1664 .globl glMultiTexCoord1iv ; .type glMultiTexCoord1iv,#function ; glMultiTexCoord1iv = glMultiTexCoord1ivARB
1665 .globl glMultiTexCoord1s ; .type glMultiTexCoord1s,#function ; glMultiTexCoord1s = glMultiTexCoord1sARB
1666 .globl glMultiTexCoord1sv ; .type glMultiTexCoord1sv,#function ; glMultiTexCoord1sv = glMultiTexCoord1svARB
1667 .globl glMultiTexCoord2d ; .type glMultiTexCoord2d,#function ; glMultiTexCoord2d = glMultiTexCoord2dARB
1668 .globl glMultiTexCoord2dv ; .type glMultiTexCoord2dv,#function ; glMultiTexCoord2dv = glMultiTexCoord2dvARB
1669 .globl glMultiTexCoord2f ; .type glMultiTexCoord2f,#function ; glMultiTexCoord2f = glMultiTexCoord2fARB
1670 .globl glMultiTexCoord2fv ; .type glMultiTexCoord2fv,#function ; glMultiTexCoord2fv = glMultiTexCoord2fvARB
1671 .globl glMultiTexCoord2i ; .type glMultiTexCoord2i,#function ; glMultiTexCoord2i = glMultiTexCoord2iARB
1672 .globl glMultiTexCoord2iv ; .type glMultiTexCoord2iv,#function ; glMultiTexCoord2iv = glMultiTexCoord2ivARB
1673 .globl glMultiTexCoord2s ; .type glMultiTexCoord2s,#function ; glMultiTexCoord2s = glMultiTexCoord2sARB
1674 .globl glMultiTexCoord2sv ; .type glMultiTexCoord2sv,#function ; glMultiTexCoord2sv = glMultiTexCoord2svARB
1675 .globl glMultiTexCoord3d ; .type glMultiTexCoord3d,#function ; glMultiTexCoord3d = glMultiTexCoord3dARB
1676 .globl glMultiTexCoord3dv ; .type glMultiTexCoord3dv,#function ; glMultiTexCoord3dv = glMultiTexCoord3dvARB
1677 .globl glMultiTexCoord3f ; .type glMultiTexCoord3f,#function ; glMultiTexCoord3f = glMultiTexCoord3fARB
1678 .globl glMultiTexCoord3fv ; .type glMultiTexCoord3fv,#function ; glMultiTexCoord3fv = glMultiTexCoord3fvARB
1679 .globl glMultiTexCoord3i ; .type glMultiTexCoord3i,#function ; glMultiTexCoord3i = glMultiTexCoord3iARB
1680 .globl glMultiTexCoord3iv ; .type glMultiTexCoord3iv,#function ; glMultiTexCoord3iv = glMultiTexCoord3ivARB
1681 .globl glMultiTexCoord3s ; .type glMultiTexCoord3s,#function ; glMultiTexCoord3s = glMultiTexCoord3sARB
1682 .globl glMultiTexCoord3sv ; .type glMultiTexCoord3sv,#function ; glMultiTexCoord3sv = glMultiTexCoord3svARB
1683 .globl glMultiTexCoord4d ; .type glMultiTexCoord4d,#function ; glMultiTexCoord4d = glMultiTexCoord4dARB
1684 .globl glMultiTexCoord4dv ; .type glMultiTexCoord4dv,#function ; glMultiTexCoord4dv = glMultiTexCoord4dvARB
1685 .globl glMultiTexCoord4f ; .type glMultiTexCoord4f,#function ; glMultiTexCoord4f = glMultiTexCoord4fARB
1686 .globl glMultiTexCoord4fv ; .type glMultiTexCoord4fv,#function ; glMultiTexCoord4fv = glMultiTexCoord4fvARB
1687 .globl glMultiTexCoord4i ; .type glMultiTexCoord4i,#function ; glMultiTexCoord4i = glMultiTexCoord4iARB
1688 .globl glMultiTexCoord4iv ; .type glMultiTexCoord4iv,#function ; glMultiTexCoord4iv = glMultiTexCoord4ivARB
1689 .globl glMultiTexCoord4s ; .type glMultiTexCoord4s,#function ; glMultiTexCoord4s = glMultiTexCoord4sARB
1690 .globl glMultiTexCoord4sv ; .type glMultiTexCoord4sv,#function ; glMultiTexCoord4sv = glMultiTexCoord4svARB
1691 .globl glLoadTransposeMatrixd ; .type glLoadTransposeMatrixd,#function ; glLoadTransposeMatrixd = glLoadTransposeMatrixdARB
1692 .globl glLoadTransposeMatrixf ; .type glLoadTransposeMatrixf,#function ; glLoadTransposeMatrixf = glLoadTransposeMatrixfARB
1693 .globl glMultTransposeMatrixd ; .type glMultTransposeMatrixd,#function ; glMultTransposeMatrixd = glMultTransposeMatrixdARB
1694 .globl glMultTransposeMatrixf ; .type glMultTransposeMatrixf,#function ; glMultTransposeMatrixf = glMultTransposeMatrixfARB
1695 .globl glSampleCoverage ; .type glSampleCoverage,#function ; glSampleCoverage = glSampleCoverageARB
1696 .globl glCompressedTexImage1D ; .type glCompressedTexImage1D,#function ; glCompressedTexImage1D = glCompressedTexImage1DARB
1697 .globl glCompressedTexImage2D ; .type glCompressedTexImage2D,#function ; glCompressedTexImage2D = glCompressedTexImage2DARB
1698 .globl glCompressedTexImage3D ; .type glCompressedTexImage3D,#function ; glCompressedTexImage3D = glCompressedTexImage3DARB
1699 .globl glCompressedTexSubImage1D ; .type glCompressedTexSubImage1D,#function ; glCompressedTexSubImage1D = glCompressedTexSubImage1DARB
1700 .globl glCompressedTexSubImage2D ; .type glCompressedTexSubImage2D,#function ; glCompressedTexSubImage2D = glCompressedTexSubImage2DARB
1701 .globl glCompressedTexSubImage3D ; .type glCompressedTexSubImage3D,#function ; glCompressedTexSubImage3D = glCompressedTexSubImage3DARB
1702 .globl glGetCompressedTexImage ; .type glGetCompressedTexImage,#function ; glGetCompressedTexImage = glGetCompressedTexImageARB
1703 .globl glBindBuffer ; .type glBindBuffer,#function ; glBindBuffer = glBindBufferARB
1704 .globl glBufferData ; .type glBufferData,#function ; glBufferData = glBufferDataARB
1705 .globl glBufferSubData ; .type glBufferSubData,#function ; glBufferSubData = glBufferSubDataARB
1706 .globl glDeleteBuffers ; .type glDeleteBuffers,#function ; glDeleteBuffers = glDeleteBuffersARB
1707 .globl glGenBuffers ; .type glGenBuffers,#function ; glGenBuffers = glGenBuffersARB
1708 .globl glGetBufferParameteriv ; .type glGetBufferParameteriv,#function ; glGetBufferParameteriv = glGetBufferParameterivARB
1709 .globl glGetBufferPointerv ; .type glGetBufferPointerv,#function ; glGetBufferPointerv = glGetBufferPointervARB
1710 .globl glGetBufferSubData ; .type glGetBufferSubData,#function ; glGetBufferSubData = glGetBufferSubDataARB
1711 .globl glIsBuffer ; .type glIsBuffer,#function ; glIsBuffer = glIsBufferARB
1712 .globl glMapBuffer ; .type glMapBuffer,#function ; glMapBuffer = glMapBufferARB
1713 .globl glUnmapBuffer ; .type glUnmapBuffer,#function ; glUnmapBuffer = glUnmapBufferARB
1714 .globl glBeginQuery ; .type glBeginQuery,#function ; glBeginQuery = glBeginQueryARB
1715 .globl glDeleteQueries ; .type glDeleteQueries,#function ; glDeleteQueries = glDeleteQueriesARB
1716 .globl glEndQuery ; .type glEndQuery,#function ; glEndQuery = glEndQueryARB
1717 .globl glGenQueries ; .type glGenQueries,#function ; glGenQueries = glGenQueriesARB
1718 .globl glGetQueryObjectiv ; .type glGetQueryObjectiv,#function ; glGetQueryObjectiv = glGetQueryObjectivARB
1719 .globl glGetQueryObjectuiv ; .type glGetQueryObjectuiv,#function ; glGetQueryObjectuiv = glGetQueryObjectuivARB
1720 .globl glGetQueryiv ; .type glGetQueryiv,#function ; glGetQueryiv = glGetQueryivARB
1721 .globl glIsQuery ; .type glIsQuery,#function ; glIsQuery = glIsQueryARB
1722 .globl glDrawBuffers ; .type glDrawBuffers,#function ; glDrawBuffers = glDrawBuffersARB
1723 .globl glDrawBuffersATI ; .type glDrawBuffersATI,#function ; glDrawBuffersATI = glDrawBuffersARB
1724 .globl glGetColorTableParameterfvEXT ; .type glGetColorTableParameterfvEXT,#function ; glGetColorTableParameterfvEXT = glGetColorTableParameterfvSGI
1725 .globl glGetColorTableParameterivEXT ; .type glGetColorTableParameterivEXT,#function ; glGetColorTableParameterivEXT = glGetColorTableParameterivSGI
1726 .globl glGetColorTableEXT ; .type glGetColorTableEXT,#function ; glGetColorTableEXT = glGetColorTableSGI
1727 .globl glSampleMaskEXT ; .type glSampleMaskEXT,#function ; glSampleMaskEXT = glSampleMaskSGIS
1728 .globl glSamplePatternEXT ; .type glSamplePatternEXT,#function ; glSamplePatternEXT = glSamplePatternSGIS
1729 .globl glPointParameterf ; .type glPointParameterf,#function ; glPointParameterf = glPointParameterfEXT
1730 .globl glPointParameterfARB ; .type glPointParameterfARB,#function ; glPointParameterfARB = glPointParameterfEXT
1731 .globl glPointParameterfSGIS ; .type glPointParameterfSGIS,#function ; glPointParameterfSGIS = glPointParameterfEXT
1732 .globl glPointParameterfv ; .type glPointParameterfv,#function ; glPointParameterfv = glPointParameterfvEXT
1733 .globl glPointParameterfvARB ; .type glPointParameterfvARB,#function ; glPointParameterfvARB = glPointParameterfvEXT
1734 .globl glPointParameterfvSGIS ; .type glPointParameterfvSGIS,#function ; glPointParameterfvSGIS = glPointParameterfvEXT
1735 .globl glSecondaryColor3b ; .type glSecondaryColor3b,#function ; glSecondaryColor3b = glSecondaryColor3bEXT
1736 .globl glSecondaryColor3bv ; .type glSecondaryColor3bv,#function ; glSecondaryColor3bv = glSecondaryColor3bvEXT
1737 .globl glSecondaryColor3d ; .type glSecondaryColor3d,#function ; glSecondaryColor3d = glSecondaryColor3dEXT
1738 .globl glSecondaryColor3dv ; .type glSecondaryColor3dv,#function ; glSecondaryColor3dv = glSecondaryColor3dvEXT
1739 .globl glSecondaryColor3f ; .type glSecondaryColor3f,#function ; glSecondaryColor3f = glSecondaryColor3fEXT
1740 .globl glSecondaryColor3fv ; .type glSecondaryColor3fv,#function ; glSecondaryColor3fv = glSecondaryColor3fvEXT
1741 .globl glSecondaryColor3i ; .type glSecondaryColor3i,#function ; glSecondaryColor3i = glSecondaryColor3iEXT
1742 .globl glSecondaryColor3iv ; .type glSecondaryColor3iv,#function ; glSecondaryColor3iv = glSecondaryColor3ivEXT
1743 .globl glSecondaryColor3s ; .type glSecondaryColor3s,#function ; glSecondaryColor3s = glSecondaryColor3sEXT
1744 .globl glSecondaryColor3sv ; .type glSecondaryColor3sv,#function ; glSecondaryColor3sv = glSecondaryColor3svEXT
1745 .globl glSecondaryColor3ub ; .type glSecondaryColor3ub,#function ; glSecondaryColor3ub = glSecondaryColor3ubEXT
1746 .globl glSecondaryColor3ubv ; .type glSecondaryColor3ubv,#function ; glSecondaryColor3ubv = glSecondaryColor3ubvEXT
1747 .globl glSecondaryColor3ui ; .type glSecondaryColor3ui,#function ; glSecondaryColor3ui = glSecondaryColor3uiEXT
1748 .globl glSecondaryColor3uiv ; .type glSecondaryColor3uiv,#function ; glSecondaryColor3uiv = glSecondaryColor3uivEXT
1749 .globl glSecondaryColor3us ; .type glSecondaryColor3us,#function ; glSecondaryColor3us = glSecondaryColor3usEXT
1750 .globl glSecondaryColor3usv ; .type glSecondaryColor3usv,#function ; glSecondaryColor3usv = glSecondaryColor3usvEXT
1751 .globl glSecondaryColorPointer ; .type glSecondaryColorPointer,#function ; glSecondaryColorPointer = glSecondaryColorPointerEXT
1752 .globl glMultiDrawArrays ; .type glMultiDrawArrays,#function ; glMultiDrawArrays = glMultiDrawArraysEXT
1753 .globl glMultiDrawElements ; .type glMultiDrawElements,#function ; glMultiDrawElements = glMultiDrawElementsEXT
1754 .globl glFogCoordPointer ; .type glFogCoordPointer,#function ; glFogCoordPointer = glFogCoordPointerEXT
1755 .globl glFogCoordd ; .type glFogCoordd,#function ; glFogCoordd = glFogCoorddEXT
1756 .globl glFogCoorddv ; .type glFogCoorddv,#function ; glFogCoorddv = glFogCoorddvEXT
1757 .globl glFogCoordf ; .type glFogCoordf,#function ; glFogCoordf = glFogCoordfEXT
1758 .globl glFogCoordfv ; .type glFogCoordfv,#function ; glFogCoordfv = glFogCoordfvEXT
1759 .globl glBlendFuncSeparate ; .type glBlendFuncSeparate,#function ; glBlendFuncSeparate = glBlendFuncSeparateEXT
1760 .globl glBlendFuncSeparateINGR ; .type glBlendFuncSeparateINGR,#function ; glBlendFuncSeparateINGR = glBlendFuncSeparateEXT
1761 .globl glWindowPos2d ; .type glWindowPos2d,#function ; glWindowPos2d = glWindowPos2dMESA
1762 .globl glWindowPos2dARB ; .type glWindowPos2dARB,#function ; glWindowPos2dARB = glWindowPos2dMESA
1763 .globl glWindowPos2dv ; .type glWindowPos2dv,#function ; glWindowPos2dv = glWindowPos2dvMESA
1764 .globl glWindowPos2dvARB ; .type glWindowPos2dvARB,#function ; glWindowPos2dvARB = glWindowPos2dvMESA
1765 .globl glWindowPos2f ; .type glWindowPos2f,#function ; glWindowPos2f = glWindowPos2fMESA
1766 .globl glWindowPos2fARB ; .type glWindowPos2fARB,#function ; glWindowPos2fARB = glWindowPos2fMESA
1767 .globl glWindowPos2fv ; .type glWindowPos2fv,#function ; glWindowPos2fv = glWindowPos2fvMESA
1768 .globl glWindowPos2fvARB ; .type glWindowPos2fvARB,#function ; glWindowPos2fvARB = glWindowPos2fvMESA
1769 .globl glWindowPos2i ; .type glWindowPos2i,#function ; glWindowPos2i = glWindowPos2iMESA
1770 .globl glWindowPos2iARB ; .type glWindowPos2iARB,#function ; glWindowPos2iARB = glWindowPos2iMESA
1771 .globl glWindowPos2iv ; .type glWindowPos2iv,#function ; glWindowPos2iv = glWindowPos2ivMESA
1772 .globl glWindowPos2ivARB ; .type glWindowPos2ivARB,#function ; glWindowPos2ivARB = glWindowPos2ivMESA
1773 .globl glWindowPos2s ; .type glWindowPos2s,#function ; glWindowPos2s = glWindowPos2sMESA
1774 .globl glWindowPos2sARB ; .type glWindowPos2sARB,#function ; glWindowPos2sARB = glWindowPos2sMESA
1775 .globl glWindowPos2sv ; .type glWindowPos2sv,#function ; glWindowPos2sv = glWindowPos2svMESA
1776 .globl glWindowPos2svARB ; .type glWindowPos2svARB,#function ; glWindowPos2svARB = glWindowPos2svMESA
1777 .globl glWindowPos3d ; .type glWindowPos3d,#function ; glWindowPos3d = glWindowPos3dMESA
1778 .globl glWindowPos3dARB ; .type glWindowPos3dARB,#function ; glWindowPos3dARB = glWindowPos3dMESA
1779 .globl glWindowPos3dv ; .type glWindowPos3dv,#function ; glWindowPos3dv = glWindowPos3dvMESA
1780 .globl glWindowPos3dvARB ; .type glWindowPos3dvARB,#function ; glWindowPos3dvARB = glWindowPos3dvMESA
1781 .globl glWindowPos3f ; .type glWindowPos3f,#function ; glWindowPos3f = glWindowPos3fMESA
1782 .globl glWindowPos3fARB ; .type glWindowPos3fARB,#function ; glWindowPos3fARB = glWindowPos3fMESA
1783 .globl glWindowPos3fv ; .type glWindowPos3fv,#function ; glWindowPos3fv = glWindowPos3fvMESA
1784 .globl glWindowPos3fvARB ; .type glWindowPos3fvARB,#function ; glWindowPos3fvARB = glWindowPos3fvMESA
1785 .globl glWindowPos3i ; .type glWindowPos3i,#function ; glWindowPos3i = glWindowPos3iMESA
1786 .globl glWindowPos3iARB ; .type glWindowPos3iARB,#function ; glWindowPos3iARB = glWindowPos3iMESA
1787 .globl glWindowPos3iv ; .type glWindowPos3iv,#function ; glWindowPos3iv = glWindowPos3ivMESA
1788 .globl glWindowPos3ivARB ; .type glWindowPos3ivARB,#function ; glWindowPos3ivARB = glWindowPos3ivMESA
1789 .globl glWindowPos3s ; .type glWindowPos3s,#function ; glWindowPos3s = glWindowPos3sMESA
1790 .globl glWindowPos3sARB ; .type glWindowPos3sARB,#function ; glWindowPos3sARB = glWindowPos3sMESA
1791 .globl glWindowPos3sv ; .type glWindowPos3sv,#function ; glWindowPos3sv = glWindowPos3svMESA
1792 .globl glWindowPos3svARB ; .type glWindowPos3svARB,#function ; glWindowPos3svARB = glWindowPos3svMESA
1793 .globl glBindProgramARB ; .type glBindProgramARB,#function ; glBindProgramARB = glBindProgramNV
1794 .globl glDeleteProgramsARB ; .type glDeleteProgramsARB,#function ; glDeleteProgramsARB = glDeleteProgramsNV
1795 .globl glGenProgramsARB ; .type glGenProgramsARB,#function ; glGenProgramsARB = glGenProgramsNV
1796 .globl glGetVertexAttribPointervARB ; .type glGetVertexAttribPointervARB,#function ; glGetVertexAttribPointervARB = glGetVertexAttribPointervNV
1797 .globl glIsProgramARB ; .type glIsProgramARB,#function ; glIsProgramARB = glIsProgramNV
1798 .globl glPointParameteri ; .type glPointParameteri,#function ; glPointParameteri = glPointParameteriNV
1799 .globl glPointParameteriv ; .type glPointParameteriv,#function ; glPointParameteriv = glPointParameterivNV
1800 .globl glBlendEquationSeparate ; .type glBlendEquationSeparate,#function ; glBlendEquationSeparate = glBlendEquationSeparateEXT
1801 .globl glBlendEquationSeparateATI ; .type glBlendEquationSeparateATI,#function ; glBlendEquationSeparateATI = glBlendEquationSeparateEXT