r600g: pad the DMA CS to a multiple of 8 dwords
[mesa.git] / src / mesa / main / api_loopback.h
1 /*
2 * Mesa 3-D graphics library
3 * Version: 3.5
4 *
5 * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice shall be included
15 * in all copies or substantial portions of the Software.
16 *
17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 */
24
25
26
27 #ifndef API_LOOPBACK_H
28 #define API_LOOPBACK_H
29
30 #include "main/compiler.h"
31 #include "main/mfeatures.h"
32 #include "main/glheader.h" // ?
33 #include "main/macros.h" // ?
34 #include "main/mtypes.h" // ?
35 #include "glapi/glapi.h" // ?
36 #include "glapi/glthread.h" // ?
37 #include "main/dispatch.h" // ?
38 #include "main/mfeatures.h" // ?
39 #include "main/context.h" // ?
40
41 struct _glapi_table;
42 struct gl_context;
43
44 extern void
45 _mesa_loopback_init_api_table(const struct gl_context *ctx,
46 struct _glapi_table *dest);
47 void GLAPIENTRY
48 _mesa_Color3b( GLbyte red, GLbyte green, GLbyte blue );
49 void GLAPIENTRY
50 _mesa_Color3d( GLdouble red, GLdouble green, GLdouble blue );
51 void GLAPIENTRY
52 _mesa_Color3i( GLint red, GLint green, GLint blue );
53 void GLAPIENTRY
54 _mesa_Color3s( GLshort red, GLshort green, GLshort blue );
55 void GLAPIENTRY
56 _mesa_Color3ui( GLuint red, GLuint green, GLuint blue );
57 void GLAPIENTRY
58 _mesa_Color3us( GLushort red, GLushort green, GLushort blue );
59 void GLAPIENTRY
60 _mesa_Color3ub( GLubyte red, GLubyte green, GLubyte blue );
61 void GLAPIENTRY
62 _mesa_Color3bv( const GLbyte *v );
63 void GLAPIENTRY
64 _mesa_Color3dv( const GLdouble *v );
65 void GLAPIENTRY
66 _mesa_Color3iv( const GLint *v );
67 void GLAPIENTRY
68 _mesa_Color3sv( const GLshort *v );
69 void GLAPIENTRY
70 _mesa_Color3uiv( const GLuint *v );
71 void GLAPIENTRY
72 _mesa_Color3usv( const GLushort *v );
73 void GLAPIENTRY
74 _mesa_Color3ubv( const GLubyte *v );
75 void GLAPIENTRY
76 _mesa_Color4b( GLbyte red, GLbyte green, GLbyte blue,
77 GLbyte alpha );
78 void GLAPIENTRY
79 _mesa_Color4d( GLdouble red, GLdouble green, GLdouble blue,
80 GLdouble alpha );
81 void GLAPIENTRY
82 _mesa_Color4i( GLint red, GLint green, GLint blue, GLint alpha );
83 void GLAPIENTRY
84 _mesa_Color4s( GLshort red, GLshort green, GLshort blue,
85 GLshort alpha );
86 void GLAPIENTRY
87 _mesa_Color4ui( GLuint red, GLuint green, GLuint blue, GLuint alpha );
88 void GLAPIENTRY
89 _mesa_Color4us( GLushort red, GLushort green, GLushort blue,
90 GLushort alpha );
91 void GLAPIENTRY
92 _mesa_Color4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha );
93 void GLAPIENTRY
94 _mesa_Color4iv( const GLint *v );
95 void GLAPIENTRY
96 _mesa_Color4bv( const GLbyte *v );
97 void GLAPIENTRY
98 _mesa_Color4dv( const GLdouble *v );
99 void GLAPIENTRY
100 _mesa_Color4sv( const GLshort *v);
101 void GLAPIENTRY
102 _mesa_Color4uiv( const GLuint *v);
103 void GLAPIENTRY
104 _mesa_Color4usv( const GLushort *v);
105 void GLAPIENTRY
106 _mesa_Color4ubv( const GLubyte *v);
107 void GLAPIENTRY
108 _mesa_FogCoordd( GLdouble d );
109 void GLAPIENTRY
110 _mesa_FogCoorddv( const GLdouble *v );
111 void GLAPIENTRY
112 _mesa_Indexd( GLdouble c );
113 void GLAPIENTRY
114 _mesa_Indexi( GLint c );
115 void GLAPIENTRY
116 _mesa_Indexs( GLshort c );
117 void GLAPIENTRY
118 _mesa_Indexub( GLubyte c );
119 void GLAPIENTRY
120 _mesa_Indexdv( const GLdouble *c );
121 void GLAPIENTRY
122 _mesa_Indexiv( const GLint *c );
123 void GLAPIENTRY
124 _mesa_Indexsv( const GLshort *c );
125 void GLAPIENTRY
126 _mesa_Indexubv( const GLubyte *c );
127 void GLAPIENTRY
128 _mesa_EdgeFlagv(const GLboolean *flag);
129 void GLAPIENTRY
130 _mesa_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz );
131 void GLAPIENTRY
132 _mesa_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz );
133 void GLAPIENTRY
134 _mesa_Normal3i( GLint nx, GLint ny, GLint nz );
135 void GLAPIENTRY
136 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz );
137 void GLAPIENTRY
138 _mesa_Normal3bv( const GLbyte *v );
139 void GLAPIENTRY
140 _mesa_Normal3dv( const GLdouble *v );
141 void GLAPIENTRY
142 _mesa_Normal3iv( const GLint *v );
143 void GLAPIENTRY
144 _mesa_Normal3sv( const GLshort *v );
145 void GLAPIENTRY
146 _mesa_TexCoord1d( GLdouble s );
147 void GLAPIENTRY
148 _mesa_TexCoord1i( GLint s );
149 void GLAPIENTRY
150 _mesa_TexCoord1s( GLshort s );
151 void GLAPIENTRY
152 _mesa_TexCoord2d( GLdouble s, GLdouble t );
153 void GLAPIENTRY
154 _mesa_TexCoord2s( GLshort s, GLshort t );
155 void GLAPIENTRY
156 _mesa_TexCoord2i( GLint s, GLint t );
157 void GLAPIENTRY
158 _mesa_TexCoord3d( GLdouble s, GLdouble t, GLdouble r );
159 void GLAPIENTRY
160 _mesa_TexCoord3i( GLint s, GLint t, GLint r );
161 void GLAPIENTRY
162 _mesa_TexCoord3s( GLshort s, GLshort t, GLshort r );
163 void GLAPIENTRY
164 _mesa_TexCoord4d( GLdouble s, GLdouble t, GLdouble r, GLdouble q );
165 void GLAPIENTRY
166 _mesa_TexCoord4i( GLint s, GLint t, GLint r, GLint q );
167 void GLAPIENTRY
168 _mesa_TexCoord4s( GLshort s, GLshort t, GLshort r, GLshort q );
169 void GLAPIENTRY
170 _mesa_TexCoord1dv( const GLdouble *v );
171 void GLAPIENTRY
172 _mesa_TexCoord1iv( const GLint *v );
173 void GLAPIENTRY
174 _mesa_TexCoord1sv( const GLshort *v );
175 void GLAPIENTRY
176 _mesa_TexCoord2dv( const GLdouble *v );
177 void GLAPIENTRY
178 _mesa_TexCoord2iv( const GLint *v );
179 void GLAPIENTRY
180 _mesa_TexCoord2sv( const GLshort *v );
181 void GLAPIENTRY
182 _mesa_TexCoord3dv( const GLdouble *v );
183 void GLAPIENTRY
184 _mesa_TexCoord3iv( const GLint *v );
185 void GLAPIENTRY
186 _mesa_TexCoord3sv( const GLshort *v );
187 void GLAPIENTRY
188 _mesa_TexCoord4dv( const GLdouble *v );
189 void GLAPIENTRY
190 _mesa_TexCoord4iv( const GLint *v );
191 void GLAPIENTRY
192 _mesa_TexCoord4sv( const GLshort *v );
193 void GLAPIENTRY
194 _mesa_Vertex2d( GLdouble x, GLdouble y );
195 void GLAPIENTRY
196 _mesa_Vertex2i( GLint x, GLint y );
197 void GLAPIENTRY
198 _mesa_Vertex2s( GLshort x, GLshort y );
199 void GLAPIENTRY
200 _mesa_Vertex3d( GLdouble x, GLdouble y, GLdouble z );
201 void GLAPIENTRY
202 _mesa_Vertex3i( GLint x, GLint y, GLint z );
203 void GLAPIENTRY
204 _mesa_Vertex3s( GLshort x, GLshort y, GLshort z );
205 void GLAPIENTRY
206 _mesa_Vertex4d( GLdouble x, GLdouble y, GLdouble z, GLdouble w );
207 void GLAPIENTRY
208 _mesa_Vertex4i( GLint x, GLint y, GLint z, GLint w );
209 void GLAPIENTRY
210 _mesa_Vertex4s( GLshort x, GLshort y, GLshort z, GLshort w );
211 void GLAPIENTRY
212 _mesa_Vertex2dv( const GLdouble *v );
213 void GLAPIENTRY
214 _mesa_Vertex2iv( const GLint *v );
215 void GLAPIENTRY
216 _mesa_Vertex2sv( const GLshort *v );
217 void GLAPIENTRY
218 _mesa_Vertex3dv( const GLdouble *v );
219 void GLAPIENTRY
220 _mesa_Vertex3iv( const GLint *v );
221 void GLAPIENTRY
222 _mesa_Vertex3sv( const GLshort *v );
223 void GLAPIENTRY
224 _mesa_Vertex4dv( const GLdouble *v );
225 void GLAPIENTRY
226 _mesa_Vertex4iv( const GLint *v );
227 void GLAPIENTRY
228 _mesa_Vertex4sv( const GLshort *v );
229 void GLAPIENTRY
230 _mesa_MultiTexCoord1d(GLenum target, GLdouble s);
231 void GLAPIENTRY
232 _mesa_MultiTexCoord1dv(GLenum target, const GLdouble *v);
233 void GLAPIENTRY
234 _mesa_MultiTexCoord1i(GLenum target, GLint s);
235 void GLAPIENTRY
236 _mesa_MultiTexCoord1iv(GLenum target, const GLint *v);
237 void GLAPIENTRY
238 _mesa_MultiTexCoord1s(GLenum target, GLshort s);
239 void GLAPIENTRY
240 _mesa_MultiTexCoord1sv(GLenum target, const GLshort *v);
241 void GLAPIENTRY
242 _mesa_MultiTexCoord2d(GLenum target, GLdouble s, GLdouble t);
243 void GLAPIENTRY
244 _mesa_MultiTexCoord2dv(GLenum target, const GLdouble *v);
245 void GLAPIENTRY
246 _mesa_MultiTexCoord2i(GLenum target, GLint s, GLint t);
247 void GLAPIENTRY
248 _mesa_MultiTexCoord2iv(GLenum target, const GLint *v);
249 void GLAPIENTRY
250 _mesa_MultiTexCoord2s(GLenum target, GLshort s, GLshort t);
251 void GLAPIENTRY
252 _mesa_MultiTexCoord2sv(GLenum target, const GLshort *v);
253 void GLAPIENTRY
254 _mesa_MultiTexCoord3d(GLenum target, GLdouble s, GLdouble t, GLdouble r);
255 void GLAPIENTRY
256 _mesa_MultiTexCoord3dv(GLenum target, const GLdouble *v);
257 void GLAPIENTRY
258 _mesa_MultiTexCoord3i(GLenum target, GLint s, GLint t, GLint r);
259 void GLAPIENTRY
260 _mesa_MultiTexCoord3iv(GLenum target, const GLint *v);
261 void GLAPIENTRY
262 _mesa_MultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r);
263 void GLAPIENTRY
264 _mesa_MultiTexCoord3sv(GLenum target, const GLshort *v);
265 void GLAPIENTRY
266 _mesa_MultiTexCoord4d(GLenum target, GLdouble s, GLdouble t, GLdouble r,
267 GLdouble q);
268 void GLAPIENTRY
269 _mesa_MultiTexCoord4dv(GLenum target, const GLdouble *v);
270 void GLAPIENTRY
271 _mesa_MultiTexCoord4i(GLenum target, GLint s, GLint t, GLint r, GLint q);
272 void GLAPIENTRY
273 _mesa_MultiTexCoord4iv(GLenum target, const GLint *v);
274 void GLAPIENTRY
275 _mesa_MultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r,
276 GLshort q);
277 void GLAPIENTRY
278 _mesa_MultiTexCoord4sv(GLenum target, const GLshort *v);
279 void GLAPIENTRY
280 _mesa_EvalCoord2dv( const GLdouble *u );
281 void GLAPIENTRY
282 _mesa_EvalCoord2fv( const GLfloat *u );
283 void GLAPIENTRY
284 _mesa_EvalCoord2d( GLdouble u, GLdouble v );
285 void GLAPIENTRY
286 _mesa_EvalCoord1dv( const GLdouble *u );
287 void GLAPIENTRY
288 _mesa_EvalCoord1fv( const GLfloat *u );
289 void GLAPIENTRY
290 _mesa_EvalCoord1d( GLdouble u );
291 void GLAPIENTRY
292 _mesa_Materialf( GLenum face, GLenum pname, GLfloat param );
293 void GLAPIENTRY
294 _mesa_Materiali(GLenum face, GLenum pname, GLint param );
295 void GLAPIENTRY
296 _mesa_Materialiv(GLenum face, GLenum pname, const GLint *params );
297 void GLAPIENTRY
298 _mesa_Rectd(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2);
299 void GLAPIENTRY
300 _mesa_Rectdv(const GLdouble *v1, const GLdouble *v2);
301 void GLAPIENTRY
302 _mesa_Rectfv(const GLfloat *v1, const GLfloat *v2);
303 void GLAPIENTRY
304 _mesa_Recti(GLint x1, GLint y1, GLint x2, GLint y2);
305 void GLAPIENTRY
306 _mesa_Rectiv(const GLint *v1, const GLint *v2);
307 void GLAPIENTRY
308 _mesa_Rects(GLshort x1, GLshort y1, GLshort x2, GLshort y2);
309 void GLAPIENTRY
310 _mesa_Rectsv(const GLshort *v1, const GLshort *v2);
311 void GLAPIENTRY
312 _mesa_SecondaryColor3b( GLbyte red, GLbyte green, GLbyte blue );
313 void GLAPIENTRY
314 _mesa_SecondaryColor3d( GLdouble red, GLdouble green, GLdouble blue );
315 void GLAPIENTRY
316 _mesa_SecondaryColor3i( GLint red, GLint green, GLint blue );
317 void GLAPIENTRY
318 _mesa_SecondaryColor3s( GLshort red, GLshort green, GLshort blue );
319 void GLAPIENTRY
320 _mesa_SecondaryColor3ui( GLuint red, GLuint green, GLuint blue );
321 void GLAPIENTRY
322 _mesa_SecondaryColor3us( GLushort red, GLushort green, GLushort blue );
323 void GLAPIENTRY
324 _mesa_SecondaryColor3ub( GLubyte red, GLubyte green, GLubyte blue );
325 void GLAPIENTRY
326 _mesa_SecondaryColor3bv( const GLbyte *v );
327 void GLAPIENTRY
328 _mesa_SecondaryColor3dv( const GLdouble *v );
329 void GLAPIENTRY
330 _mesa_SecondaryColor3iv( const GLint *v );
331 void GLAPIENTRY
332 _mesa_SecondaryColor3sv( const GLshort *v );
333 void GLAPIENTRY
334 _mesa_SecondaryColor3uiv( const GLuint *v );
335 void GLAPIENTRY
336 _mesa_SecondaryColor3usv( const GLushort *v );
337 void GLAPIENTRY
338 _mesa_SecondaryColor3ubv( const GLubyte *v );
339 void GLAPIENTRY
340 _mesa_VertexAttrib1sNV(GLuint index, GLshort x);
341 void GLAPIENTRY
342 _mesa_VertexAttrib1dNV(GLuint index, GLdouble x);
343 void GLAPIENTRY
344 _mesa_VertexAttrib2sNV(GLuint index, GLshort x, GLshort y);
345 void GLAPIENTRY
346 _mesa_VertexAttrib2dNV(GLuint index, GLdouble x, GLdouble y);
347 void GLAPIENTRY
348 _mesa_VertexAttrib3sNV(GLuint index, GLshort x, GLshort y, GLshort z);
349 void GLAPIENTRY
350 _mesa_VertexAttrib3dNV(GLuint index, GLdouble x, GLdouble y, GLdouble z);
351 void GLAPIENTRY
352 _mesa_VertexAttrib4sNV(GLuint index, GLshort x, GLshort y, GLshort z,
353 GLshort w);
354 void GLAPIENTRY
355 _mesa_VertexAttrib4dNV(GLuint index, GLdouble x, GLdouble y, GLdouble z,
356 GLdouble w);
357 void GLAPIENTRY
358 _mesa_VertexAttrib4ubNV(GLuint index, GLubyte x, GLubyte y, GLubyte z,
359 GLubyte w);
360 void GLAPIENTRY
361 _mesa_VertexAttrib1svNV(GLuint index, const GLshort *v);
362 void GLAPIENTRY
363 _mesa_VertexAttrib1dvNV(GLuint index, const GLdouble *v);
364 void GLAPIENTRY
365 _mesa_VertexAttrib2svNV(GLuint index, const GLshort *v);
366 void GLAPIENTRY
367 _mesa_VertexAttrib2dvNV(GLuint index, const GLdouble *v);
368 void GLAPIENTRY
369 _mesa_VertexAttrib3svNV(GLuint index, const GLshort *v);
370 void GLAPIENTRY
371 _mesa_VertexAttrib3dvNV(GLuint index, const GLdouble *v);
372 void GLAPIENTRY
373 _mesa_VertexAttrib4svNV(GLuint index, const GLshort *v);
374 void GLAPIENTRY
375 _mesa_VertexAttrib4dvNV(GLuint index, const GLdouble *v);
376 void GLAPIENTRY
377 _mesa_VertexAttrib4ubvNV(GLuint index, const GLubyte *v);
378 void GLAPIENTRY
379 _mesa_VertexAttribs1svNV(GLuint index, GLsizei n, const GLshort *v);
380 void GLAPIENTRY
381 _mesa_VertexAttribs1fvNV(GLuint index, GLsizei n, const GLfloat *v);
382 void GLAPIENTRY
383 _mesa_VertexAttribs1dvNV(GLuint index, GLsizei n, const GLdouble *v);
384 void GLAPIENTRY
385 _mesa_VertexAttribs2svNV(GLuint index, GLsizei n, const GLshort *v);
386 void GLAPIENTRY
387 _mesa_VertexAttribs2fvNV(GLuint index, GLsizei n, const GLfloat *v);
388 void GLAPIENTRY
389 _mesa_VertexAttribs2dvNV(GLuint index, GLsizei n, const GLdouble *v);
390 void GLAPIENTRY
391 _mesa_VertexAttribs3svNV(GLuint index, GLsizei n, const GLshort *v);
392 void GLAPIENTRY
393 _mesa_VertexAttribs3fvNV(GLuint index, GLsizei n, const GLfloat *v);
394 void GLAPIENTRY
395 _mesa_VertexAttribs3dvNV(GLuint index, GLsizei n, const GLdouble *v);
396 void GLAPIENTRY
397 _mesa_VertexAttribs4svNV(GLuint index, GLsizei n, const GLshort *v);
398 void GLAPIENTRY
399 _mesa_VertexAttribs4fvNV(GLuint index, GLsizei n, const GLfloat *v);
400 void GLAPIENTRY
401 _mesa_VertexAttribs4dvNV(GLuint index, GLsizei n, const GLdouble *v);
402 void GLAPIENTRY
403 _mesa_VertexAttribs4ubvNV(GLuint index, GLsizei n, const GLubyte *v);
404 void GLAPIENTRY
405 _mesa_VertexAttrib1s(GLuint index, GLshort x);
406 void GLAPIENTRY
407 _mesa_VertexAttrib1d(GLuint index, GLdouble x);
408 void GLAPIENTRY
409 _mesa_VertexAttrib2s(GLuint index, GLshort x, GLshort y);
410 void GLAPIENTRY
411 _mesa_VertexAttrib2d(GLuint index, GLdouble x, GLdouble y);
412 void GLAPIENTRY
413 _mesa_VertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z);
414 void GLAPIENTRY
415 _mesa_VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z);
416 void GLAPIENTRY
417 _mesa_VertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z,
418 GLshort w);
419 void GLAPIENTRY
420 _mesa_VertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z,
421 GLdouble w);
422 void GLAPIENTRY
423 _mesa_VertexAttrib1sv(GLuint index, const GLshort *v);
424 void GLAPIENTRY
425 _mesa_VertexAttrib1dv(GLuint index, const GLdouble *v);
426 void GLAPIENTRY
427 _mesa_VertexAttrib2sv(GLuint index, const GLshort *v);
428 void GLAPIENTRY
429 _mesa_VertexAttrib2dv(GLuint index, const GLdouble *v);
430 void GLAPIENTRY
431 _mesa_VertexAttrib3sv(GLuint index, const GLshort *v);
432 void GLAPIENTRY
433 _mesa_VertexAttrib3dv(GLuint index, const GLdouble *v);
434 void GLAPIENTRY
435 _mesa_VertexAttrib4sv(GLuint index, const GLshort *v);
436 void GLAPIENTRY
437 _mesa_VertexAttrib4dv(GLuint index, const GLdouble *v);
438 void GLAPIENTRY
439 _mesa_VertexAttrib4bv(GLuint index, const GLbyte * v);
440 void GLAPIENTRY
441 _mesa_VertexAttrib4iv(GLuint index, const GLint * v);
442 void GLAPIENTRY
443 _mesa_VertexAttrib4ubv(GLuint index, const GLubyte * v);
444 void GLAPIENTRY
445 _mesa_VertexAttrib4usv(GLuint index, const GLushort * v);
446 void GLAPIENTRY
447 _mesa_VertexAttrib4uiv(GLuint index, const GLuint * v);
448 void GLAPIENTRY
449 _mesa_VertexAttrib4Nbv(GLuint index, const GLbyte * v);
450 void GLAPIENTRY
451 _mesa_VertexAttrib4Nsv(GLuint index, const GLshort * v);
452 void GLAPIENTRY
453 _mesa_VertexAttrib4Niv(GLuint index, const GLint * v);
454 void GLAPIENTRY
455 _mesa_VertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z,
456 GLubyte w);
457 void GLAPIENTRY
458 _mesa_VertexAttrib4Nubv(GLuint index, const GLubyte * v);
459 void GLAPIENTRY
460 _mesa_VertexAttrib4Nusv(GLuint index, const GLushort * v);
461 void GLAPIENTRY
462 _mesa_VertexAttrib4Nuiv(GLuint index, const GLuint * v);
463 void GLAPIENTRY
464 _mesa_VertexAttribI1iv(GLuint index, const GLint *v);
465 void GLAPIENTRY
466 _mesa_VertexAttribI1uiv(GLuint index, const GLuint *v);
467 void GLAPIENTRY
468 _mesa_VertexAttribI4bv(GLuint index, const GLbyte *v);
469 void GLAPIENTRY
470 _mesa_VertexAttribI4sv(GLuint index, const GLshort *v);
471 void GLAPIENTRY
472 _mesa_VertexAttribI4ubv(GLuint index, const GLubyte *v);
473 void GLAPIENTRY
474 _mesa_VertexAttribI4usv(GLuint index, const GLushort *v);
475
476
477 #endif /* API_LOOPBACK_H */