aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-08-22 21:51:08 +0200
committermarha <marha@users.sourceforge.net>2014-08-22 21:51:08 +0200
commitbcb354180f20f0c410a77bd32cbf2c1e799632d5 (patch)
tree17d9af613872a12c098572c3fbebef538edf76f5
parent8e27619ab489dece35cc4bec86950ee7729cd309 (diff)
downloadvcxsrv-bcb354180f20f0c410a77bd32cbf2c1e799632d5.tar.gz
vcxsrv-bcb354180f20f0c410a77bd32cbf2c1e799632d5.tar.bz2
vcxsrv-bcb354180f20f0c410a77bd32cbf2c1e799632d5.zip
Compiled and synchronised
-rw-r--r--gl/glext.h94
-rw-r--r--gl/glxext.h14
-rw-r--r--gl/internal/dri_interface.h17
-rw-r--r--include/xcb/bigreq.h250
-rw-r--r--include/xcb/render.h7430
-rw-r--r--include/xcb/shape.h1846
-rw-r--r--include/xcb/xc_misc.h694
-rw-r--r--include/xcb/xcb.h4
-rw-r--r--include/xcb/xproto.h5848
-rw-r--r--mesalib/src/mesa/main/macros.h12
-rw-r--r--mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj8
-rw-r--r--mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters12
-rw-r--r--mesalib/windows/VC8/mesa/makefile9
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj11
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters21
-rw-r--r--mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj4
-rw-r--r--xorg-server/glx/dispatch.h641
-rw-r--r--xorg-server/glx/glapitable.h625
-rw-r--r--xorg-server/glx/glfunctions.h1
-rw-r--r--xorg-server/glx/glprocs.h1778
-rw-r--r--xorg-server/glx/remap_helper.h4029
21 files changed, 8049 insertions, 15299 deletions
diff --git a/gl/glext.h b/gl/glext.h
index ebd537709..5e678306b 100644
--- a/gl/glext.h
+++ b/gl/glext.h
@@ -33,7 +33,7 @@ extern "C" {
** used to make the header, and the header can be found at
** http://www.opengl.org/registry/
**
-** Khronos $Revision: 27191 $ on $Date: 2014-06-30 15:11:33 -0700 (Mon, 30 Jun 2014) $
+** Khronos $Revision: 27498 $ on $Date: 2014-07-25 19:12:07 -0700 (Fri, 25 Jul 2014) $
*/
#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
@@ -53,7 +53,7 @@ extern "C" {
#define GLAPI extern
#endif
-#define GL_GLEXT_VERSION 20140630
+#define GL_GLEXT_VERSION 20140725
/* Generated C header for:
* API: gl
@@ -4429,11 +4429,11 @@ typedef void (APIENTRYP PFNGLTEXCOORD3BOESPROC) (GLbyte s, GLbyte t, GLbyte r);
typedef void (APIENTRYP PFNGLTEXCOORD3BVOESPROC) (const GLbyte *coords);
typedef void (APIENTRYP PFNGLTEXCOORD4BOESPROC) (GLbyte s, GLbyte t, GLbyte r, GLbyte q);
typedef void (APIENTRYP PFNGLTEXCOORD4BVOESPROC) (const GLbyte *coords);
-typedef void (APIENTRYP PFNGLVERTEX2BOESPROC) (GLbyte x);
+typedef void (APIENTRYP PFNGLVERTEX2BOESPROC) (GLbyte x, GLbyte y);
typedef void (APIENTRYP PFNGLVERTEX2BVOESPROC) (const GLbyte *coords);
-typedef void (APIENTRYP PFNGLVERTEX3BOESPROC) (GLbyte x, GLbyte y);
+typedef void (APIENTRYP PFNGLVERTEX3BOESPROC) (GLbyte x, GLbyte y, GLbyte z);
typedef void (APIENTRYP PFNGLVERTEX3BVOESPROC) (const GLbyte *coords);
-typedef void (APIENTRYP PFNGLVERTEX4BOESPROC) (GLbyte x, GLbyte y, GLbyte z);
+typedef void (APIENTRYP PFNGLVERTEX4BOESPROC) (GLbyte x, GLbyte y, GLbyte z, GLbyte w);
typedef void (APIENTRYP PFNGLVERTEX4BVOESPROC) (const GLbyte *coords);
#ifdef GL_GLEXT_PROTOTYPES
GLAPI void APIENTRY glMultiTexCoord1bOES (GLenum texture, GLbyte s);
@@ -4452,11 +4452,11 @@ GLAPI void APIENTRY glTexCoord3bOES (GLbyte s, GLbyte t, GLbyte r);
GLAPI void APIENTRY glTexCoord3bvOES (const GLbyte *coords);
GLAPI void APIENTRY glTexCoord4bOES (GLbyte s, GLbyte t, GLbyte r, GLbyte q);
GLAPI void APIENTRY glTexCoord4bvOES (const GLbyte *coords);
-GLAPI void APIENTRY glVertex2bOES (GLbyte x);
+GLAPI void APIENTRY glVertex2bOES (GLbyte x, GLbyte y);
GLAPI void APIENTRY glVertex2bvOES (const GLbyte *coords);
-GLAPI void APIENTRY glVertex3bOES (GLbyte x, GLbyte y);
+GLAPI void APIENTRY glVertex3bOES (GLbyte x, GLbyte y, GLbyte z);
GLAPI void APIENTRY glVertex3bvOES (const GLbyte *coords);
-GLAPI void APIENTRY glVertex4bOES (GLbyte x, GLbyte y, GLbyte z);
+GLAPI void APIENTRY glVertex4bOES (GLbyte x, GLbyte y, GLbyte z, GLbyte w);
GLAPI void APIENTRY glVertex4bvOES (const GLbyte *coords);
#endif
#endif /* GL_OES_byte_coordinates */
@@ -8406,6 +8406,16 @@ GLAPI void APIENTRY glMultiDrawElementsIndirectBindlessNV (GLenum mode, GLenum t
#endif
#endif /* GL_NV_bindless_multi_draw_indirect */
+#ifndef GL_NV_bindless_multi_draw_indirect_count
+#define GL_NV_bindless_multi_draw_indirect_count 1
+typedef void (APIENTRYP PFNGLMULTIDRAWARRAYSINDIRECTBINDLESSCOUNTNVPROC) (GLenum mode, const void *indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount);
+typedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSINDIRECTBINDLESSCOUNTNVPROC) (GLenum mode, GLenum type, const void *indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount);
+#ifdef GL_GLEXT_PROTOTYPES
+GLAPI void APIENTRY glMultiDrawArraysIndirectBindlessCountNV (GLenum mode, const void *indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount);
+GLAPI void APIENTRY glMultiDrawElementsIndirectBindlessCountNV (GLenum mode, GLenum type, const void *indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount);
+#endif
+#endif /* GL_NV_bindless_multi_draw_indirect_count */
+
#ifndef GL_NV_bindless_texture
#define GL_NV_bindless_texture 1
typedef GLuint64 (APIENTRYP PFNGLGETTEXTUREHANDLENVPROC) (GLuint texture);
@@ -9136,6 +9146,40 @@ GLAPI void APIENTRY glProgramBufferParametersIuivNV (GLenum target, GLuint bindi
#define GL_FONT_HAS_KERNING_BIT_NV 0x10000000
#define GL_PRIMARY_COLOR_NV 0x852C
#define GL_SECONDARY_COLOR_NV 0x852D
+#define GL_ROUNDED_RECT_NV 0xE8
+#define GL_RELATIVE_ROUNDED_RECT_NV 0xE9
+#define GL_ROUNDED_RECT2_NV 0xEA
+#define GL_RELATIVE_ROUNDED_RECT2_NV 0xEB
+#define GL_ROUNDED_RECT4_NV 0xEC
+#define GL_RELATIVE_ROUNDED_RECT4_NV 0xED
+#define GL_ROUNDED_RECT8_NV 0xEE
+#define GL_RELATIVE_ROUNDED_RECT8_NV 0xEF
+#define GL_RELATIVE_RECT_NV 0xF7
+#define GL_FONT_GLYPHS_AVAILABLE_NV 0x9368
+#define GL_FONT_TARGET_UNAVAILABLE_NV 0x9369
+#define GL_FONT_UNAVAILABLE_NV 0x936A
+#define GL_FONT_UNINTELLIGIBLE_NV 0x936B
+#define GL_CONIC_CURVE_TO_NV 0x1A
+#define GL_RELATIVE_CONIC_CURVE_TO_NV 0x1B
+#define GL_FONT_NUM_GLYPH_INDICES_BIT_NV 0x20000000
+#define GL_STANDARD_FONT_FORMAT_NV 0x936C
+#define GL_2_BYTES_NV 0x1407
+#define GL_3_BYTES_NV 0x1408
+#define GL_4_BYTES_NV 0x1409
+#define GL_EYE_LINEAR_NV 0x2400
+#define GL_OBJECT_LINEAR_NV 0x2401
+#define GL_CONSTANT_NV 0x8576
+#define GL_PATH_PROJECTION_NV 0x1701
+#define GL_PATH_MODELVIEW_NV 0x1700
+#define GL_PATH_MODELVIEW_STACK_DEPTH_NV 0x0BA3
+#define GL_PATH_MODELVIEW_MATRIX_NV 0x0BA6
+#define GL_PATH_MAX_MODELVIEW_STACK_DEPTH_NV 0x0D36
+#define GL_PATH_TRANSPOSE_MODELVIEW_MATRIX_NV 0x84E3
+#define GL_PATH_PROJECTION_STACK_DEPTH_NV 0x0BA4
+#define GL_PATH_PROJECTION_MATRIX_NV 0x0BA7
+#define GL_PATH_MAX_PROJECTION_STACK_DEPTH_NV 0x0D38
+#define GL_PATH_TRANSPOSE_PROJECTION_MATRIX_NV 0x84E4
+#define GL_FRAGMENT_INPUT_NV 0x936D
typedef GLuint (APIENTRYP PFNGLGENPATHSNVPROC) (GLsizei range);
typedef void (APIENTRYP PFNGLDELETEPATHSNVPROC) (GLuint path, GLsizei range);
typedef GLboolean (APIENTRYP PFNGLISPATHNVPROC) (GLuint path);
@@ -9185,6 +9229,21 @@ typedef GLboolean (APIENTRYP PFNGLISPOINTINFILLPATHNVPROC) (GLuint path, GLuint
typedef GLboolean (APIENTRYP PFNGLISPOINTINSTROKEPATHNVPROC) (GLuint path, GLfloat x, GLfloat y);
typedef GLfloat (APIENTRYP PFNGLGETPATHLENGTHNVPROC) (GLuint path, GLsizei startSegment, GLsizei numSegments);
typedef GLboolean (APIENTRYP PFNGLPOINTALONGPATHNVPROC) (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat *x, GLfloat *y, GLfloat *tangentX, GLfloat *tangentY);
+typedef void (APIENTRYP PFNGLMATRIXLOAD3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
+typedef void (APIENTRYP PFNGLMATRIXLOAD3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
+typedef void (APIENTRYP PFNGLMATRIXLOADTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
+typedef void (APIENTRYP PFNGLMATRIXMULT3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
+typedef void (APIENTRYP PFNGLMATRIXMULT3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
+typedef void (APIENTRYP PFNGLMATRIXMULTTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
+typedef void (APIENTRYP PFNGLSTENCILTHENCOVERFILLPATHNVPROC) (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode);
+typedef void (APIENTRYP PFNGLSTENCILTHENCOVERSTROKEPATHNVPROC) (GLuint path, GLint reference, GLuint mask, GLenum coverMode);
+typedef void (APIENTRYP PFNGLSTENCILTHENCOVERFILLPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
+typedef void (APIENTRYP PFNGLSTENCILTHENCOVERSTROKEPATHINSTANCEDNVPROC) (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
+typedef GLenum (APIENTRYP PFNGLPATHGLYPHINDEXRANGENVPROC) (GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint pathParameterTemplate, GLfloat emScale, GLuint baseAndCount[2]);
+typedef GLenum (APIENTRYP PFNGLPATHGLYPHINDEXARRAYNVPROC) (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
+typedef GLenum (APIENTRYP PFNGLPATHMEMORYGLYPHINDEXARRAYNVPROC) (GLuint firstPathName, GLenum fontTarget, GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
+typedef void (APIENTRYP PFNGLPROGRAMPATHFRAGMENTINPUTGENNVPROC) (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
+typedef void (APIENTRYP PFNGLGETPROGRAMRESOURCEFVNVPROC) (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLfloat *params);
#ifdef GL_GLEXT_PROTOTYPES
GLAPI GLuint APIENTRY glGenPathsNV (GLsizei range);
GLAPI void APIENTRY glDeletePathsNV (GLuint path, GLsizei range);
@@ -9235,6 +9294,21 @@ GLAPI GLboolean APIENTRY glIsPointInFillPathNV (GLuint path, GLuint mask, GLfloa
GLAPI GLboolean APIENTRY glIsPointInStrokePathNV (GLuint path, GLfloat x, GLfloat y);
GLAPI GLfloat APIENTRY glGetPathLengthNV (GLuint path, GLsizei startSegment, GLsizei numSegments);
GLAPI GLboolean APIENTRY glPointAlongPathNV (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat *x, GLfloat *y, GLfloat *tangentX, GLfloat *tangentY);
+GLAPI void APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);
+GLAPI void APIENTRY glMatrixLoad3x3fNV (GLenum matrixMode, const GLfloat *m);
+GLAPI void APIENTRY glMatrixLoadTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
+GLAPI void APIENTRY glMatrixMult3x2fNV (GLenum matrixMode, const GLfloat *m);
+GLAPI void APIENTRY glMatrixMult3x3fNV (GLenum matrixMode, const GLfloat *m);
+GLAPI void APIENTRY glMatrixMultTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
+GLAPI void APIENTRY glStencilThenCoverFillPathNV (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode);
+GLAPI void APIENTRY glStencilThenCoverStrokePathNV (GLuint path, GLint reference, GLuint mask, GLenum coverMode);
+GLAPI void APIENTRY glStencilThenCoverFillPathInstancedNV (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
+GLAPI void APIENTRY glStencilThenCoverStrokePathInstancedNV (GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat *transformValues);
+GLAPI GLenum APIENTRY glPathGlyphIndexRangeNV (GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint pathParameterTemplate, GLfloat emScale, GLuint baseAndCount[2]);
+GLAPI GLenum APIENTRY glPathGlyphIndexArrayNV (GLuint firstPathName, GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
+GLAPI GLenum APIENTRY glPathMemoryGlyphIndexArrayNV (GLuint firstPathName, GLenum fontTarget, GLsizeiptr fontSize, const void *fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale);
+GLAPI void APIENTRY glProgramPathFragmentInputGenNV (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
+GLAPI void APIENTRY glGetProgramResourcefvNV (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLfloat *params);
#endif
#endif /* GL_NV_path_rendering */
@@ -9403,6 +9477,10 @@ GLAPI void APIENTRY glGetCombinerStageParameterfvNV (GLenum stage, GLenum pname,
#define GL_NV_shader_atomic_float 1
#endif /* GL_NV_shader_atomic_float */
+#ifndef GL_NV_shader_atomic_int64
+#define GL_NV_shader_atomic_int64 1
+#endif /* GL_NV_shader_atomic_int64 */
+
#ifndef GL_NV_shader_buffer_load
#define GL_NV_shader_buffer_load 1
#define GL_BUFFER_GPU_ADDRESS_NV 0x8F1D
diff --git a/gl/glxext.h b/gl/glxext.h
index 2d8aa2290..b96133e34 100644
--- a/gl/glxext.h
+++ b/gl/glxext.h
@@ -33,10 +33,10 @@ extern "C" {
** used to make the header, and the header can be found at
** http://www.opengl.org/registry/
**
-** Khronos $Revision: 27191 $ on $Date: 2014-06-30 15:11:33 -0700 (Mon, 30 Jun 2014) $
+** Khronos $Revision: 27498 $ on $Date: 2014-07-25 19:12:07 -0700 (Fri, 25 Jul 2014) $
*/
-#define GLX_GLXEXT_VERSION 20140630
+#define GLX_GLXEXT_VERSION 20140725
/* Generated C header for:
* API: glx
@@ -468,6 +468,16 @@ Bool glXSet3DfxModeMESA (int mode);
#endif
#endif /* GLX_MESA_set_3dfx_mode */
+#ifndef GLX_NV_copy_buffer
+#define GLX_NV_copy_buffer 1
+typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
+typedef void ( *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
+#ifdef GLX_GLXEXT_PROTOTYPES
+void glXCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
+void glXNamedCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
+#endif
+#endif /* GLX_NV_copy_buffer */
+
#ifndef GLX_NV_copy_image
#define GLX_NV_copy_image 1
typedef void ( *PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
diff --git a/gl/internal/dri_interface.h b/gl/internal/dri_interface.h
index ad000bdfb..82835a293 100644
--- a/gl/internal/dri_interface.h
+++ b/gl/internal/dri_interface.h
@@ -1009,7 +1009,7 @@ struct __DRIdri2ExtensionRec {
* extensions.
*/
#define __DRI_IMAGE "DRI_IMAGE"
-#define __DRI_IMAGE_VERSION 9
+#define __DRI_IMAGE_VERSION 10
/**
* These formats correspond to the similarly named MESA_FORMAT_*
@@ -1138,6 +1138,13 @@ enum __DRIChromaSiting {
/*@}*/
/**
+ * \name Capabilities that might be returned by __DRIimageExtensionRec::getCapabilities
+ */
+/*@{*/
+#define __DRI_IMAGE_CAP_GLOBAL_NAMES 1
+/*@}*/
+
+/**
* blitImage flags
*/
@@ -1265,6 +1272,14 @@ struct __DRIimageExtensionRec {
int dstx0, int dsty0, int dstwidth, int dstheight,
int srcx0, int srcy0, int srcwidth, int srcheight,
int flush_flag);
+
+ /**
+ * Query for general capabilities of the driver that concern
+ * buffer sharing and image importing.
+ *
+ * \since 10
+ */
+ int (*getCapabilities)(__DRIscreen *screen);
};
diff --git a/include/xcb/bigreq.h b/include/xcb/bigreq.h
index 208874bb5..786f99006 100644
--- a/include/xcb/bigreq.h
+++ b/include/xcb/bigreq.h
@@ -1,141 +1,109 @@
-/*
- * This file generated automatically from bigreq.xml by c_client.py.
- * Edit at your peril.
- */
-
-/**
- * @defgroup XCB_BigRequests_API XCB BigRequests API
- * @brief BigRequests XCB Protocol Implementation.
- * @{
- **/
-
-#ifndef __BIGREQ_H
-#define __BIGREQ_H
-
-#include "xcb.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define XCB_BIGREQUESTS_MAJOR_VERSION 0
-#define XCB_BIGREQUESTS_MINOR_VERSION 0
-
-XCB_EXTERN xcb_extension_t xcb_big_requests_id;
-
-/**
- * @brief xcb_big_requests_enable_cookie_t
- **/
-typedef struct xcb_big_requests_enable_cookie_t {
- unsigned int sequence; /**< */
-} xcb_big_requests_enable_cookie_t;
-
-/** Opcode for xcb_big_requests_enable. */
-#define XCB_BIG_REQUESTS_ENABLE 0
-
-/**
- * @brief xcb_big_requests_enable_request_t
- **/
-typedef struct xcb_big_requests_enable_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
-} xcb_big_requests_enable_request_t;
-
-/**
- * @brief xcb_big_requests_enable_reply_t
- **/
-typedef struct xcb_big_requests_enable_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint32_t maximum_request_length; /**< */
-} xcb_big_requests_enable_reply_t;
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_big_requests_enable_cookie_t xcb_big_requests_enable
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_big_requests_enable_cookie_t
- **
- *****************************************************************************/
-
-xcb_big_requests_enable_cookie_t
-xcb_big_requests_enable (xcb_connection_t *c /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_big_requests_enable_cookie_t xcb_big_requests_enable_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_big_requests_enable_cookie_t
- **
- *****************************************************************************/
-
-xcb_big_requests_enable_cookie_t
-xcb_big_requests_enable_unchecked (xcb_connection_t *c /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_big_requests_enable_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_big_requests_enable_reply_t * xcb_big_requests_enable_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_big_requests_enable_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_big_requests_enable_reply_t *
- **
- *****************************************************************************/
-
-xcb_big_requests_enable_reply_t *
-xcb_big_requests_enable_reply (xcb_connection_t *c /**< */,
- xcb_big_requests_enable_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-
-/**
- * @}
- */
+/*
+ * This file generated automatically from bigreq.xml by c_client.py.
+ * Edit at your peril.
+ */
+
+/**
+ * @defgroup XCB_BigRequests_API XCB BigRequests API
+ * @brief BigRequests XCB Protocol Implementation.
+ * @{
+ **/
+
+#ifndef __BIGREQ_H
+#define __BIGREQ_H
+
+#include "xcb.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define XCB_BIGREQUESTS_MAJOR_VERSION 0
+#define XCB_BIGREQUESTS_MINOR_VERSION 0
+
+XCB_EXTERN xcb_extension_t xcb_big_requests_id;
+
+/**
+ * @brief xcb_big_requests_enable_cookie_t
+ **/
+typedef struct xcb_big_requests_enable_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_big_requests_enable_cookie_t;
+
+/** Opcode for xcb_big_requests_enable. */
+#define XCB_BIG_REQUESTS_ENABLE 0
+
+/**
+ * @brief xcb_big_requests_enable_request_t
+ **/
+typedef struct xcb_big_requests_enable_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+} xcb_big_requests_enable_request_t;
+
+/**
+ * @brief xcb_big_requests_enable_reply_t
+ **/
+typedef struct xcb_big_requests_enable_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint32_t maximum_request_length; /**< */
+} xcb_big_requests_enable_reply_t;
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_big_requests_enable_cookie_t
+xcb_big_requests_enable (xcb_connection_t *c /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_big_requests_enable_cookie_t
+xcb_big_requests_enable_unchecked (xcb_connection_t *c /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_big_requests_enable_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_big_requests_enable_reply_t *
+xcb_big_requests_enable_reply (xcb_connection_t *c /**< */,
+ xcb_big_requests_enable_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+/**
+ * @}
+ */
diff --git a/include/xcb/render.h b/include/xcb/render.h
index d00b45926..0fe0cb8bd 100644
--- a/include/xcb/render.h
+++ b/include/xcb/render.h
@@ -1,4513 +1,2917 @@
-/*
- * This file generated automatically from render.xml by c_client.py.
- * Edit at your peril.
- */
-
-/**
- * @defgroup XCB_Render_API XCB Render API
- * @brief Render XCB Protocol Implementation.
- * @{
- **/
-
-#ifndef __RENDER_H
-#define __RENDER_H
-
-#include "xcb.h"
-#include "xproto.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define XCB_RENDER_MAJOR_VERSION 0
-#define XCB_RENDER_MINOR_VERSION 11
-
-XCB_EXTERN xcb_extension_t xcb_render_id;
-
-typedef enum xcb_render_pict_type_t {
- XCB_RENDER_PICT_TYPE_INDEXED = 0,
- XCB_RENDER_PICT_TYPE_DIRECT = 1
-} xcb_render_pict_type_t;
-
-typedef enum xcb_render_picture_enum_t {
- XCB_RENDER_PICTURE_NONE = 0
-} xcb_render_picture_enum_t;
-
-typedef enum xcb_render_pict_op_t {
- XCB_RENDER_PICT_OP_CLEAR = 0,
- XCB_RENDER_PICT_OP_SRC = 1,
- XCB_RENDER_PICT_OP_DST = 2,
- XCB_RENDER_PICT_OP_OVER = 3,
- XCB_RENDER_PICT_OP_OVER_REVERSE = 4,
- XCB_RENDER_PICT_OP_IN = 5,
- XCB_RENDER_PICT_OP_IN_REVERSE = 6,
- XCB_RENDER_PICT_OP_OUT = 7,
- XCB_RENDER_PICT_OP_OUT_REVERSE = 8,
- XCB_RENDER_PICT_OP_ATOP = 9,
- XCB_RENDER_PICT_OP_ATOP_REVERSE = 10,
- XCB_RENDER_PICT_OP_XOR = 11,
- XCB_RENDER_PICT_OP_ADD = 12,
- XCB_RENDER_PICT_OP_SATURATE = 13,
- XCB_RENDER_PICT_OP_DISJOINT_CLEAR = 16,
- XCB_RENDER_PICT_OP_DISJOINT_SRC = 17,
- XCB_RENDER_PICT_OP_DISJOINT_DST = 18,
- XCB_RENDER_PICT_OP_DISJOINT_OVER = 19,
- XCB_RENDER_PICT_OP_DISJOINT_OVER_REVERSE = 20,
- XCB_RENDER_PICT_OP_DISJOINT_IN = 21,
- XCB_RENDER_PICT_OP_DISJOINT_IN_REVERSE = 22,
- XCB_RENDER_PICT_OP_DISJOINT_OUT = 23,
- XCB_RENDER_PICT_OP_DISJOINT_OUT_REVERSE = 24,
- XCB_RENDER_PICT_OP_DISJOINT_ATOP = 25,
- XCB_RENDER_PICT_OP_DISJOINT_ATOP_REVERSE = 26,
- XCB_RENDER_PICT_OP_DISJOINT_XOR = 27,
- XCB_RENDER_PICT_OP_CONJOINT_CLEAR = 32,
- XCB_RENDER_PICT_OP_CONJOINT_SRC = 33,
- XCB_RENDER_PICT_OP_CONJOINT_DST = 34,
- XCB_RENDER_PICT_OP_CONJOINT_OVER = 35,
- XCB_RENDER_PICT_OP_CONJOINT_OVER_REVERSE = 36,
- XCB_RENDER_PICT_OP_CONJOINT_IN = 37,
- XCB_RENDER_PICT_OP_CONJOINT_IN_REVERSE = 38,
- XCB_RENDER_PICT_OP_CONJOINT_OUT = 39,
- XCB_RENDER_PICT_OP_CONJOINT_OUT_REVERSE = 40,
- XCB_RENDER_PICT_OP_CONJOINT_ATOP = 41,
- XCB_RENDER_PICT_OP_CONJOINT_ATOP_REVERSE = 42,
- XCB_RENDER_PICT_OP_CONJOINT_XOR = 43,
- XCB_RENDER_PICT_OP_MULTIPLY = 48,
- XCB_RENDER_PICT_OP_SCREEN = 49,
- XCB_RENDER_PICT_OP_OVERLAY = 50,
- XCB_RENDER_PICT_OP_DARKEN = 51,
- XCB_RENDER_PICT_OP_LIGHTEN = 52,
- XCB_RENDER_PICT_OP_COLOR_DODGE = 53,
- XCB_RENDER_PICT_OP_COLOR_BURN = 54,
- XCB_RENDER_PICT_OP_HARD_LIGHT = 55,
- XCB_RENDER_PICT_OP_SOFT_LIGHT = 56,
- XCB_RENDER_PICT_OP_DIFFERENCE = 57,
- XCB_RENDER_PICT_OP_EXCLUSION = 58,
- XCB_RENDER_PICT_OP_HSL_HUE = 59,
- XCB_RENDER_PICT_OP_HSL_SATURATION = 60,
- XCB_RENDER_PICT_OP_HSL_COLOR = 61,
- XCB_RENDER_PICT_OP_HSL_LUMINOSITY = 62
-} xcb_render_pict_op_t;
-
-typedef enum xcb_render_poly_edge_t {
- XCB_RENDER_POLY_EDGE_SHARP = 0,
- XCB_RENDER_POLY_EDGE_SMOOTH = 1
-} xcb_render_poly_edge_t;
-
-typedef enum xcb_render_poly_mode_t {
- XCB_RENDER_POLY_MODE_PRECISE = 0,
- XCB_RENDER_POLY_MODE_IMPRECISE = 1
-} xcb_render_poly_mode_t;
-
-typedef enum xcb_render_cp_t {
- XCB_RENDER_CP_REPEAT = 1,
- XCB_RENDER_CP_ALPHA_MAP = 2,
- XCB_RENDER_CP_ALPHA_X_ORIGIN = 4,
- XCB_RENDER_CP_ALPHA_Y_ORIGIN = 8,
- XCB_RENDER_CP_CLIP_X_ORIGIN = 16,
- XCB_RENDER_CP_CLIP_Y_ORIGIN = 32,
- XCB_RENDER_CP_CLIP_MASK = 64,
- XCB_RENDER_CP_GRAPHICS_EXPOSURE = 128,
- XCB_RENDER_CP_SUBWINDOW_MODE = 256,
- XCB_RENDER_CP_POLY_EDGE = 512,
- XCB_RENDER_CP_POLY_MODE = 1024,
- XCB_RENDER_CP_DITHER = 2048,
- XCB_RENDER_CP_COMPONENT_ALPHA = 4096
-} xcb_render_cp_t;
-
-typedef enum xcb_render_sub_pixel_t {
- XCB_RENDER_SUB_PIXEL_UNKNOWN = 0,
- XCB_RENDER_SUB_PIXEL_HORIZONTAL_RGB = 1,
- XCB_RENDER_SUB_PIXEL_HORIZONTAL_BGR = 2,
- XCB_RENDER_SUB_PIXEL_VERTICAL_RGB = 3,
- XCB_RENDER_SUB_PIXEL_VERTICAL_BGR = 4,
- XCB_RENDER_SUB_PIXEL_NONE = 5
-} xcb_render_sub_pixel_t;
-
-typedef enum xcb_render_repeat_t {
- XCB_RENDER_REPEAT_NONE = 0,
- XCB_RENDER_REPEAT_NORMAL = 1,
- XCB_RENDER_REPEAT_PAD = 2,
- XCB_RENDER_REPEAT_REFLECT = 3
-} xcb_render_repeat_t;
-
-typedef uint32_t xcb_render_glyph_t;
-
-/**
- * @brief xcb_render_glyph_iterator_t
- **/
-typedef struct xcb_render_glyph_iterator_t {
- xcb_render_glyph_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_glyph_iterator_t;
-
-typedef uint32_t xcb_render_glyphset_t;
-
-/**
- * @brief xcb_render_glyphset_iterator_t
- **/
-typedef struct xcb_render_glyphset_iterator_t {
- xcb_render_glyphset_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_glyphset_iterator_t;
-
-typedef uint32_t xcb_render_picture_t;
-
-/**
- * @brief xcb_render_picture_iterator_t
- **/
-typedef struct xcb_render_picture_iterator_t {
- xcb_render_picture_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_picture_iterator_t;
-
-typedef uint32_t xcb_render_pictformat_t;
-
-/**
- * @brief xcb_render_pictformat_iterator_t
- **/
-typedef struct xcb_render_pictformat_iterator_t {
- xcb_render_pictformat_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_pictformat_iterator_t;
-
-typedef int32_t xcb_render_fixed_t;
-
-/**
- * @brief xcb_render_fixed_iterator_t
- **/
-typedef struct xcb_render_fixed_iterator_t {
- xcb_render_fixed_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_fixed_iterator_t;
-
-/** Opcode for xcb_render_pict_format. */
-#define XCB_RENDER_PICT_FORMAT 0
-
-/**
- * @brief xcb_render_pict_format_error_t
- **/
-typedef struct xcb_render_pict_format_error_t {
- uint8_t response_type; /**< */
- uint8_t error_code; /**< */
- uint16_t sequence; /**< */
-} xcb_render_pict_format_error_t;
-
-/** Opcode for xcb_render_picture. */
-#define XCB_RENDER_PICTURE 1
-
-/**
- * @brief xcb_render_picture_error_t
- **/
-typedef struct xcb_render_picture_error_t {
- uint8_t response_type; /**< */
- uint8_t error_code; /**< */
- uint16_t sequence; /**< */
-} xcb_render_picture_error_t;
-
-/** Opcode for xcb_render_pict_op. */
-#define XCB_RENDER_PICT_OP 2
-
-/**
- * @brief xcb_render_pict_op_error_t
- **/
-typedef struct xcb_render_pict_op_error_t {
- uint8_t response_type; /**< */
- uint8_t error_code; /**< */
- uint16_t sequence; /**< */
-} xcb_render_pict_op_error_t;
-
-/** Opcode for xcb_render_glyph_set. */
-#define XCB_RENDER_GLYPH_SET 3
-
-/**
- * @brief xcb_render_glyph_set_error_t
- **/
-typedef struct xcb_render_glyph_set_error_t {
- uint8_t response_type; /**< */
- uint8_t error_code; /**< */
- uint16_t sequence; /**< */
-} xcb_render_glyph_set_error_t;
-
-/** Opcode for xcb_render_glyph. */
-#define XCB_RENDER_GLYPH 4
-
-/**
- * @brief xcb_render_glyph_error_t
- **/
-typedef struct xcb_render_glyph_error_t {
- uint8_t response_type; /**< */
- uint8_t error_code; /**< */
- uint16_t sequence; /**< */
-} xcb_render_glyph_error_t;
-
-/**
- * @brief xcb_render_directformat_t
- **/
-typedef struct xcb_render_directformat_t {
- uint16_t red_shift; /**< */
- uint16_t red_mask; /**< */
- uint16_t green_shift; /**< */
- uint16_t green_mask; /**< */
- uint16_t blue_shift; /**< */
- uint16_t blue_mask; /**< */
- uint16_t alpha_shift; /**< */
- uint16_t alpha_mask; /**< */
-} xcb_render_directformat_t;
-
-/**
- * @brief xcb_render_directformat_iterator_t
- **/
-typedef struct xcb_render_directformat_iterator_t {
- xcb_render_directformat_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_directformat_iterator_t;
-
-/**
- * @brief xcb_render_pictforminfo_t
- **/
-typedef struct xcb_render_pictforminfo_t {
- xcb_render_pictformat_t id; /**< */
- uint8_t type; /**< */
- uint8_t depth; /**< */
- uint8_t pad0[2]; /**< */
- xcb_render_directformat_t direct; /**< */
- xcb_colormap_t colormap; /**< */
-} xcb_render_pictforminfo_t;
-
-/**
- * @brief xcb_render_pictforminfo_iterator_t
- **/
-typedef struct xcb_render_pictforminfo_iterator_t {
- xcb_render_pictforminfo_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_pictforminfo_iterator_t;
-
-/**
- * @brief xcb_render_pictvisual_t
- **/
-typedef struct xcb_render_pictvisual_t {
- xcb_visualid_t visual; /**< */
- xcb_render_pictformat_t format; /**< */
-} xcb_render_pictvisual_t;
-
-/**
- * @brief xcb_render_pictvisual_iterator_t
- **/
-typedef struct xcb_render_pictvisual_iterator_t {
- xcb_render_pictvisual_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_pictvisual_iterator_t;
-
-/**
- * @brief xcb_render_pictdepth_t
- **/
-typedef struct xcb_render_pictdepth_t {
- uint8_t depth; /**< */
- uint8_t pad0; /**< */
- uint16_t num_visuals; /**< */
- uint8_t pad1[4]; /**< */
-} xcb_render_pictdepth_t;
-
-/**
- * @brief xcb_render_pictdepth_iterator_t
- **/
-typedef struct xcb_render_pictdepth_iterator_t {
- xcb_render_pictdepth_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_pictdepth_iterator_t;
-
-/**
- * @brief xcb_render_pictscreen_t
- **/
-typedef struct xcb_render_pictscreen_t {
- uint32_t num_depths; /**< */
- xcb_render_pictformat_t fallback; /**< */
-} xcb_render_pictscreen_t;
-
-/**
- * @brief xcb_render_pictscreen_iterator_t
- **/
-typedef struct xcb_render_pictscreen_iterator_t {
- xcb_render_pictscreen_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_pictscreen_iterator_t;
-
-/**
- * @brief xcb_render_indexvalue_t
- **/
-typedef struct xcb_render_indexvalue_t {
- uint32_t pixel; /**< */
- uint16_t red; /**< */
- uint16_t green; /**< */
- uint16_t blue; /**< */
- uint16_t alpha; /**< */
-} xcb_render_indexvalue_t;
-
-/**
- * @brief xcb_render_indexvalue_iterator_t
- **/
-typedef struct xcb_render_indexvalue_iterator_t {
- xcb_render_indexvalue_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_indexvalue_iterator_t;
-
-/**
- * @brief xcb_render_color_t
- **/
-typedef struct xcb_render_color_t {
- uint16_t red; /**< */
- uint16_t green; /**< */
- uint16_t blue; /**< */
- uint16_t alpha; /**< */
-} xcb_render_color_t;
-
-/**
- * @brief xcb_render_color_iterator_t
- **/
-typedef struct xcb_render_color_iterator_t {
- xcb_render_color_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_color_iterator_t;
-
-/**
- * @brief xcb_render_pointfix_t
- **/
-typedef struct xcb_render_pointfix_t {
- xcb_render_fixed_t x; /**< */
- xcb_render_fixed_t y; /**< */
-} xcb_render_pointfix_t;
-
-/**
- * @brief xcb_render_pointfix_iterator_t
- **/
-typedef struct xcb_render_pointfix_iterator_t {
- xcb_render_pointfix_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_pointfix_iterator_t;
-
-/**
- * @brief xcb_render_linefix_t
- **/
-typedef struct xcb_render_linefix_t {
- xcb_render_pointfix_t p1; /**< */
- xcb_render_pointfix_t p2; /**< */
-} xcb_render_linefix_t;
-
-/**
- * @brief xcb_render_linefix_iterator_t
- **/
-typedef struct xcb_render_linefix_iterator_t {
- xcb_render_linefix_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_linefix_iterator_t;
-
-/**
- * @brief xcb_render_triangle_t
- **/
-typedef struct xcb_render_triangle_t {
- xcb_render_pointfix_t p1; /**< */
- xcb_render_pointfix_t p2; /**< */
- xcb_render_pointfix_t p3; /**< */
-} xcb_render_triangle_t;
-
-/**
- * @brief xcb_render_triangle_iterator_t
- **/
-typedef struct xcb_render_triangle_iterator_t {
- xcb_render_triangle_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_triangle_iterator_t;
-
-/**
- * @brief xcb_render_trapezoid_t
- **/
-typedef struct xcb_render_trapezoid_t {
- xcb_render_fixed_t top; /**< */
- xcb_render_fixed_t bottom; /**< */
- xcb_render_linefix_t left; /**< */
- xcb_render_linefix_t right; /**< */
-} xcb_render_trapezoid_t;
-
-/**
- * @brief xcb_render_trapezoid_iterator_t
- **/
-typedef struct xcb_render_trapezoid_iterator_t {
- xcb_render_trapezoid_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_trapezoid_iterator_t;
-
-/**
- * @brief xcb_render_glyphinfo_t
- **/
-typedef struct xcb_render_glyphinfo_t {
- uint16_t width; /**< */
- uint16_t height; /**< */
- int16_t x; /**< */
- int16_t y; /**< */
- int16_t x_off; /**< */
- int16_t y_off; /**< */
-} xcb_render_glyphinfo_t;
-
-/**
- * @brief xcb_render_glyphinfo_iterator_t
- **/
-typedef struct xcb_render_glyphinfo_iterator_t {
- xcb_render_glyphinfo_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_glyphinfo_iterator_t;
-
-/**
- * @brief xcb_render_query_version_cookie_t
- **/
-typedef struct xcb_render_query_version_cookie_t {
- unsigned int sequence; /**< */
-} xcb_render_query_version_cookie_t;
-
-/** Opcode for xcb_render_query_version. */
-#define XCB_RENDER_QUERY_VERSION 0
-
-/**
- * @brief xcb_render_query_version_request_t
- **/
-typedef struct xcb_render_query_version_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint32_t client_major_version; /**< */
- uint32_t client_minor_version; /**< */
-} xcb_render_query_version_request_t;
-
-/**
- * @brief xcb_render_query_version_reply_t
- **/
-typedef struct xcb_render_query_version_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint32_t major_version; /**< */
- uint32_t minor_version; /**< */
- uint8_t pad1[16]; /**< */
-} xcb_render_query_version_reply_t;
-
-/**
- * @brief xcb_render_query_pict_formats_cookie_t
- **/
-typedef struct xcb_render_query_pict_formats_cookie_t {
- unsigned int sequence; /**< */
-} xcb_render_query_pict_formats_cookie_t;
-
-/** Opcode for xcb_render_query_pict_formats. */
-#define XCB_RENDER_QUERY_PICT_FORMATS 1
-
-/**
- * @brief xcb_render_query_pict_formats_request_t
- **/
-typedef struct xcb_render_query_pict_formats_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
-} xcb_render_query_pict_formats_request_t;
-
-/**
- * @brief xcb_render_query_pict_formats_reply_t
- **/
-typedef struct xcb_render_query_pict_formats_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint32_t num_formats; /**< */
- uint32_t num_screens; /**< */
- uint32_t num_depths; /**< */
- uint32_t num_visuals; /**< */
- uint32_t num_subpixel; /**< */
- uint8_t pad1[4]; /**< */
-} xcb_render_query_pict_formats_reply_t;
-
-/**
- * @brief xcb_render_query_pict_index_values_cookie_t
- **/
-typedef struct xcb_render_query_pict_index_values_cookie_t {
- unsigned int sequence; /**< */
-} xcb_render_query_pict_index_values_cookie_t;
-
-/** Opcode for xcb_render_query_pict_index_values. */
-#define XCB_RENDER_QUERY_PICT_INDEX_VALUES 2
-
-/**
- * @brief xcb_render_query_pict_index_values_request_t
- **/
-typedef struct xcb_render_query_pict_index_values_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_pictformat_t format; /**< */
-} xcb_render_query_pict_index_values_request_t;
-
-/**
- * @brief xcb_render_query_pict_index_values_reply_t
- **/
-typedef struct xcb_render_query_pict_index_values_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint32_t num_values; /**< */
- uint8_t pad1[20]; /**< */
-} xcb_render_query_pict_index_values_reply_t;
-
-/** Opcode for xcb_render_create_picture. */
-#define XCB_RENDER_CREATE_PICTURE 4
-
-/**
- * @brief xcb_render_create_picture_request_t
- **/
-typedef struct xcb_render_create_picture_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t pid; /**< */
- xcb_drawable_t drawable; /**< */
- xcb_render_pictformat_t format; /**< */
- uint32_t value_mask; /**< */
-} xcb_render_create_picture_request_t;
-
-/** Opcode for xcb_render_change_picture. */
-#define XCB_RENDER_CHANGE_PICTURE 5
-
-/**
- * @brief xcb_render_change_picture_request_t
- **/
-typedef struct xcb_render_change_picture_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
- uint32_t value_mask; /**< */
-} xcb_render_change_picture_request_t;
-
-/** Opcode for xcb_render_set_picture_clip_rectangles. */
-#define XCB_RENDER_SET_PICTURE_CLIP_RECTANGLES 6
-
-/**
- * @brief xcb_render_set_picture_clip_rectangles_request_t
- **/
-typedef struct xcb_render_set_picture_clip_rectangles_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
- int16_t clip_x_origin; /**< */
- int16_t clip_y_origin; /**< */
-} xcb_render_set_picture_clip_rectangles_request_t;
-
-/** Opcode for xcb_render_free_picture. */
-#define XCB_RENDER_FREE_PICTURE 7
-
-/**
- * @brief xcb_render_free_picture_request_t
- **/
-typedef struct xcb_render_free_picture_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
-} xcb_render_free_picture_request_t;
-
-/** Opcode for xcb_render_composite. */
-#define XCB_RENDER_COMPOSITE 8
-
-/**
- * @brief xcb_render_composite_request_t
- **/
-typedef struct xcb_render_composite_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint8_t op; /**< */
- uint8_t pad0[3]; /**< */
- xcb_render_picture_t src; /**< */
- xcb_render_picture_t mask; /**< */
- xcb_render_picture_t dst; /**< */
- int16_t src_x; /**< */
- int16_t src_y; /**< */
- int16_t mask_x; /**< */
- int16_t mask_y; /**< */
- int16_t dst_x; /**< */
- int16_t dst_y; /**< */
- uint16_t width; /**< */
- uint16_t height; /**< */
-} xcb_render_composite_request_t;
-
-/** Opcode for xcb_render_trapezoids. */
-#define XCB_RENDER_TRAPEZOIDS 10
-
-/**
- * @brief xcb_render_trapezoids_request_t
- **/
-typedef struct xcb_render_trapezoids_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint8_t op; /**< */
- uint8_t pad0[3]; /**< */
- xcb_render_picture_t src; /**< */
- xcb_render_picture_t dst; /**< */
- xcb_render_pictformat_t mask_format; /**< */
- int16_t src_x; /**< */
- int16_t src_y; /**< */
-} xcb_render_trapezoids_request_t;
-
-/** Opcode for xcb_render_triangles. */
-#define XCB_RENDER_TRIANGLES 11
-
-/**
- * @brief xcb_render_triangles_request_t
- **/
-typedef struct xcb_render_triangles_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint8_t op; /**< */
- uint8_t pad0[3]; /**< */
- xcb_render_picture_t src; /**< */
- xcb_render_picture_t dst; /**< */
- xcb_render_pictformat_t mask_format; /**< */
- int16_t src_x; /**< */
- int16_t src_y; /**< */
-} xcb_render_triangles_request_t;
-
-/** Opcode for xcb_render_tri_strip. */
-#define XCB_RENDER_TRI_STRIP 12
-
-/**
- * @brief xcb_render_tri_strip_request_t
- **/
-typedef struct xcb_render_tri_strip_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint8_t op; /**< */
- uint8_t pad0[3]; /**< */
- xcb_render_picture_t src; /**< */
- xcb_render_picture_t dst; /**< */
- xcb_render_pictformat_t mask_format; /**< */
- int16_t src_x; /**< */
- int16_t src_y; /**< */
-} xcb_render_tri_strip_request_t;
-
-/** Opcode for xcb_render_tri_fan. */
-#define XCB_RENDER_TRI_FAN 13
-
-/**
- * @brief xcb_render_tri_fan_request_t
- **/
-typedef struct xcb_render_tri_fan_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint8_t op; /**< */
- uint8_t pad0[3]; /**< */
- xcb_render_picture_t src; /**< */
- xcb_render_picture_t dst; /**< */
- xcb_render_pictformat_t mask_format; /**< */
- int16_t src_x; /**< */
- int16_t src_y; /**< */
-} xcb_render_tri_fan_request_t;
-
-/** Opcode for xcb_render_create_glyph_set. */
-#define XCB_RENDER_CREATE_GLYPH_SET 17
-
-/**
- * @brief xcb_render_create_glyph_set_request_t
- **/
-typedef struct xcb_render_create_glyph_set_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_glyphset_t gsid; /**< */
- xcb_render_pictformat_t format; /**< */
-} xcb_render_create_glyph_set_request_t;
-
-/** Opcode for xcb_render_reference_glyph_set. */
-#define XCB_RENDER_REFERENCE_GLYPH_SET 18
-
-/**
- * @brief xcb_render_reference_glyph_set_request_t
- **/
-typedef struct xcb_render_reference_glyph_set_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_glyphset_t gsid; /**< */
- xcb_render_glyphset_t existing; /**< */
-} xcb_render_reference_glyph_set_request_t;
-
-/** Opcode for xcb_render_free_glyph_set. */
-#define XCB_RENDER_FREE_GLYPH_SET 19
-
-/**
- * @brief xcb_render_free_glyph_set_request_t
- **/
-typedef struct xcb_render_free_glyph_set_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_glyphset_t glyphset; /**< */
-} xcb_render_free_glyph_set_request_t;
-
-/** Opcode for xcb_render_add_glyphs. */
-#define XCB_RENDER_ADD_GLYPHS 20
-
-/**
- * @brief xcb_render_add_glyphs_request_t
- **/
-typedef struct xcb_render_add_glyphs_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_glyphset_t glyphset; /**< */
- uint32_t glyphs_len; /**< */
-} xcb_render_add_glyphs_request_t;
-
-/** Opcode for xcb_render_free_glyphs. */
-#define XCB_RENDER_FREE_GLYPHS 22
-
-/**
- * @brief xcb_render_free_glyphs_request_t
- **/
-typedef struct xcb_render_free_glyphs_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_glyphset_t glyphset; /**< */
-} xcb_render_free_glyphs_request_t;
-
-/** Opcode for xcb_render_composite_glyphs_8. */
-#define XCB_RENDER_COMPOSITE_GLYPHS_8 23
-
-/**
- * @brief xcb_render_composite_glyphs_8_request_t
- **/
-typedef struct xcb_render_composite_glyphs_8_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint8_t op; /**< */
- uint8_t pad0[3]; /**< */
- xcb_render_picture_t src; /**< */
- xcb_render_picture_t dst; /**< */
- xcb_render_pictformat_t mask_format; /**< */
- xcb_render_glyphset_t glyphset; /**< */
- int16_t src_x; /**< */
- int16_t src_y; /**< */
-} xcb_render_composite_glyphs_8_request_t;
-
-/** Opcode for xcb_render_composite_glyphs_16. */
-#define XCB_RENDER_COMPOSITE_GLYPHS_16 24
-
-/**
- * @brief xcb_render_composite_glyphs_16_request_t
- **/
-typedef struct xcb_render_composite_glyphs_16_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint8_t op; /**< */
- uint8_t pad0[3]; /**< */
- xcb_render_picture_t src; /**< */
- xcb_render_picture_t dst; /**< */
- xcb_render_pictformat_t mask_format; /**< */
- xcb_render_glyphset_t glyphset; /**< */
- int16_t src_x; /**< */
- int16_t src_y; /**< */
-} xcb_render_composite_glyphs_16_request_t;
-
-/** Opcode for xcb_render_composite_glyphs_32. */
-#define XCB_RENDER_COMPOSITE_GLYPHS_32 25
-
-/**
- * @brief xcb_render_composite_glyphs_32_request_t
- **/
-typedef struct xcb_render_composite_glyphs_32_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint8_t op; /**< */
- uint8_t pad0[3]; /**< */
- xcb_render_picture_t src; /**< */
- xcb_render_picture_t dst; /**< */
- xcb_render_pictformat_t mask_format; /**< */
- xcb_render_glyphset_t glyphset; /**< */
- int16_t src_x; /**< */
- int16_t src_y; /**< */
-} xcb_render_composite_glyphs_32_request_t;
-
-/** Opcode for xcb_render_fill_rectangles. */
-#define XCB_RENDER_FILL_RECTANGLES 26
-
-/**
- * @brief xcb_render_fill_rectangles_request_t
- **/
-typedef struct xcb_render_fill_rectangles_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint8_t op; /**< */
- uint8_t pad0[3]; /**< */
- xcb_render_picture_t dst; /**< */
- xcb_render_color_t color; /**< */
-} xcb_render_fill_rectangles_request_t;
-
-/** Opcode for xcb_render_create_cursor. */
-#define XCB_RENDER_CREATE_CURSOR 27
-
-/**
- * @brief xcb_render_create_cursor_request_t
- **/
-typedef struct xcb_render_create_cursor_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_cursor_t cid; /**< */
- xcb_render_picture_t source; /**< */
- uint16_t x; /**< */
- uint16_t y; /**< */
-} xcb_render_create_cursor_request_t;
-
-/**
- * @brief xcb_render_transform_t
- **/
-typedef struct xcb_render_transform_t {
- xcb_render_fixed_t matrix11; /**< */
- xcb_render_fixed_t matrix12; /**< */
- xcb_render_fixed_t matrix13; /**< */
- xcb_render_fixed_t matrix21; /**< */
- xcb_render_fixed_t matrix22; /**< */
- xcb_render_fixed_t matrix23; /**< */
- xcb_render_fixed_t matrix31; /**< */
- xcb_render_fixed_t matrix32; /**< */
- xcb_render_fixed_t matrix33; /**< */
-} xcb_render_transform_t;
-
-/**
- * @brief xcb_render_transform_iterator_t
- **/
-typedef struct xcb_render_transform_iterator_t {
- xcb_render_transform_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_transform_iterator_t;
-
-/** Opcode for xcb_render_set_picture_transform. */
-#define XCB_RENDER_SET_PICTURE_TRANSFORM 28
-
-/**
- * @brief xcb_render_set_picture_transform_request_t
- **/
-typedef struct xcb_render_set_picture_transform_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
- xcb_render_transform_t transform; /**< */
-} xcb_render_set_picture_transform_request_t;
-
-/**
- * @brief xcb_render_query_filters_cookie_t
- **/
-typedef struct xcb_render_query_filters_cookie_t {
- unsigned int sequence; /**< */
-} xcb_render_query_filters_cookie_t;
-
-/** Opcode for xcb_render_query_filters. */
-#define XCB_RENDER_QUERY_FILTERS 29
-
-/**
- * @brief xcb_render_query_filters_request_t
- **/
-typedef struct xcb_render_query_filters_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_drawable_t drawable; /**< */
-} xcb_render_query_filters_request_t;
-
-/**
- * @brief xcb_render_query_filters_reply_t
- **/
-typedef struct xcb_render_query_filters_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint32_t num_aliases; /**< */
- uint32_t num_filters; /**< */
- uint8_t pad1[16]; /**< */
-} xcb_render_query_filters_reply_t;
-
-/** Opcode for xcb_render_set_picture_filter. */
-#define XCB_RENDER_SET_PICTURE_FILTER 30
-
-/**
- * @brief xcb_render_set_picture_filter_request_t
- **/
-typedef struct xcb_render_set_picture_filter_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
- uint16_t filter_len; /**< */
- uint8_t pad0[2]; /**< */
-} xcb_render_set_picture_filter_request_t;
-
-/**
- * @brief xcb_render_animcursorelt_t
- **/
-typedef struct xcb_render_animcursorelt_t {
- xcb_cursor_t cursor; /**< */
- uint32_t delay; /**< */
-} xcb_render_animcursorelt_t;
-
-/**
- * @brief xcb_render_animcursorelt_iterator_t
- **/
-typedef struct xcb_render_animcursorelt_iterator_t {
- xcb_render_animcursorelt_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_animcursorelt_iterator_t;
-
-/** Opcode for xcb_render_create_anim_cursor. */
-#define XCB_RENDER_CREATE_ANIM_CURSOR 31
-
-/**
- * @brief xcb_render_create_anim_cursor_request_t
- **/
-typedef struct xcb_render_create_anim_cursor_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_cursor_t cid; /**< */
-} xcb_render_create_anim_cursor_request_t;
-
-/**
- * @brief xcb_render_spanfix_t
- **/
-typedef struct xcb_render_spanfix_t {
- xcb_render_fixed_t l; /**< */
- xcb_render_fixed_t r; /**< */
- xcb_render_fixed_t y; /**< */
-} xcb_render_spanfix_t;
-
-/**
- * @brief xcb_render_spanfix_iterator_t
- **/
-typedef struct xcb_render_spanfix_iterator_t {
- xcb_render_spanfix_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_spanfix_iterator_t;
-
-/**
- * @brief xcb_render_trap_t
- **/
-typedef struct xcb_render_trap_t {
- xcb_render_spanfix_t top; /**< */
- xcb_render_spanfix_t bot; /**< */
-} xcb_render_trap_t;
-
-/**
- * @brief xcb_render_trap_iterator_t
- **/
-typedef struct xcb_render_trap_iterator_t {
- xcb_render_trap_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_render_trap_iterator_t;
-
-/** Opcode for xcb_render_add_traps. */
-#define XCB_RENDER_ADD_TRAPS 32
-
-/**
- * @brief xcb_render_add_traps_request_t
- **/
-typedef struct xcb_render_add_traps_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
- int16_t x_off; /**< */
- int16_t y_off; /**< */
-} xcb_render_add_traps_request_t;
-
-/** Opcode for xcb_render_create_solid_fill. */
-#define XCB_RENDER_CREATE_SOLID_FILL 33
-
-/**
- * @brief xcb_render_create_solid_fill_request_t
- **/
-typedef struct xcb_render_create_solid_fill_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
- xcb_render_color_t color; /**< */
-} xcb_render_create_solid_fill_request_t;
-
-/** Opcode for xcb_render_create_linear_gradient. */
-#define XCB_RENDER_CREATE_LINEAR_GRADIENT 34
-
-/**
- * @brief xcb_render_create_linear_gradient_request_t
- **/
-typedef struct xcb_render_create_linear_gradient_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
- xcb_render_pointfix_t p1; /**< */
- xcb_render_pointfix_t p2; /**< */
- uint32_t num_stops; /**< */
-} xcb_render_create_linear_gradient_request_t;
-
-/** Opcode for xcb_render_create_radial_gradient. */
-#define XCB_RENDER_CREATE_RADIAL_GRADIENT 35
-
-/**
- * @brief xcb_render_create_radial_gradient_request_t
- **/
-typedef struct xcb_render_create_radial_gradient_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
- xcb_render_pointfix_t inner; /**< */
- xcb_render_pointfix_t outer; /**< */
- xcb_render_fixed_t inner_radius; /**< */
- xcb_render_fixed_t outer_radius; /**< */
- uint32_t num_stops; /**< */
-} xcb_render_create_radial_gradient_request_t;
-
-/** Opcode for xcb_render_create_conical_gradient. */
-#define XCB_RENDER_CREATE_CONICAL_GRADIENT 36
-
-/**
- * @brief xcb_render_create_conical_gradient_request_t
- **/
-typedef struct xcb_render_create_conical_gradient_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_render_picture_t picture; /**< */
- xcb_render_pointfix_t center; /**< */
- xcb_render_fixed_t angle; /**< */
- uint32_t num_stops; /**< */
-} xcb_render_create_conical_gradient_request_t;
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_glyph_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_glyph_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_glyph_next
- **
- ** @param xcb_render_glyph_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_glyph_next (xcb_render_glyph_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_glyph_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_glyph_end
- **
- ** @param xcb_render_glyph_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_glyph_end (xcb_render_glyph_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_glyphset_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_glyphset_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_glyphset_next
- **
- ** @param xcb_render_glyphset_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_glyphset_next (xcb_render_glyphset_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_glyphset_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_glyphset_end
- **
- ** @param xcb_render_glyphset_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_glyphset_end (xcb_render_glyphset_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_picture_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_picture_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_picture_next
- **
- ** @param xcb_render_picture_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_picture_next (xcb_render_picture_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_picture_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_picture_end
- **
- ** @param xcb_render_picture_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_picture_end (xcb_render_picture_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_pictformat_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_pictformat_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_pictformat_next
- **
- ** @param xcb_render_pictformat_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_pictformat_next (xcb_render_pictformat_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_pictformat_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_pictformat_end
- **
- ** @param xcb_render_pictformat_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_pictformat_end (xcb_render_pictformat_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_fixed_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_fixed_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_fixed_next
- **
- ** @param xcb_render_fixed_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_fixed_next (xcb_render_fixed_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_fixed_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_fixed_end
- **
- ** @param xcb_render_fixed_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_fixed_end (xcb_render_fixed_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_directformat_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_directformat_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_directformat_next
- **
- ** @param xcb_render_directformat_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_directformat_next (xcb_render_directformat_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_directformat_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_directformat_end
- **
- ** @param xcb_render_directformat_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_directformat_end (xcb_render_directformat_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_pictforminfo_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_pictforminfo_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_pictforminfo_next
- **
- ** @param xcb_render_pictforminfo_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_pictforminfo_next (xcb_render_pictforminfo_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_pictforminfo_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_pictforminfo_end
- **
- ** @param xcb_render_pictforminfo_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_pictforminfo_end (xcb_render_pictforminfo_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_pictvisual_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_pictvisual_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_pictvisual_next
- **
- ** @param xcb_render_pictvisual_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_pictvisual_next (xcb_render_pictvisual_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_pictvisual_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_pictvisual_end
- **
- ** @param xcb_render_pictvisual_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_pictvisual_end (xcb_render_pictvisual_iterator_t i /**< */);
-
-int
-xcb_render_pictdepth_sizeof (const void *_buffer /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_render_pictvisual_t * xcb_render_pictdepth_visuals
- **
- ** @param const xcb_render_pictdepth_t *R
- ** @returns xcb_render_pictvisual_t *
- **
- *****************************************************************************/
-
-xcb_render_pictvisual_t *
-xcb_render_pictdepth_visuals (const xcb_render_pictdepth_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_render_pictdepth_visuals_length
- **
- ** @param const xcb_render_pictdepth_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_render_pictdepth_visuals_length (const xcb_render_pictdepth_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_render_pictvisual_iterator_t xcb_render_pictdepth_visuals_iterator
- **
- ** @param const xcb_render_pictdepth_t *R
- ** @returns xcb_render_pictvisual_iterator_t
- **
- *****************************************************************************/
-
-xcb_render_pictvisual_iterator_t
-xcb_render_pictdepth_visuals_iterator (const xcb_render_pictdepth_t *R /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_pictdepth_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_pictdepth_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_pictdepth_next
- **
- ** @param xcb_render_pictdepth_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_pictdepth_next (xcb_render_pictdepth_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_pictdepth_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_pictdepth_end
- **
- ** @param xcb_render_pictdepth_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_pictdepth_end (xcb_render_pictdepth_iterator_t i /**< */);
-
-int
-xcb_render_pictscreen_sizeof (const void *_buffer /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_render_pictscreen_depths_length
- **
- ** @param const xcb_render_pictscreen_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_render_pictscreen_depths_length (const xcb_render_pictscreen_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_render_pictdepth_iterator_t xcb_render_pictscreen_depths_iterator
- **
- ** @param const xcb_render_pictscreen_t *R
- ** @returns xcb_render_pictdepth_iterator_t
- **
- *****************************************************************************/
-
-xcb_render_pictdepth_iterator_t
-xcb_render_pictscreen_depths_iterator (const xcb_render_pictscreen_t *R /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_pictscreen_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_pictscreen_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_pictscreen_next
- **
- ** @param xcb_render_pictscreen_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_pictscreen_next (xcb_render_pictscreen_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_pictscreen_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_pictscreen_end
- **
- ** @param xcb_render_pictscreen_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_pictscreen_end (xcb_render_pictscreen_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_indexvalue_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_indexvalue_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_indexvalue_next
- **
- ** @param xcb_render_indexvalue_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_indexvalue_next (xcb_render_indexvalue_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_indexvalue_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_indexvalue_end
- **
- ** @param xcb_render_indexvalue_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_indexvalue_end (xcb_render_indexvalue_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_color_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_color_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_color_next
- **
- ** @param xcb_render_color_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_color_next (xcb_render_color_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_color_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_color_end
- **
- ** @param xcb_render_color_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_color_end (xcb_render_color_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_pointfix_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_pointfix_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_pointfix_next
- **
- ** @param xcb_render_pointfix_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_pointfix_next (xcb_render_pointfix_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_pointfix_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_pointfix_end
- **
- ** @param xcb_render_pointfix_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_pointfix_end (xcb_render_pointfix_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_linefix_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_linefix_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_linefix_next
- **
- ** @param xcb_render_linefix_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_linefix_next (xcb_render_linefix_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_linefix_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_linefix_end
- **
- ** @param xcb_render_linefix_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_linefix_end (xcb_render_linefix_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_triangle_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_triangle_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_triangle_next
- **
- ** @param xcb_render_triangle_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_triangle_next (xcb_render_triangle_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_triangle_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_triangle_end
- **
- ** @param xcb_render_triangle_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_triangle_end (xcb_render_triangle_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_trapezoid_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_trapezoid_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_trapezoid_next
- **
- ** @param xcb_render_trapezoid_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_trapezoid_next (xcb_render_trapezoid_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_trapezoid_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_trapezoid_end
- **
- ** @param xcb_render_trapezoid_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_trapezoid_end (xcb_render_trapezoid_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_glyphinfo_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_glyphinfo_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_glyphinfo_next
- **
- ** @param xcb_render_glyphinfo_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_glyphinfo_next (xcb_render_glyphinfo_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_glyphinfo_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_glyphinfo_end
- **
- ** @param xcb_render_glyphinfo_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_glyphinfo_end (xcb_render_glyphinfo_iterator_t i /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_version_cookie_t xcb_render_query_version
- **
- ** @param xcb_connection_t *c
- ** @param uint32_t client_major_version
- ** @param uint32_t client_minor_version
- ** @returns xcb_render_query_version_cookie_t
- **
- *****************************************************************************/
-
-xcb_render_query_version_cookie_t
-xcb_render_query_version (xcb_connection_t *c /**< */,
- uint32_t client_major_version /**< */,
- uint32_t client_minor_version /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_version_cookie_t xcb_render_query_version_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint32_t client_major_version
- ** @param uint32_t client_minor_version
- ** @returns xcb_render_query_version_cookie_t
- **
- *****************************************************************************/
-
-xcb_render_query_version_cookie_t
-xcb_render_query_version_unchecked (xcb_connection_t *c /**< */,
- uint32_t client_major_version /**< */,
- uint32_t client_minor_version /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_render_query_version_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_version_reply_t * xcb_render_query_version_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_query_version_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_render_query_version_reply_t *
- **
- *****************************************************************************/
-
-xcb_render_query_version_reply_t *
-xcb_render_query_version_reply (xcb_connection_t *c /**< */,
- xcb_render_query_version_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-int
-xcb_render_query_pict_formats_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_pict_formats_cookie_t xcb_render_query_pict_formats
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_render_query_pict_formats_cookie_t
- **
- *****************************************************************************/
-
-xcb_render_query_pict_formats_cookie_t
-xcb_render_query_pict_formats (xcb_connection_t *c /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_pict_formats_cookie_t xcb_render_query_pict_formats_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_render_query_pict_formats_cookie_t
- **
- *****************************************************************************/
-
-xcb_render_query_pict_formats_cookie_t
-xcb_render_query_pict_formats_unchecked (xcb_connection_t *c /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_render_pictforminfo_t * xcb_render_query_pict_formats_formats
- **
- ** @param const xcb_render_query_pict_formats_reply_t *R
- ** @returns xcb_render_pictforminfo_t *
- **
- *****************************************************************************/
-
-xcb_render_pictforminfo_t *
-xcb_render_query_pict_formats_formats (const xcb_render_query_pict_formats_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_render_query_pict_formats_formats_length
- **
- ** @param const xcb_render_query_pict_formats_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_render_query_pict_formats_formats_length (const xcb_render_query_pict_formats_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_render_pictforminfo_iterator_t xcb_render_query_pict_formats_formats_iterator
- **
- ** @param const xcb_render_query_pict_formats_reply_t *R
- ** @returns xcb_render_pictforminfo_iterator_t
- **
- *****************************************************************************/
-
-xcb_render_pictforminfo_iterator_t
-xcb_render_query_pict_formats_formats_iterator (const xcb_render_query_pict_formats_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_render_query_pict_formats_screens_length
- **
- ** @param const xcb_render_query_pict_formats_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_render_query_pict_formats_screens_length (const xcb_render_query_pict_formats_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_render_pictscreen_iterator_t xcb_render_query_pict_formats_screens_iterator
- **
- ** @param const xcb_render_query_pict_formats_reply_t *R
- ** @returns xcb_render_pictscreen_iterator_t
- **
- *****************************************************************************/
-
-xcb_render_pictscreen_iterator_t
-xcb_render_query_pict_formats_screens_iterator (const xcb_render_query_pict_formats_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** uint32_t * xcb_render_query_pict_formats_subpixels
- **
- ** @param const xcb_render_query_pict_formats_reply_t *R
- ** @returns uint32_t *
- **
- *****************************************************************************/
-
-uint32_t *
-xcb_render_query_pict_formats_subpixels (const xcb_render_query_pict_formats_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_render_query_pict_formats_subpixels_length
- **
- ** @param const xcb_render_query_pict_formats_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_render_query_pict_formats_subpixels_length (const xcb_render_query_pict_formats_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_query_pict_formats_subpixels_end
- **
- ** @param const xcb_render_query_pict_formats_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_query_pict_formats_subpixels_end (const xcb_render_query_pict_formats_reply_t *R /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_render_query_pict_formats_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_pict_formats_reply_t * xcb_render_query_pict_formats_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_query_pict_formats_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_render_query_pict_formats_reply_t *
- **
- *****************************************************************************/
-
-xcb_render_query_pict_formats_reply_t *
-xcb_render_query_pict_formats_reply (xcb_connection_t *c /**< */,
- xcb_render_query_pict_formats_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-int
-xcb_render_query_pict_index_values_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_pict_index_values_cookie_t xcb_render_query_pict_index_values
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_pictformat_t format
- ** @returns xcb_render_query_pict_index_values_cookie_t
- **
- *****************************************************************************/
-
-xcb_render_query_pict_index_values_cookie_t
-xcb_render_query_pict_index_values (xcb_connection_t *c /**< */,
- xcb_render_pictformat_t format /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_pict_index_values_cookie_t xcb_render_query_pict_index_values_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_pictformat_t format
- ** @returns xcb_render_query_pict_index_values_cookie_t
- **
- *****************************************************************************/
-
-xcb_render_query_pict_index_values_cookie_t
-xcb_render_query_pict_index_values_unchecked (xcb_connection_t *c /**< */,
- xcb_render_pictformat_t format /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_render_indexvalue_t * xcb_render_query_pict_index_values_values
- **
- ** @param const xcb_render_query_pict_index_values_reply_t *R
- ** @returns xcb_render_indexvalue_t *
- **
- *****************************************************************************/
-
-xcb_render_indexvalue_t *
-xcb_render_query_pict_index_values_values (const xcb_render_query_pict_index_values_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_render_query_pict_index_values_values_length
- **
- ** @param const xcb_render_query_pict_index_values_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_render_query_pict_index_values_values_length (const xcb_render_query_pict_index_values_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_render_indexvalue_iterator_t xcb_render_query_pict_index_values_values_iterator
- **
- ** @param const xcb_render_query_pict_index_values_reply_t *R
- ** @returns xcb_render_indexvalue_iterator_t
- **
- *****************************************************************************/
-
-xcb_render_indexvalue_iterator_t
-xcb_render_query_pict_index_values_values_iterator (const xcb_render_query_pict_index_values_reply_t *R /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_render_query_pict_index_values_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_pict_index_values_reply_t * xcb_render_query_pict_index_values_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_query_pict_index_values_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_render_query_pict_index_values_reply_t *
- **
- *****************************************************************************/
-
-xcb_render_query_pict_index_values_reply_t *
-xcb_render_query_pict_index_values_reply (xcb_connection_t *c /**< */,
- xcb_render_query_pict_index_values_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-int
-xcb_render_create_picture_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_picture_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t pid
- ** @param xcb_drawable_t drawable
- ** @param xcb_render_pictformat_t format
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_picture_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t pid /**< */,
- xcb_drawable_t drawable /**< */,
- xcb_render_pictformat_t format /**< */,
- uint32_t value_mask /**< */,
- const uint32_t *value_list /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_picture
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t pid
- ** @param xcb_drawable_t drawable
- ** @param xcb_render_pictformat_t format
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_picture (xcb_connection_t *c /**< */,
- xcb_render_picture_t pid /**< */,
- xcb_drawable_t drawable /**< */,
- xcb_render_pictformat_t format /**< */,
- uint32_t value_mask /**< */,
- const uint32_t *value_list /**< */);
-
-int
-xcb_render_change_picture_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_change_picture_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_change_picture_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- uint32_t value_mask /**< */,
- const uint32_t *value_list /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_change_picture
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_change_picture (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- uint32_t value_mask /**< */,
- const uint32_t *value_list /**< */);
-
-int
-xcb_render_set_picture_clip_rectangles_sizeof (const void *_buffer /**< */,
- uint32_t rectangles_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_set_picture_clip_rectangles_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param int16_t clip_x_origin
- ** @param int16_t clip_y_origin
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_set_picture_clip_rectangles_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- int16_t clip_x_origin /**< */,
- int16_t clip_y_origin /**< */,
- uint32_t rectangles_len /**< */,
- const xcb_rectangle_t *rectangles /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_set_picture_clip_rectangles
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param int16_t clip_x_origin
- ** @param int16_t clip_y_origin
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_set_picture_clip_rectangles (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- int16_t clip_x_origin /**< */,
- int16_t clip_y_origin /**< */,
- uint32_t rectangles_len /**< */,
- const xcb_rectangle_t *rectangles /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_free_picture_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_free_picture_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_free_picture
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_free_picture (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_composite_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t mask
- ** @param xcb_render_picture_t dst
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param int16_t mask_x
- ** @param int16_t mask_y
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_composite_checked (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t mask /**< */,
- xcb_render_picture_t dst /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- int16_t mask_x /**< */,
- int16_t mask_y /**< */,
- int16_t dst_x /**< */,
- int16_t dst_y /**< */,
- uint16_t width /**< */,
- uint16_t height /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_composite
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t mask
- ** @param xcb_render_picture_t dst
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param int16_t mask_x
- ** @param int16_t mask_y
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_composite (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t mask /**< */,
- xcb_render_picture_t dst /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- int16_t mask_x /**< */,
- int16_t mask_y /**< */,
- int16_t dst_x /**< */,
- int16_t dst_y /**< */,
- uint16_t width /**< */,
- uint16_t height /**< */);
-
-int
-xcb_render_trapezoids_sizeof (const void *_buffer /**< */,
- uint32_t traps_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_trapezoids_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t traps_len
- ** @param const xcb_render_trapezoid_t *traps
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_trapezoids_checked (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t traps_len /**< */,
- const xcb_render_trapezoid_t *traps /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_trapezoids
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t traps_len
- ** @param const xcb_render_trapezoid_t *traps
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_trapezoids (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t traps_len /**< */,
- const xcb_render_trapezoid_t *traps /**< */);
-
-int
-xcb_render_triangles_sizeof (const void *_buffer /**< */,
- uint32_t triangles_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_triangles_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t triangles_len
- ** @param const xcb_render_triangle_t *triangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_triangles_checked (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t triangles_len /**< */,
- const xcb_render_triangle_t *triangles /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_triangles
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t triangles_len
- ** @param const xcb_render_triangle_t *triangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_triangles (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t triangles_len /**< */,
- const xcb_render_triangle_t *triangles /**< */);
-
-int
-xcb_render_tri_strip_sizeof (const void *_buffer /**< */,
- uint32_t points_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_tri_strip_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t points_len
- ** @param const xcb_render_pointfix_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_tri_strip_checked (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t points_len /**< */,
- const xcb_render_pointfix_t *points /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_tri_strip
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t points_len
- ** @param const xcb_render_pointfix_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_tri_strip (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t points_len /**< */,
- const xcb_render_pointfix_t *points /**< */);
-
-int
-xcb_render_tri_fan_sizeof (const void *_buffer /**< */,
- uint32_t points_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_tri_fan_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t points_len
- ** @param const xcb_render_pointfix_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_tri_fan_checked (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t points_len /**< */,
- const xcb_render_pointfix_t *points /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_tri_fan
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t points_len
- ** @param const xcb_render_pointfix_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_tri_fan (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t points_len /**< */,
- const xcb_render_pointfix_t *points /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_glyph_set_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t gsid
- ** @param xcb_render_pictformat_t format
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_glyph_set_checked (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t gsid /**< */,
- xcb_render_pictformat_t format /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_glyph_set
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t gsid
- ** @param xcb_render_pictformat_t format
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_glyph_set (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t gsid /**< */,
- xcb_render_pictformat_t format /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_reference_glyph_set_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t gsid
- ** @param xcb_render_glyphset_t existing
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_reference_glyph_set_checked (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t gsid /**< */,
- xcb_render_glyphset_t existing /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_reference_glyph_set
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t gsid
- ** @param xcb_render_glyphset_t existing
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_reference_glyph_set (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t gsid /**< */,
- xcb_render_glyphset_t existing /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_free_glyph_set_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t glyphset
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_free_glyph_set_checked (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t glyphset /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_free_glyph_set
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t glyphset
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_free_glyph_set (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t glyphset /**< */);
-
-int
-xcb_render_add_glyphs_sizeof (const void *_buffer /**< */,
- uint32_t data_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_add_glyphs_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t glyphset
- ** @param uint32_t glyphs_len
- ** @param const uint32_t *glyphids
- ** @param const xcb_render_glyphinfo_t *glyphs
- ** @param uint32_t data_len
- ** @param const uint8_t *data
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_add_glyphs_checked (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- uint32_t glyphs_len /**< */,
- const uint32_t *glyphids /**< */,
- const xcb_render_glyphinfo_t *glyphs /**< */,
- uint32_t data_len /**< */,
- const uint8_t *data /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_add_glyphs
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t glyphset
- ** @param uint32_t glyphs_len
- ** @param const uint32_t *glyphids
- ** @param const xcb_render_glyphinfo_t *glyphs
- ** @param uint32_t data_len
- ** @param const uint8_t *data
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_add_glyphs (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- uint32_t glyphs_len /**< */,
- const uint32_t *glyphids /**< */,
- const xcb_render_glyphinfo_t *glyphs /**< */,
- uint32_t data_len /**< */,
- const uint8_t *data /**< */);
-
-int
-xcb_render_free_glyphs_sizeof (const void *_buffer /**< */,
- uint32_t glyphs_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_free_glyphs_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t glyphset
- ** @param uint32_t glyphs_len
- ** @param const xcb_render_glyph_t *glyphs
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_free_glyphs_checked (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- uint32_t glyphs_len /**< */,
- const xcb_render_glyph_t *glyphs /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_free_glyphs
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_glyphset_t glyphset
- ** @param uint32_t glyphs_len
- ** @param const xcb_render_glyph_t *glyphs
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_free_glyphs (xcb_connection_t *c /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- uint32_t glyphs_len /**< */,
- const xcb_render_glyph_t *glyphs /**< */);
-
-int
-xcb_render_composite_glyphs_8_sizeof (const void *_buffer /**< */,
- uint32_t glyphcmds_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_composite_glyphs_8_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param xcb_render_glyphset_t glyphset
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t glyphcmds_len
- ** @param const uint8_t *glyphcmds
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_composite_glyphs_8_checked (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t glyphcmds_len /**< */,
- const uint8_t *glyphcmds /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_composite_glyphs_8
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param xcb_render_glyphset_t glyphset
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t glyphcmds_len
- ** @param const uint8_t *glyphcmds
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_composite_glyphs_8 (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t glyphcmds_len /**< */,
- const uint8_t *glyphcmds /**< */);
-
-int
-xcb_render_composite_glyphs_16_sizeof (const void *_buffer /**< */,
- uint32_t glyphcmds_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_composite_glyphs_16_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param xcb_render_glyphset_t glyphset
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t glyphcmds_len
- ** @param const uint8_t *glyphcmds
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_composite_glyphs_16_checked (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t glyphcmds_len /**< */,
- const uint8_t *glyphcmds /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_composite_glyphs_16
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param xcb_render_glyphset_t glyphset
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t glyphcmds_len
- ** @param const uint8_t *glyphcmds
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_composite_glyphs_16 (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t glyphcmds_len /**< */,
- const uint8_t *glyphcmds /**< */);
-
-int
-xcb_render_composite_glyphs_32_sizeof (const void *_buffer /**< */,
- uint32_t glyphcmds_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_composite_glyphs_32_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param xcb_render_glyphset_t glyphset
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t glyphcmds_len
- ** @param const uint8_t *glyphcmds
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_composite_glyphs_32_checked (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t glyphcmds_len /**< */,
- const uint8_t *glyphcmds /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_composite_glyphs_32
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t src
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_pictformat_t mask_format
- ** @param xcb_render_glyphset_t glyphset
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint32_t glyphcmds_len
- ** @param const uint8_t *glyphcmds
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_composite_glyphs_32 (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t src /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_pictformat_t mask_format /**< */,
- xcb_render_glyphset_t glyphset /**< */,
- int16_t src_x /**< */,
- int16_t src_y /**< */,
- uint32_t glyphcmds_len /**< */,
- const uint8_t *glyphcmds /**< */);
-
-int
-xcb_render_fill_rectangles_sizeof (const void *_buffer /**< */,
- uint32_t rects_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_fill_rectangles_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_color_t color
- ** @param uint32_t rects_len
- ** @param const xcb_rectangle_t *rects
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_fill_rectangles_checked (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_color_t color /**< */,
- uint32_t rects_len /**< */,
- const xcb_rectangle_t *rects /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_fill_rectangles
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t op
- ** @param xcb_render_picture_t dst
- ** @param xcb_render_color_t color
- ** @param uint32_t rects_len
- ** @param const xcb_rectangle_t *rects
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_fill_rectangles (xcb_connection_t *c /**< */,
- uint8_t op /**< */,
- xcb_render_picture_t dst /**< */,
- xcb_render_color_t color /**< */,
- uint32_t rects_len /**< */,
- const xcb_rectangle_t *rects /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_cursor_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cid
- ** @param xcb_render_picture_t source
- ** @param uint16_t x
- ** @param uint16_t y
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_cursor_checked (xcb_connection_t *c /**< */,
- xcb_cursor_t cid /**< */,
- xcb_render_picture_t source /**< */,
- uint16_t x /**< */,
- uint16_t y /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_cursor
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cid
- ** @param xcb_render_picture_t source
- ** @param uint16_t x
- ** @param uint16_t y
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_cursor (xcb_connection_t *c /**< */,
- xcb_cursor_t cid /**< */,
- xcb_render_picture_t source /**< */,
- uint16_t x /**< */,
- uint16_t y /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_transform_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_transform_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_transform_next
- **
- ** @param xcb_render_transform_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_transform_next (xcb_render_transform_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_transform_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_transform_end
- **
- ** @param xcb_render_transform_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_transform_end (xcb_render_transform_iterator_t i /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_set_picture_transform_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_transform_t transform
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_set_picture_transform_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_transform_t transform /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_set_picture_transform
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_transform_t transform
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_set_picture_transform (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_transform_t transform /**< */);
-
-int
-xcb_render_query_filters_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_filters_cookie_t xcb_render_query_filters
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @returns xcb_render_query_filters_cookie_t
- **
- *****************************************************************************/
-
-xcb_render_query_filters_cookie_t
-xcb_render_query_filters (xcb_connection_t *c /**< */,
- xcb_drawable_t drawable /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_filters_cookie_t xcb_render_query_filters_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @returns xcb_render_query_filters_cookie_t
- **
- *****************************************************************************/
-
-xcb_render_query_filters_cookie_t
-xcb_render_query_filters_unchecked (xcb_connection_t *c /**< */,
- xcb_drawable_t drawable /**< */);
-
-
-/*****************************************************************************
- **
- ** uint16_t * xcb_render_query_filters_aliases
- **
- ** @param const xcb_render_query_filters_reply_t *R
- ** @returns uint16_t *
- **
- *****************************************************************************/
-
-uint16_t *
-xcb_render_query_filters_aliases (const xcb_render_query_filters_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_render_query_filters_aliases_length
- **
- ** @param const xcb_render_query_filters_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_render_query_filters_aliases_length (const xcb_render_query_filters_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_query_filters_aliases_end
- **
- ** @param const xcb_render_query_filters_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_query_filters_aliases_end (const xcb_render_query_filters_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_render_query_filters_filters_length
- **
- ** @param const xcb_render_query_filters_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_render_query_filters_filters_length (const xcb_render_query_filters_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_str_iterator_t xcb_render_query_filters_filters_iterator
- **
- ** @param const xcb_render_query_filters_reply_t *R
- ** @returns xcb_str_iterator_t
- **
- *****************************************************************************/
-
-xcb_str_iterator_t
-xcb_render_query_filters_filters_iterator (const xcb_render_query_filters_reply_t *R /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_render_query_filters_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_render_query_filters_reply_t * xcb_render_query_filters_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_query_filters_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_render_query_filters_reply_t *
- **
- *****************************************************************************/
-
-xcb_render_query_filters_reply_t *
-xcb_render_query_filters_reply (xcb_connection_t *c /**< */,
- xcb_render_query_filters_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-int
-xcb_render_set_picture_filter_sizeof (const void *_buffer /**< */,
- uint32_t values_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_set_picture_filter_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param uint16_t filter_len
- ** @param const char *filter
- ** @param uint32_t values_len
- ** @param const xcb_render_fixed_t *values
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_set_picture_filter_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- uint16_t filter_len /**< */,
- const char *filter /**< */,
- uint32_t values_len /**< */,
- const xcb_render_fixed_t *values /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_set_picture_filter
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param uint16_t filter_len
- ** @param const char *filter
- ** @param uint32_t values_len
- ** @param const xcb_render_fixed_t *values
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_set_picture_filter (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- uint16_t filter_len /**< */,
- const char *filter /**< */,
- uint32_t values_len /**< */,
- const xcb_render_fixed_t *values /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_animcursorelt_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_animcursorelt_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_animcursorelt_next
- **
- ** @param xcb_render_animcursorelt_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_animcursorelt_next (xcb_render_animcursorelt_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_animcursorelt_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_animcursorelt_end
- **
- ** @param xcb_render_animcursorelt_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_animcursorelt_end (xcb_render_animcursorelt_iterator_t i /**< */);
-
-int
-xcb_render_create_anim_cursor_sizeof (const void *_buffer /**< */,
- uint32_t cursors_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_anim_cursor_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cid
- ** @param uint32_t cursors_len
- ** @param const xcb_render_animcursorelt_t *cursors
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_anim_cursor_checked (xcb_connection_t *c /**< */,
- xcb_cursor_t cid /**< */,
- uint32_t cursors_len /**< */,
- const xcb_render_animcursorelt_t *cursors /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_anim_cursor
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cid
- ** @param uint32_t cursors_len
- ** @param const xcb_render_animcursorelt_t *cursors
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_anim_cursor (xcb_connection_t *c /**< */,
- xcb_cursor_t cid /**< */,
- uint32_t cursors_len /**< */,
- const xcb_render_animcursorelt_t *cursors /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_spanfix_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_spanfix_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_spanfix_next
- **
- ** @param xcb_render_spanfix_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_spanfix_next (xcb_render_spanfix_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_spanfix_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_spanfix_end
- **
- ** @param xcb_render_spanfix_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_spanfix_end (xcb_render_spanfix_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_render_trap_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_render_trap_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_render_trap_next
- **
- ** @param xcb_render_trap_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_render_trap_next (xcb_render_trap_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_render_trap_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_render_trap_end
- **
- ** @param xcb_render_trap_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_render_trap_end (xcb_render_trap_iterator_t i /**< */);
-
-int
-xcb_render_add_traps_sizeof (const void *_buffer /**< */,
- uint32_t traps_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_add_traps_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param int16_t x_off
- ** @param int16_t y_off
- ** @param uint32_t traps_len
- ** @param const xcb_render_trap_t *traps
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_add_traps_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- int16_t x_off /**< */,
- int16_t y_off /**< */,
- uint32_t traps_len /**< */,
- const xcb_render_trap_t *traps /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_add_traps
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param int16_t x_off
- ** @param int16_t y_off
- ** @param uint32_t traps_len
- ** @param const xcb_render_trap_t *traps
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_add_traps (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- int16_t x_off /**< */,
- int16_t y_off /**< */,
- uint32_t traps_len /**< */,
- const xcb_render_trap_t *traps /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_solid_fill_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_color_t color
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_solid_fill_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_color_t color /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_solid_fill
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_color_t color
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_solid_fill (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_color_t color /**< */);
-
-int
-xcb_render_create_linear_gradient_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_linear_gradient_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_pointfix_t p1
- ** @param xcb_render_pointfix_t p2
- ** @param uint32_t num_stops
- ** @param const xcb_render_fixed_t *stops
- ** @param const xcb_render_color_t *colors
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_linear_gradient_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_pointfix_t p1 /**< */,
- xcb_render_pointfix_t p2 /**< */,
- uint32_t num_stops /**< */,
- const xcb_render_fixed_t *stops /**< */,
- const xcb_render_color_t *colors /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_linear_gradient
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_pointfix_t p1
- ** @param xcb_render_pointfix_t p2
- ** @param uint32_t num_stops
- ** @param const xcb_render_fixed_t *stops
- ** @param const xcb_render_color_t *colors
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_linear_gradient (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_pointfix_t p1 /**< */,
- xcb_render_pointfix_t p2 /**< */,
- uint32_t num_stops /**< */,
- const xcb_render_fixed_t *stops /**< */,
- const xcb_render_color_t *colors /**< */);
-
-int
-xcb_render_create_radial_gradient_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_radial_gradient_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_pointfix_t inner
- ** @param xcb_render_pointfix_t outer
- ** @param xcb_render_fixed_t inner_radius
- ** @param xcb_render_fixed_t outer_radius
- ** @param uint32_t num_stops
- ** @param const xcb_render_fixed_t *stops
- ** @param const xcb_render_color_t *colors
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_radial_gradient_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_pointfix_t inner /**< */,
- xcb_render_pointfix_t outer /**< */,
- xcb_render_fixed_t inner_radius /**< */,
- xcb_render_fixed_t outer_radius /**< */,
- uint32_t num_stops /**< */,
- const xcb_render_fixed_t *stops /**< */,
- const xcb_render_color_t *colors /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_radial_gradient
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_pointfix_t inner
- ** @param xcb_render_pointfix_t outer
- ** @param xcb_render_fixed_t inner_radius
- ** @param xcb_render_fixed_t outer_radius
- ** @param uint32_t num_stops
- ** @param const xcb_render_fixed_t *stops
- ** @param const xcb_render_color_t *colors
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_radial_gradient (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_pointfix_t inner /**< */,
- xcb_render_pointfix_t outer /**< */,
- xcb_render_fixed_t inner_radius /**< */,
- xcb_render_fixed_t outer_radius /**< */,
- uint32_t num_stops /**< */,
- const xcb_render_fixed_t *stops /**< */,
- const xcb_render_color_t *colors /**< */);
-
-int
-xcb_render_create_conical_gradient_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_conical_gradient_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_pointfix_t center
- ** @param xcb_render_fixed_t angle
- ** @param uint32_t num_stops
- ** @param const xcb_render_fixed_t *stops
- ** @param const xcb_render_color_t *colors
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_conical_gradient_checked (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_pointfix_t center /**< */,
- xcb_render_fixed_t angle /**< */,
- uint32_t num_stops /**< */,
- const xcb_render_fixed_t *stops /**< */,
- const xcb_render_color_t *colors /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_render_create_conical_gradient
- **
- ** @param xcb_connection_t *c
- ** @param xcb_render_picture_t picture
- ** @param xcb_render_pointfix_t center
- ** @param xcb_render_fixed_t angle
- ** @param uint32_t num_stops
- ** @param const xcb_render_fixed_t *stops
- ** @param const xcb_render_color_t *colors
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_render_create_conical_gradient (xcb_connection_t *c /**< */,
- xcb_render_picture_t picture /**< */,
- xcb_render_pointfix_t center /**< */,
- xcb_render_fixed_t angle /**< */,
- uint32_t num_stops /**< */,
- const xcb_render_fixed_t *stops /**< */,
- const xcb_render_color_t *colors /**< */);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-
-/**
- * @}
- */
+/*
+ * This file generated automatically from render.xml by c_client.py.
+ * Edit at your peril.
+ */
+
+/**
+ * @defgroup XCB_Render_API XCB Render API
+ * @brief Render XCB Protocol Implementation.
+ * @{
+ **/
+
+#ifndef __RENDER_H
+#define __RENDER_H
+
+#include "xcb.h"
+#include "xproto.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define XCB_RENDER_MAJOR_VERSION 0
+#define XCB_RENDER_MINOR_VERSION 11
+
+XCB_EXTERN xcb_extension_t xcb_render_id;
+
+typedef enum xcb_render_pict_type_t {
+ XCB_RENDER_PICT_TYPE_INDEXED = 0,
+ XCB_RENDER_PICT_TYPE_DIRECT = 1
+} xcb_render_pict_type_t;
+
+typedef enum xcb_render_picture_enum_t {
+ XCB_RENDER_PICTURE_NONE = 0
+} xcb_render_picture_enum_t;
+
+typedef enum xcb_render_pict_op_t {
+ XCB_RENDER_PICT_OP_CLEAR = 0,
+ XCB_RENDER_PICT_OP_SRC = 1,
+ XCB_RENDER_PICT_OP_DST = 2,
+ XCB_RENDER_PICT_OP_OVER = 3,
+ XCB_RENDER_PICT_OP_OVER_REVERSE = 4,
+ XCB_RENDER_PICT_OP_IN = 5,
+ XCB_RENDER_PICT_OP_IN_REVERSE = 6,
+ XCB_RENDER_PICT_OP_OUT = 7,
+ XCB_RENDER_PICT_OP_OUT_REVERSE = 8,
+ XCB_RENDER_PICT_OP_ATOP = 9,
+ XCB_RENDER_PICT_OP_ATOP_REVERSE = 10,
+ XCB_RENDER_PICT_OP_XOR = 11,
+ XCB_RENDER_PICT_OP_ADD = 12,
+ XCB_RENDER_PICT_OP_SATURATE = 13,
+ XCB_RENDER_PICT_OP_DISJOINT_CLEAR = 16,
+ XCB_RENDER_PICT_OP_DISJOINT_SRC = 17,
+ XCB_RENDER_PICT_OP_DISJOINT_DST = 18,
+ XCB_RENDER_PICT_OP_DISJOINT_OVER = 19,
+ XCB_RENDER_PICT_OP_DISJOINT_OVER_REVERSE = 20,
+ XCB_RENDER_PICT_OP_DISJOINT_IN = 21,
+ XCB_RENDER_PICT_OP_DISJOINT_IN_REVERSE = 22,
+ XCB_RENDER_PICT_OP_DISJOINT_OUT = 23,
+ XCB_RENDER_PICT_OP_DISJOINT_OUT_REVERSE = 24,
+ XCB_RENDER_PICT_OP_DISJOINT_ATOP = 25,
+ XCB_RENDER_PICT_OP_DISJOINT_ATOP_REVERSE = 26,
+ XCB_RENDER_PICT_OP_DISJOINT_XOR = 27,
+ XCB_RENDER_PICT_OP_CONJOINT_CLEAR = 32,
+ XCB_RENDER_PICT_OP_CONJOINT_SRC = 33,
+ XCB_RENDER_PICT_OP_CONJOINT_DST = 34,
+ XCB_RENDER_PICT_OP_CONJOINT_OVER = 35,
+ XCB_RENDER_PICT_OP_CONJOINT_OVER_REVERSE = 36,
+ XCB_RENDER_PICT_OP_CONJOINT_IN = 37,
+ XCB_RENDER_PICT_OP_CONJOINT_IN_REVERSE = 38,
+ XCB_RENDER_PICT_OP_CONJOINT_OUT = 39,
+ XCB_RENDER_PICT_OP_CONJOINT_OUT_REVERSE = 40,
+ XCB_RENDER_PICT_OP_CONJOINT_ATOP = 41,
+ XCB_RENDER_PICT_OP_CONJOINT_ATOP_REVERSE = 42,
+ XCB_RENDER_PICT_OP_CONJOINT_XOR = 43,
+ XCB_RENDER_PICT_OP_MULTIPLY = 48,
+ XCB_RENDER_PICT_OP_SCREEN = 49,
+ XCB_RENDER_PICT_OP_OVERLAY = 50,
+ XCB_RENDER_PICT_OP_DARKEN = 51,
+ XCB_RENDER_PICT_OP_LIGHTEN = 52,
+ XCB_RENDER_PICT_OP_COLOR_DODGE = 53,
+ XCB_RENDER_PICT_OP_COLOR_BURN = 54,
+ XCB_RENDER_PICT_OP_HARD_LIGHT = 55,
+ XCB_RENDER_PICT_OP_SOFT_LIGHT = 56,
+ XCB_RENDER_PICT_OP_DIFFERENCE = 57,
+ XCB_RENDER_PICT_OP_EXCLUSION = 58,
+ XCB_RENDER_PICT_OP_HSL_HUE = 59,
+ XCB_RENDER_PICT_OP_HSL_SATURATION = 60,
+ XCB_RENDER_PICT_OP_HSL_COLOR = 61,
+ XCB_RENDER_PICT_OP_HSL_LUMINOSITY = 62
+} xcb_render_pict_op_t;
+
+typedef enum xcb_render_poly_edge_t {
+ XCB_RENDER_POLY_EDGE_SHARP = 0,
+ XCB_RENDER_POLY_EDGE_SMOOTH = 1
+} xcb_render_poly_edge_t;
+
+typedef enum xcb_render_poly_mode_t {
+ XCB_RENDER_POLY_MODE_PRECISE = 0,
+ XCB_RENDER_POLY_MODE_IMPRECISE = 1
+} xcb_render_poly_mode_t;
+
+typedef enum xcb_render_cp_t {
+ XCB_RENDER_CP_REPEAT = 1,
+ XCB_RENDER_CP_ALPHA_MAP = 2,
+ XCB_RENDER_CP_ALPHA_X_ORIGIN = 4,
+ XCB_RENDER_CP_ALPHA_Y_ORIGIN = 8,
+ XCB_RENDER_CP_CLIP_X_ORIGIN = 16,
+ XCB_RENDER_CP_CLIP_Y_ORIGIN = 32,
+ XCB_RENDER_CP_CLIP_MASK = 64,
+ XCB_RENDER_CP_GRAPHICS_EXPOSURE = 128,
+ XCB_RENDER_CP_SUBWINDOW_MODE = 256,
+ XCB_RENDER_CP_POLY_EDGE = 512,
+ XCB_RENDER_CP_POLY_MODE = 1024,
+ XCB_RENDER_CP_DITHER = 2048,
+ XCB_RENDER_CP_COMPONENT_ALPHA = 4096
+} xcb_render_cp_t;
+
+typedef enum xcb_render_sub_pixel_t {
+ XCB_RENDER_SUB_PIXEL_UNKNOWN = 0,
+ XCB_RENDER_SUB_PIXEL_HORIZONTAL_RGB = 1,
+ XCB_RENDER_SUB_PIXEL_HORIZONTAL_BGR = 2,
+ XCB_RENDER_SUB_PIXEL_VERTICAL_RGB = 3,
+ XCB_RENDER_SUB_PIXEL_VERTICAL_BGR = 4,
+ XCB_RENDER_SUB_PIXEL_NONE = 5
+} xcb_render_sub_pixel_t;
+
+typedef enum xcb_render_repeat_t {
+ XCB_RENDER_REPEAT_NONE = 0,
+ XCB_RENDER_REPEAT_NORMAL = 1,
+ XCB_RENDER_REPEAT_PAD = 2,
+ XCB_RENDER_REPEAT_REFLECT = 3
+} xcb_render_repeat_t;
+
+typedef uint32_t xcb_render_glyph_t;
+
+/**
+ * @brief xcb_render_glyph_iterator_t
+ **/
+typedef struct xcb_render_glyph_iterator_t {
+ xcb_render_glyph_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_glyph_iterator_t;
+
+typedef uint32_t xcb_render_glyphset_t;
+
+/**
+ * @brief xcb_render_glyphset_iterator_t
+ **/
+typedef struct xcb_render_glyphset_iterator_t {
+ xcb_render_glyphset_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_glyphset_iterator_t;
+
+typedef uint32_t xcb_render_picture_t;
+
+/**
+ * @brief xcb_render_picture_iterator_t
+ **/
+typedef struct xcb_render_picture_iterator_t {
+ xcb_render_picture_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_picture_iterator_t;
+
+typedef uint32_t xcb_render_pictformat_t;
+
+/**
+ * @brief xcb_render_pictformat_iterator_t
+ **/
+typedef struct xcb_render_pictformat_iterator_t {
+ xcb_render_pictformat_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_pictformat_iterator_t;
+
+typedef int32_t xcb_render_fixed_t;
+
+/**
+ * @brief xcb_render_fixed_iterator_t
+ **/
+typedef struct xcb_render_fixed_iterator_t {
+ xcb_render_fixed_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_fixed_iterator_t;
+
+/** Opcode for xcb_render_pict_format. */
+#define XCB_RENDER_PICT_FORMAT 0
+
+/**
+ * @brief xcb_render_pict_format_error_t
+ **/
+typedef struct xcb_render_pict_format_error_t {
+ uint8_t response_type; /**< */
+ uint8_t error_code; /**< */
+ uint16_t sequence; /**< */
+} xcb_render_pict_format_error_t;
+
+/** Opcode for xcb_render_picture. */
+#define XCB_RENDER_PICTURE 1
+
+/**
+ * @brief xcb_render_picture_error_t
+ **/
+typedef struct xcb_render_picture_error_t {
+ uint8_t response_type; /**< */
+ uint8_t error_code; /**< */
+ uint16_t sequence; /**< */
+} xcb_render_picture_error_t;
+
+/** Opcode for xcb_render_pict_op. */
+#define XCB_RENDER_PICT_OP 2
+
+/**
+ * @brief xcb_render_pict_op_error_t
+ **/
+typedef struct xcb_render_pict_op_error_t {
+ uint8_t response_type; /**< */
+ uint8_t error_code; /**< */
+ uint16_t sequence; /**< */
+} xcb_render_pict_op_error_t;
+
+/** Opcode for xcb_render_glyph_set. */
+#define XCB_RENDER_GLYPH_SET 3
+
+/**
+ * @brief xcb_render_glyph_set_error_t
+ **/
+typedef struct xcb_render_glyph_set_error_t {
+ uint8_t response_type; /**< */
+ uint8_t error_code; /**< */
+ uint16_t sequence; /**< */
+} xcb_render_glyph_set_error_t;
+
+/** Opcode for xcb_render_glyph. */
+#define XCB_RENDER_GLYPH 4
+
+/**
+ * @brief xcb_render_glyph_error_t
+ **/
+typedef struct xcb_render_glyph_error_t {
+ uint8_t response_type; /**< */
+ uint8_t error_code; /**< */
+ uint16_t sequence; /**< */
+} xcb_render_glyph_error_t;
+
+/**
+ * @brief xcb_render_directformat_t
+ **/
+typedef struct xcb_render_directformat_t {
+ uint16_t red_shift; /**< */
+ uint16_t red_mask; /**< */
+ uint16_t green_shift; /**< */
+ uint16_t green_mask; /**< */
+ uint16_t blue_shift; /**< */
+ uint16_t blue_mask; /**< */
+ uint16_t alpha_shift; /**< */
+ uint16_t alpha_mask; /**< */
+} xcb_render_directformat_t;
+
+/**
+ * @brief xcb_render_directformat_iterator_t
+ **/
+typedef struct xcb_render_directformat_iterator_t {
+ xcb_render_directformat_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_directformat_iterator_t;
+
+/**
+ * @brief xcb_render_pictforminfo_t
+ **/
+typedef struct xcb_render_pictforminfo_t {
+ xcb_render_pictformat_t id; /**< */
+ uint8_t type; /**< */
+ uint8_t depth; /**< */
+ uint8_t pad0[2]; /**< */
+ xcb_render_directformat_t direct; /**< */
+ xcb_colormap_t colormap; /**< */
+} xcb_render_pictforminfo_t;
+
+/**
+ * @brief xcb_render_pictforminfo_iterator_t
+ **/
+typedef struct xcb_render_pictforminfo_iterator_t {
+ xcb_render_pictforminfo_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_pictforminfo_iterator_t;
+
+/**
+ * @brief xcb_render_pictvisual_t
+ **/
+typedef struct xcb_render_pictvisual_t {
+ xcb_visualid_t visual; /**< */
+ xcb_render_pictformat_t format; /**< */
+} xcb_render_pictvisual_t;
+
+/**
+ * @brief xcb_render_pictvisual_iterator_t
+ **/
+typedef struct xcb_render_pictvisual_iterator_t {
+ xcb_render_pictvisual_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_pictvisual_iterator_t;
+
+/**
+ * @brief xcb_render_pictdepth_t
+ **/
+typedef struct xcb_render_pictdepth_t {
+ uint8_t depth; /**< */
+ uint8_t pad0; /**< */
+ uint16_t num_visuals; /**< */
+ uint8_t pad1[4]; /**< */
+} xcb_render_pictdepth_t;
+
+/**
+ * @brief xcb_render_pictdepth_iterator_t
+ **/
+typedef struct xcb_render_pictdepth_iterator_t {
+ xcb_render_pictdepth_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_pictdepth_iterator_t;
+
+/**
+ * @brief xcb_render_pictscreen_t
+ **/
+typedef struct xcb_render_pictscreen_t {
+ uint32_t num_depths; /**< */
+ xcb_render_pictformat_t fallback; /**< */
+} xcb_render_pictscreen_t;
+
+/**
+ * @brief xcb_render_pictscreen_iterator_t
+ **/
+typedef struct xcb_render_pictscreen_iterator_t {
+ xcb_render_pictscreen_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_pictscreen_iterator_t;
+
+/**
+ * @brief xcb_render_indexvalue_t
+ **/
+typedef struct xcb_render_indexvalue_t {
+ uint32_t pixel; /**< */
+ uint16_t red; /**< */
+ uint16_t green; /**< */
+ uint16_t blue; /**< */
+ uint16_t alpha; /**< */
+} xcb_render_indexvalue_t;
+
+/**
+ * @brief xcb_render_indexvalue_iterator_t
+ **/
+typedef struct xcb_render_indexvalue_iterator_t {
+ xcb_render_indexvalue_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_indexvalue_iterator_t;
+
+/**
+ * @brief xcb_render_color_t
+ **/
+typedef struct xcb_render_color_t {
+ uint16_t red; /**< */
+ uint16_t green; /**< */
+ uint16_t blue; /**< */
+ uint16_t alpha; /**< */
+} xcb_render_color_t;
+
+/**
+ * @brief xcb_render_color_iterator_t
+ **/
+typedef struct xcb_render_color_iterator_t {
+ xcb_render_color_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_color_iterator_t;
+
+/**
+ * @brief xcb_render_pointfix_t
+ **/
+typedef struct xcb_render_pointfix_t {
+ xcb_render_fixed_t x; /**< */
+ xcb_render_fixed_t y; /**< */
+} xcb_render_pointfix_t;
+
+/**
+ * @brief xcb_render_pointfix_iterator_t
+ **/
+typedef struct xcb_render_pointfix_iterator_t {
+ xcb_render_pointfix_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_pointfix_iterator_t;
+
+/**
+ * @brief xcb_render_linefix_t
+ **/
+typedef struct xcb_render_linefix_t {
+ xcb_render_pointfix_t p1; /**< */
+ xcb_render_pointfix_t p2; /**< */
+} xcb_render_linefix_t;
+
+/**
+ * @brief xcb_render_linefix_iterator_t
+ **/
+typedef struct xcb_render_linefix_iterator_t {
+ xcb_render_linefix_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_linefix_iterator_t;
+
+/**
+ * @brief xcb_render_triangle_t
+ **/
+typedef struct xcb_render_triangle_t {
+ xcb_render_pointfix_t p1; /**< */
+ xcb_render_pointfix_t p2; /**< */
+ xcb_render_pointfix_t p3; /**< */
+} xcb_render_triangle_t;
+
+/**
+ * @brief xcb_render_triangle_iterator_t
+ **/
+typedef struct xcb_render_triangle_iterator_t {
+ xcb_render_triangle_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_triangle_iterator_t;
+
+/**
+ * @brief xcb_render_trapezoid_t
+ **/
+typedef struct xcb_render_trapezoid_t {
+ xcb_render_fixed_t top; /**< */
+ xcb_render_fixed_t bottom; /**< */
+ xcb_render_linefix_t left; /**< */
+ xcb_render_linefix_t right; /**< */
+} xcb_render_trapezoid_t;
+
+/**
+ * @brief xcb_render_trapezoid_iterator_t
+ **/
+typedef struct xcb_render_trapezoid_iterator_t {
+ xcb_render_trapezoid_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_trapezoid_iterator_t;
+
+/**
+ * @brief xcb_render_glyphinfo_t
+ **/
+typedef struct xcb_render_glyphinfo_t {
+ uint16_t width; /**< */
+ uint16_t height; /**< */
+ int16_t x; /**< */
+ int16_t y; /**< */
+ int16_t x_off; /**< */
+ int16_t y_off; /**< */
+} xcb_render_glyphinfo_t;
+
+/**
+ * @brief xcb_render_glyphinfo_iterator_t
+ **/
+typedef struct xcb_render_glyphinfo_iterator_t {
+ xcb_render_glyphinfo_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_glyphinfo_iterator_t;
+
+/**
+ * @brief xcb_render_query_version_cookie_t
+ **/
+typedef struct xcb_render_query_version_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_render_query_version_cookie_t;
+
+/** Opcode for xcb_render_query_version. */
+#define XCB_RENDER_QUERY_VERSION 0
+
+/**
+ * @brief xcb_render_query_version_request_t
+ **/
+typedef struct xcb_render_query_version_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint32_t client_major_version; /**< */
+ uint32_t client_minor_version; /**< */
+} xcb_render_query_version_request_t;
+
+/**
+ * @brief xcb_render_query_version_reply_t
+ **/
+typedef struct xcb_render_query_version_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint32_t major_version; /**< */
+ uint32_t minor_version; /**< */
+ uint8_t pad1[16]; /**< */
+} xcb_render_query_version_reply_t;
+
+/**
+ * @brief xcb_render_query_pict_formats_cookie_t
+ **/
+typedef struct xcb_render_query_pict_formats_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_render_query_pict_formats_cookie_t;
+
+/** Opcode for xcb_render_query_pict_formats. */
+#define XCB_RENDER_QUERY_PICT_FORMATS 1
+
+/**
+ * @brief xcb_render_query_pict_formats_request_t
+ **/
+typedef struct xcb_render_query_pict_formats_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+} xcb_render_query_pict_formats_request_t;
+
+/**
+ * @brief xcb_render_query_pict_formats_reply_t
+ **/
+typedef struct xcb_render_query_pict_formats_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint32_t num_formats; /**< */
+ uint32_t num_screens; /**< */
+ uint32_t num_depths; /**< */
+ uint32_t num_visuals; /**< */
+ uint32_t num_subpixel; /**< */
+ uint8_t pad1[4]; /**< */
+} xcb_render_query_pict_formats_reply_t;
+
+/**
+ * @brief xcb_render_query_pict_index_values_cookie_t
+ **/
+typedef struct xcb_render_query_pict_index_values_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_render_query_pict_index_values_cookie_t;
+
+/** Opcode for xcb_render_query_pict_index_values. */
+#define XCB_RENDER_QUERY_PICT_INDEX_VALUES 2
+
+/**
+ * @brief xcb_render_query_pict_index_values_request_t
+ **/
+typedef struct xcb_render_query_pict_index_values_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_pictformat_t format; /**< */
+} xcb_render_query_pict_index_values_request_t;
+
+/**
+ * @brief xcb_render_query_pict_index_values_reply_t
+ **/
+typedef struct xcb_render_query_pict_index_values_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint32_t num_values; /**< */
+ uint8_t pad1[20]; /**< */
+} xcb_render_query_pict_index_values_reply_t;
+
+/** Opcode for xcb_render_create_picture. */
+#define XCB_RENDER_CREATE_PICTURE 4
+
+/**
+ * @brief xcb_render_create_picture_request_t
+ **/
+typedef struct xcb_render_create_picture_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t pid; /**< */
+ xcb_drawable_t drawable; /**< */
+ xcb_render_pictformat_t format; /**< */
+ uint32_t value_mask; /**< */
+} xcb_render_create_picture_request_t;
+
+/** Opcode for xcb_render_change_picture. */
+#define XCB_RENDER_CHANGE_PICTURE 5
+
+/**
+ * @brief xcb_render_change_picture_request_t
+ **/
+typedef struct xcb_render_change_picture_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+ uint32_t value_mask; /**< */
+} xcb_render_change_picture_request_t;
+
+/** Opcode for xcb_render_set_picture_clip_rectangles. */
+#define XCB_RENDER_SET_PICTURE_CLIP_RECTANGLES 6
+
+/**
+ * @brief xcb_render_set_picture_clip_rectangles_request_t
+ **/
+typedef struct xcb_render_set_picture_clip_rectangles_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+ int16_t clip_x_origin; /**< */
+ int16_t clip_y_origin; /**< */
+} xcb_render_set_picture_clip_rectangles_request_t;
+
+/** Opcode for xcb_render_free_picture. */
+#define XCB_RENDER_FREE_PICTURE 7
+
+/**
+ * @brief xcb_render_free_picture_request_t
+ **/
+typedef struct xcb_render_free_picture_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+} xcb_render_free_picture_request_t;
+
+/** Opcode for xcb_render_composite. */
+#define XCB_RENDER_COMPOSITE 8
+
+/**
+ * @brief xcb_render_composite_request_t
+ **/
+typedef struct xcb_render_composite_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint8_t op; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_render_picture_t src; /**< */
+ xcb_render_picture_t mask; /**< */
+ xcb_render_picture_t dst; /**< */
+ int16_t src_x; /**< */
+ int16_t src_y; /**< */
+ int16_t mask_x; /**< */
+ int16_t mask_y; /**< */
+ int16_t dst_x; /**< */
+ int16_t dst_y; /**< */
+ uint16_t width; /**< */
+ uint16_t height; /**< */
+} xcb_render_composite_request_t;
+
+/** Opcode for xcb_render_trapezoids. */
+#define XCB_RENDER_TRAPEZOIDS 10
+
+/**
+ * @brief xcb_render_trapezoids_request_t
+ **/
+typedef struct xcb_render_trapezoids_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint8_t op; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_render_picture_t src; /**< */
+ xcb_render_picture_t dst; /**< */
+ xcb_render_pictformat_t mask_format; /**< */
+ int16_t src_x; /**< */
+ int16_t src_y; /**< */
+} xcb_render_trapezoids_request_t;
+
+/** Opcode for xcb_render_triangles. */
+#define XCB_RENDER_TRIANGLES 11
+
+/**
+ * @brief xcb_render_triangles_request_t
+ **/
+typedef struct xcb_render_triangles_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint8_t op; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_render_picture_t src; /**< */
+ xcb_render_picture_t dst; /**< */
+ xcb_render_pictformat_t mask_format; /**< */
+ int16_t src_x; /**< */
+ int16_t src_y; /**< */
+} xcb_render_triangles_request_t;
+
+/** Opcode for xcb_render_tri_strip. */
+#define XCB_RENDER_TRI_STRIP 12
+
+/**
+ * @brief xcb_render_tri_strip_request_t
+ **/
+typedef struct xcb_render_tri_strip_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint8_t op; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_render_picture_t src; /**< */
+ xcb_render_picture_t dst; /**< */
+ xcb_render_pictformat_t mask_format; /**< */
+ int16_t src_x; /**< */
+ int16_t src_y; /**< */
+} xcb_render_tri_strip_request_t;
+
+/** Opcode for xcb_render_tri_fan. */
+#define XCB_RENDER_TRI_FAN 13
+
+/**
+ * @brief xcb_render_tri_fan_request_t
+ **/
+typedef struct xcb_render_tri_fan_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint8_t op; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_render_picture_t src; /**< */
+ xcb_render_picture_t dst; /**< */
+ xcb_render_pictformat_t mask_format; /**< */
+ int16_t src_x; /**< */
+ int16_t src_y; /**< */
+} xcb_render_tri_fan_request_t;
+
+/** Opcode for xcb_render_create_glyph_set. */
+#define XCB_RENDER_CREATE_GLYPH_SET 17
+
+/**
+ * @brief xcb_render_create_glyph_set_request_t
+ **/
+typedef struct xcb_render_create_glyph_set_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_glyphset_t gsid; /**< */
+ xcb_render_pictformat_t format; /**< */
+} xcb_render_create_glyph_set_request_t;
+
+/** Opcode for xcb_render_reference_glyph_set. */
+#define XCB_RENDER_REFERENCE_GLYPH_SET 18
+
+/**
+ * @brief xcb_render_reference_glyph_set_request_t
+ **/
+typedef struct xcb_render_reference_glyph_set_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_glyphset_t gsid; /**< */
+ xcb_render_glyphset_t existing; /**< */
+} xcb_render_reference_glyph_set_request_t;
+
+/** Opcode for xcb_render_free_glyph_set. */
+#define XCB_RENDER_FREE_GLYPH_SET 19
+
+/**
+ * @brief xcb_render_free_glyph_set_request_t
+ **/
+typedef struct xcb_render_free_glyph_set_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_glyphset_t glyphset; /**< */
+} xcb_render_free_glyph_set_request_t;
+
+/** Opcode for xcb_render_add_glyphs. */
+#define XCB_RENDER_ADD_GLYPHS 20
+
+/**
+ * @brief xcb_render_add_glyphs_request_t
+ **/
+typedef struct xcb_render_add_glyphs_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_glyphset_t glyphset; /**< */
+ uint32_t glyphs_len; /**< */
+} xcb_render_add_glyphs_request_t;
+
+/** Opcode for xcb_render_free_glyphs. */
+#define XCB_RENDER_FREE_GLYPHS 22
+
+/**
+ * @brief xcb_render_free_glyphs_request_t
+ **/
+typedef struct xcb_render_free_glyphs_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_glyphset_t glyphset; /**< */
+} xcb_render_free_glyphs_request_t;
+
+/** Opcode for xcb_render_composite_glyphs_8. */
+#define XCB_RENDER_COMPOSITE_GLYPHS_8 23
+
+/**
+ * @brief xcb_render_composite_glyphs_8_request_t
+ **/
+typedef struct xcb_render_composite_glyphs_8_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint8_t op; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_render_picture_t src; /**< */
+ xcb_render_picture_t dst; /**< */
+ xcb_render_pictformat_t mask_format; /**< */
+ xcb_render_glyphset_t glyphset; /**< */
+ int16_t src_x; /**< */
+ int16_t src_y; /**< */
+} xcb_render_composite_glyphs_8_request_t;
+
+/** Opcode for xcb_render_composite_glyphs_16. */
+#define XCB_RENDER_COMPOSITE_GLYPHS_16 24
+
+/**
+ * @brief xcb_render_composite_glyphs_16_request_t
+ **/
+typedef struct xcb_render_composite_glyphs_16_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint8_t op; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_render_picture_t src; /**< */
+ xcb_render_picture_t dst; /**< */
+ xcb_render_pictformat_t mask_format; /**< */
+ xcb_render_glyphset_t glyphset; /**< */
+ int16_t src_x; /**< */
+ int16_t src_y; /**< */
+} xcb_render_composite_glyphs_16_request_t;
+
+/** Opcode for xcb_render_composite_glyphs_32. */
+#define XCB_RENDER_COMPOSITE_GLYPHS_32 25
+
+/**
+ * @brief xcb_render_composite_glyphs_32_request_t
+ **/
+typedef struct xcb_render_composite_glyphs_32_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint8_t op; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_render_picture_t src; /**< */
+ xcb_render_picture_t dst; /**< */
+ xcb_render_pictformat_t mask_format; /**< */
+ xcb_render_glyphset_t glyphset; /**< */
+ int16_t src_x; /**< */
+ int16_t src_y; /**< */
+} xcb_render_composite_glyphs_32_request_t;
+
+/** Opcode for xcb_render_fill_rectangles. */
+#define XCB_RENDER_FILL_RECTANGLES 26
+
+/**
+ * @brief xcb_render_fill_rectangles_request_t
+ **/
+typedef struct xcb_render_fill_rectangles_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint8_t op; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_render_picture_t dst; /**< */
+ xcb_render_color_t color; /**< */
+} xcb_render_fill_rectangles_request_t;
+
+/** Opcode for xcb_render_create_cursor. */
+#define XCB_RENDER_CREATE_CURSOR 27
+
+/**
+ * @brief xcb_render_create_cursor_request_t
+ **/
+typedef struct xcb_render_create_cursor_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_cursor_t cid; /**< */
+ xcb_render_picture_t source; /**< */
+ uint16_t x; /**< */
+ uint16_t y; /**< */
+} xcb_render_create_cursor_request_t;
+
+/**
+ * @brief xcb_render_transform_t
+ **/
+typedef struct xcb_render_transform_t {
+ xcb_render_fixed_t matrix11; /**< */
+ xcb_render_fixed_t matrix12; /**< */
+ xcb_render_fixed_t matrix13; /**< */
+ xcb_render_fixed_t matrix21; /**< */
+ xcb_render_fixed_t matrix22; /**< */
+ xcb_render_fixed_t matrix23; /**< */
+ xcb_render_fixed_t matrix31; /**< */
+ xcb_render_fixed_t matrix32; /**< */
+ xcb_render_fixed_t matrix33; /**< */
+} xcb_render_transform_t;
+
+/**
+ * @brief xcb_render_transform_iterator_t
+ **/
+typedef struct xcb_render_transform_iterator_t {
+ xcb_render_transform_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_transform_iterator_t;
+
+/** Opcode for xcb_render_set_picture_transform. */
+#define XCB_RENDER_SET_PICTURE_TRANSFORM 28
+
+/**
+ * @brief xcb_render_set_picture_transform_request_t
+ **/
+typedef struct xcb_render_set_picture_transform_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+ xcb_render_transform_t transform; /**< */
+} xcb_render_set_picture_transform_request_t;
+
+/**
+ * @brief xcb_render_query_filters_cookie_t
+ **/
+typedef struct xcb_render_query_filters_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_render_query_filters_cookie_t;
+
+/** Opcode for xcb_render_query_filters. */
+#define XCB_RENDER_QUERY_FILTERS 29
+
+/**
+ * @brief xcb_render_query_filters_request_t
+ **/
+typedef struct xcb_render_query_filters_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_drawable_t drawable; /**< */
+} xcb_render_query_filters_request_t;
+
+/**
+ * @brief xcb_render_query_filters_reply_t
+ **/
+typedef struct xcb_render_query_filters_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint32_t num_aliases; /**< */
+ uint32_t num_filters; /**< */
+ uint8_t pad1[16]; /**< */
+} xcb_render_query_filters_reply_t;
+
+/** Opcode for xcb_render_set_picture_filter. */
+#define XCB_RENDER_SET_PICTURE_FILTER 30
+
+/**
+ * @brief xcb_render_set_picture_filter_request_t
+ **/
+typedef struct xcb_render_set_picture_filter_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+ uint16_t filter_len; /**< */
+ uint8_t pad0[2]; /**< */
+} xcb_render_set_picture_filter_request_t;
+
+/**
+ * @brief xcb_render_animcursorelt_t
+ **/
+typedef struct xcb_render_animcursorelt_t {
+ xcb_cursor_t cursor; /**< */
+ uint32_t delay; /**< */
+} xcb_render_animcursorelt_t;
+
+/**
+ * @brief xcb_render_animcursorelt_iterator_t
+ **/
+typedef struct xcb_render_animcursorelt_iterator_t {
+ xcb_render_animcursorelt_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_animcursorelt_iterator_t;
+
+/** Opcode for xcb_render_create_anim_cursor. */
+#define XCB_RENDER_CREATE_ANIM_CURSOR 31
+
+/**
+ * @brief xcb_render_create_anim_cursor_request_t
+ **/
+typedef struct xcb_render_create_anim_cursor_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_cursor_t cid; /**< */
+} xcb_render_create_anim_cursor_request_t;
+
+/**
+ * @brief xcb_render_spanfix_t
+ **/
+typedef struct xcb_render_spanfix_t {
+ xcb_render_fixed_t l; /**< */
+ xcb_render_fixed_t r; /**< */
+ xcb_render_fixed_t y; /**< */
+} xcb_render_spanfix_t;
+
+/**
+ * @brief xcb_render_spanfix_iterator_t
+ **/
+typedef struct xcb_render_spanfix_iterator_t {
+ xcb_render_spanfix_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_spanfix_iterator_t;
+
+/**
+ * @brief xcb_render_trap_t
+ **/
+typedef struct xcb_render_trap_t {
+ xcb_render_spanfix_t top; /**< */
+ xcb_render_spanfix_t bot; /**< */
+} xcb_render_trap_t;
+
+/**
+ * @brief xcb_render_trap_iterator_t
+ **/
+typedef struct xcb_render_trap_iterator_t {
+ xcb_render_trap_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_render_trap_iterator_t;
+
+/** Opcode for xcb_render_add_traps. */
+#define XCB_RENDER_ADD_TRAPS 32
+
+/**
+ * @brief xcb_render_add_traps_request_t
+ **/
+typedef struct xcb_render_add_traps_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+ int16_t x_off; /**< */
+ int16_t y_off; /**< */
+} xcb_render_add_traps_request_t;
+
+/** Opcode for xcb_render_create_solid_fill. */
+#define XCB_RENDER_CREATE_SOLID_FILL 33
+
+/**
+ * @brief xcb_render_create_solid_fill_request_t
+ **/
+typedef struct xcb_render_create_solid_fill_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+ xcb_render_color_t color; /**< */
+} xcb_render_create_solid_fill_request_t;
+
+/** Opcode for xcb_render_create_linear_gradient. */
+#define XCB_RENDER_CREATE_LINEAR_GRADIENT 34
+
+/**
+ * @brief xcb_render_create_linear_gradient_request_t
+ **/
+typedef struct xcb_render_create_linear_gradient_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+ xcb_render_pointfix_t p1; /**< */
+ xcb_render_pointfix_t p2; /**< */
+ uint32_t num_stops; /**< */
+} xcb_render_create_linear_gradient_request_t;
+
+/** Opcode for xcb_render_create_radial_gradient. */
+#define XCB_RENDER_CREATE_RADIAL_GRADIENT 35
+
+/**
+ * @brief xcb_render_create_radial_gradient_request_t
+ **/
+typedef struct xcb_render_create_radial_gradient_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+ xcb_render_pointfix_t inner; /**< */
+ xcb_render_pointfix_t outer; /**< */
+ xcb_render_fixed_t inner_radius; /**< */
+ xcb_render_fixed_t outer_radius; /**< */
+ uint32_t num_stops; /**< */
+} xcb_render_create_radial_gradient_request_t;
+
+/** Opcode for xcb_render_create_conical_gradient. */
+#define XCB_RENDER_CREATE_CONICAL_GRADIENT 36
+
+/**
+ * @brief xcb_render_create_conical_gradient_request_t
+ **/
+typedef struct xcb_render_create_conical_gradient_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_render_picture_t picture; /**< */
+ xcb_render_pointfix_t center; /**< */
+ xcb_render_fixed_t angle; /**< */
+ uint32_t num_stops; /**< */
+} xcb_render_create_conical_gradient_request_t;
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_glyph_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_glyph_t)
+ */
+void
+xcb_render_glyph_next (xcb_render_glyph_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_glyph_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_glyph_end (xcb_render_glyph_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_glyphset_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_glyphset_t)
+ */
+void
+xcb_render_glyphset_next (xcb_render_glyphset_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_glyphset_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_glyphset_end (xcb_render_glyphset_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_picture_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_picture_t)
+ */
+void
+xcb_render_picture_next (xcb_render_picture_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_picture_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_picture_end (xcb_render_picture_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_pictformat_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_pictformat_t)
+ */
+void
+xcb_render_pictformat_next (xcb_render_pictformat_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_pictformat_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_pictformat_end (xcb_render_pictformat_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_fixed_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_fixed_t)
+ */
+void
+xcb_render_fixed_next (xcb_render_fixed_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_fixed_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_fixed_end (xcb_render_fixed_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_directformat_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_directformat_t)
+ */
+void
+xcb_render_directformat_next (xcb_render_directformat_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_directformat_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_directformat_end (xcb_render_directformat_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_pictforminfo_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_pictforminfo_t)
+ */
+void
+xcb_render_pictforminfo_next (xcb_render_pictforminfo_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_pictforminfo_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_pictforminfo_end (xcb_render_pictforminfo_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_pictvisual_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_pictvisual_t)
+ */
+void
+xcb_render_pictvisual_next (xcb_render_pictvisual_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_pictvisual_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_pictvisual_end (xcb_render_pictvisual_iterator_t i /**< */);
+
+int
+xcb_render_pictdepth_sizeof (const void *_buffer /**< */);
+
+xcb_render_pictvisual_t *
+xcb_render_pictdepth_visuals (const xcb_render_pictdepth_t *R /**< */);
+
+int
+xcb_render_pictdepth_visuals_length (const xcb_render_pictdepth_t *R /**< */);
+
+xcb_render_pictvisual_iterator_t
+xcb_render_pictdepth_visuals_iterator (const xcb_render_pictdepth_t *R /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_pictdepth_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_pictdepth_t)
+ */
+void
+xcb_render_pictdepth_next (xcb_render_pictdepth_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_pictdepth_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_pictdepth_end (xcb_render_pictdepth_iterator_t i /**< */);
+
+int
+xcb_render_pictscreen_sizeof (const void *_buffer /**< */);
+
+int
+xcb_render_pictscreen_depths_length (const xcb_render_pictscreen_t *R /**< */);
+
+xcb_render_pictdepth_iterator_t
+xcb_render_pictscreen_depths_iterator (const xcb_render_pictscreen_t *R /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_pictscreen_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_pictscreen_t)
+ */
+void
+xcb_render_pictscreen_next (xcb_render_pictscreen_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_pictscreen_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_pictscreen_end (xcb_render_pictscreen_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_indexvalue_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_indexvalue_t)
+ */
+void
+xcb_render_indexvalue_next (xcb_render_indexvalue_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_indexvalue_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_indexvalue_end (xcb_render_indexvalue_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_color_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_color_t)
+ */
+void
+xcb_render_color_next (xcb_render_color_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_color_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_color_end (xcb_render_color_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_pointfix_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_pointfix_t)
+ */
+void
+xcb_render_pointfix_next (xcb_render_pointfix_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_pointfix_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_pointfix_end (xcb_render_pointfix_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_linefix_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_linefix_t)
+ */
+void
+xcb_render_linefix_next (xcb_render_linefix_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_linefix_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_linefix_end (xcb_render_linefix_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_triangle_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_triangle_t)
+ */
+void
+xcb_render_triangle_next (xcb_render_triangle_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_triangle_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_triangle_end (xcb_render_triangle_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_trapezoid_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_trapezoid_t)
+ */
+void
+xcb_render_trapezoid_next (xcb_render_trapezoid_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_trapezoid_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_trapezoid_end (xcb_render_trapezoid_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_glyphinfo_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_glyphinfo_t)
+ */
+void
+xcb_render_glyphinfo_next (xcb_render_glyphinfo_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_glyphinfo_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_glyphinfo_end (xcb_render_glyphinfo_iterator_t i /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_render_query_version_cookie_t
+xcb_render_query_version (xcb_connection_t *c /**< */,
+ uint32_t client_major_version /**< */,
+ uint32_t client_minor_version /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_render_query_version_cookie_t
+xcb_render_query_version_unchecked (xcb_connection_t *c /**< */,
+ uint32_t client_major_version /**< */,
+ uint32_t client_minor_version /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_render_query_version_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_render_query_version_reply_t *
+xcb_render_query_version_reply (xcb_connection_t *c /**< */,
+ xcb_render_query_version_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+int
+xcb_render_query_pict_formats_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_render_query_pict_formats_cookie_t
+xcb_render_query_pict_formats (xcb_connection_t *c /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_render_query_pict_formats_cookie_t
+xcb_render_query_pict_formats_unchecked (xcb_connection_t *c /**< */);
+
+xcb_render_pictforminfo_t *
+xcb_render_query_pict_formats_formats (const xcb_render_query_pict_formats_reply_t *R /**< */);
+
+int
+xcb_render_query_pict_formats_formats_length (const xcb_render_query_pict_formats_reply_t *R /**< */);
+
+xcb_render_pictforminfo_iterator_t
+xcb_render_query_pict_formats_formats_iterator (const xcb_render_query_pict_formats_reply_t *R /**< */);
+
+int
+xcb_render_query_pict_formats_screens_length (const xcb_render_query_pict_formats_reply_t *R /**< */);
+
+xcb_render_pictscreen_iterator_t
+xcb_render_query_pict_formats_screens_iterator (const xcb_render_query_pict_formats_reply_t *R /**< */);
+
+uint32_t *
+xcb_render_query_pict_formats_subpixels (const xcb_render_query_pict_formats_reply_t *R /**< */);
+
+int
+xcb_render_query_pict_formats_subpixels_length (const xcb_render_query_pict_formats_reply_t *R /**< */);
+
+xcb_generic_iterator_t
+xcb_render_query_pict_formats_subpixels_end (const xcb_render_query_pict_formats_reply_t *R /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_render_query_pict_formats_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_render_query_pict_formats_reply_t *
+xcb_render_query_pict_formats_reply (xcb_connection_t *c /**< */,
+ xcb_render_query_pict_formats_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+int
+xcb_render_query_pict_index_values_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_render_query_pict_index_values_cookie_t
+xcb_render_query_pict_index_values (xcb_connection_t *c /**< */,
+ xcb_render_pictformat_t format /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_render_query_pict_index_values_cookie_t
+xcb_render_query_pict_index_values_unchecked (xcb_connection_t *c /**< */,
+ xcb_render_pictformat_t format /**< */);
+
+xcb_render_indexvalue_t *
+xcb_render_query_pict_index_values_values (const xcb_render_query_pict_index_values_reply_t *R /**< */);
+
+int
+xcb_render_query_pict_index_values_values_length (const xcb_render_query_pict_index_values_reply_t *R /**< */);
+
+xcb_render_indexvalue_iterator_t
+xcb_render_query_pict_index_values_values_iterator (const xcb_render_query_pict_index_values_reply_t *R /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_render_query_pict_index_values_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_render_query_pict_index_values_reply_t *
+xcb_render_query_pict_index_values_reply (xcb_connection_t *c /**< */,
+ xcb_render_query_pict_index_values_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+int
+xcb_render_create_picture_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_create_picture_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t pid /**< */,
+ xcb_drawable_t drawable /**< */,
+ xcb_render_pictformat_t format /**< */,
+ uint32_t value_mask /**< */,
+ const uint32_t *value_list /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_create_picture (xcb_connection_t *c /**< */,
+ xcb_render_picture_t pid /**< */,
+ xcb_drawable_t drawable /**< */,
+ xcb_render_pictformat_t format /**< */,
+ uint32_t value_mask /**< */,
+ const uint32_t *value_list /**< */);
+
+int
+xcb_render_change_picture_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_change_picture_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ uint32_t value_mask /**< */,
+ const uint32_t *value_list /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_change_picture (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ uint32_t value_mask /**< */,
+ const uint32_t *value_list /**< */);
+
+int
+xcb_render_set_picture_clip_rectangles_sizeof (const void *_buffer /**< */,
+ uint32_t rectangles_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_set_picture_clip_rectangles_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ int16_t clip_x_origin /**< */,
+ int16_t clip_y_origin /**< */,
+ uint32_t rectangles_len /**< */,
+ const xcb_rectangle_t *rectangles /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_set_picture_clip_rectangles (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ int16_t clip_x_origin /**< */,
+ int16_t clip_y_origin /**< */,
+ uint32_t rectangles_len /**< */,
+ const xcb_rectangle_t *rectangles /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_free_picture_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_free_picture (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_composite_checked (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t mask /**< */,
+ xcb_render_picture_t dst /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ int16_t mask_x /**< */,
+ int16_t mask_y /**< */,
+ int16_t dst_x /**< */,
+ int16_t dst_y /**< */,
+ uint16_t width /**< */,
+ uint16_t height /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_composite (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t mask /**< */,
+ xcb_render_picture_t dst /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ int16_t mask_x /**< */,
+ int16_t mask_y /**< */,
+ int16_t dst_x /**< */,
+ int16_t dst_y /**< */,
+ uint16_t width /**< */,
+ uint16_t height /**< */);
+
+int
+xcb_render_trapezoids_sizeof (const void *_buffer /**< */,
+ uint32_t traps_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_trapezoids_checked (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t traps_len /**< */,
+ const xcb_render_trapezoid_t *traps /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_trapezoids (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t traps_len /**< */,
+ const xcb_render_trapezoid_t *traps /**< */);
+
+int
+xcb_render_triangles_sizeof (const void *_buffer /**< */,
+ uint32_t triangles_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_triangles_checked (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t triangles_len /**< */,
+ const xcb_render_triangle_t *triangles /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_triangles (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t triangles_len /**< */,
+ const xcb_render_triangle_t *triangles /**< */);
+
+int
+xcb_render_tri_strip_sizeof (const void *_buffer /**< */,
+ uint32_t points_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_tri_strip_checked (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t points_len /**< */,
+ const xcb_render_pointfix_t *points /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_tri_strip (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t points_len /**< */,
+ const xcb_render_pointfix_t *points /**< */);
+
+int
+xcb_render_tri_fan_sizeof (const void *_buffer /**< */,
+ uint32_t points_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_tri_fan_checked (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t points_len /**< */,
+ const xcb_render_pointfix_t *points /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_tri_fan (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t points_len /**< */,
+ const xcb_render_pointfix_t *points /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_create_glyph_set_checked (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t gsid /**< */,
+ xcb_render_pictformat_t format /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_create_glyph_set (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t gsid /**< */,
+ xcb_render_pictformat_t format /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_reference_glyph_set_checked (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t gsid /**< */,
+ xcb_render_glyphset_t existing /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_reference_glyph_set (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t gsid /**< */,
+ xcb_render_glyphset_t existing /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_free_glyph_set_checked (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t glyphset /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_free_glyph_set (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t glyphset /**< */);
+
+int
+xcb_render_add_glyphs_sizeof (const void *_buffer /**< */,
+ uint32_t data_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_add_glyphs_checked (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ uint32_t glyphs_len /**< */,
+ const uint32_t *glyphids /**< */,
+ const xcb_render_glyphinfo_t *glyphs /**< */,
+ uint32_t data_len /**< */,
+ const uint8_t *data /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_add_glyphs (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ uint32_t glyphs_len /**< */,
+ const uint32_t *glyphids /**< */,
+ const xcb_render_glyphinfo_t *glyphs /**< */,
+ uint32_t data_len /**< */,
+ const uint8_t *data /**< */);
+
+int
+xcb_render_free_glyphs_sizeof (const void *_buffer /**< */,
+ uint32_t glyphs_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_free_glyphs_checked (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ uint32_t glyphs_len /**< */,
+ const xcb_render_glyph_t *glyphs /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_free_glyphs (xcb_connection_t *c /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ uint32_t glyphs_len /**< */,
+ const xcb_render_glyph_t *glyphs /**< */);
+
+int
+xcb_render_composite_glyphs_8_sizeof (const void *_buffer /**< */,
+ uint32_t glyphcmds_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_composite_glyphs_8_checked (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t glyphcmds_len /**< */,
+ const uint8_t *glyphcmds /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_composite_glyphs_8 (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t glyphcmds_len /**< */,
+ const uint8_t *glyphcmds /**< */);
+
+int
+xcb_render_composite_glyphs_16_sizeof (const void *_buffer /**< */,
+ uint32_t glyphcmds_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_composite_glyphs_16_checked (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t glyphcmds_len /**< */,
+ const uint8_t *glyphcmds /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_composite_glyphs_16 (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t glyphcmds_len /**< */,
+ const uint8_t *glyphcmds /**< */);
+
+int
+xcb_render_composite_glyphs_32_sizeof (const void *_buffer /**< */,
+ uint32_t glyphcmds_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_composite_glyphs_32_checked (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t glyphcmds_len /**< */,
+ const uint8_t *glyphcmds /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_composite_glyphs_32 (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t src /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_pictformat_t mask_format /**< */,
+ xcb_render_glyphset_t glyphset /**< */,
+ int16_t src_x /**< */,
+ int16_t src_y /**< */,
+ uint32_t glyphcmds_len /**< */,
+ const uint8_t *glyphcmds /**< */);
+
+int
+xcb_render_fill_rectangles_sizeof (const void *_buffer /**< */,
+ uint32_t rects_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_fill_rectangles_checked (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_color_t color /**< */,
+ uint32_t rects_len /**< */,
+ const xcb_rectangle_t *rects /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_fill_rectangles (xcb_connection_t *c /**< */,
+ uint8_t op /**< */,
+ xcb_render_picture_t dst /**< */,
+ xcb_render_color_t color /**< */,
+ uint32_t rects_len /**< */,
+ const xcb_rectangle_t *rects /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_create_cursor_checked (xcb_connection_t *c /**< */,
+ xcb_cursor_t cid /**< */,
+ xcb_render_picture_t source /**< */,
+ uint16_t x /**< */,
+ uint16_t y /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_create_cursor (xcb_connection_t *c /**< */,
+ xcb_cursor_t cid /**< */,
+ xcb_render_picture_t source /**< */,
+ uint16_t x /**< */,
+ uint16_t y /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_transform_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_transform_t)
+ */
+void
+xcb_render_transform_next (xcb_render_transform_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_transform_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_transform_end (xcb_render_transform_iterator_t i /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_set_picture_transform_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_transform_t transform /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_set_picture_transform (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_transform_t transform /**< */);
+
+int
+xcb_render_query_filters_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_render_query_filters_cookie_t
+xcb_render_query_filters (xcb_connection_t *c /**< */,
+ xcb_drawable_t drawable /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_render_query_filters_cookie_t
+xcb_render_query_filters_unchecked (xcb_connection_t *c /**< */,
+ xcb_drawable_t drawable /**< */);
+
+uint16_t *
+xcb_render_query_filters_aliases (const xcb_render_query_filters_reply_t *R /**< */);
+
+int
+xcb_render_query_filters_aliases_length (const xcb_render_query_filters_reply_t *R /**< */);
+
+xcb_generic_iterator_t
+xcb_render_query_filters_aliases_end (const xcb_render_query_filters_reply_t *R /**< */);
+
+int
+xcb_render_query_filters_filters_length (const xcb_render_query_filters_reply_t *R /**< */);
+
+xcb_str_iterator_t
+xcb_render_query_filters_filters_iterator (const xcb_render_query_filters_reply_t *R /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_render_query_filters_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_render_query_filters_reply_t *
+xcb_render_query_filters_reply (xcb_connection_t *c /**< */,
+ xcb_render_query_filters_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+int
+xcb_render_set_picture_filter_sizeof (const void *_buffer /**< */,
+ uint32_t values_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_set_picture_filter_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ uint16_t filter_len /**< */,
+ const char *filter /**< */,
+ uint32_t values_len /**< */,
+ const xcb_render_fixed_t *values /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_set_picture_filter (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ uint16_t filter_len /**< */,
+ const char *filter /**< */,
+ uint32_t values_len /**< */,
+ const xcb_render_fixed_t *values /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_animcursorelt_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_animcursorelt_t)
+ */
+void
+xcb_render_animcursorelt_next (xcb_render_animcursorelt_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_animcursorelt_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_animcursorelt_end (xcb_render_animcursorelt_iterator_t i /**< */);
+
+int
+xcb_render_create_anim_cursor_sizeof (const void *_buffer /**< */,
+ uint32_t cursors_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_create_anim_cursor_checked (xcb_connection_t *c /**< */,
+ xcb_cursor_t cid /**< */,
+ uint32_t cursors_len /**< */,
+ const xcb_render_animcursorelt_t *cursors /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_create_anim_cursor (xcb_connection_t *c /**< */,
+ xcb_cursor_t cid /**< */,
+ uint32_t cursors_len /**< */,
+ const xcb_render_animcursorelt_t *cursors /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_spanfix_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_spanfix_t)
+ */
+void
+xcb_render_spanfix_next (xcb_render_spanfix_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_spanfix_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_spanfix_end (xcb_render_spanfix_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_render_trap_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_render_trap_t)
+ */
+void
+xcb_render_trap_next (xcb_render_trap_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_render_trap_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_render_trap_end (xcb_render_trap_iterator_t i /**< */);
+
+int
+xcb_render_add_traps_sizeof (const void *_buffer /**< */,
+ uint32_t traps_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_add_traps_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ int16_t x_off /**< */,
+ int16_t y_off /**< */,
+ uint32_t traps_len /**< */,
+ const xcb_render_trap_t *traps /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_add_traps (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ int16_t x_off /**< */,
+ int16_t y_off /**< */,
+ uint32_t traps_len /**< */,
+ const xcb_render_trap_t *traps /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_create_solid_fill_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_color_t color /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_create_solid_fill (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_color_t color /**< */);
+
+int
+xcb_render_create_linear_gradient_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_create_linear_gradient_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_pointfix_t p1 /**< */,
+ xcb_render_pointfix_t p2 /**< */,
+ uint32_t num_stops /**< */,
+ const xcb_render_fixed_t *stops /**< */,
+ const xcb_render_color_t *colors /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_create_linear_gradient (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_pointfix_t p1 /**< */,
+ xcb_render_pointfix_t p2 /**< */,
+ uint32_t num_stops /**< */,
+ const xcb_render_fixed_t *stops /**< */,
+ const xcb_render_color_t *colors /**< */);
+
+int
+xcb_render_create_radial_gradient_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_create_radial_gradient_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_pointfix_t inner /**< */,
+ xcb_render_pointfix_t outer /**< */,
+ xcb_render_fixed_t inner_radius /**< */,
+ xcb_render_fixed_t outer_radius /**< */,
+ uint32_t num_stops /**< */,
+ const xcb_render_fixed_t *stops /**< */,
+ const xcb_render_color_t *colors /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_create_radial_gradient (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_pointfix_t inner /**< */,
+ xcb_render_pointfix_t outer /**< */,
+ xcb_render_fixed_t inner_radius /**< */,
+ xcb_render_fixed_t outer_radius /**< */,
+ uint32_t num_stops /**< */,
+ const xcb_render_fixed_t *stops /**< */,
+ const xcb_render_color_t *colors /**< */);
+
+int
+xcb_render_create_conical_gradient_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_render_create_conical_gradient_checked (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_pointfix_t center /**< */,
+ xcb_render_fixed_t angle /**< */,
+ uint32_t num_stops /**< */,
+ const xcb_render_fixed_t *stops /**< */,
+ const xcb_render_color_t *colors /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_render_create_conical_gradient (xcb_connection_t *c /**< */,
+ xcb_render_picture_t picture /**< */,
+ xcb_render_pointfix_t center /**< */,
+ xcb_render_fixed_t angle /**< */,
+ uint32_t num_stops /**< */,
+ const xcb_render_fixed_t *stops /**< */,
+ const xcb_render_color_t *colors /**< */);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+/**
+ * @}
+ */
diff --git a/include/xcb/shape.h b/include/xcb/shape.h
index abb63c166..6bb44b968 100644
--- a/include/xcb/shape.h
+++ b/include/xcb/shape.h
@@ -1,1103 +1,743 @@
-/*
- * This file generated automatically from shape.xml by c_client.py.
- * Edit at your peril.
- */
-
-/**
- * @defgroup XCB_Shape_API XCB Shape API
- * @brief Shape XCB Protocol Implementation.
- * @{
- **/
-
-#ifndef __SHAPE_H
-#define __SHAPE_H
-
-#include "xcb.h"
-#include "xproto.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define XCB_SHAPE_MAJOR_VERSION 1
-#define XCB_SHAPE_MINOR_VERSION 1
-
-XCB_EXTERN xcb_extension_t xcb_shape_id;
-
-typedef uint8_t xcb_shape_op_t;
-
-/**
- * @brief xcb_shape_op_iterator_t
- **/
-typedef struct xcb_shape_op_iterator_t {
- xcb_shape_op_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_shape_op_iterator_t;
-
-typedef uint8_t xcb_shape_kind_t;
-
-/**
- * @brief xcb_shape_kind_iterator_t
- **/
-typedef struct xcb_shape_kind_iterator_t {
- xcb_shape_kind_t *data; /**< */
- int rem; /**< */
- int index; /**< */
-} xcb_shape_kind_iterator_t;
-
-typedef enum xcb_shape_so_t {
- XCB_SHAPE_SO_SET = 0,
- XCB_SHAPE_SO_UNION = 1,
- XCB_SHAPE_SO_INTERSECT = 2,
- XCB_SHAPE_SO_SUBTRACT = 3,
- XCB_SHAPE_SO_INVERT = 4
-} xcb_shape_so_t;
-
-typedef enum xcb_shape_sk_t {
- XCB_SHAPE_SK_BOUNDING = 0,
- XCB_SHAPE_SK_CLIP = 1,
- XCB_SHAPE_SK_INPUT = 2
-} xcb_shape_sk_t;
-
-/** Opcode for xcb_shape_notify. */
-#define XCB_SHAPE_NOTIFY 0
-
-/**
- * @brief xcb_shape_notify_event_t
- **/
-typedef struct xcb_shape_notify_event_t {
- uint8_t response_type; /**< */
- xcb_shape_kind_t shape_kind; /**< */
- uint16_t sequence; /**< */
- xcb_window_t affected_window; /**< */
- int16_t extents_x; /**< */
- int16_t extents_y; /**< */
- uint16_t extents_width; /**< */
- uint16_t extents_height; /**< */
- xcb_timestamp_t server_time; /**< */
- uint8_t shaped; /**< */
- uint8_t pad0[11]; /**< */
-} xcb_shape_notify_event_t;
-
-/**
- * @brief xcb_shape_query_version_cookie_t
- **/
-typedef struct xcb_shape_query_version_cookie_t {
- unsigned int sequence; /**< */
-} xcb_shape_query_version_cookie_t;
-
-/** Opcode for xcb_shape_query_version. */
-#define XCB_SHAPE_QUERY_VERSION 0
-
-/**
- * @brief xcb_shape_query_version_request_t
- **/
-typedef struct xcb_shape_query_version_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
-} xcb_shape_query_version_request_t;
-
-/**
- * @brief xcb_shape_query_version_reply_t
- **/
-typedef struct xcb_shape_query_version_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint16_t major_version; /**< */
- uint16_t minor_version; /**< */
-} xcb_shape_query_version_reply_t;
-
-/** Opcode for xcb_shape_rectangles. */
-#define XCB_SHAPE_RECTANGLES 1
-
-/**
- * @brief xcb_shape_rectangles_request_t
- **/
-typedef struct xcb_shape_rectangles_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_shape_op_t operation; /**< */
- xcb_shape_kind_t destination_kind; /**< */
- uint8_t ordering; /**< */
- uint8_t pad0; /**< */
- xcb_window_t destination_window; /**< */
- int16_t x_offset; /**< */
- int16_t y_offset; /**< */
-} xcb_shape_rectangles_request_t;
-
-/** Opcode for xcb_shape_mask. */
-#define XCB_SHAPE_MASK 2
-
-/**
- * @brief xcb_shape_mask_request_t
- **/
-typedef struct xcb_shape_mask_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_shape_op_t operation; /**< */
- xcb_shape_kind_t destination_kind; /**< */
- uint8_t pad0[2]; /**< */
- xcb_window_t destination_window; /**< */
- int16_t x_offset; /**< */
- int16_t y_offset; /**< */
- xcb_pixmap_t source_bitmap; /**< */
-} xcb_shape_mask_request_t;
-
-/** Opcode for xcb_shape_combine. */
-#define XCB_SHAPE_COMBINE 3
-
-/**
- * @brief xcb_shape_combine_request_t
- **/
-typedef struct xcb_shape_combine_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_shape_op_t operation; /**< */
- xcb_shape_kind_t destination_kind; /**< */
- xcb_shape_kind_t source_kind; /**< */
- uint8_t pad0; /**< */
- xcb_window_t destination_window; /**< */
- int16_t x_offset; /**< */
- int16_t y_offset; /**< */
- xcb_window_t source_window; /**< */
-} xcb_shape_combine_request_t;
-
-/** Opcode for xcb_shape_offset. */
-#define XCB_SHAPE_OFFSET 4
-
-/**
- * @brief xcb_shape_offset_request_t
- **/
-typedef struct xcb_shape_offset_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_shape_kind_t destination_kind; /**< */
- uint8_t pad0[3]; /**< */
- xcb_window_t destination_window; /**< */
- int16_t x_offset; /**< */
- int16_t y_offset; /**< */
-} xcb_shape_offset_request_t;
-
-/**
- * @brief xcb_shape_query_extents_cookie_t
- **/
-typedef struct xcb_shape_query_extents_cookie_t {
- unsigned int sequence; /**< */
-} xcb_shape_query_extents_cookie_t;
-
-/** Opcode for xcb_shape_query_extents. */
-#define XCB_SHAPE_QUERY_EXTENTS 5
-
-/**
- * @brief xcb_shape_query_extents_request_t
- **/
-typedef struct xcb_shape_query_extents_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_window_t destination_window; /**< */
-} xcb_shape_query_extents_request_t;
-
-/**
- * @brief xcb_shape_query_extents_reply_t
- **/
-typedef struct xcb_shape_query_extents_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint8_t bounding_shaped; /**< */
- uint8_t clip_shaped; /**< */
- uint8_t pad1[2]; /**< */
- int16_t bounding_shape_extents_x; /**< */
- int16_t bounding_shape_extents_y; /**< */
- uint16_t bounding_shape_extents_width; /**< */
- uint16_t bounding_shape_extents_height; /**< */
- int16_t clip_shape_extents_x; /**< */
- int16_t clip_shape_extents_y; /**< */
- uint16_t clip_shape_extents_width; /**< */
- uint16_t clip_shape_extents_height; /**< */
-} xcb_shape_query_extents_reply_t;
-
-/** Opcode for xcb_shape_select_input. */
-#define XCB_SHAPE_SELECT_INPUT 6
-
-/**
- * @brief xcb_shape_select_input_request_t
- **/
-typedef struct xcb_shape_select_input_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_window_t destination_window; /**< */
- uint8_t enable; /**< */
- uint8_t pad0[3]; /**< */
-} xcb_shape_select_input_request_t;
-
-/**
- * @brief xcb_shape_input_selected_cookie_t
- **/
-typedef struct xcb_shape_input_selected_cookie_t {
- unsigned int sequence; /**< */
-} xcb_shape_input_selected_cookie_t;
-
-/** Opcode for xcb_shape_input_selected. */
-#define XCB_SHAPE_INPUT_SELECTED 7
-
-/**
- * @brief xcb_shape_input_selected_request_t
- **/
-typedef struct xcb_shape_input_selected_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_window_t destination_window; /**< */
-} xcb_shape_input_selected_request_t;
-
-/**
- * @brief xcb_shape_input_selected_reply_t
- **/
-typedef struct xcb_shape_input_selected_reply_t {
- uint8_t response_type; /**< */
- uint8_t enabled; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
-} xcb_shape_input_selected_reply_t;
-
-/**
- * @brief xcb_shape_get_rectangles_cookie_t
- **/
-typedef struct xcb_shape_get_rectangles_cookie_t {
- unsigned int sequence; /**< */
-} xcb_shape_get_rectangles_cookie_t;
-
-/** Opcode for xcb_shape_get_rectangles. */
-#define XCB_SHAPE_GET_RECTANGLES 8
-
-/**
- * @brief xcb_shape_get_rectangles_request_t
- **/
-typedef struct xcb_shape_get_rectangles_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- xcb_window_t window; /**< */
- xcb_shape_kind_t source_kind; /**< */
- uint8_t pad0[3]; /**< */
-} xcb_shape_get_rectangles_request_t;
-
-/**
- * @brief xcb_shape_get_rectangles_reply_t
- **/
-typedef struct xcb_shape_get_rectangles_reply_t {
- uint8_t response_type; /**< */
- uint8_t ordering; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint32_t rectangles_len; /**< */
- uint8_t pad0[20]; /**< */
-} xcb_shape_get_rectangles_reply_t;
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_shape_op_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_shape_op_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_shape_op_next
- **
- ** @param xcb_shape_op_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_shape_op_next (xcb_shape_op_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_shape_op_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_shape_op_end
- **
- ** @param xcb_shape_op_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_shape_op_end (xcb_shape_op_iterator_t i /**< */);
-
-/**
- * Get the next element of the iterator
- * @param i Pointer to a xcb_shape_kind_iterator_t
- *
- * Get the next element in the iterator. The member rem is
- * decreased by one. The member data points to the next
- * element. The member index is increased by sizeof(xcb_shape_kind_t)
- */
-
-/*****************************************************************************
- **
- ** void xcb_shape_kind_next
- **
- ** @param xcb_shape_kind_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
-void
-xcb_shape_kind_next (xcb_shape_kind_iterator_t *i /**< */);
-
-/**
- * Return the iterator pointing to the last element
- * @param i An xcb_shape_kind_iterator_t
- * @return The iterator pointing to the last element
- *
- * Set the current element in the iterator to the last element.
- * The member rem is set to 0. The member data points to the
- * last element.
- */
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_shape_kind_end
- **
- ** @param xcb_shape_kind_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_shape_kind_end (xcb_shape_kind_iterator_t i /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_query_version_cookie_t xcb_shape_query_version
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_shape_query_version_cookie_t
- **
- *****************************************************************************/
-
-xcb_shape_query_version_cookie_t
-xcb_shape_query_version (xcb_connection_t *c /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_query_version_cookie_t xcb_shape_query_version_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_shape_query_version_cookie_t
- **
- *****************************************************************************/
-
-xcb_shape_query_version_cookie_t
-xcb_shape_query_version_unchecked (xcb_connection_t *c /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_shape_query_version_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_query_version_reply_t * xcb_shape_query_version_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_query_version_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_shape_query_version_reply_t *
- **
- *****************************************************************************/
-
-xcb_shape_query_version_reply_t *
-xcb_shape_query_version_reply (xcb_connection_t *c /**< */,
- xcb_shape_query_version_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-int
-xcb_shape_rectangles_sizeof (const void *_buffer /**< */,
- uint32_t rectangles_len /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_rectangles_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_op_t operation
- ** @param xcb_shape_kind_t destination_kind
- ** @param uint8_t ordering
- ** @param xcb_window_t destination_window
- ** @param int16_t x_offset
- ** @param int16_t y_offset
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_rectangles_checked (xcb_connection_t *c /**< */,
- xcb_shape_op_t operation /**< */,
- xcb_shape_kind_t destination_kind /**< */,
- uint8_t ordering /**< */,
- xcb_window_t destination_window /**< */,
- int16_t x_offset /**< */,
- int16_t y_offset /**< */,
- uint32_t rectangles_len /**< */,
- const xcb_rectangle_t *rectangles /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_rectangles
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_op_t operation
- ** @param xcb_shape_kind_t destination_kind
- ** @param uint8_t ordering
- ** @param xcb_window_t destination_window
- ** @param int16_t x_offset
- ** @param int16_t y_offset
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_rectangles (xcb_connection_t *c /**< */,
- xcb_shape_op_t operation /**< */,
- xcb_shape_kind_t destination_kind /**< */,
- uint8_t ordering /**< */,
- xcb_window_t destination_window /**< */,
- int16_t x_offset /**< */,
- int16_t y_offset /**< */,
- uint32_t rectangles_len /**< */,
- const xcb_rectangle_t *rectangles /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_mask_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_op_t operation
- ** @param xcb_shape_kind_t destination_kind
- ** @param xcb_window_t destination_window
- ** @param int16_t x_offset
- ** @param int16_t y_offset
- ** @param xcb_pixmap_t source_bitmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_mask_checked (xcb_connection_t *c /**< */,
- xcb_shape_op_t operation /**< */,
- xcb_shape_kind_t destination_kind /**< */,
- xcb_window_t destination_window /**< */,
- int16_t x_offset /**< */,
- int16_t y_offset /**< */,
- xcb_pixmap_t source_bitmap /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_mask
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_op_t operation
- ** @param xcb_shape_kind_t destination_kind
- ** @param xcb_window_t destination_window
- ** @param int16_t x_offset
- ** @param int16_t y_offset
- ** @param xcb_pixmap_t source_bitmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_mask (xcb_connection_t *c /**< */,
- xcb_shape_op_t operation /**< */,
- xcb_shape_kind_t destination_kind /**< */,
- xcb_window_t destination_window /**< */,
- int16_t x_offset /**< */,
- int16_t y_offset /**< */,
- xcb_pixmap_t source_bitmap /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_combine_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_op_t operation
- ** @param xcb_shape_kind_t destination_kind
- ** @param xcb_shape_kind_t source_kind
- ** @param xcb_window_t destination_window
- ** @param int16_t x_offset
- ** @param int16_t y_offset
- ** @param xcb_window_t source_window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_combine_checked (xcb_connection_t *c /**< */,
- xcb_shape_op_t operation /**< */,
- xcb_shape_kind_t destination_kind /**< */,
- xcb_shape_kind_t source_kind /**< */,
- xcb_window_t destination_window /**< */,
- int16_t x_offset /**< */,
- int16_t y_offset /**< */,
- xcb_window_t source_window /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_combine
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_op_t operation
- ** @param xcb_shape_kind_t destination_kind
- ** @param xcb_shape_kind_t source_kind
- ** @param xcb_window_t destination_window
- ** @param int16_t x_offset
- ** @param int16_t y_offset
- ** @param xcb_window_t source_window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_combine (xcb_connection_t *c /**< */,
- xcb_shape_op_t operation /**< */,
- xcb_shape_kind_t destination_kind /**< */,
- xcb_shape_kind_t source_kind /**< */,
- xcb_window_t destination_window /**< */,
- int16_t x_offset /**< */,
- int16_t y_offset /**< */,
- xcb_window_t source_window /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_offset_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_kind_t destination_kind
- ** @param xcb_window_t destination_window
- ** @param int16_t x_offset
- ** @param int16_t y_offset
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_offset_checked (xcb_connection_t *c /**< */,
- xcb_shape_kind_t destination_kind /**< */,
- xcb_window_t destination_window /**< */,
- int16_t x_offset /**< */,
- int16_t y_offset /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_offset
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_kind_t destination_kind
- ** @param xcb_window_t destination_window
- ** @param int16_t x_offset
- ** @param int16_t y_offset
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_offset (xcb_connection_t *c /**< */,
- xcb_shape_kind_t destination_kind /**< */,
- xcb_window_t destination_window /**< */,
- int16_t x_offset /**< */,
- int16_t y_offset /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_query_extents_cookie_t xcb_shape_query_extents
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t destination_window
- ** @returns xcb_shape_query_extents_cookie_t
- **
- *****************************************************************************/
-
-xcb_shape_query_extents_cookie_t
-xcb_shape_query_extents (xcb_connection_t *c /**< */,
- xcb_window_t destination_window /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_query_extents_cookie_t xcb_shape_query_extents_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t destination_window
- ** @returns xcb_shape_query_extents_cookie_t
- **
- *****************************************************************************/
-
-xcb_shape_query_extents_cookie_t
-xcb_shape_query_extents_unchecked (xcb_connection_t *c /**< */,
- xcb_window_t destination_window /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_shape_query_extents_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_query_extents_reply_t * xcb_shape_query_extents_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_query_extents_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_shape_query_extents_reply_t *
- **
- *****************************************************************************/
-
-xcb_shape_query_extents_reply_t *
-xcb_shape_query_extents_reply (xcb_connection_t *c /**< */,
- xcb_shape_query_extents_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will not cause
- * a reply to be generated. Any returned error will be
- * saved for handling by xcb_request_check().
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_select_input_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t destination_window
- ** @param uint8_t enable
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_select_input_checked (xcb_connection_t *c /**< */,
- xcb_window_t destination_window /**< */,
- uint8_t enable /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_shape_select_input
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t destination_window
- ** @param uint8_t enable
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
-xcb_void_cookie_t
-xcb_shape_select_input (xcb_connection_t *c /**< */,
- xcb_window_t destination_window /**< */,
- uint8_t enable /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_input_selected_cookie_t xcb_shape_input_selected
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t destination_window
- ** @returns xcb_shape_input_selected_cookie_t
- **
- *****************************************************************************/
-
-xcb_shape_input_selected_cookie_t
-xcb_shape_input_selected (xcb_connection_t *c /**< */,
- xcb_window_t destination_window /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_input_selected_cookie_t xcb_shape_input_selected_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t destination_window
- ** @returns xcb_shape_input_selected_cookie_t
- **
- *****************************************************************************/
-
-xcb_shape_input_selected_cookie_t
-xcb_shape_input_selected_unchecked (xcb_connection_t *c /**< */,
- xcb_window_t destination_window /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_shape_input_selected_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_input_selected_reply_t * xcb_shape_input_selected_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_input_selected_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_shape_input_selected_reply_t *
- **
- *****************************************************************************/
-
-xcb_shape_input_selected_reply_t *
-xcb_shape_input_selected_reply (xcb_connection_t *c /**< */,
- xcb_shape_input_selected_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-int
-xcb_shape_get_rectangles_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_get_rectangles_cookie_t xcb_shape_get_rectangles
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param xcb_shape_kind_t source_kind
- ** @returns xcb_shape_get_rectangles_cookie_t
- **
- *****************************************************************************/
-
-xcb_shape_get_rectangles_cookie_t
-xcb_shape_get_rectangles (xcb_connection_t *c /**< */,
- xcb_window_t window /**< */,
- xcb_shape_kind_t source_kind /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_get_rectangles_cookie_t xcb_shape_get_rectangles_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param xcb_shape_kind_t source_kind
- ** @returns xcb_shape_get_rectangles_cookie_t
- **
- *****************************************************************************/
-
-xcb_shape_get_rectangles_cookie_t
-xcb_shape_get_rectangles_unchecked (xcb_connection_t *c /**< */,
- xcb_window_t window /**< */,
- xcb_shape_kind_t source_kind /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_rectangle_t * xcb_shape_get_rectangles_rectangles
- **
- ** @param const xcb_shape_get_rectangles_reply_t *R
- ** @returns xcb_rectangle_t *
- **
- *****************************************************************************/
-
-xcb_rectangle_t *
-xcb_shape_get_rectangles_rectangles (const xcb_shape_get_rectangles_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_shape_get_rectangles_rectangles_length
- **
- ** @param const xcb_shape_get_rectangles_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_shape_get_rectangles_rectangles_length (const xcb_shape_get_rectangles_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_rectangle_iterator_t xcb_shape_get_rectangles_rectangles_iterator
- **
- ** @param const xcb_shape_get_rectangles_reply_t *R
- ** @returns xcb_rectangle_iterator_t
- **
- *****************************************************************************/
-
-xcb_rectangle_iterator_t
-xcb_shape_get_rectangles_rectangles_iterator (const xcb_shape_get_rectangles_reply_t *R /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_shape_get_rectangles_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_shape_get_rectangles_reply_t * xcb_shape_get_rectangles_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_shape_get_rectangles_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_shape_get_rectangles_reply_t *
- **
- *****************************************************************************/
-
-xcb_shape_get_rectangles_reply_t *
-xcb_shape_get_rectangles_reply (xcb_connection_t *c /**< */,
- xcb_shape_get_rectangles_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-
-/**
- * @}
- */
+/*
+ * This file generated automatically from shape.xml by c_client.py.
+ * Edit at your peril.
+ */
+
+/**
+ * @defgroup XCB_Shape_API XCB Shape API
+ * @brief Shape XCB Protocol Implementation.
+ * @{
+ **/
+
+#ifndef __SHAPE_H
+#define __SHAPE_H
+
+#include "xcb.h"
+#include "xproto.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define XCB_SHAPE_MAJOR_VERSION 1
+#define XCB_SHAPE_MINOR_VERSION 1
+
+XCB_EXTERN xcb_extension_t xcb_shape_id;
+
+typedef uint8_t xcb_shape_op_t;
+
+/**
+ * @brief xcb_shape_op_iterator_t
+ **/
+typedef struct xcb_shape_op_iterator_t {
+ xcb_shape_op_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_shape_op_iterator_t;
+
+typedef uint8_t xcb_shape_kind_t;
+
+/**
+ * @brief xcb_shape_kind_iterator_t
+ **/
+typedef struct xcb_shape_kind_iterator_t {
+ xcb_shape_kind_t *data; /**< */
+ int rem; /**< */
+ int index; /**< */
+} xcb_shape_kind_iterator_t;
+
+typedef enum xcb_shape_so_t {
+ XCB_SHAPE_SO_SET = 0,
+ XCB_SHAPE_SO_UNION = 1,
+ XCB_SHAPE_SO_INTERSECT = 2,
+ XCB_SHAPE_SO_SUBTRACT = 3,
+ XCB_SHAPE_SO_INVERT = 4
+} xcb_shape_so_t;
+
+typedef enum xcb_shape_sk_t {
+ XCB_SHAPE_SK_BOUNDING = 0,
+ XCB_SHAPE_SK_CLIP = 1,
+ XCB_SHAPE_SK_INPUT = 2
+} xcb_shape_sk_t;
+
+/** Opcode for xcb_shape_notify. */
+#define XCB_SHAPE_NOTIFY 0
+
+/**
+ * @brief xcb_shape_notify_event_t
+ **/
+typedef struct xcb_shape_notify_event_t {
+ uint8_t response_type; /**< */
+ xcb_shape_kind_t shape_kind; /**< */
+ uint16_t sequence; /**< */
+ xcb_window_t affected_window; /**< */
+ int16_t extents_x; /**< */
+ int16_t extents_y; /**< */
+ uint16_t extents_width; /**< */
+ uint16_t extents_height; /**< */
+ xcb_timestamp_t server_time; /**< */
+ uint8_t shaped; /**< */
+ uint8_t pad0[11]; /**< */
+} xcb_shape_notify_event_t;
+
+/**
+ * @brief xcb_shape_query_version_cookie_t
+ **/
+typedef struct xcb_shape_query_version_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_shape_query_version_cookie_t;
+
+/** Opcode for xcb_shape_query_version. */
+#define XCB_SHAPE_QUERY_VERSION 0
+
+/**
+ * @brief xcb_shape_query_version_request_t
+ **/
+typedef struct xcb_shape_query_version_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+} xcb_shape_query_version_request_t;
+
+/**
+ * @brief xcb_shape_query_version_reply_t
+ **/
+typedef struct xcb_shape_query_version_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint16_t major_version; /**< */
+ uint16_t minor_version; /**< */
+} xcb_shape_query_version_reply_t;
+
+/** Opcode for xcb_shape_rectangles. */
+#define XCB_SHAPE_RECTANGLES 1
+
+/**
+ * @brief xcb_shape_rectangles_request_t
+ **/
+typedef struct xcb_shape_rectangles_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_shape_op_t operation; /**< */
+ xcb_shape_kind_t destination_kind; /**< */
+ uint8_t ordering; /**< */
+ uint8_t pad0; /**< */
+ xcb_window_t destination_window; /**< */
+ int16_t x_offset; /**< */
+ int16_t y_offset; /**< */
+} xcb_shape_rectangles_request_t;
+
+/** Opcode for xcb_shape_mask. */
+#define XCB_SHAPE_MASK 2
+
+/**
+ * @brief xcb_shape_mask_request_t
+ **/
+typedef struct xcb_shape_mask_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_shape_op_t operation; /**< */
+ xcb_shape_kind_t destination_kind; /**< */
+ uint8_t pad0[2]; /**< */
+ xcb_window_t destination_window; /**< */
+ int16_t x_offset; /**< */
+ int16_t y_offset; /**< */
+ xcb_pixmap_t source_bitmap; /**< */
+} xcb_shape_mask_request_t;
+
+/** Opcode for xcb_shape_combine. */
+#define XCB_SHAPE_COMBINE 3
+
+/**
+ * @brief xcb_shape_combine_request_t
+ **/
+typedef struct xcb_shape_combine_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_shape_op_t operation; /**< */
+ xcb_shape_kind_t destination_kind; /**< */
+ xcb_shape_kind_t source_kind; /**< */
+ uint8_t pad0; /**< */
+ xcb_window_t destination_window; /**< */
+ int16_t x_offset; /**< */
+ int16_t y_offset; /**< */
+ xcb_window_t source_window; /**< */
+} xcb_shape_combine_request_t;
+
+/** Opcode for xcb_shape_offset. */
+#define XCB_SHAPE_OFFSET 4
+
+/**
+ * @brief xcb_shape_offset_request_t
+ **/
+typedef struct xcb_shape_offset_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_shape_kind_t destination_kind; /**< */
+ uint8_t pad0[3]; /**< */
+ xcb_window_t destination_window; /**< */
+ int16_t x_offset; /**< */
+ int16_t y_offset; /**< */
+} xcb_shape_offset_request_t;
+
+/**
+ * @brief xcb_shape_query_extents_cookie_t
+ **/
+typedef struct xcb_shape_query_extents_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_shape_query_extents_cookie_t;
+
+/** Opcode for xcb_shape_query_extents. */
+#define XCB_SHAPE_QUERY_EXTENTS 5
+
+/**
+ * @brief xcb_shape_query_extents_request_t
+ **/
+typedef struct xcb_shape_query_extents_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_window_t destination_window; /**< */
+} xcb_shape_query_extents_request_t;
+
+/**
+ * @brief xcb_shape_query_extents_reply_t
+ **/
+typedef struct xcb_shape_query_extents_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint8_t bounding_shaped; /**< */
+ uint8_t clip_shaped; /**< */
+ uint8_t pad1[2]; /**< */
+ int16_t bounding_shape_extents_x; /**< */
+ int16_t bounding_shape_extents_y; /**< */
+ uint16_t bounding_shape_extents_width; /**< */
+ uint16_t bounding_shape_extents_height; /**< */
+ int16_t clip_shape_extents_x; /**< */
+ int16_t clip_shape_extents_y; /**< */
+ uint16_t clip_shape_extents_width; /**< */
+ uint16_t clip_shape_extents_height; /**< */
+} xcb_shape_query_extents_reply_t;
+
+/** Opcode for xcb_shape_select_input. */
+#define XCB_SHAPE_SELECT_INPUT 6
+
+/**
+ * @brief xcb_shape_select_input_request_t
+ **/
+typedef struct xcb_shape_select_input_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_window_t destination_window; /**< */
+ uint8_t enable; /**< */
+ uint8_t pad0[3]; /**< */
+} xcb_shape_select_input_request_t;
+
+/**
+ * @brief xcb_shape_input_selected_cookie_t
+ **/
+typedef struct xcb_shape_input_selected_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_shape_input_selected_cookie_t;
+
+/** Opcode for xcb_shape_input_selected. */
+#define XCB_SHAPE_INPUT_SELECTED 7
+
+/**
+ * @brief xcb_shape_input_selected_request_t
+ **/
+typedef struct xcb_shape_input_selected_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_window_t destination_window; /**< */
+} xcb_shape_input_selected_request_t;
+
+/**
+ * @brief xcb_shape_input_selected_reply_t
+ **/
+typedef struct xcb_shape_input_selected_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t enabled; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+} xcb_shape_input_selected_reply_t;
+
+/**
+ * @brief xcb_shape_get_rectangles_cookie_t
+ **/
+typedef struct xcb_shape_get_rectangles_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_shape_get_rectangles_cookie_t;
+
+/** Opcode for xcb_shape_get_rectangles. */
+#define XCB_SHAPE_GET_RECTANGLES 8
+
+/**
+ * @brief xcb_shape_get_rectangles_request_t
+ **/
+typedef struct xcb_shape_get_rectangles_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ xcb_window_t window; /**< */
+ xcb_shape_kind_t source_kind; /**< */
+ uint8_t pad0[3]; /**< */
+} xcb_shape_get_rectangles_request_t;
+
+/**
+ * @brief xcb_shape_get_rectangles_reply_t
+ **/
+typedef struct xcb_shape_get_rectangles_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t ordering; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint32_t rectangles_len; /**< */
+ uint8_t pad0[20]; /**< */
+} xcb_shape_get_rectangles_reply_t;
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_shape_op_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_shape_op_t)
+ */
+void
+xcb_shape_op_next (xcb_shape_op_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_shape_op_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_shape_op_end (xcb_shape_op_iterator_t i /**< */);
+
+/**
+ * Get the next element of the iterator
+ * @param i Pointer to a xcb_shape_kind_iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(xcb_shape_kind_t)
+ */
+void
+xcb_shape_kind_next (xcb_shape_kind_iterator_t *i /**< */);
+
+/**
+ * Return the iterator pointing to the last element
+ * @param i An xcb_shape_kind_iterator_t
+ * @return The iterator pointing to the last element
+ *
+ * Set the current element in the iterator to the last element.
+ * The member rem is set to 0. The member data points to the
+ * last element.
+ */
+xcb_generic_iterator_t
+xcb_shape_kind_end (xcb_shape_kind_iterator_t i /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_shape_query_version_cookie_t
+xcb_shape_query_version (xcb_connection_t *c /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_shape_query_version_cookie_t
+xcb_shape_query_version_unchecked (xcb_connection_t *c /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_shape_query_version_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_shape_query_version_reply_t *
+xcb_shape_query_version_reply (xcb_connection_t *c /**< */,
+ xcb_shape_query_version_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+int
+xcb_shape_rectangles_sizeof (const void *_buffer /**< */,
+ uint32_t rectangles_len /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_shape_rectangles_checked (xcb_connection_t *c /**< */,
+ xcb_shape_op_t operation /**< */,
+ xcb_shape_kind_t destination_kind /**< */,
+ uint8_t ordering /**< */,
+ xcb_window_t destination_window /**< */,
+ int16_t x_offset /**< */,
+ int16_t y_offset /**< */,
+ uint32_t rectangles_len /**< */,
+ const xcb_rectangle_t *rectangles /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_shape_rectangles (xcb_connection_t *c /**< */,
+ xcb_shape_op_t operation /**< */,
+ xcb_shape_kind_t destination_kind /**< */,
+ uint8_t ordering /**< */,
+ xcb_window_t destination_window /**< */,
+ int16_t x_offset /**< */,
+ int16_t y_offset /**< */,
+ uint32_t rectangles_len /**< */,
+ const xcb_rectangle_t *rectangles /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_shape_mask_checked (xcb_connection_t *c /**< */,
+ xcb_shape_op_t operation /**< */,
+ xcb_shape_kind_t destination_kind /**< */,
+ xcb_window_t destination_window /**< */,
+ int16_t x_offset /**< */,
+ int16_t y_offset /**< */,
+ xcb_pixmap_t source_bitmap /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_shape_mask (xcb_connection_t *c /**< */,
+ xcb_shape_op_t operation /**< */,
+ xcb_shape_kind_t destination_kind /**< */,
+ xcb_window_t destination_window /**< */,
+ int16_t x_offset /**< */,
+ int16_t y_offset /**< */,
+ xcb_pixmap_t source_bitmap /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_shape_combine_checked (xcb_connection_t *c /**< */,
+ xcb_shape_op_t operation /**< */,
+ xcb_shape_kind_t destination_kind /**< */,
+ xcb_shape_kind_t source_kind /**< */,
+ xcb_window_t destination_window /**< */,
+ int16_t x_offset /**< */,
+ int16_t y_offset /**< */,
+ xcb_window_t source_window /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_shape_combine (xcb_connection_t *c /**< */,
+ xcb_shape_op_t operation /**< */,
+ xcb_shape_kind_t destination_kind /**< */,
+ xcb_shape_kind_t source_kind /**< */,
+ xcb_window_t destination_window /**< */,
+ int16_t x_offset /**< */,
+ int16_t y_offset /**< */,
+ xcb_window_t source_window /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_shape_offset_checked (xcb_connection_t *c /**< */,
+ xcb_shape_kind_t destination_kind /**< */,
+ xcb_window_t destination_window /**< */,
+ int16_t x_offset /**< */,
+ int16_t y_offset /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_shape_offset (xcb_connection_t *c /**< */,
+ xcb_shape_kind_t destination_kind /**< */,
+ xcb_window_t destination_window /**< */,
+ int16_t x_offset /**< */,
+ int16_t y_offset /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_shape_query_extents_cookie_t
+xcb_shape_query_extents (xcb_connection_t *c /**< */,
+ xcb_window_t destination_window /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_shape_query_extents_cookie_t
+xcb_shape_query_extents_unchecked (xcb_connection_t *c /**< */,
+ xcb_window_t destination_window /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_shape_query_extents_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_shape_query_extents_reply_t *
+xcb_shape_query_extents_reply (xcb_connection_t *c /**< */,
+ xcb_shape_query_extents_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will not cause
+ * a reply to be generated. Any returned error will be
+ * saved for handling by xcb_request_check().
+ */
+xcb_void_cookie_t
+xcb_shape_select_input_checked (xcb_connection_t *c /**< */,
+ xcb_window_t destination_window /**< */,
+ uint8_t enable /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_void_cookie_t
+xcb_shape_select_input (xcb_connection_t *c /**< */,
+ xcb_window_t destination_window /**< */,
+ uint8_t enable /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_shape_input_selected_cookie_t
+xcb_shape_input_selected (xcb_connection_t *c /**< */,
+ xcb_window_t destination_window /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_shape_input_selected_cookie_t
+xcb_shape_input_selected_unchecked (xcb_connection_t *c /**< */,
+ xcb_window_t destination_window /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_shape_input_selected_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_shape_input_selected_reply_t *
+xcb_shape_input_selected_reply (xcb_connection_t *c /**< */,
+ xcb_shape_input_selected_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+int
+xcb_shape_get_rectangles_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_shape_get_rectangles_cookie_t
+xcb_shape_get_rectangles (xcb_connection_t *c /**< */,
+ xcb_window_t window /**< */,
+ xcb_shape_kind_t source_kind /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_shape_get_rectangles_cookie_t
+xcb_shape_get_rectangles_unchecked (xcb_connection_t *c /**< */,
+ xcb_window_t window /**< */,
+ xcb_shape_kind_t source_kind /**< */);
+
+xcb_rectangle_t *
+xcb_shape_get_rectangles_rectangles (const xcb_shape_get_rectangles_reply_t *R /**< */);
+
+int
+xcb_shape_get_rectangles_rectangles_length (const xcb_shape_get_rectangles_reply_t *R /**< */);
+
+xcb_rectangle_iterator_t
+xcb_shape_get_rectangles_rectangles_iterator (const xcb_shape_get_rectangles_reply_t *R /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_shape_get_rectangles_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_shape_get_rectangles_reply_t *
+xcb_shape_get_rectangles_reply (xcb_connection_t *c /**< */,
+ xcb_shape_get_rectangles_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+/**
+ * @}
+ */
diff --git a/include/xcb/xc_misc.h b/include/xcb/xc_misc.h
index 319db27a1..55d73a849 100644
--- a/include/xcb/xc_misc.h
+++ b/include/xcb/xc_misc.h
@@ -1,413 +1,281 @@
-/*
- * This file generated automatically from xc_misc.xml by c_client.py.
- * Edit at your peril.
- */
-
-/**
- * @defgroup XCB_XCMisc_API XCB XCMisc API
- * @brief XCMisc XCB Protocol Implementation.
- * @{
- **/
-
-#ifndef __XC_MISC_H
-#define __XC_MISC_H
-
-#include "xcb.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define XCB_XCMISC_MAJOR_VERSION 1
-#define XCB_XCMISC_MINOR_VERSION 1
-
-XCB_EXTERN xcb_extension_t xcb_xc_misc_id;
-
-/**
- * @brief xcb_xc_misc_get_version_cookie_t
- **/
-typedef struct xcb_xc_misc_get_version_cookie_t {
- unsigned int sequence; /**< */
-} xcb_xc_misc_get_version_cookie_t;
-
-/** Opcode for xcb_xc_misc_get_version. */
-#define XCB_XC_MISC_GET_VERSION 0
-
-/**
- * @brief xcb_xc_misc_get_version_request_t
- **/
-typedef struct xcb_xc_misc_get_version_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint16_t client_major_version; /**< */
- uint16_t client_minor_version; /**< */
-} xcb_xc_misc_get_version_request_t;
-
-/**
- * @brief xcb_xc_misc_get_version_reply_t
- **/
-typedef struct xcb_xc_misc_get_version_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint16_t server_major_version; /**< */
- uint16_t server_minor_version; /**< */
-} xcb_xc_misc_get_version_reply_t;
-
-/**
- * @brief xcb_xc_misc_get_xid_range_cookie_t
- **/
-typedef struct xcb_xc_misc_get_xid_range_cookie_t {
- unsigned int sequence; /**< */
-} xcb_xc_misc_get_xid_range_cookie_t;
-
-/** Opcode for xcb_xc_misc_get_xid_range. */
-#define XCB_XC_MISC_GET_XID_RANGE 1
-
-/**
- * @brief xcb_xc_misc_get_xid_range_request_t
- **/
-typedef struct xcb_xc_misc_get_xid_range_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
-} xcb_xc_misc_get_xid_range_request_t;
-
-/**
- * @brief xcb_xc_misc_get_xid_range_reply_t
- **/
-typedef struct xcb_xc_misc_get_xid_range_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint32_t start_id; /**< */
- uint32_t count; /**< */
-} xcb_xc_misc_get_xid_range_reply_t;
-
-/**
- * @brief xcb_xc_misc_get_xid_list_cookie_t
- **/
-typedef struct xcb_xc_misc_get_xid_list_cookie_t {
- unsigned int sequence; /**< */
-} xcb_xc_misc_get_xid_list_cookie_t;
-
-/** Opcode for xcb_xc_misc_get_xid_list. */
-#define XCB_XC_MISC_GET_XID_LIST 2
-
-/**
- * @brief xcb_xc_misc_get_xid_list_request_t
- **/
-typedef struct xcb_xc_misc_get_xid_list_request_t {
- uint8_t major_opcode; /**< */
- uint8_t minor_opcode; /**< */
- uint16_t length; /**< */
- uint32_t count; /**< */
-} xcb_xc_misc_get_xid_list_request_t;
-
-/**
- * @brief xcb_xc_misc_get_xid_list_reply_t
- **/
-typedef struct xcb_xc_misc_get_xid_list_reply_t {
- uint8_t response_type; /**< */
- uint8_t pad0; /**< */
- uint16_t sequence; /**< */
- uint32_t length; /**< */
- uint32_t ids_len; /**< */
- uint8_t pad1[20]; /**< */
-} xcb_xc_misc_get_xid_list_reply_t;
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_xc_misc_get_version_cookie_t xcb_xc_misc_get_version
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t client_major_version
- ** @param uint16_t client_minor_version
- ** @returns xcb_xc_misc_get_version_cookie_t
- **
- *****************************************************************************/
-
-xcb_xc_misc_get_version_cookie_t
-xcb_xc_misc_get_version (xcb_connection_t *c /**< */,
- uint16_t client_major_version /**< */,
- uint16_t client_minor_version /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_xc_misc_get_version_cookie_t xcb_xc_misc_get_version_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t client_major_version
- ** @param uint16_t client_minor_version
- ** @returns xcb_xc_misc_get_version_cookie_t
- **
- *****************************************************************************/
-
-xcb_xc_misc_get_version_cookie_t
-xcb_xc_misc_get_version_unchecked (xcb_connection_t *c /**< */,
- uint16_t client_major_version /**< */,
- uint16_t client_minor_version /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_xc_misc_get_version_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_xc_misc_get_version_reply_t * xcb_xc_misc_get_version_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_xc_misc_get_version_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_xc_misc_get_version_reply_t *
- **
- *****************************************************************************/
-
-xcb_xc_misc_get_version_reply_t *
-xcb_xc_misc_get_version_reply (xcb_connection_t *c /**< */,
- xcb_xc_misc_get_version_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_xc_misc_get_xid_range_cookie_t
- **
- *****************************************************************************/
-
-xcb_xc_misc_get_xid_range_cookie_t
-xcb_xc_misc_get_xid_range (xcb_connection_t *c /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_xc_misc_get_xid_range_cookie_t
- **
- *****************************************************************************/
-
-xcb_xc_misc_get_xid_range_cookie_t
-xcb_xc_misc_get_xid_range_unchecked (xcb_connection_t *c /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_xc_misc_get_xid_range_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_xc_misc_get_xid_range_reply_t * xcb_xc_misc_get_xid_range_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_xc_misc_get_xid_range_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_xc_misc_get_xid_range_reply_t *
- **
- *****************************************************************************/
-
-xcb_xc_misc_get_xid_range_reply_t *
-xcb_xc_misc_get_xid_range_reply (xcb_connection_t *c /**< */,
- xcb_xc_misc_get_xid_range_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-int
-xcb_xc_misc_get_xid_list_sizeof (const void *_buffer /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- */
-
-/*****************************************************************************
- **
- ** xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list
- **
- ** @param xcb_connection_t *c
- ** @param uint32_t count
- ** @returns xcb_xc_misc_get_xid_list_cookie_t
- **
- *****************************************************************************/
-
-xcb_xc_misc_get_xid_list_cookie_t
-xcb_xc_misc_get_xid_list (xcb_connection_t *c /**< */,
- uint32_t count /**< */);
-
-/**
- *
- * @param c The connection
- * @return A cookie
- *
- * Delivers a request to the X server.
- *
- * This form can be used only if the request will cause
- * a reply to be generated. Any returned error will be
- * placed in the event queue.
- */
-
-/*****************************************************************************
- **
- ** xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint32_t count
- ** @returns xcb_xc_misc_get_xid_list_cookie_t
- **
- *****************************************************************************/
-
-xcb_xc_misc_get_xid_list_cookie_t
-xcb_xc_misc_get_xid_list_unchecked (xcb_connection_t *c /**< */,
- uint32_t count /**< */);
-
-
-/*****************************************************************************
- **
- ** uint32_t * xcb_xc_misc_get_xid_list_ids
- **
- ** @param const xcb_xc_misc_get_xid_list_reply_t *R
- ** @returns uint32_t *
- **
- *****************************************************************************/
-
-uint32_t *
-xcb_xc_misc_get_xid_list_ids (const xcb_xc_misc_get_xid_list_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** int xcb_xc_misc_get_xid_list_ids_length
- **
- ** @param const xcb_xc_misc_get_xid_list_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
-int
-xcb_xc_misc_get_xid_list_ids_length (const xcb_xc_misc_get_xid_list_reply_t *R /**< */);
-
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_xc_misc_get_xid_list_ids_end
- **
- ** @param const xcb_xc_misc_get_xid_list_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
-xcb_generic_iterator_t
-xcb_xc_misc_get_xid_list_ids_end (const xcb_xc_misc_get_xid_list_reply_t *R /**< */);
-
-/**
- * Return the reply
- * @param c The connection
- * @param cookie The cookie
- * @param e The xcb_generic_error_t supplied
- *
- * Returns the reply of the request asked by
- *
- * The parameter @p e supplied to this function must be NULL if
- * xcb_xc_misc_get_xid_list_unchecked(). is used.
- * Otherwise, it stores the error if any.
- *
- * The returned value must be freed by the caller using free().
- */
-
-/*****************************************************************************
- **
- ** xcb_xc_misc_get_xid_list_reply_t * xcb_xc_misc_get_xid_list_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_xc_misc_get_xid_list_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_xc_misc_get_xid_list_reply_t *
- **
- *****************************************************************************/
-
-xcb_xc_misc_get_xid_list_reply_t *
-xcb_xc_misc_get_xid_list_reply (xcb_connection_t *c /**< */,
- xcb_xc_misc_get_xid_list_cookie_t cookie /**< */,
- xcb_generic_error_t **e /**< */);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-
-/**
- * @}
- */
+/*
+ * This file generated automatically from xc_misc.xml by c_client.py.
+ * Edit at your peril.
+ */
+
+/**
+ * @defgroup XCB_XCMisc_API XCB XCMisc API
+ * @brief XCMisc XCB Protocol Implementation.
+ * @{
+ **/
+
+#ifndef __XC_MISC_H
+#define __XC_MISC_H
+
+#include "xcb.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define XCB_XCMISC_MAJOR_VERSION 1
+#define XCB_XCMISC_MINOR_VERSION 1
+
+XCB_EXTERN xcb_extension_t xcb_xc_misc_id;
+
+/**
+ * @brief xcb_xc_misc_get_version_cookie_t
+ **/
+typedef struct xcb_xc_misc_get_version_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_xc_misc_get_version_cookie_t;
+
+/** Opcode for xcb_xc_misc_get_version. */
+#define XCB_XC_MISC_GET_VERSION 0
+
+/**
+ * @brief xcb_xc_misc_get_version_request_t
+ **/
+typedef struct xcb_xc_misc_get_version_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint16_t client_major_version; /**< */
+ uint16_t client_minor_version; /**< */
+} xcb_xc_misc_get_version_request_t;
+
+/**
+ * @brief xcb_xc_misc_get_version_reply_t
+ **/
+typedef struct xcb_xc_misc_get_version_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint16_t server_major_version; /**< */
+ uint16_t server_minor_version; /**< */
+} xcb_xc_misc_get_version_reply_t;
+
+/**
+ * @brief xcb_xc_misc_get_xid_range_cookie_t
+ **/
+typedef struct xcb_xc_misc_get_xid_range_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_xc_misc_get_xid_range_cookie_t;
+
+/** Opcode for xcb_xc_misc_get_xid_range. */
+#define XCB_XC_MISC_GET_XID_RANGE 1
+
+/**
+ * @brief xcb_xc_misc_get_xid_range_request_t
+ **/
+typedef struct xcb_xc_misc_get_xid_range_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+} xcb_xc_misc_get_xid_range_request_t;
+
+/**
+ * @brief xcb_xc_misc_get_xid_range_reply_t
+ **/
+typedef struct xcb_xc_misc_get_xid_range_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint32_t start_id; /**< */
+ uint32_t count; /**< */
+} xcb_xc_misc_get_xid_range_reply_t;
+
+/**
+ * @brief xcb_xc_misc_get_xid_list_cookie_t
+ **/
+typedef struct xcb_xc_misc_get_xid_list_cookie_t {
+ unsigned int sequence; /**< */
+} xcb_xc_misc_get_xid_list_cookie_t;
+
+/** Opcode for xcb_xc_misc_get_xid_list. */
+#define XCB_XC_MISC_GET_XID_LIST 2
+
+/**
+ * @brief xcb_xc_misc_get_xid_list_request_t
+ **/
+typedef struct xcb_xc_misc_get_xid_list_request_t {
+ uint8_t major_opcode; /**< */
+ uint8_t minor_opcode; /**< */
+ uint16_t length; /**< */
+ uint32_t count; /**< */
+} xcb_xc_misc_get_xid_list_request_t;
+
+/**
+ * @brief xcb_xc_misc_get_xid_list_reply_t
+ **/
+typedef struct xcb_xc_misc_get_xid_list_reply_t {
+ uint8_t response_type; /**< */
+ uint8_t pad0; /**< */
+ uint16_t sequence; /**< */
+ uint32_t length; /**< */
+ uint32_t ids_len; /**< */
+ uint8_t pad1[20]; /**< */
+} xcb_xc_misc_get_xid_list_reply_t;
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_xc_misc_get_version_cookie_t
+xcb_xc_misc_get_version (xcb_connection_t *c /**< */,
+ uint16_t client_major_version /**< */,
+ uint16_t client_minor_version /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_xc_misc_get_version_cookie_t
+xcb_xc_misc_get_version_unchecked (xcb_connection_t *c /**< */,
+ uint16_t client_major_version /**< */,
+ uint16_t client_minor_version /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_xc_misc_get_version_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_xc_misc_get_version_reply_t *
+xcb_xc_misc_get_version_reply (xcb_connection_t *c /**< */,
+ xcb_xc_misc_get_version_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_xc_misc_get_xid_range_cookie_t
+xcb_xc_misc_get_xid_range (xcb_connection_t *c /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_xc_misc_get_xid_range_cookie_t
+xcb_xc_misc_get_xid_range_unchecked (xcb_connection_t *c /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_xc_misc_get_xid_range_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_xc_misc_get_xid_range_reply_t *
+xcb_xc_misc_get_xid_range_reply (xcb_connection_t *c /**< */,
+ xcb_xc_misc_get_xid_range_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+int
+xcb_xc_misc_get_xid_list_sizeof (const void *_buffer /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ */
+xcb_xc_misc_get_xid_list_cookie_t
+xcb_xc_misc_get_xid_list (xcb_connection_t *c /**< */,
+ uint32_t count /**< */);
+
+/**
+ *
+ * @param c The connection
+ * @return A cookie
+ *
+ * Delivers a request to the X server.
+ *
+ * This form can be used only if the request will cause
+ * a reply to be generated. Any returned error will be
+ * placed in the event queue.
+ */
+xcb_xc_misc_get_xid_list_cookie_t
+xcb_xc_misc_get_xid_list_unchecked (xcb_connection_t *c /**< */,
+ uint32_t count /**< */);
+
+uint32_t *
+xcb_xc_misc_get_xid_list_ids (const xcb_xc_misc_get_xid_list_reply_t *R /**< */);
+
+int
+xcb_xc_misc_get_xid_list_ids_length (const xcb_xc_misc_get_xid_list_reply_t *R /**< */);
+
+xcb_generic_iterator_t
+xcb_xc_misc_get_xid_list_ids_end (const xcb_xc_misc_get_xid_list_reply_t *R /**< */);
+
+/**
+ * Return the reply
+ * @param c The connection
+ * @param cookie The cookie
+ * @param e The xcb_generic_error_t supplied
+ *
+ * Returns the reply of the request asked by
+ *
+ * The parameter @p e supplied to this function must be NULL if
+ * xcb_xc_misc_get_xid_list_unchecked(). is used.
+ * Otherwise, it stores the error if any.
+ *
+ * The returned value must be freed by the caller using free().
+ */
+xcb_xc_misc_get_xid_list_reply_t *
+xcb_xc_misc_get_xid_list_reply (xcb_connection_t *c /**< */,
+ xcb_xc_misc_get_xid_list_cookie_t cookie /**< */,
+ xcb_generic_error_t **e /**< */);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+/**
+ * @}
+ */
diff --git a/include/xcb/xcb.h b/include/xcb/xcb.h
index b180be8ef..b64754f55 100644
--- a/include/xcb/xcb.h
+++ b/include/xcb/xcb.h
@@ -402,7 +402,7 @@ void xcb_discard_reply(xcb_connection_t *c, unsigned int sequence);
* The result must not be freed. This storage is managed by the cache
* itself.
*/
-const xcb_query_extension_reply_t *xcb_get_extension_data(xcb_connection_t *c, xcb_extension_t *ext);
+const struct xcb_query_extension_reply_t *xcb_get_extension_data(xcb_connection_t *c, xcb_extension_t *ext);
/**
* @brief Prefetch of extension data into the extension cache
@@ -438,7 +438,7 @@ void xcb_prefetch_extension_data(xcb_connection_t *c, xcb_extension_t *ext);
*
* The result must not be freed.
*/
-const xcb_setup_t *xcb_get_setup(xcb_connection_t *c);
+const struct xcb_setup_t *xcb_get_setup(xcb_connection_t *c);
/**
* @brief Access the file descriptor of the connection.
diff --git a/include/xcb/xproto.h b/include/xcb/xproto.h
index 6f58bf80b..d1643247c 100644
--- a/include/xcb/xproto.h
+++ b/include/xcb/xproto.h
@@ -4748,16 +4748,6 @@ typedef struct xcb_no_operation_request_t {
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_char2b_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_char2b_next
- **
- ** @param xcb_char2b_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_char2b_next (xcb_char2b_iterator_t *i /**< */);
@@ -4770,16 +4760,6 @@ xcb_char2b_next (xcb_char2b_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_char2b_end
- **
- ** @param xcb_char2b_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_char2b_end (xcb_char2b_iterator_t i /**< */);
@@ -4791,16 +4771,6 @@ xcb_char2b_end (xcb_char2b_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_window_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_window_next
- **
- ** @param xcb_window_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_window_next (xcb_window_iterator_t *i /**< */);
@@ -4813,16 +4783,6 @@ xcb_window_next (xcb_window_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_window_end
- **
- ** @param xcb_window_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_window_end (xcb_window_iterator_t i /**< */);
@@ -4834,16 +4794,6 @@ xcb_window_end (xcb_window_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_pixmap_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_pixmap_next
- **
- ** @param xcb_pixmap_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_pixmap_next (xcb_pixmap_iterator_t *i /**< */);
@@ -4856,16 +4806,6 @@ xcb_pixmap_next (xcb_pixmap_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_pixmap_end
- **
- ** @param xcb_pixmap_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_pixmap_end (xcb_pixmap_iterator_t i /**< */);
@@ -4877,16 +4817,6 @@ xcb_pixmap_end (xcb_pixmap_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_cursor_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_cursor_next
- **
- ** @param xcb_cursor_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_cursor_next (xcb_cursor_iterator_t *i /**< */);
@@ -4899,16 +4829,6 @@ xcb_cursor_next (xcb_cursor_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_cursor_end
- **
- ** @param xcb_cursor_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_cursor_end (xcb_cursor_iterator_t i /**< */);
@@ -4920,16 +4840,6 @@ xcb_cursor_end (xcb_cursor_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_font_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_font_next
- **
- ** @param xcb_font_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_font_next (xcb_font_iterator_t *i /**< */);
@@ -4942,16 +4852,6 @@ xcb_font_next (xcb_font_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_font_end
- **
- ** @param xcb_font_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_font_end (xcb_font_iterator_t i /**< */);
@@ -4963,16 +4863,6 @@ xcb_font_end (xcb_font_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_gcontext_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_gcontext_next
- **
- ** @param xcb_gcontext_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_gcontext_next (xcb_gcontext_iterator_t *i /**< */);
@@ -4985,16 +4875,6 @@ xcb_gcontext_next (xcb_gcontext_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_gcontext_end
- **
- ** @param xcb_gcontext_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_gcontext_end (xcb_gcontext_iterator_t i /**< */);
@@ -5006,16 +4886,6 @@ xcb_gcontext_end (xcb_gcontext_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_colormap_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_colormap_next
- **
- ** @param xcb_colormap_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_colormap_next (xcb_colormap_iterator_t *i /**< */);
@@ -5028,16 +4898,6 @@ xcb_colormap_next (xcb_colormap_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_colormap_end
- **
- ** @param xcb_colormap_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_colormap_end (xcb_colormap_iterator_t i /**< */);
@@ -5049,16 +4909,6 @@ xcb_colormap_end (xcb_colormap_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_atom_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_atom_next
- **
- ** @param xcb_atom_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_atom_next (xcb_atom_iterator_t *i /**< */);
@@ -5071,16 +4921,6 @@ xcb_atom_next (xcb_atom_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_atom_end
- **
- ** @param xcb_atom_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_atom_end (xcb_atom_iterator_t i /**< */);
@@ -5092,16 +4932,6 @@ xcb_atom_end (xcb_atom_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_drawable_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_drawable_next
- **
- ** @param xcb_drawable_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_drawable_next (xcb_drawable_iterator_t *i /**< */);
@@ -5114,16 +4944,6 @@ xcb_drawable_next (xcb_drawable_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_drawable_end
- **
- ** @param xcb_drawable_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_drawable_end (xcb_drawable_iterator_t i /**< */);
@@ -5135,16 +4955,6 @@ xcb_drawable_end (xcb_drawable_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_fontable_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_fontable_next
- **
- ** @param xcb_fontable_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_fontable_next (xcb_fontable_iterator_t *i /**< */);
@@ -5157,16 +4967,6 @@ xcb_fontable_next (xcb_fontable_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_fontable_end
- **
- ** @param xcb_fontable_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_fontable_end (xcb_fontable_iterator_t i /**< */);
@@ -5178,16 +4978,6 @@ xcb_fontable_end (xcb_fontable_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_visualid_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_visualid_next
- **
- ** @param xcb_visualid_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_visualid_next (xcb_visualid_iterator_t *i /**< */);
@@ -5200,16 +4990,6 @@ xcb_visualid_next (xcb_visualid_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_visualid_end
- **
- ** @param xcb_visualid_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_visualid_end (xcb_visualid_iterator_t i /**< */);
@@ -5221,16 +5001,6 @@ xcb_visualid_end (xcb_visualid_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_timestamp_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_timestamp_next
- **
- ** @param xcb_timestamp_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_timestamp_next (xcb_timestamp_iterator_t *i /**< */);
@@ -5243,16 +5013,6 @@ xcb_timestamp_next (xcb_timestamp_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_timestamp_end
- **
- ** @param xcb_timestamp_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_timestamp_end (xcb_timestamp_iterator_t i /**< */);
@@ -5264,16 +5024,6 @@ xcb_timestamp_end (xcb_timestamp_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_keysym_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_keysym_next
- **
- ** @param xcb_keysym_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_keysym_next (xcb_keysym_iterator_t *i /**< */);
@@ -5286,16 +5036,6 @@ xcb_keysym_next (xcb_keysym_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_keysym_end
- **
- ** @param xcb_keysym_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_keysym_end (xcb_keysym_iterator_t i /**< */);
@@ -5307,16 +5047,6 @@ xcb_keysym_end (xcb_keysym_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_keycode_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_keycode_next
- **
- ** @param xcb_keycode_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_keycode_next (xcb_keycode_iterator_t *i /**< */);
@@ -5329,16 +5059,6 @@ xcb_keycode_next (xcb_keycode_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_keycode_end
- **
- ** @param xcb_keycode_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_keycode_end (xcb_keycode_iterator_t i /**< */);
@@ -5350,16 +5070,6 @@ xcb_keycode_end (xcb_keycode_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_button_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_button_next
- **
- ** @param xcb_button_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_button_next (xcb_button_iterator_t *i /**< */);
@@ -5372,16 +5082,6 @@ xcb_button_next (xcb_button_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_button_end
- **
- ** @param xcb_button_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_button_end (xcb_button_iterator_t i /**< */);
@@ -5393,16 +5093,6 @@ xcb_button_end (xcb_button_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_point_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_point_next
- **
- ** @param xcb_point_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_point_next (xcb_point_iterator_t *i /**< */);
@@ -5415,16 +5105,6 @@ xcb_point_next (xcb_point_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_point_end
- **
- ** @param xcb_point_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_point_end (xcb_point_iterator_t i /**< */);
@@ -5436,16 +5116,6 @@ xcb_point_end (xcb_point_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_rectangle_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_rectangle_next
- **
- ** @param xcb_rectangle_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_rectangle_next (xcb_rectangle_iterator_t *i /**< */);
@@ -5458,16 +5128,6 @@ xcb_rectangle_next (xcb_rectangle_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_rectangle_end
- **
- ** @param xcb_rectangle_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_rectangle_end (xcb_rectangle_iterator_t i /**< */);
@@ -5479,16 +5139,6 @@ xcb_rectangle_end (xcb_rectangle_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_arc_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_arc_next
- **
- ** @param xcb_arc_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_arc_next (xcb_arc_iterator_t *i /**< */);
@@ -5501,16 +5151,6 @@ xcb_arc_next (xcb_arc_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_arc_end
- **
- ** @param xcb_arc_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_arc_end (xcb_arc_iterator_t i /**< */);
@@ -5522,16 +5162,6 @@ xcb_arc_end (xcb_arc_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_format_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_format_next
- **
- ** @param xcb_format_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_format_next (xcb_format_iterator_t *i /**< */);
@@ -5544,16 +5174,6 @@ xcb_format_next (xcb_format_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_format_end
- **
- ** @param xcb_format_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_format_end (xcb_format_iterator_t i /**< */);
@@ -5565,16 +5185,6 @@ xcb_format_end (xcb_format_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_visualtype_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_visualtype_next
- **
- ** @param xcb_visualtype_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_visualtype_next (xcb_visualtype_iterator_t *i /**< */);
@@ -5587,58 +5197,18 @@ xcb_visualtype_next (xcb_visualtype_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_visualtype_end
- **
- ** @param xcb_visualtype_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_visualtype_end (xcb_visualtype_iterator_t i /**< */);
int
xcb_depth_sizeof (const void *_buffer /**< */);
-
-/*****************************************************************************
- **
- ** xcb_visualtype_t * xcb_depth_visuals
- **
- ** @param const xcb_depth_t *R
- ** @returns xcb_visualtype_t *
- **
- *****************************************************************************/
-
xcb_visualtype_t *
xcb_depth_visuals (const xcb_depth_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_depth_visuals_length
- **
- ** @param const xcb_depth_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_depth_visuals_length (const xcb_depth_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_visualtype_iterator_t xcb_depth_visuals_iterator
- **
- ** @param const xcb_depth_t *R
- ** @returns xcb_visualtype_iterator_t
- **
- *****************************************************************************/
-
xcb_visualtype_iterator_t
xcb_depth_visuals_iterator (const xcb_depth_t *R /**< */);
@@ -5650,16 +5220,6 @@ xcb_depth_visuals_iterator (const xcb_depth_t *R /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_depth_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_depth_next
- **
- ** @param xcb_depth_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_depth_next (xcb_depth_iterator_t *i /**< */);
@@ -5672,45 +5232,15 @@ xcb_depth_next (xcb_depth_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_depth_end
- **
- ** @param xcb_depth_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_depth_end (xcb_depth_iterator_t i /**< */);
int
xcb_screen_sizeof (const void *_buffer /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_screen_allowed_depths_length
- **
- ** @param const xcb_screen_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_screen_allowed_depths_length (const xcb_screen_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_depth_iterator_t xcb_screen_allowed_depths_iterator
- **
- ** @param const xcb_screen_t *R
- ** @returns xcb_depth_iterator_t
- **
- *****************************************************************************/
-
xcb_depth_iterator_t
xcb_screen_allowed_depths_iterator (const xcb_screen_t *R /**< */);
@@ -5722,16 +5252,6 @@ xcb_screen_allowed_depths_iterator (const xcb_screen_t *R /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_screen_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_screen_next
- **
- ** @param xcb_screen_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_screen_next (xcb_screen_iterator_t *i /**< */);
@@ -5744,97 +5264,27 @@ xcb_screen_next (xcb_screen_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_screen_end
- **
- ** @param xcb_screen_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_screen_end (xcb_screen_iterator_t i /**< */);
int
xcb_setup_request_sizeof (const void *_buffer /**< */);
-
-/*****************************************************************************
- **
- ** char * xcb_setup_request_authorization_protocol_name
- **
- ** @param const xcb_setup_request_t *R
- ** @returns char *
- **
- *****************************************************************************/
-
char *
xcb_setup_request_authorization_protocol_name (const xcb_setup_request_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_setup_request_authorization_protocol_name_length
- **
- ** @param const xcb_setup_request_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_setup_request_authorization_protocol_name_length (const xcb_setup_request_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_setup_request_authorization_protocol_name_end
- **
- ** @param const xcb_setup_request_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_setup_request_authorization_protocol_name_end (const xcb_setup_request_t *R /**< */);
-
-/*****************************************************************************
- **
- ** char * xcb_setup_request_authorization_protocol_data
- **
- ** @param const xcb_setup_request_t *R
- ** @returns char *
- **
- *****************************************************************************/
-
char *
xcb_setup_request_authorization_protocol_data (const xcb_setup_request_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_setup_request_authorization_protocol_data_length
- **
- ** @param const xcb_setup_request_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_setup_request_authorization_protocol_data_length (const xcb_setup_request_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_setup_request_authorization_protocol_data_end
- **
- ** @param const xcb_setup_request_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_setup_request_authorization_protocol_data_end (const xcb_setup_request_t *R /**< */);
@@ -5846,16 +5296,6 @@ xcb_setup_request_authorization_protocol_data_end (const xcb_setup_request_t *R
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_setup_request_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_setup_request_next
- **
- ** @param xcb_setup_request_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_setup_request_next (xcb_setup_request_iterator_t *i /**< */);
@@ -5868,58 +5308,18 @@ xcb_setup_request_next (xcb_setup_request_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_setup_request_end
- **
- ** @param xcb_setup_request_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_setup_request_end (xcb_setup_request_iterator_t i /**< */);
int
xcb_setup_failed_sizeof (const void *_buffer /**< */);
-
-/*****************************************************************************
- **
- ** char * xcb_setup_failed_reason
- **
- ** @param const xcb_setup_failed_t *R
- ** @returns char *
- **
- *****************************************************************************/
-
char *
xcb_setup_failed_reason (const xcb_setup_failed_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_setup_failed_reason_length
- **
- ** @param const xcb_setup_failed_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_setup_failed_reason_length (const xcb_setup_failed_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_setup_failed_reason_end
- **
- ** @param const xcb_setup_failed_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_setup_failed_reason_end (const xcb_setup_failed_t *R /**< */);
@@ -5931,16 +5331,6 @@ xcb_setup_failed_reason_end (const xcb_setup_failed_t *R /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_setup_failed_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_setup_failed_next
- **
- ** @param xcb_setup_failed_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_setup_failed_next (xcb_setup_failed_iterator_t *i /**< */);
@@ -5953,58 +5343,18 @@ xcb_setup_failed_next (xcb_setup_failed_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_setup_failed_end
- **
- ** @param xcb_setup_failed_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_setup_failed_end (xcb_setup_failed_iterator_t i /**< */);
int
xcb_setup_authenticate_sizeof (const void *_buffer /**< */);
-
-/*****************************************************************************
- **
- ** char * xcb_setup_authenticate_reason
- **
- ** @param const xcb_setup_authenticate_t *R
- ** @returns char *
- **
- *****************************************************************************/
-
char *
xcb_setup_authenticate_reason (const xcb_setup_authenticate_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_setup_authenticate_reason_length
- **
- ** @param const xcb_setup_authenticate_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_setup_authenticate_reason_length (const xcb_setup_authenticate_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_setup_authenticate_reason_end
- **
- ** @param const xcb_setup_authenticate_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_setup_authenticate_reason_end (const xcb_setup_authenticate_t *R /**< */);
@@ -6016,16 +5366,6 @@ xcb_setup_authenticate_reason_end (const xcb_setup_authenticate_t *R /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_setup_authenticate_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_setup_authenticate_next
- **
- ** @param xcb_setup_authenticate_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_setup_authenticate_next (xcb_setup_authenticate_iterator_t *i /**< */);
@@ -6038,123 +5378,33 @@ xcb_setup_authenticate_next (xcb_setup_authenticate_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_setup_authenticate_end
- **
- ** @param xcb_setup_authenticate_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_setup_authenticate_end (xcb_setup_authenticate_iterator_t i /**< */);
int
xcb_setup_sizeof (const void *_buffer /**< */);
-
-/*****************************************************************************
- **
- ** char * xcb_setup_vendor
- **
- ** @param const xcb_setup_t *R
- ** @returns char *
- **
- *****************************************************************************/
-
char *
xcb_setup_vendor (const xcb_setup_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_setup_vendor_length
- **
- ** @param const xcb_setup_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_setup_vendor_length (const xcb_setup_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_setup_vendor_end
- **
- ** @param const xcb_setup_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_setup_vendor_end (const xcb_setup_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_format_t * xcb_setup_pixmap_formats
- **
- ** @param const xcb_setup_t *R
- ** @returns xcb_format_t *
- **
- *****************************************************************************/
-
xcb_format_t *
xcb_setup_pixmap_formats (const xcb_setup_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_setup_pixmap_formats_length
- **
- ** @param const xcb_setup_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_setup_pixmap_formats_length (const xcb_setup_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_format_iterator_t xcb_setup_pixmap_formats_iterator
- **
- ** @param const xcb_setup_t *R
- ** @returns xcb_format_iterator_t
- **
- *****************************************************************************/
-
xcb_format_iterator_t
xcb_setup_pixmap_formats_iterator (const xcb_setup_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_setup_roots_length
- **
- ** @param const xcb_setup_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_setup_roots_length (const xcb_setup_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_screen_iterator_t xcb_setup_roots_iterator
- **
- ** @param const xcb_setup_t *R
- ** @returns xcb_screen_iterator_t
- **
- *****************************************************************************/
-
xcb_screen_iterator_t
xcb_setup_roots_iterator (const xcb_setup_t *R /**< */);
@@ -6166,16 +5416,6 @@ xcb_setup_roots_iterator (const xcb_setup_t *R /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_setup_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_setup_next
- **
- ** @param xcb_setup_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_setup_next (xcb_setup_iterator_t *i /**< */);
@@ -6188,16 +5428,6 @@ xcb_setup_next (xcb_setup_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_setup_end
- **
- ** @param xcb_setup_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_setup_end (xcb_setup_iterator_t i /**< */);
@@ -6209,16 +5439,6 @@ xcb_setup_end (xcb_setup_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_client_message_data_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_client_message_data_next
- **
- ** @param xcb_client_message_data_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_client_message_data_next (xcb_client_message_data_iterator_t *i /**< */);
@@ -6231,16 +5451,6 @@ xcb_client_message_data_next (xcb_client_message_data_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_client_message_data_end
- **
- ** @param xcb_client_message_data_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_client_message_data_end (xcb_client_message_data_iterator_t i /**< */);
@@ -6288,33 +5498,11 @@ xcb_create_window_sizeof (const void *_buffer /**< */);
* display it.
*
* The created window will initially use the same cursor as its parent.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_window_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t depth
- ** @param xcb_window_t wid
- ** @param xcb_window_t parent
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @param uint16_t border_width
- ** @param uint16_t _class
- ** @param xcb_visualid_t visual
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_window_checked (xcb_connection_t *c /**< */,
uint8_t depth /**< */,
@@ -6371,30 +5559,8 @@ xcb_create_window_checked (xcb_connection_t *c /**< */,
* display it.
*
* The created window will initially use the same cursor as its parent.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_window
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t depth
- ** @param xcb_window_t wid
- ** @param xcb_window_t parent
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @param uint16_t border_width
- ** @param uint16_t _class
- ** @param xcb_visualid_t visual
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_window (xcb_connection_t *c /**< */,
uint8_t depth /**< */,
@@ -6426,24 +5592,11 @@ xcb_change_window_attributes_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Changes the attributes specified by \a value_mask for the specified \a window.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_window_attributes_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_window_attributes_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -6463,21 +5616,8 @@ xcb_change_window_attributes_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Changes the attributes specified by \a value_mask for the specified \a window.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_window_attributes
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_window_attributes (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -6492,19 +5632,8 @@ xcb_change_window_attributes (xcb_connection_t *c /**< */,
* @return A cookie
*
* Gets the current attributes for the specified \a window.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_window_attributes_cookie_t xcb_get_window_attributes
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_get_window_attributes_cookie_t
- **
- *****************************************************************************/
-
xcb_get_window_attributes_cookie_t
xcb_get_window_attributes (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6517,22 +5646,11 @@ xcb_get_window_attributes (xcb_connection_t *c /**< */,
* @return A cookie
*
* Gets the current attributes for the specified \a window.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_window_attributes_cookie_t xcb_get_window_attributes_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_get_window_attributes_cookie_t
- **
- *****************************************************************************/
-
xcb_get_window_attributes_cookie_t
xcb_get_window_attributes_unchecked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6544,25 +5662,13 @@ xcb_get_window_attributes_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_window_attributes_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_window_attributes_reply_t * xcb_get_window_attributes_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_window_attributes_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_window_attributes_reply_t *
- **
- *****************************************************************************/
-
xcb_get_window_attributes_reply_t *
xcb_get_window_attributes_reply (xcb_connection_t *c /**< */,
xcb_get_window_attributes_cookie_t cookie /**< */,
@@ -6581,22 +5687,11 @@ xcb_get_window_attributes_reply (xcb_connection_t *c /**< */
* automatically unmapped before destroying.
*
* Calling DestroyWindow on the root window will do nothing.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_destroy_window_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_destroy_window_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6614,19 +5709,8 @@ xcb_destroy_window_checked (xcb_connection_t *c /**< */,
* automatically unmapped before destroying.
*
* Calling DestroyWindow on the root window will do nothing.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_destroy_window
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_destroy_window (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6637,22 +5721,11 @@ xcb_destroy_window (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_destroy_subwindows_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_destroy_subwindows_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6663,19 +5736,8 @@ xcb_destroy_subwindows_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_destroy_subwindows
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_destroy_subwindows (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6693,23 +5755,11 @@ xcb_destroy_subwindows (xcb_connection_t *c /**< */,
*
* This function either adds or removes the specified window to the client's (your
* application's) save set.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_save_set_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_save_set_checked (xcb_connection_t *c /**< */,
uint8_t mode /**< */,
@@ -6728,20 +5778,8 @@ xcb_change_save_set_checked (xcb_connection_t *c /**< */,
*
* This function either adds or removes the specified window to the client's (your
* application's) save set.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_save_set
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_save_set (xcb_connection_t *c /**< */,
uint8_t mode /**< */,
@@ -6763,25 +5801,11 @@ xcb_change_save_set (xcb_connection_t *c /**< */,
* with respect to sibling windows.
*
* After reparenting, a ReparentNotify event is generated.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_reparent_window_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param xcb_window_t parent
- ** @param int16_t x
- ** @param int16_t y
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_reparent_window_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -6805,22 +5829,8 @@ xcb_reparent_window_checked (xcb_connection_t *c /**< */,
* with respect to sibling windows.
*
* After reparenting, a ReparentNotify event is generated.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_reparent_window
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param xcb_window_t parent
- ** @param int16_t x
- ** @param int16_t y
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_reparent_window (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -6854,22 +5864,11 @@ xcb_reparent_window (xcb_connection_t *c /**< */,
* If the window type is InputOutput, an Expose event will be generated when the
* window becomes visible. The normal response to an Expose event should be to
* repaint the window.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_map_window_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_map_window_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6900,19 +5899,8 @@ xcb_map_window_checked (xcb_connection_t *c /**< */,
* If the window type is InputOutput, an Expose event will be generated when the
* window becomes visible. The normal response to an Expose event should be to
* repaint the window.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_map_window
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_map_window (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6923,22 +5911,11 @@ xcb_map_window (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_map_subwindows_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_map_subwindows_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6949,19 +5926,8 @@ xcb_map_subwindows_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_map_subwindows
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_map_subwindows (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -6978,22 +5944,11 @@ xcb_map_subwindows (xcb_connection_t *c /**< */,
*
* Unmapping a window leads to the `UnmapNotify` event being generated. Also,
* `Expose` events are generated for formerly obscured windows.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_unmap_window_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_unmap_window_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -7010,19 +5965,8 @@ xcb_unmap_window_checked (xcb_connection_t *c /**< */,
*
* Unmapping a window leads to the `UnmapNotify` event being generated. Also,
* `Expose` events are generated for formerly obscured windows.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_unmap_window
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_unmap_window (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -7033,22 +5977,11 @@ xcb_unmap_window (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_unmap_subwindows_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_unmap_subwindows_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -7059,19 +5992,8 @@ xcb_unmap_subwindows_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_unmap_subwindows
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_unmap_subwindows (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -7090,24 +6012,11 @@ xcb_configure_window_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Configures a window's size, position, border width and stacking order.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_configure_window_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param uint16_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_configure_window_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -7125,21 +6034,8 @@ xcb_configure_window_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Configures a window's size, position, border width and stacking order.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_configure_window
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param uint16_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_configure_window (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -7160,23 +6056,11 @@ xcb_configure_window (xcb_connection_t *c /**< */,
*
* If \a direction is `XCB_CIRCULATE_LOWER_HIGHEST`, the highest mapped child will
* be lowered to the bottom of the stack.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_circulate_window_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t direction
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_circulate_window_checked (xcb_connection_t *c /**< */,
uint8_t direction /**< */,
@@ -7196,20 +6080,8 @@ xcb_circulate_window_checked (xcb_connection_t *c /**< */,
*
* If \a direction is `XCB_CIRCULATE_LOWER_HIGHEST`, the highest mapped child will
* be lowered to the bottom of the stack.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_circulate_window
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t direction
- ** @param xcb_window_t window
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_circulate_window (xcb_connection_t *c /**< */,
uint8_t direction /**< */,
@@ -7223,19 +6095,8 @@ xcb_circulate_window (xcb_connection_t *c /**< */,
* @return A cookie
*
* Gets the current geometry of the specified drawable (either `Window` or `Pixmap`).
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_geometry_cookie_t xcb_get_geometry
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @returns xcb_get_geometry_cookie_t
- **
- *****************************************************************************/
-
xcb_get_geometry_cookie_t
xcb_get_geometry (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */);
@@ -7248,22 +6109,11 @@ xcb_get_geometry (xcb_connection_t *c /**< */,
* @return A cookie
*
* Gets the current geometry of the specified drawable (either `Window` or `Pixmap`).
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_geometry_cookie_t xcb_get_geometry_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @returns xcb_get_geometry_cookie_t
- **
- *****************************************************************************/
-
xcb_get_geometry_cookie_t
xcb_get_geometry_unchecked (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */);
@@ -7275,25 +6125,13 @@ xcb_get_geometry_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_geometry_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_geometry_reply_t * xcb_get_geometry_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_geometry_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_geometry_reply_t *
- **
- *****************************************************************************/
-
xcb_get_geometry_reply_t *
xcb_get_geometry_reply (xcb_connection_t *c /**< */,
xcb_get_geometry_cookie_t cookie /**< */,
@@ -7311,19 +6149,8 @@ xcb_query_tree_sizeof (const void *_buffer /**< */);
*
* Gets the root window ID, parent window ID and list of children windows for the
* specified \a window. The children are listed in bottom-to-top stacking order.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_query_tree_cookie_t xcb_query_tree
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_query_tree_cookie_t
- **
- *****************************************************************************/
-
xcb_query_tree_cookie_t
xcb_query_tree (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -7337,62 +6164,21 @@ xcb_query_tree (xcb_connection_t *c /**< */,
*
* Gets the root window ID, parent window ID and list of children windows for the
* specified \a window. The children are listed in bottom-to-top stacking order.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_query_tree_cookie_t xcb_query_tree_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_query_tree_cookie_t
- **
- *****************************************************************************/
-
xcb_query_tree_cookie_t
xcb_query_tree_unchecked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
-
-/*****************************************************************************
- **
- ** xcb_window_t * xcb_query_tree_children
- **
- ** @param const xcb_query_tree_reply_t *R
- ** @returns xcb_window_t *
- **
- *****************************************************************************/
-
xcb_window_t *
xcb_query_tree_children (const xcb_query_tree_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_query_tree_children_length
- **
- ** @param const xcb_query_tree_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_query_tree_children_length (const xcb_query_tree_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_query_tree_children_end
- **
- ** @param const xcb_query_tree_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_query_tree_children_end (const xcb_query_tree_reply_t *R /**< */);
@@ -7403,25 +6189,13 @@ xcb_query_tree_children_end (const xcb_query_tree_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_query_tree_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_query_tree_reply_t * xcb_query_tree_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_query_tree_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_query_tree_reply_t *
- **
- *****************************************************************************/
-
xcb_query_tree_reply_t *
xcb_query_tree_reply (xcb_connection_t *c /**< */,
xcb_query_tree_cookie_t cookie /**< */,
@@ -7446,21 +6220,8 @@ xcb_intern_atom_sizeof (const void *_buffer /**< */);
* If \a only_if_exists is 0, the atom will be created if it does not already exist.
* If \a only_if_exists is 1, `XCB_ATOM_NONE` will be returned if the atom does
* not yet exist.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_intern_atom_cookie_t xcb_intern_atom
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t only_if_exists
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_intern_atom_cookie_t
- **
- *****************************************************************************/
-
xcb_intern_atom_cookie_t
xcb_intern_atom (xcb_connection_t *c /**< */,
uint8_t only_if_exists /**< */,
@@ -7483,24 +6244,11 @@ xcb_intern_atom (xcb_connection_t *c /**< */,
* If \a only_if_exists is 0, the atom will be created if it does not already exist.
* If \a only_if_exists is 1, `XCB_ATOM_NONE` will be returned if the atom does
* not yet exist.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_intern_atom_cookie_t xcb_intern_atom_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t only_if_exists
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_intern_atom_cookie_t
- **
- *****************************************************************************/
-
xcb_intern_atom_cookie_t
xcb_intern_atom_unchecked (xcb_connection_t *c /**< */,
uint8_t only_if_exists /**< */,
@@ -7514,25 +6262,13 @@ xcb_intern_atom_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_intern_atom_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_intern_atom_reply_t * xcb_intern_atom_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_intern_atom_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_intern_atom_reply_t *
- **
- *****************************************************************************/
-
xcb_intern_atom_reply_t *
xcb_intern_atom_reply (xcb_connection_t *c /**< */,
xcb_intern_atom_cookie_t cookie /**< */,
@@ -7547,19 +6283,8 @@ xcb_get_atom_name_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_atom_name_cookie_t xcb_get_atom_name
- **
- ** @param xcb_connection_t *c
- ** @param xcb_atom_t atom
- ** @returns xcb_get_atom_name_cookie_t
- **
- *****************************************************************************/
-
xcb_get_atom_name_cookie_t
xcb_get_atom_name (xcb_connection_t *c /**< */,
xcb_atom_t atom /**< */);
@@ -7570,62 +6295,21 @@ xcb_get_atom_name (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_atom_name_cookie_t xcb_get_atom_name_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_atom_t atom
- ** @returns xcb_get_atom_name_cookie_t
- **
- *****************************************************************************/
-
xcb_get_atom_name_cookie_t
xcb_get_atom_name_unchecked (xcb_connection_t *c /**< */,
xcb_atom_t atom /**< */);
-
-/*****************************************************************************
- **
- ** char * xcb_get_atom_name_name
- **
- ** @param const xcb_get_atom_name_reply_t *R
- ** @returns char *
- **
- *****************************************************************************/
-
char *
xcb_get_atom_name_name (const xcb_get_atom_name_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_get_atom_name_name_length
- **
- ** @param const xcb_get_atom_name_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_get_atom_name_name_length (const xcb_get_atom_name_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_get_atom_name_name_end
- **
- ** @param const xcb_get_atom_name_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_get_atom_name_name_end (const xcb_get_atom_name_reply_t *R /**< */);
@@ -7636,25 +6320,13 @@ xcb_get_atom_name_name_end (const xcb_get_atom_name_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_atom_name_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_atom_name_reply_t * xcb_get_atom_name_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_atom_name_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_atom_name_reply_t *
- **
- *****************************************************************************/
-
xcb_get_atom_name_reply_t *
xcb_get_atom_name_reply (xcb_connection_t *c /**< */,
xcb_get_atom_name_cookie_t cookie /**< */,
@@ -7683,28 +6355,11 @@ xcb_change_property_sizeof (const void *_buffer /**< */);
* example the window title (`WM_NAME`) or its minimum size (`WM_NORMAL_HINTS`).
* Protocols such as EWMH also use properties - for example EWMH defines the
* window title, encoded as UTF-8 string, in the `_NET_WM_NAME` property.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_property_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @param xcb_window_t window
- ** @param xcb_atom_t property
- ** @param xcb_atom_t type
- ** @param uint8_t format
- ** @param uint32_t data_len
- ** @param const void *data
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_property_checked (xcb_connection_t *c /**< */,
uint8_t mode /**< */,
@@ -7735,25 +6390,8 @@ xcb_change_property_checked (xcb_connection_t *c /**< */,
* example the window title (`WM_NAME`) or its minimum size (`WM_NORMAL_HINTS`).
* Protocols such as EWMH also use properties - for example EWMH defines the
* window title, encoded as UTF-8 string, in the `_NET_WM_NAME` property.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_property
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @param xcb_window_t window
- ** @param xcb_atom_t property
- ** @param xcb_atom_t type
- ** @param uint8_t format
- ** @param uint32_t data_len
- ** @param const void *data
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_property (xcb_connection_t *c /**< */,
uint8_t mode /**< */,
@@ -7770,23 +6408,11 @@ xcb_change_property (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_delete_property_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param xcb_atom_t property
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_delete_property_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -7798,20 +6424,8 @@ xcb_delete_property_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_delete_property
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param xcb_atom_t property
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_delete_property (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -7845,24 +6459,8 @@ xcb_get_property_sizeof (const void *_buffer /**< */);
* TODO: talk about `delete`
*
* TODO: talk about the offset/length thing. what's a valid use case?
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_property_cookie_t xcb_get_property
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t _delete
- ** @param xcb_window_t window
- ** @param xcb_atom_t property
- ** @param xcb_atom_t type
- ** @param uint32_t long_offset
- ** @param uint32_t long_length
- ** @returns xcb_get_property_cookie_t
- **
- *****************************************************************************/
-
xcb_get_property_cookie_t
xcb_get_property (xcb_connection_t *c /**< */,
uint8_t _delete /**< */,
@@ -7897,27 +6495,11 @@ xcb_get_property (xcb_connection_t *c /**< */,
* TODO: talk about `delete`
*
* TODO: talk about the offset/length thing. what's a valid use case?
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_property_cookie_t xcb_get_property_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t _delete
- ** @param xcb_window_t window
- ** @param xcb_atom_t property
- ** @param xcb_atom_t type
- ** @param uint32_t long_offset
- ** @param uint32_t long_length
- ** @returns xcb_get_property_cookie_t
- **
- *****************************************************************************/
-
xcb_get_property_cookie_t
xcb_get_property_unchecked (xcb_connection_t *c /**< */,
uint8_t _delete /**< */,
@@ -7927,42 +6509,12 @@ xcb_get_property_unchecked (xcb_connection_t *c /**< */,
uint32_t long_offset /**< */,
uint32_t long_length /**< */);
-
-/*****************************************************************************
- **
- ** void * xcb_get_property_value
- **
- ** @param const xcb_get_property_reply_t *R
- ** @returns void *
- **
- *****************************************************************************/
-
void *
xcb_get_property_value (const xcb_get_property_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_get_property_value_length
- **
- ** @param const xcb_get_property_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_get_property_value_length (const xcb_get_property_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_get_property_value_end
- **
- ** @param const xcb_get_property_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_get_property_value_end (const xcb_get_property_reply_t *R /**< */);
@@ -7973,25 +6525,13 @@ xcb_get_property_value_end (const xcb_get_property_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_property_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_property_reply_t * xcb_get_property_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_property_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_property_reply_t *
- **
- *****************************************************************************/
-
xcb_get_property_reply_t *
xcb_get_property_reply (xcb_connection_t *c /**< */,
xcb_get_property_cookie_t cookie /**< */,
@@ -8006,19 +6546,8 @@ xcb_list_properties_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_list_properties_cookie_t xcb_list_properties
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_list_properties_cookie_t
- **
- *****************************************************************************/
-
xcb_list_properties_cookie_t
xcb_list_properties (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -8029,62 +6558,21 @@ xcb_list_properties (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_list_properties_cookie_t xcb_list_properties_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_list_properties_cookie_t
- **
- *****************************************************************************/
-
xcb_list_properties_cookie_t
xcb_list_properties_unchecked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
-
-/*****************************************************************************
- **
- ** xcb_atom_t * xcb_list_properties_atoms
- **
- ** @param const xcb_list_properties_reply_t *R
- ** @returns xcb_atom_t *
- **
- *****************************************************************************/
-
xcb_atom_t *
xcb_list_properties_atoms (const xcb_list_properties_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_list_properties_atoms_length
- **
- ** @param const xcb_list_properties_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_list_properties_atoms_length (const xcb_list_properties_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_list_properties_atoms_end
- **
- ** @param const xcb_list_properties_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_list_properties_atoms_end (const xcb_list_properties_reply_t *R /**< */);
@@ -8095,25 +6583,13 @@ xcb_list_properties_atoms_end (const xcb_list_properties_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_list_properties_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_list_properties_reply_t * xcb_list_properties_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_list_properties_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_list_properties_reply_t *
- **
- *****************************************************************************/
-
xcb_list_properties_reply_t *
xcb_list_properties_reply (xcb_connection_t *c /**< */,
xcb_list_properties_cookie_t cookie /**< */,
@@ -8141,24 +6617,11 @@ xcb_list_properties_reply (xcb_connection_t *c /**< */,
* last-change time of the specified selection.
*
* TODO: briefly explain what a selection is.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_selection_owner_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t owner
- ** @param xcb_atom_t selection
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_selection_owner_checked (xcb_connection_t *c /**< */,
xcb_window_t owner /**< */,
@@ -8187,21 +6650,8 @@ xcb_set_selection_owner_checked (xcb_connection_t *c /**< */,
* last-change time of the specified selection.
*
* TODO: briefly explain what a selection is.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_selection_owner
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t owner
- ** @param xcb_atom_t selection
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_selection_owner (xcb_connection_t *c /**< */,
xcb_window_t owner /**< */,
@@ -8218,19 +6668,8 @@ xcb_set_selection_owner (xcb_connection_t *c /**< */,
* Gets the owner of the specified selection.
*
* TODO: briefly explain what a selection is.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_selection_owner_cookie_t xcb_get_selection_owner
- **
- ** @param xcb_connection_t *c
- ** @param xcb_atom_t selection
- ** @returns xcb_get_selection_owner_cookie_t
- **
- *****************************************************************************/
-
xcb_get_selection_owner_cookie_t
xcb_get_selection_owner (xcb_connection_t *c /**< */,
xcb_atom_t selection /**< */);
@@ -8245,22 +6684,11 @@ xcb_get_selection_owner (xcb_connection_t *c /**< */,
* Gets the owner of the specified selection.
*
* TODO: briefly explain what a selection is.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_selection_owner_cookie_t xcb_get_selection_owner_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_atom_t selection
- ** @returns xcb_get_selection_owner_cookie_t
- **
- *****************************************************************************/
-
xcb_get_selection_owner_cookie_t
xcb_get_selection_owner_unchecked (xcb_connection_t *c /**< */,
xcb_atom_t selection /**< */);
@@ -8272,25 +6700,13 @@ xcb_get_selection_owner_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_selection_owner_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_selection_owner_reply_t * xcb_get_selection_owner_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_selection_owner_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_selection_owner_reply_t *
- **
- *****************************************************************************/
-
xcb_get_selection_owner_reply_t *
xcb_get_selection_owner_reply (xcb_connection_t *c /**< */,
xcb_get_selection_owner_cookie_t cookie /**< */,
@@ -8302,26 +6718,11 @@ xcb_get_selection_owner_reply (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_convert_selection_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t requestor
- ** @param xcb_atom_t selection
- ** @param xcb_atom_t target
- ** @param xcb_atom_t property
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_convert_selection_checked (xcb_connection_t *c /**< */,
xcb_window_t requestor /**< */,
@@ -8336,23 +6737,8 @@ xcb_convert_selection_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_convert_selection
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t requestor
- ** @param xcb_atom_t selection
- ** @param xcb_atom_t target
- ** @param xcb_atom_t property
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_convert_selection (xcb_connection_t *c /**< */,
xcb_window_t requestor /**< */,
@@ -8393,25 +6779,11 @@ xcb_convert_selection (xcb_connection_t *c /**< */,
* so that the X server can correctly byte-swap the contents as necessary. The
* contents of \a event are otherwise unaltered and unchecked except for the
* `send_event` field which is forced to 'true'.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_send_event_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t propagate
- ** @param xcb_window_t destination
- ** @param uint32_t event_mask
- ** @param const char *event
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_send_event_checked (xcb_connection_t *c /**< */,
uint8_t propagate /**< */,
@@ -8451,22 +6823,8 @@ xcb_send_event_checked (xcb_connection_t *c /**< */,
* so that the X server can correctly byte-swap the contents as necessary. The
* contents of \a event are otherwise unaltered and unchecked except for the
* `send_event` field which is forced to 'true'.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_send_event
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t propagate
- ** @param xcb_window_t destination
- ** @param uint32_t event_mask
- ** @param const char *event
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_send_event (xcb_connection_t *c /**< */,
uint8_t propagate /**< */,
@@ -8508,26 +6866,8 @@ xcb_send_event (xcb_connection_t *c /**< */,
* @return A cookie
*
* Actively grabs control of the pointer. Further pointer events are reported only to the grabbing client. Overrides any active pointer grab by this client.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_grab_pointer_cookie_t xcb_grab_pointer
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t owner_events
- ** @param xcb_window_t grab_window
- ** @param uint16_t event_mask
- ** @param uint8_t pointer_mode
- ** @param uint8_t keyboard_mode
- ** @param xcb_window_t confine_to
- ** @param xcb_cursor_t cursor
- ** @param xcb_timestamp_t time
- ** @returns xcb_grab_pointer_cookie_t
- **
- *****************************************************************************/
-
xcb_grab_pointer_cookie_t
xcb_grab_pointer (xcb_connection_t *c /**< */,
uint8_t owner_events /**< */,
@@ -8573,29 +6913,11 @@ xcb_grab_pointer (xcb_connection_t *c /**< */,
* @return A cookie
*
* Actively grabs control of the pointer. Further pointer events are reported only to the grabbing client. Overrides any active pointer grab by this client.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_grab_pointer_cookie_t xcb_grab_pointer_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t owner_events
- ** @param xcb_window_t grab_window
- ** @param uint16_t event_mask
- ** @param uint8_t pointer_mode
- ** @param uint8_t keyboard_mode
- ** @param xcb_window_t confine_to
- ** @param xcb_cursor_t cursor
- ** @param xcb_timestamp_t time
- ** @returns xcb_grab_pointer_cookie_t
- **
- *****************************************************************************/
-
xcb_grab_pointer_cookie_t
xcb_grab_pointer_unchecked (xcb_connection_t *c /**< */,
uint8_t owner_events /**< */,
@@ -8614,25 +6936,13 @@ xcb_grab_pointer_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_grab_pointer_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_grab_pointer_reply_t * xcb_grab_pointer_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_grab_pointer_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_grab_pointer_reply_t *
- **
- *****************************************************************************/
-
xcb_grab_pointer_reply_t *
xcb_grab_pointer_reply (xcb_connection_t *c /**< */,
xcb_grab_pointer_cookie_t cookie /**< */,
@@ -8653,22 +6963,11 @@ xcb_grab_pointer_reply (xcb_connection_t *c /**< */,
* press.
*
* EnterNotify and LeaveNotify events are generated.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_pointer_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_pointer_checked (xcb_connection_t *c /**< */,
xcb_timestamp_t time /**< */);
@@ -8688,19 +6987,8 @@ xcb_ungrab_pointer_checked (xcb_connection_t *c /**< */,
* press.
*
* EnterNotify and LeaveNotify events are generated.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_pointer
- **
- ** @param xcb_connection_t *c
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_pointer (xcb_connection_t *c /**< */,
xcb_timestamp_t time /**< */);
@@ -8768,30 +7056,11 @@ xcb_ungrab_pointer (xcb_connection_t *c /**< */,
* When using AnyModifier or AnyButton, the request fails completely (no grabs are
* established), and an Access error is generated if there is a conflicting grab
* for any combination. The request has no effect on an active grab.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_grab_button_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t owner_events
- ** @param xcb_window_t grab_window
- ** @param uint16_t event_mask
- ** @param uint8_t pointer_mode
- ** @param uint8_t keyboard_mode
- ** @param xcb_window_t confine_to
- ** @param xcb_cursor_t cursor
- ** @param uint8_t button
- ** @param uint16_t modifiers
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_grab_button_checked (xcb_connection_t *c /**< */,
uint8_t owner_events /**< */,
@@ -8867,27 +7136,8 @@ xcb_grab_button_checked (xcb_connection_t *c /**< */,
* When using AnyModifier or AnyButton, the request fails completely (no grabs are
* established), and an Access error is generated if there is a conflicting grab
* for any combination. The request has no effect on an active grab.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_grab_button
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t owner_events
- ** @param xcb_window_t grab_window
- ** @param uint16_t event_mask
- ** @param uint8_t pointer_mode
- ** @param uint8_t keyboard_mode
- ** @param xcb_window_t confine_to
- ** @param xcb_cursor_t cursor
- ** @param uint8_t button
- ** @param uint16_t modifiers
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_grab_button (xcb_connection_t *c /**< */,
uint8_t owner_events /**< */,
@@ -8906,24 +7156,11 @@ xcb_grab_button (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_button_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t button
- ** @param xcb_window_t grab_window
- ** @param uint16_t modifiers
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_button_checked (xcb_connection_t *c /**< */,
uint8_t button /**< */,
@@ -8936,21 +7173,8 @@ xcb_ungrab_button_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_button
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t button
- ** @param xcb_window_t grab_window
- ** @param uint16_t modifiers
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_button (xcb_connection_t *c /**< */,
uint8_t button /**< */,
@@ -8963,24 +7187,11 @@ xcb_ungrab_button (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_active_pointer_grab_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cursor
- ** @param xcb_timestamp_t time
- ** @param uint16_t event_mask
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_active_pointer_grab_checked (xcb_connection_t *c /**< */,
xcb_cursor_t cursor /**< */,
@@ -8993,21 +7204,8 @@ xcb_change_active_pointer_grab_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_active_pointer_grab
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cursor
- ** @param xcb_timestamp_t time
- ** @param uint16_t event_mask
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_active_pointer_grab (xcb_connection_t *c /**< */,
xcb_cursor_t cursor /**< */,
@@ -9041,23 +7239,8 @@ xcb_change_active_pointer_grab (xcb_connection_t *c /**< */,
* specified \a time is earlier than the last-keyboard-grab time or later than the
* current X server time, `GrabInvalidTime` is returned. Otherwise, the
* last-keyboard-grab time is set to the specified time.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_grab_keyboard_cookie_t xcb_grab_keyboard
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t owner_events
- ** @param xcb_window_t grab_window
- ** @param xcb_timestamp_t time
- ** @param uint8_t pointer_mode
- ** @param uint8_t keyboard_mode
- ** @returns xcb_grab_keyboard_cookie_t
- **
- *****************************************************************************/
-
xcb_grab_keyboard_cookie_t
xcb_grab_keyboard (xcb_connection_t *c /**< */,
uint8_t owner_events /**< */,
@@ -9093,26 +7276,11 @@ xcb_grab_keyboard (xcb_connection_t *c /**< */,
* specified \a time is earlier than the last-keyboard-grab time or later than the
* current X server time, `GrabInvalidTime` is returned. Otherwise, the
* last-keyboard-grab time is set to the specified time.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_grab_keyboard_cookie_t xcb_grab_keyboard_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t owner_events
- ** @param xcb_window_t grab_window
- ** @param xcb_timestamp_t time
- ** @param uint8_t pointer_mode
- ** @param uint8_t keyboard_mode
- ** @returns xcb_grab_keyboard_cookie_t
- **
- *****************************************************************************/
-
xcb_grab_keyboard_cookie_t
xcb_grab_keyboard_unchecked (xcb_connection_t *c /**< */,
uint8_t owner_events /**< */,
@@ -9128,25 +7296,13 @@ xcb_grab_keyboard_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_grab_keyboard_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_grab_keyboard_reply_t * xcb_grab_keyboard_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_grab_keyboard_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_grab_keyboard_reply_t *
- **
- *****************************************************************************/
-
xcb_grab_keyboard_reply_t *
xcb_grab_keyboard_reply (xcb_connection_t *c /**< */,
xcb_grab_keyboard_cookie_t cookie /**< */,
@@ -9158,22 +7314,11 @@ xcb_grab_keyboard_reply (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_keyboard_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_keyboard_checked (xcb_connection_t *c /**< */,
xcb_timestamp_t time /**< */);
@@ -9184,19 +7329,8 @@ xcb_ungrab_keyboard_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_keyboard
- **
- ** @param xcb_connection_t *c
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_keyboard (xcb_connection_t *c /**< */,
xcb_timestamp_t time /**< */);
@@ -9251,27 +7385,11 @@ xcb_ungrab_keyboard (xcb_connection_t *c /**< */,
* If some other client has issued a XGrabKey with the same key combination on the same window, a BadAccess
* error results. When using AnyModifier or AnyKey, the request fails completely, and a BadAccess error
* results (no grabs are established) if there is a conflicting grab for any combination.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_grab_key_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t owner_events
- ** @param xcb_window_t grab_window
- ** @param uint16_t modifiers
- ** @param xcb_keycode_t key
- ** @param uint8_t pointer_mode
- ** @param uint8_t keyboard_mode
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_grab_key_checked (xcb_connection_t *c /**< */,
uint8_t owner_events /**< */,
@@ -9331,24 +7449,8 @@ xcb_grab_key_checked (xcb_connection_t *c /**< */,
* If some other client has issued a XGrabKey with the same key combination on the same window, a BadAccess
* error results. When using AnyModifier or AnyKey, the request fails completely, and a BadAccess error
* results (no grabs are established) if there is a conflicting grab for any combination.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_grab_key
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t owner_events
- ** @param xcb_window_t grab_window
- ** @param uint16_t modifiers
- ** @param xcb_keycode_t key
- ** @param uint8_t pointer_mode
- ** @param uint8_t keyboard_mode
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_grab_key (xcb_connection_t *c /**< */,
uint8_t owner_events /**< */,
@@ -9374,24 +7476,11 @@ xcb_grab_key (xcb_connection_t *c /**< */,
*
* Releases the key combination on \a grab_window if you grabbed it using
* `xcb_grab_key` before.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_key_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_keycode_t key
- ** @param xcb_window_t grab_window
- ** @param uint16_t modifiers
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_key_checked (xcb_connection_t *c /**< */,
xcb_keycode_t key /**< */,
@@ -9414,21 +7503,8 @@ xcb_ungrab_key_checked (xcb_connection_t *c /**< */,
*
* Releases the key combination on \a grab_window if you grabbed it using
* `xcb_grab_key` before.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_key
- **
- ** @param xcb_connection_t *c
- ** @param xcb_keycode_t key
- ** @param xcb_window_t grab_window
- ** @param uint16_t modifiers
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_key (xcb_connection_t *c /**< */,
xcb_keycode_t key /**< */,
@@ -9451,23 +7527,11 @@ xcb_ungrab_key (xcb_connection_t *c /**< */,
* freeze due to grabbing it actively. This request has no effect if \a time is
* earlier than the last-grab time of the most recent active grab for this client
* or if \a time is later than the current X server time.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_allow_events_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_allow_events_checked (xcb_connection_t *c /**< */,
uint8_t mode /**< */,
@@ -9489,20 +7553,8 @@ xcb_allow_events_checked (xcb_connection_t *c /**< */,
* freeze due to grabbing it actively. This request has no effect if \a time is
* earlier than the last-grab time of the most recent active grab for this client
* or if \a time is later than the current X server time.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_allow_events
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_allow_events (xcb_connection_t *c /**< */,
uint8_t mode /**< */,
@@ -9514,21 +7566,11 @@ xcb_allow_events (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_grab_server_checked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_grab_server_checked (xcb_connection_t *c /**< */);
@@ -9538,18 +7580,8 @@ xcb_grab_server_checked (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_grab_server
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_grab_server (xcb_connection_t *c /**< */);
@@ -9559,21 +7591,11 @@ xcb_grab_server (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_server_checked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_server_checked (xcb_connection_t *c /**< */);
@@ -9583,18 +7605,8 @@ xcb_ungrab_server_checked (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_ungrab_server
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_ungrab_server (xcb_connection_t *c /**< */);
@@ -9608,19 +7620,8 @@ xcb_ungrab_server (xcb_connection_t *c /**< */);
*
* Gets the root window the pointer is logically on and the pointer coordinates
* relative to the root window's origin.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_query_pointer_cookie_t xcb_query_pointer
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_query_pointer_cookie_t
- **
- *****************************************************************************/
-
xcb_query_pointer_cookie_t
xcb_query_pointer (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -9635,22 +7636,11 @@ xcb_query_pointer (xcb_connection_t *c /**< */,
*
* Gets the root window the pointer is logically on and the pointer coordinates
* relative to the root window's origin.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_query_pointer_cookie_t xcb_query_pointer_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_query_pointer_cookie_t
- **
- *****************************************************************************/
-
xcb_query_pointer_cookie_t
xcb_query_pointer_unchecked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -9662,25 +7652,13 @@ xcb_query_pointer_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_query_pointer_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_query_pointer_reply_t * xcb_query_pointer_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_query_pointer_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_query_pointer_reply_t *
- **
- *****************************************************************************/
-
xcb_query_pointer_reply_t *
xcb_query_pointer_reply (xcb_connection_t *c /**< */,
xcb_query_pointer_cookie_t cookie /**< */,
@@ -9694,16 +7672,6 @@ xcb_query_pointer_reply (xcb_connection_t *c /**< */,
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_timecoord_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_timecoord_next
- **
- ** @param xcb_timecoord_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_timecoord_next (xcb_timecoord_iterator_t *i /**< */);
@@ -9716,16 +7684,6 @@ xcb_timecoord_next (xcb_timecoord_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_timecoord_end
- **
- ** @param xcb_timecoord_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_timecoord_end (xcb_timecoord_iterator_t i /**< */);
@@ -9738,21 +7696,8 @@ xcb_get_motion_events_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_motion_events_cookie_t xcb_get_motion_events
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param xcb_timestamp_t start
- ** @param xcb_timestamp_t stop
- ** @returns xcb_get_motion_events_cookie_t
- **
- *****************************************************************************/
-
xcb_get_motion_events_cookie_t
xcb_get_motion_events (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -9765,66 +7710,23 @@ xcb_get_motion_events (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_motion_events_cookie_t xcb_get_motion_events_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param xcb_timestamp_t start
- ** @param xcb_timestamp_t stop
- ** @returns xcb_get_motion_events_cookie_t
- **
- *****************************************************************************/
-
xcb_get_motion_events_cookie_t
xcb_get_motion_events_unchecked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
xcb_timestamp_t start /**< */,
xcb_timestamp_t stop /**< */);
-
-/*****************************************************************************
- **
- ** xcb_timecoord_t * xcb_get_motion_events_events
- **
- ** @param const xcb_get_motion_events_reply_t *R
- ** @returns xcb_timecoord_t *
- **
- *****************************************************************************/
-
xcb_timecoord_t *
xcb_get_motion_events_events (const xcb_get_motion_events_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_get_motion_events_events_length
- **
- ** @param const xcb_get_motion_events_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_get_motion_events_events_length (const xcb_get_motion_events_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_timecoord_iterator_t xcb_get_motion_events_events_iterator
- **
- ** @param const xcb_get_motion_events_reply_t *R
- ** @returns xcb_timecoord_iterator_t
- **
- *****************************************************************************/
-
xcb_timecoord_iterator_t
xcb_get_motion_events_events_iterator (const xcb_get_motion_events_reply_t *R /**< */);
@@ -9835,25 +7737,13 @@ xcb_get_motion_events_events_iterator (const xcb_get_motion_events_reply_t *R /
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_motion_events_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_motion_events_reply_t * xcb_get_motion_events_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_motion_events_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_motion_events_reply_t *
- **
- *****************************************************************************/
-
xcb_get_motion_events_reply_t *
xcb_get_motion_events_reply (xcb_connection_t *c /**< */,
xcb_get_motion_events_cookie_t cookie /**< */,
@@ -9865,22 +7755,8 @@ xcb_get_motion_events_reply (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_translate_coordinates_cookie_t xcb_translate_coordinates
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t src_window
- ** @param xcb_window_t dst_window
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @returns xcb_translate_coordinates_cookie_t
- **
- *****************************************************************************/
-
xcb_translate_coordinates_cookie_t
xcb_translate_coordinates (xcb_connection_t *c /**< */,
xcb_window_t src_window /**< */,
@@ -9894,25 +7770,11 @@ xcb_translate_coordinates (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_translate_coordinates_cookie_t xcb_translate_coordinates_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t src_window
- ** @param xcb_window_t dst_window
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @returns xcb_translate_coordinates_cookie_t
- **
- *****************************************************************************/
-
xcb_translate_coordinates_cookie_t
xcb_translate_coordinates_unchecked (xcb_connection_t *c /**< */,
xcb_window_t src_window /**< */,
@@ -9927,25 +7789,13 @@ xcb_translate_coordinates_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_translate_coordinates_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_translate_coordinates_reply_t * xcb_translate_coordinates_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_translate_coordinates_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_translate_coordinates_reply_t *
- **
- *****************************************************************************/
-
xcb_translate_coordinates_reply_t *
xcb_translate_coordinates_reply (xcb_connection_t *c /**< */,
xcb_translate_coordinates_cookie_t cookie /**< */,
@@ -9976,29 +7826,11 @@ xcb_translate_coordinates_reply (xcb_connection_t *c /**< */
* offsets (\a dst_x, \a dst_y) relative to \a dst_window. If \a dst_window is
* `XCB_NONE` (TODO), the pointer will be moved by the offsets (\a dst_x, \a dst_y)
* relative to the current position of the pointer.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_warp_pointer_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t src_window
- ** @param xcb_window_t dst_window
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint16_t src_width
- ** @param uint16_t src_height
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_warp_pointer_checked (xcb_connection_t *c /**< */,
xcb_window_t src_window /**< */,
@@ -10035,26 +7867,8 @@ xcb_warp_pointer_checked (xcb_connection_t *c /**< */,
* offsets (\a dst_x, \a dst_y) relative to \a dst_window. If \a dst_window is
* `XCB_NONE` (TODO), the pointer will be moved by the offsets (\a dst_x, \a dst_y)
* relative to the current position of the pointer.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_warp_pointer
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t src_window
- ** @param xcb_window_t dst_window
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param uint16_t src_width
- ** @param uint16_t src_height
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_warp_pointer (xcb_connection_t *c /**< */,
xcb_window_t src_window /**< */,
@@ -10092,24 +7906,11 @@ xcb_warp_pointer (xcb_connection_t *c /**< */,
* avoid race conditions when running X over the network).
*
* A FocusIn and FocusOut event is generated when focus is changed.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_input_focus_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t revert_to
- ** @param xcb_window_t focus
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_input_focus_checked (xcb_connection_t *c /**< */,
uint8_t revert_to /**< */,
@@ -10142,21 +7943,8 @@ xcb_set_input_focus_checked (xcb_connection_t *c /**< */,
* avoid race conditions when running X over the network).
*
* A FocusIn and FocusOut event is generated when focus is changed.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_input_focus
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t revert_to
- ** @param xcb_window_t focus
- ** @param xcb_timestamp_t time
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_input_focus (xcb_connection_t *c /**< */,
uint8_t revert_to /**< */,
@@ -10169,18 +7957,8 @@ xcb_set_input_focus (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_input_focus_cookie_t xcb_get_input_focus
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_input_focus_cookie_t
- **
- *****************************************************************************/
-
xcb_get_input_focus_cookie_t
xcb_get_input_focus (xcb_connection_t *c /**< */);
@@ -10190,21 +7968,11 @@ xcb_get_input_focus (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_input_focus_cookie_t xcb_get_input_focus_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_input_focus_cookie_t
- **
- *****************************************************************************/
-
xcb_get_input_focus_cookie_t
xcb_get_input_focus_unchecked (xcb_connection_t *c /**< */);
@@ -10215,25 +7983,13 @@ xcb_get_input_focus_unchecked (xcb_connection_t *c /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_input_focus_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_input_focus_reply_t * xcb_get_input_focus_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_input_focus_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_input_focus_reply_t *
- **
- *****************************************************************************/
-
xcb_get_input_focus_reply_t *
xcb_get_input_focus_reply (xcb_connection_t *c /**< */,
xcb_get_input_focus_cookie_t cookie /**< */,
@@ -10245,18 +8001,8 @@ xcb_get_input_focus_reply (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_query_keymap_cookie_t xcb_query_keymap
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_query_keymap_cookie_t
- **
- *****************************************************************************/
-
xcb_query_keymap_cookie_t
xcb_query_keymap (xcb_connection_t *c /**< */);
@@ -10266,21 +8012,11 @@ xcb_query_keymap (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_query_keymap_cookie_t xcb_query_keymap_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_query_keymap_cookie_t
- **
- *****************************************************************************/
-
xcb_query_keymap_cookie_t
xcb_query_keymap_unchecked (xcb_connection_t *c /**< */);
@@ -10291,25 +8027,13 @@ xcb_query_keymap_unchecked (xcb_connection_t *c /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_query_keymap_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_query_keymap_reply_t * xcb_query_keymap_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_query_keymap_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_query_keymap_reply_t *
- **
- *****************************************************************************/
-
xcb_query_keymap_reply_t *
xcb_query_keymap_reply (xcb_connection_t *c /**< */,
xcb_query_keymap_cookie_t cookie /**< */,
@@ -10331,24 +8055,11 @@ xcb_open_font_sizeof (const void *_buffer /**< */);
*
* Note that X core fonts are deprecated (but still supported) in favor of
* client-side rendering using Xft.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_open_font_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_font_t fid
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_open_font_checked (xcb_connection_t *c /**< */,
xcb_font_t fid /**< */,
@@ -10368,21 +8079,8 @@ xcb_open_font_checked (xcb_connection_t *c /**< */,
*
* Note that X core fonts are deprecated (but still supported) in favor of
* client-side rendering using Xft.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_open_font
- **
- ** @param xcb_connection_t *c
- ** @param xcb_font_t fid
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_open_font (xcb_connection_t *c /**< */,
xcb_font_t fid /**< */,
@@ -10395,22 +8093,11 @@ xcb_open_font (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_close_font_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_font_t font
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_close_font_checked (xcb_connection_t *c /**< */,
xcb_font_t font /**< */);
@@ -10421,19 +8108,8 @@ xcb_close_font_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_close_font
- **
- ** @param xcb_connection_t *c
- ** @param xcb_font_t font
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_close_font (xcb_connection_t *c /**< */,
xcb_font_t font /**< */);
@@ -10446,16 +8122,6 @@ xcb_close_font (xcb_connection_t *c /**< */,
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_fontprop_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_fontprop_next
- **
- ** @param xcb_fontprop_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_fontprop_next (xcb_fontprop_iterator_t *i /**< */);
@@ -10468,16 +8134,6 @@ xcb_fontprop_next (xcb_fontprop_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_fontprop_end
- **
- ** @param xcb_fontprop_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_fontprop_end (xcb_fontprop_iterator_t i /**< */);
@@ -10489,16 +8145,6 @@ xcb_fontprop_end (xcb_fontprop_iterator_t i /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_charinfo_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_charinfo_next
- **
- ** @param xcb_charinfo_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_charinfo_next (xcb_charinfo_iterator_t *i /**< */);
@@ -10511,16 +8157,6 @@ xcb_charinfo_next (xcb_charinfo_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_charinfo_end
- **
- ** @param xcb_charinfo_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_charinfo_end (xcb_charinfo_iterator_t i /**< */);
@@ -10535,19 +8171,8 @@ xcb_query_font_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Queries information associated with the font.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_query_font_cookie_t xcb_query_font
- **
- ** @param xcb_connection_t *c
- ** @param xcb_fontable_t font
- ** @returns xcb_query_font_cookie_t
- **
- *****************************************************************************/
-
xcb_query_font_cookie_t
xcb_query_font (xcb_connection_t *c /**< */,
xcb_fontable_t font /**< */);
@@ -10560,101 +8185,30 @@ xcb_query_font (xcb_connection_t *c /**< */,
* @return A cookie
*
* Queries information associated with the font.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_query_font_cookie_t xcb_query_font_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_fontable_t font
- ** @returns xcb_query_font_cookie_t
- **
- *****************************************************************************/
-
xcb_query_font_cookie_t
xcb_query_font_unchecked (xcb_connection_t *c /**< */,
xcb_fontable_t font /**< */);
-
-/*****************************************************************************
- **
- ** xcb_fontprop_t * xcb_query_font_properties
- **
- ** @param const xcb_query_font_reply_t *R
- ** @returns xcb_fontprop_t *
- **
- *****************************************************************************/
-
xcb_fontprop_t *
xcb_query_font_properties (const xcb_query_font_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_query_font_properties_length
- **
- ** @param const xcb_query_font_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_query_font_properties_length (const xcb_query_font_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_fontprop_iterator_t xcb_query_font_properties_iterator
- **
- ** @param const xcb_query_font_reply_t *R
- ** @returns xcb_fontprop_iterator_t
- **
- *****************************************************************************/
-
xcb_fontprop_iterator_t
xcb_query_font_properties_iterator (const xcb_query_font_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_charinfo_t * xcb_query_font_char_infos
- **
- ** @param const xcb_query_font_reply_t *R
- ** @returns xcb_charinfo_t *
- **
- *****************************************************************************/
-
xcb_charinfo_t *
xcb_query_font_char_infos (const xcb_query_font_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_query_font_char_infos_length
- **
- ** @param const xcb_query_font_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_query_font_char_infos_length (const xcb_query_font_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_charinfo_iterator_t xcb_query_font_char_infos_iterator
- **
- ** @param const xcb_query_font_reply_t *R
- ** @returns xcb_charinfo_iterator_t
- **
- *****************************************************************************/
-
xcb_charinfo_iterator_t
xcb_query_font_char_infos_iterator (const xcb_query_font_reply_t *R /**< */);
@@ -10665,25 +8219,13 @@ xcb_query_font_char_infos_iterator (const xcb_query_font_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_query_font_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_query_font_reply_t * xcb_query_font_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_query_font_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_query_font_reply_t *
- **
- *****************************************************************************/
-
xcb_query_font_reply_t *
xcb_query_font_reply (xcb_connection_t *c /**< */,
xcb_query_font_cookie_t cookie /**< */,
@@ -10723,21 +8265,8 @@ xcb_query_text_extents_sizeof (const void *_buffer /**< */,
*
* Characters with all zero metrics are ignored. If the font has no defined
* default_char, the undefined characters in the string are also ignored.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_query_text_extents_cookie_t xcb_query_text_extents
- **
- ** @param xcb_connection_t *c
- ** @param xcb_fontable_t font
- ** @param uint32_t string_len
- ** @param const xcb_char2b_t *string
- ** @returns xcb_query_text_extents_cookie_t
- **
- *****************************************************************************/
-
xcb_query_text_extents_cookie_t
xcb_query_text_extents (xcb_connection_t *c /**< */,
xcb_fontable_t font /**< */,
@@ -10774,24 +8303,11 @@ xcb_query_text_extents (xcb_connection_t *c /**< */,
*
* Characters with all zero metrics are ignored. If the font has no defined
* default_char, the undefined characters in the string are also ignored.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_query_text_extents_cookie_t xcb_query_text_extents_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_fontable_t font
- ** @param uint32_t string_len
- ** @param const xcb_char2b_t *string
- ** @returns xcb_query_text_extents_cookie_t
- **
- *****************************************************************************/
-
xcb_query_text_extents_cookie_t
xcb_query_text_extents_unchecked (xcb_connection_t *c /**< */,
xcb_fontable_t font /**< */,
@@ -10805,25 +8321,13 @@ xcb_query_text_extents_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_query_text_extents_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_query_text_extents_reply_t * xcb_query_text_extents_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_query_text_extents_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_query_text_extents_reply_t *
- **
- *****************************************************************************/
-
xcb_query_text_extents_reply_t *
xcb_query_text_extents_reply (xcb_connection_t *c /**< */,
xcb_query_text_extents_cookie_t cookie /**< */,
@@ -10832,42 +8336,12 @@ xcb_query_text_extents_reply (xcb_connection_t *c /**< */,
int
xcb_str_sizeof (const void *_buffer /**< */);
-
-/*****************************************************************************
- **
- ** char * xcb_str_name
- **
- ** @param const xcb_str_t *R
- ** @returns char *
- **
- *****************************************************************************/
-
char *
xcb_str_name (const xcb_str_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_str_name_length
- **
- ** @param const xcb_str_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_str_name_length (const xcb_str_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_str_name_end
- **
- ** @param const xcb_str_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_str_name_end (const xcb_str_t *R /**< */);
@@ -10879,16 +8353,6 @@ xcb_str_name_end (const xcb_str_t *R /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_str_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_str_next
- **
- ** @param xcb_str_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_str_next (xcb_str_iterator_t *i /**< */);
@@ -10901,16 +8365,6 @@ xcb_str_next (xcb_str_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_str_end
- **
- ** @param xcb_str_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_str_end (xcb_str_iterator_t i /**< */);
@@ -10931,21 +8385,8 @@ xcb_list_fonts_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Gets a list of available font names which match the given \a pattern.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_list_fonts_cookie_t xcb_list_fonts
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t max_names
- ** @param uint16_t pattern_len
- ** @param const char *pattern
- ** @returns xcb_list_fonts_cookie_t
- **
- *****************************************************************************/
-
xcb_list_fonts_cookie_t
xcb_list_fonts (xcb_connection_t *c /**< */,
uint16_t max_names /**< */,
@@ -10966,53 +8407,20 @@ xcb_list_fonts (xcb_connection_t *c /**< */,
* @return A cookie
*
* Gets a list of available font names which match the given \a pattern.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_list_fonts_cookie_t xcb_list_fonts_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t max_names
- ** @param uint16_t pattern_len
- ** @param const char *pattern
- ** @returns xcb_list_fonts_cookie_t
- **
- *****************************************************************************/
-
xcb_list_fonts_cookie_t
xcb_list_fonts_unchecked (xcb_connection_t *c /**< */,
uint16_t max_names /**< */,
uint16_t pattern_len /**< */,
const char *pattern /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_list_fonts_names_length
- **
- ** @param const xcb_list_fonts_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_list_fonts_names_length (const xcb_list_fonts_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_str_iterator_t xcb_list_fonts_names_iterator
- **
- ** @param const xcb_list_fonts_reply_t *R
- ** @returns xcb_str_iterator_t
- **
- *****************************************************************************/
-
xcb_str_iterator_t
xcb_list_fonts_names_iterator (const xcb_list_fonts_reply_t *R /**< */);
@@ -11023,25 +8431,13 @@ xcb_list_fonts_names_iterator (const xcb_list_fonts_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_list_fonts_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_list_fonts_reply_t * xcb_list_fonts_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_list_fonts_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_list_fonts_reply_t *
- **
- *****************************************************************************/
-
xcb_list_fonts_reply_t *
xcb_list_fonts_reply (xcb_connection_t *c /**< */,
xcb_list_fonts_cookie_t cookie /**< */,
@@ -11064,21 +8460,8 @@ xcb_list_fonts_with_info_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Gets a list of available font names which match the given \a pattern.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_list_fonts_with_info_cookie_t xcb_list_fonts_with_info
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t max_names
- ** @param uint16_t pattern_len
- ** @param const char *pattern
- ** @returns xcb_list_fonts_with_info_cookie_t
- **
- *****************************************************************************/
-
xcb_list_fonts_with_info_cookie_t
xcb_list_fonts_with_info (xcb_connection_t *c /**< */,
uint16_t max_names /**< */,
@@ -11099,105 +8482,32 @@ xcb_list_fonts_with_info (xcb_connection_t *c /**< */,
* @return A cookie
*
* Gets a list of available font names which match the given \a pattern.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_list_fonts_with_info_cookie_t xcb_list_fonts_with_info_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t max_names
- ** @param uint16_t pattern_len
- ** @param const char *pattern
- ** @returns xcb_list_fonts_with_info_cookie_t
- **
- *****************************************************************************/
-
xcb_list_fonts_with_info_cookie_t
xcb_list_fonts_with_info_unchecked (xcb_connection_t *c /**< */,
uint16_t max_names /**< */,
uint16_t pattern_len /**< */,
const char *pattern /**< */);
-
-/*****************************************************************************
- **
- ** xcb_fontprop_t * xcb_list_fonts_with_info_properties
- **
- ** @param const xcb_list_fonts_with_info_reply_t *R
- ** @returns xcb_fontprop_t *
- **
- *****************************************************************************/
-
xcb_fontprop_t *
xcb_list_fonts_with_info_properties (const xcb_list_fonts_with_info_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_list_fonts_with_info_properties_length
- **
- ** @param const xcb_list_fonts_with_info_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_list_fonts_with_info_properties_length (const xcb_list_fonts_with_info_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_fontprop_iterator_t xcb_list_fonts_with_info_properties_iterator
- **
- ** @param const xcb_list_fonts_with_info_reply_t *R
- ** @returns xcb_fontprop_iterator_t
- **
- *****************************************************************************/
-
xcb_fontprop_iterator_t
xcb_list_fonts_with_info_properties_iterator (const xcb_list_fonts_with_info_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** char * xcb_list_fonts_with_info_name
- **
- ** @param const xcb_list_fonts_with_info_reply_t *R
- ** @returns char *
- **
- *****************************************************************************/
-
char *
xcb_list_fonts_with_info_name (const xcb_list_fonts_with_info_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_list_fonts_with_info_name_length
- **
- ** @param const xcb_list_fonts_with_info_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_list_fonts_with_info_name_length (const xcb_list_fonts_with_info_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_list_fonts_with_info_name_end
- **
- ** @param const xcb_list_fonts_with_info_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_list_fonts_with_info_name_end (const xcb_list_fonts_with_info_reply_t *R /**< */);
@@ -11208,25 +8518,13 @@ xcb_list_fonts_with_info_name_end (const xcb_list_fonts_with_info_reply_t *R /*
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_list_fonts_with_info_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_list_fonts_with_info_reply_t * xcb_list_fonts_with_info_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_list_fonts_with_info_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_list_fonts_with_info_reply_t *
- **
- *****************************************************************************/
-
xcb_list_fonts_with_info_reply_t *
xcb_list_fonts_with_info_reply (xcb_connection_t *c /**< */,
xcb_list_fonts_with_info_cookie_t cookie /**< */,
@@ -11241,23 +8539,11 @@ xcb_set_font_path_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_font_path_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t font_qty
- ** @param const xcb_str_t *font
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_font_path_checked (xcb_connection_t *c /**< */,
uint16_t font_qty /**< */,
@@ -11269,20 +8555,8 @@ xcb_set_font_path_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_font_path
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t font_qty
- ** @param const xcb_str_t *font
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_font_path (xcb_connection_t *c /**< */,
uint16_t font_qty /**< */,
@@ -11297,18 +8571,8 @@ xcb_get_font_path_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_font_path_cookie_t xcb_get_font_path
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_font_path_cookie_t
- **
- *****************************************************************************/
-
xcb_get_font_path_cookie_t
xcb_get_font_path (xcb_connection_t *c /**< */);
@@ -11318,47 +8582,17 @@ xcb_get_font_path (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_font_path_cookie_t xcb_get_font_path_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_font_path_cookie_t
- **
- *****************************************************************************/
-
xcb_get_font_path_cookie_t
xcb_get_font_path_unchecked (xcb_connection_t *c /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_get_font_path_path_length
- **
- ** @param const xcb_get_font_path_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_get_font_path_path_length (const xcb_get_font_path_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_str_iterator_t xcb_get_font_path_path_iterator
- **
- ** @param const xcb_get_font_path_reply_t *R
- ** @returns xcb_str_iterator_t
- **
- *****************************************************************************/
-
xcb_str_iterator_t
xcb_get_font_path_path_iterator (const xcb_get_font_path_reply_t *R /**< */);
@@ -11369,25 +8603,13 @@ xcb_get_font_path_path_iterator (const xcb_get_font_path_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_font_path_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_font_path_reply_t * xcb_get_font_path_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_font_path_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_font_path_reply_t *
- **
- *****************************************************************************/
-
xcb_get_font_path_reply_t *
xcb_get_font_path_reply (xcb_connection_t *c /**< */,
xcb_get_font_path_cookie_t cookie /**< */,
@@ -11407,26 +8629,11 @@ xcb_get_font_path_reply (xcb_connection_t *c /**< */,
*
* Creates a pixmap. The pixmap can only be used on the same screen as \a drawable
* is on and only with drawables of the same \a depth.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_pixmap_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t depth
- ** @param xcb_pixmap_t pid
- ** @param xcb_drawable_t drawable
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_pixmap_checked (xcb_connection_t *c /**< */,
uint8_t depth /**< */,
@@ -11449,23 +8656,8 @@ xcb_create_pixmap_checked (xcb_connection_t *c /**< */,
*
* Creates a pixmap. The pixmap can only be used on the same screen as \a drawable
* is on and only with drawables of the same \a depth.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_pixmap
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t depth
- ** @param xcb_pixmap_t pid
- ** @param xcb_drawable_t drawable
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_pixmap (xcb_connection_t *c /**< */,
uint8_t depth /**< */,
@@ -11483,22 +8675,11 @@ xcb_create_pixmap (xcb_connection_t *c /**< */,
*
* Deletes the association between the pixmap ID and the pixmap. The pixmap
* storage will be freed when there are no more references to it.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_pixmap_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_pixmap_t pixmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_pixmap_checked (xcb_connection_t *c /**< */,
xcb_pixmap_t pixmap /**< */);
@@ -11512,19 +8693,8 @@ xcb_free_pixmap_checked (xcb_connection_t *c /**< */,
*
* Deletes the association between the pixmap ID and the pixmap. The pixmap
* storage will be freed when there are no more references to it.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_pixmap
- **
- ** @param xcb_connection_t *c
- ** @param xcb_pixmap_t pixmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_pixmap (xcb_connection_t *c /**< */,
xcb_pixmap_t pixmap /**< */);
@@ -11543,25 +8713,11 @@ xcb_create_gc_sizeof (const void *_buffer /**< */);
*
* Creates a graphics context. The graphics context can be used with any drawable
* that has the same root and depth as the specified drawable.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_gc_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t cid
- ** @param xcb_drawable_t drawable
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_gc_checked (xcb_connection_t *c /**< */,
xcb_gcontext_t cid /**< */,
@@ -11580,22 +8736,8 @@ xcb_create_gc_checked (xcb_connection_t *c /**< */,
*
* Creates a graphics context. The graphics context can be used with any drawable
* that has the same root and depth as the specified drawable.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_gc
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t cid
- ** @param xcb_drawable_t drawable
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_gc (xcb_connection_t *c /**< */,
xcb_gcontext_t cid /**< */,
@@ -11619,24 +8761,11 @@ xcb_change_gc_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Changes the components specified by \a value_mask for the specified graphics context.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_gc_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t gc
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_gc_checked (xcb_connection_t *c /**< */,
xcb_gcontext_t gc /**< */,
@@ -11656,21 +8785,8 @@ xcb_change_gc_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Changes the components specified by \a value_mask for the specified graphics context.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_gc
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t gc
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_gc (xcb_connection_t *c /**< */,
xcb_gcontext_t gc /**< */,
@@ -11683,24 +8799,11 @@ xcb_change_gc (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_copy_gc_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t src_gc
- ** @param xcb_gcontext_t dst_gc
- ** @param uint32_t value_mask
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_copy_gc_checked (xcb_connection_t *c /**< */,
xcb_gcontext_t src_gc /**< */,
@@ -11713,21 +8816,8 @@ xcb_copy_gc_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_copy_gc
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t src_gc
- ** @param xcb_gcontext_t dst_gc
- ** @param uint32_t value_mask
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_copy_gc (xcb_connection_t *c /**< */,
xcb_gcontext_t src_gc /**< */,
@@ -11743,25 +8833,11 @@ xcb_set_dashes_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_dashes_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t gc
- ** @param uint16_t dash_offset
- ** @param uint16_t dashes_len
- ** @param const uint8_t *dashes
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_dashes_checked (xcb_connection_t *c /**< */,
xcb_gcontext_t gc /**< */,
@@ -11775,22 +8851,8 @@ xcb_set_dashes_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_dashes
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t gc
- ** @param uint16_t dash_offset
- ** @param uint16_t dashes_len
- ** @param const uint8_t *dashes
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_dashes (xcb_connection_t *c /**< */,
xcb_gcontext_t gc /**< */,
@@ -11808,27 +8870,11 @@ xcb_set_clip_rectangles_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_clip_rectangles_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t ordering
- ** @param xcb_gcontext_t gc
- ** @param int16_t clip_x_origin
- ** @param int16_t clip_y_origin
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_clip_rectangles_checked (xcb_connection_t *c /**< */,
uint8_t ordering /**< */,
@@ -11844,24 +8890,8 @@ xcb_set_clip_rectangles_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_clip_rectangles
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t ordering
- ** @param xcb_gcontext_t gc
- ** @param int16_t clip_x_origin
- ** @param int16_t clip_y_origin
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_clip_rectangles (xcb_connection_t *c /**< */,
uint8_t ordering /**< */,
@@ -11879,22 +8909,11 @@ xcb_set_clip_rectangles (xcb_connection_t *c /**< */,
* @return A cookie
*
* Destroys the specified \a gc and all associated storage.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_gc_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t gc
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_gc_checked (xcb_connection_t *c /**< */,
xcb_gcontext_t gc /**< */);
@@ -11907,19 +8926,8 @@ xcb_free_gc_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Destroys the specified \a gc and all associated storage.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_gc
- **
- ** @param xcb_connection_t *c
- ** @param xcb_gcontext_t gc
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_gc (xcb_connection_t *c /**< */,
xcb_gcontext_t gc /**< */);
@@ -11930,27 +8938,11 @@ xcb_free_gc (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_clear_area_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t exposures
- ** @param xcb_window_t window
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_clear_area_checked (xcb_connection_t *c /**< */,
uint8_t exposures /**< */,
@@ -11966,24 +8958,8 @@ xcb_clear_area_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_clear_area
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t exposures
- ** @param xcb_window_t window
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_clear_area (xcb_connection_t *c /**< */,
uint8_t exposures /**< */,
@@ -12009,30 +8985,11 @@ xcb_clear_area (xcb_connection_t *c /**< */,
* @return A cookie
*
* Copies the specified rectangle from \a src_drawable to \a dst_drawable.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_copy_area_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t src_drawable
- ** @param xcb_drawable_t dst_drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_copy_area_checked (xcb_connection_t *c /**< */,
xcb_drawable_t src_drawable /**< */,
@@ -12061,27 +9018,8 @@ xcb_copy_area_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Copies the specified rectangle from \a src_drawable to \a dst_drawable.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_copy_area
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t src_drawable
- ** @param xcb_drawable_t dst_drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_copy_area (xcb_connection_t *c /**< */,
xcb_drawable_t src_drawable /**< */,
@@ -12100,31 +9038,11 @@ xcb_copy_area (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_copy_plane_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t src_drawable
- ** @param xcb_drawable_t dst_drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @param uint32_t bit_plane
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_copy_plane_checked (xcb_connection_t *c /**< */,
xcb_drawable_t src_drawable /**< */,
@@ -12144,28 +9062,8 @@ xcb_copy_plane_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_copy_plane
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t src_drawable
- ** @param xcb_drawable_t dst_drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t src_x
- ** @param int16_t src_y
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @param uint32_t bit_plane
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_copy_plane (xcb_connection_t *c /**< */,
xcb_drawable_t src_drawable /**< */,
@@ -12189,26 +9087,11 @@ xcb_poly_point_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_point_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t coordinate_mode
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t points_len
- ** @param const xcb_point_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_point_checked (xcb_connection_t *c /**< */,
uint8_t coordinate_mode /**< */,
@@ -12223,23 +9106,8 @@ xcb_poly_point_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_point
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t coordinate_mode
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t points_len
- ** @param const xcb_point_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_point (xcb_connection_t *c /**< */,
uint8_t coordinate_mode /**< */,
@@ -12272,26 +9140,11 @@ xcb_poly_line_sizeof (const void *_buffer /**< */,
* intersect, the intersecting pixels are drawn multiple times. If wide lines
* intersect, the intersecting pixels are drawn only once, as though the entire
* request were a single, filled shape.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_line_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t coordinate_mode
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t points_len
- ** @param const xcb_point_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_line_checked (xcb_connection_t *c /**< */,
uint8_t coordinate_mode /**< */,
@@ -12320,23 +9173,8 @@ xcb_poly_line_checked (xcb_connection_t *c /**< */,
* intersect, the intersecting pixels are drawn multiple times. If wide lines
* intersect, the intersecting pixels are drawn only once, as though the entire
* request were a single, filled shape.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_line
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t coordinate_mode
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t points_len
- ** @param const xcb_point_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_line (xcb_connection_t *c /**< */,
uint8_t coordinate_mode /**< */,
@@ -12353,16 +9191,6 @@ xcb_poly_line (xcb_connection_t *c /**< */,
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_segment_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_segment_next
- **
- ** @param xcb_segment_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_segment_next (xcb_segment_iterator_t *i /**< */);
@@ -12375,16 +9203,6 @@ xcb_segment_next (xcb_segment_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_segment_end
- **
- ** @param xcb_segment_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_segment_end (xcb_segment_iterator_t i /**< */);
@@ -12413,25 +9231,11 @@ xcb_poly_segment_sizeof (const void *_buffer /**< */,
* TODO: include the xcb_segment_t data structure
*
* TODO: an example
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_segment_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t segments_len
- ** @param const xcb_segment_t *segments
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_segment_checked (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12460,22 +9264,8 @@ xcb_poly_segment_checked (xcb_connection_t *c /**< */,
* TODO: include the xcb_segment_t data structure
*
* TODO: an example
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_segment
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t segments_len
- ** @param const xcb_segment_t *segments
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_segment (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12493,25 +9283,11 @@ xcb_poly_rectangle_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_rectangle_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_rectangle_checked (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12525,22 +9301,8 @@ xcb_poly_rectangle_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_rectangle
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_rectangle (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12558,25 +9320,11 @@ xcb_poly_arc_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_arc_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t arcs_len
- ** @param const xcb_arc_t *arcs
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_arc_checked (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12590,22 +9338,8 @@ xcb_poly_arc_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_arc
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t arcs_len
- ** @param const xcb_arc_t *arcs
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_arc (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12623,27 +9357,11 @@ xcb_fill_poly_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_fill_poly_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint8_t shape
- ** @param uint8_t coordinate_mode
- ** @param uint32_t points_len
- ** @param const xcb_point_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_fill_poly_checked (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12659,24 +9377,8 @@ xcb_fill_poly_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_fill_poly
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint8_t shape
- ** @param uint8_t coordinate_mode
- ** @param uint32_t points_len
- ** @param const xcb_point_t *points
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_fill_poly (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12710,25 +9412,11 @@ xcb_poly_fill_rectangle_sizeof (const void *_buffer /**< */,
* Fills the specified rectangle(s) in the order listed in the array. For any
* given rectangle, each pixel is not drawn more than once. If rectangles
* intersect, the intersecting pixels are drawn multiple times.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_fill_rectangle_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_fill_rectangle_checked (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12756,22 +9444,8 @@ xcb_poly_fill_rectangle_checked (xcb_connection_t *c /**< */,
* Fills the specified rectangle(s) in the order listed in the array. For any
* given rectangle, each pixel is not drawn more than once. If rectangles
* intersect, the intersecting pixels are drawn multiple times.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_fill_rectangle
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t rectangles_len
- ** @param const xcb_rectangle_t *rectangles
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_fill_rectangle (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12789,25 +9463,11 @@ xcb_poly_fill_arc_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_fill_arc_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t arcs_len
- ** @param const xcb_arc_t *arcs
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_fill_arc_checked (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12821,22 +9481,8 @@ xcb_poly_fill_arc_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_fill_arc
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint32_t arcs_len
- ** @param const xcb_arc_t *arcs
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_fill_arc (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -12854,32 +9500,11 @@ xcb_put_image_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_put_image_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t format
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint16_t width
- ** @param uint16_t height
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @param uint8_t left_pad
- ** @param uint8_t depth
- ** @param uint32_t data_len
- ** @param const uint8_t *data
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_put_image_checked (xcb_connection_t *c /**< */,
uint8_t format /**< */,
@@ -12900,29 +9525,8 @@ xcb_put_image_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_put_image
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t format
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param uint16_t width
- ** @param uint16_t height
- ** @param int16_t dst_x
- ** @param int16_t dst_y
- ** @param uint8_t left_pad
- ** @param uint8_t depth
- ** @param uint32_t data_len
- ** @param const uint8_t *data
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_put_image (xcb_connection_t *c /**< */,
uint8_t format /**< */,
@@ -12946,25 +9550,8 @@ xcb_get_image_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_image_cookie_t xcb_get_image
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t format
- ** @param xcb_drawable_t drawable
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @param uint32_t plane_mask
- ** @returns xcb_get_image_cookie_t
- **
- *****************************************************************************/
-
xcb_get_image_cookie_t
xcb_get_image (xcb_connection_t *c /**< */,
uint8_t format /**< */,
@@ -12981,28 +9568,11 @@ xcb_get_image (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_image_cookie_t xcb_get_image_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t format
- ** @param xcb_drawable_t drawable
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint16_t width
- ** @param uint16_t height
- ** @param uint32_t plane_mask
- ** @returns xcb_get_image_cookie_t
- **
- *****************************************************************************/
-
xcb_get_image_cookie_t
xcb_get_image_unchecked (xcb_connection_t *c /**< */,
uint8_t format /**< */,
@@ -13013,42 +9583,12 @@ xcb_get_image_unchecked (xcb_connection_t *c /**< */,
uint16_t height /**< */,
uint32_t plane_mask /**< */);
-
-/*****************************************************************************
- **
- ** uint8_t * xcb_get_image_data
- **
- ** @param const xcb_get_image_reply_t *R
- ** @returns uint8_t *
- **
- *****************************************************************************/
-
uint8_t *
xcb_get_image_data (const xcb_get_image_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_get_image_data_length
- **
- ** @param const xcb_get_image_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_get_image_data_length (const xcb_get_image_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_get_image_data_end
- **
- ** @param const xcb_get_image_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_get_image_data_end (const xcb_get_image_reply_t *R /**< */);
@@ -13059,25 +9599,13 @@ xcb_get_image_data_end (const xcb_get_image_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_image_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_image_reply_t * xcb_get_image_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_image_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_image_reply_t *
- **
- *****************************************************************************/
-
xcb_get_image_reply_t *
xcb_get_image_reply (xcb_connection_t *c /**< */,
xcb_get_image_cookie_t cookie /**< */,
@@ -13093,27 +9621,11 @@ xcb_poly_text_8_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_text_8_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint32_t items_len
- ** @param const uint8_t *items
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_text_8_checked (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -13129,24 +9641,8 @@ xcb_poly_text_8_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_text_8
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint32_t items_len
- ** @param const uint8_t *items
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_text_8 (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -13166,27 +9662,11 @@ xcb_poly_text_16_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_text_16_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint32_t items_len
- ** @param const uint8_t *items
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_text_16_checked (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -13202,24 +9682,8 @@ xcb_poly_text_16_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_poly_text_16
- **
- ** @param xcb_connection_t *c
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t x
- ** @param int16_t y
- ** @param uint32_t items_len
- ** @param const uint8_t *items
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_poly_text_16 (xcb_connection_t *c /**< */,
xcb_drawable_t drawable /**< */,
@@ -13257,27 +9721,11 @@ xcb_image_text_8_sizeof (const void *_buffer /**< */);
*
* Note that using X core fonts is deprecated (but still supported) in favor of
* client-side rendering using Xft.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_image_text_8_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t string_len
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t x
- ** @param int16_t y
- ** @param const char *string
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_image_text_8_checked (xcb_connection_t *c /**< */,
uint8_t string_len /**< */,
@@ -13312,24 +9760,8 @@ xcb_image_text_8_checked (xcb_connection_t *c /**< */,
*
* Note that using X core fonts is deprecated (but still supported) in favor of
* client-side rendering using Xft.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_image_text_8
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t string_len
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t x
- ** @param int16_t y
- ** @param const char *string
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_image_text_8 (xcb_connection_t *c /**< */,
uint8_t string_len /**< */,
@@ -13368,27 +9800,11 @@ xcb_image_text_16_sizeof (const void *_buffer /**< */);
*
* Note that using X core fonts is deprecated (but still supported) in favor of
* client-side rendering using Xft.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_image_text_16_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t string_len
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t x
- ** @param int16_t y
- ** @param const xcb_char2b_t *string
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_image_text_16_checked (xcb_connection_t *c /**< */,
uint8_t string_len /**< */,
@@ -13424,24 +9840,8 @@ xcb_image_text_16_checked (xcb_connection_t *c /**< */,
*
* Note that using X core fonts is deprecated (but still supported) in favor of
* client-side rendering using Xft.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_image_text_16
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t string_len
- ** @param xcb_drawable_t drawable
- ** @param xcb_gcontext_t gc
- ** @param int16_t x
- ** @param int16_t y
- ** @param const xcb_char2b_t *string
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_image_text_16 (xcb_connection_t *c /**< */,
uint8_t string_len /**< */,
@@ -13457,25 +9857,11 @@ xcb_image_text_16 (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_colormap_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t alloc
- ** @param xcb_colormap_t mid
- ** @param xcb_window_t window
- ** @param xcb_visualid_t visual
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_colormap_checked (xcb_connection_t *c /**< */,
uint8_t alloc /**< */,
@@ -13489,22 +9875,8 @@ xcb_create_colormap_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_colormap
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t alloc
- ** @param xcb_colormap_t mid
- ** @param xcb_window_t window
- ** @param xcb_visualid_t visual
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_colormap (xcb_connection_t *c /**< */,
uint8_t alloc /**< */,
@@ -13518,22 +9890,11 @@ xcb_create_colormap (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_colormap_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_colormap_checked (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */);
@@ -13544,19 +9905,8 @@ xcb_free_colormap_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_colormap
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_colormap (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */);
@@ -13567,23 +9917,11 @@ xcb_free_colormap (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_copy_colormap_and_free_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t mid
- ** @param xcb_colormap_t src_cmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_copy_colormap_and_free_checked (xcb_connection_t *c /**< */,
xcb_colormap_t mid /**< */,
@@ -13595,20 +9933,8 @@ xcb_copy_colormap_and_free_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_copy_colormap_and_free
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t mid
- ** @param xcb_colormap_t src_cmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_copy_colormap_and_free (xcb_connection_t *c /**< */,
xcb_colormap_t mid /**< */,
@@ -13620,22 +9946,11 @@ xcb_copy_colormap_and_free (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_install_colormap_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_install_colormap_checked (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */);
@@ -13646,19 +9961,8 @@ xcb_install_colormap_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_install_colormap
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_install_colormap (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */);
@@ -13669,22 +9973,11 @@ xcb_install_colormap (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_uninstall_colormap_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_uninstall_colormap_checked (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */);
@@ -13695,19 +9988,8 @@ xcb_uninstall_colormap_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_uninstall_colormap
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_uninstall_colormap (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */);
@@ -13721,19 +10003,8 @@ xcb_list_installed_colormaps_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_list_installed_colormaps_cookie_t xcb_list_installed_colormaps
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_list_installed_colormaps_cookie_t
- **
- *****************************************************************************/
-
xcb_list_installed_colormaps_cookie_t
xcb_list_installed_colormaps (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
@@ -13744,62 +10015,21 @@ xcb_list_installed_colormaps (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_list_installed_colormaps_cookie_t xcb_list_installed_colormaps_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @returns xcb_list_installed_colormaps_cookie_t
- **
- *****************************************************************************/
-
xcb_list_installed_colormaps_cookie_t
xcb_list_installed_colormaps_unchecked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
-
-/*****************************************************************************
- **
- ** xcb_colormap_t * xcb_list_installed_colormaps_cmaps
- **
- ** @param const xcb_list_installed_colormaps_reply_t *R
- ** @returns xcb_colormap_t *
- **
- *****************************************************************************/
-
xcb_colormap_t *
xcb_list_installed_colormaps_cmaps (const xcb_list_installed_colormaps_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_list_installed_colormaps_cmaps_length
- **
- ** @param const xcb_list_installed_colormaps_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_list_installed_colormaps_cmaps_length (const xcb_list_installed_colormaps_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_list_installed_colormaps_cmaps_end
- **
- ** @param const xcb_list_installed_colormaps_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_list_installed_colormaps_cmaps_end (const xcb_list_installed_colormaps_reply_t *R /**< */);
@@ -13810,25 +10040,13 @@ xcb_list_installed_colormaps_cmaps_end (const xcb_list_installed_colormaps_reply
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_list_installed_colormaps_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_list_installed_colormaps_reply_t * xcb_list_installed_colormaps_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_list_installed_colormaps_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_list_installed_colormaps_reply_t *
- **
- *****************************************************************************/
-
xcb_list_installed_colormaps_reply_t *
xcb_list_installed_colormaps_reply (xcb_connection_t *c /**< */,
xcb_list_installed_colormaps_cookie_t cookie /**< */,
@@ -13849,22 +10067,8 @@ xcb_list_installed_colormaps_reply (xcb_connection_t *c /
* and directly calculate the color pixel value to avoid the round trip. But, for
* example, on 16-bit color setups (VNC), you can easily get the closest supported
* RGB value to the RGB value you are specifying.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_color_cookie_t xcb_alloc_color
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint16_t red
- ** @param uint16_t green
- ** @param uint16_t blue
- ** @returns xcb_alloc_color_cookie_t
- **
- *****************************************************************************/
-
xcb_alloc_color_cookie_t
xcb_alloc_color (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -13887,25 +10091,11 @@ xcb_alloc_color (xcb_connection_t *c /**< */,
* and directly calculate the color pixel value to avoid the round trip. But, for
* example, on 16-bit color setups (VNC), you can easily get the closest supported
* RGB value to the RGB value you are specifying.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_color_cookie_t xcb_alloc_color_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint16_t red
- ** @param uint16_t green
- ** @param uint16_t blue
- ** @returns xcb_alloc_color_cookie_t
- **
- *****************************************************************************/
-
xcb_alloc_color_cookie_t
xcb_alloc_color_unchecked (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -13920,25 +10110,13 @@ xcb_alloc_color_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_alloc_color_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_color_reply_t * xcb_alloc_color_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_alloc_color_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_alloc_color_reply_t *
- **
- *****************************************************************************/
-
xcb_alloc_color_reply_t *
xcb_alloc_color_reply (xcb_connection_t *c /**< */,
xcb_alloc_color_cookie_t cookie /**< */,
@@ -13953,21 +10131,8 @@ xcb_alloc_named_color_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_named_color_cookie_t xcb_alloc_named_color
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_alloc_named_color_cookie_t
- **
- *****************************************************************************/
-
xcb_alloc_named_color_cookie_t
xcb_alloc_named_color (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -13980,24 +10145,11 @@ xcb_alloc_named_color (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_named_color_cookie_t xcb_alloc_named_color_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_alloc_named_color_cookie_t
- **
- *****************************************************************************/
-
xcb_alloc_named_color_cookie_t
xcb_alloc_named_color_unchecked (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -14011,25 +10163,13 @@ xcb_alloc_named_color_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_alloc_named_color_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_named_color_reply_t * xcb_alloc_named_color_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_alloc_named_color_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_alloc_named_color_reply_t *
- **
- *****************************************************************************/
-
xcb_alloc_named_color_reply_t *
xcb_alloc_named_color_reply (xcb_connection_t *c /**< */,
xcb_alloc_named_color_cookie_t cookie /**< */,
@@ -14044,22 +10184,8 @@ xcb_alloc_color_cells_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_color_cells_cookie_t xcb_alloc_color_cells
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t contiguous
- ** @param xcb_colormap_t cmap
- ** @param uint16_t colors
- ** @param uint16_t planes
- ** @returns xcb_alloc_color_cells_cookie_t
- **
- *****************************************************************************/
-
xcb_alloc_color_cells_cookie_t
xcb_alloc_color_cells (xcb_connection_t *c /**< */,
uint8_t contiguous /**< */,
@@ -14073,25 +10199,11 @@ xcb_alloc_color_cells (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_color_cells_cookie_t xcb_alloc_color_cells_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t contiguous
- ** @param xcb_colormap_t cmap
- ** @param uint16_t colors
- ** @param uint16_t planes
- ** @returns xcb_alloc_color_cells_cookie_t
- **
- *****************************************************************************/
-
xcb_alloc_color_cells_cookie_t
xcb_alloc_color_cells_unchecked (xcb_connection_t *c /**< */,
uint8_t contiguous /**< */,
@@ -14099,81 +10211,21 @@ xcb_alloc_color_cells_unchecked (xcb_connection_t *c /**< */,
uint16_t colors /**< */,
uint16_t planes /**< */);
-
-/*****************************************************************************
- **
- ** uint32_t * xcb_alloc_color_cells_pixels
- **
- ** @param const xcb_alloc_color_cells_reply_t *R
- ** @returns uint32_t *
- **
- *****************************************************************************/
-
uint32_t *
xcb_alloc_color_cells_pixels (const xcb_alloc_color_cells_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_alloc_color_cells_pixels_length
- **
- ** @param const xcb_alloc_color_cells_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_alloc_color_cells_pixels_length (const xcb_alloc_color_cells_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_alloc_color_cells_pixels_end
- **
- ** @param const xcb_alloc_color_cells_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_alloc_color_cells_pixels_end (const xcb_alloc_color_cells_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** uint32_t * xcb_alloc_color_cells_masks
- **
- ** @param const xcb_alloc_color_cells_reply_t *R
- ** @returns uint32_t *
- **
- *****************************************************************************/
-
uint32_t *
xcb_alloc_color_cells_masks (const xcb_alloc_color_cells_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_alloc_color_cells_masks_length
- **
- ** @param const xcb_alloc_color_cells_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_alloc_color_cells_masks_length (const xcb_alloc_color_cells_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_alloc_color_cells_masks_end
- **
- ** @param const xcb_alloc_color_cells_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_alloc_color_cells_masks_end (const xcb_alloc_color_cells_reply_t *R /**< */);
@@ -14184,25 +10236,13 @@ xcb_alloc_color_cells_masks_end (const xcb_alloc_color_cells_reply_t *R /**< */
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_alloc_color_cells_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_color_cells_reply_t * xcb_alloc_color_cells_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_alloc_color_cells_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_alloc_color_cells_reply_t *
- **
- *****************************************************************************/
-
xcb_alloc_color_cells_reply_t *
xcb_alloc_color_cells_reply (xcb_connection_t *c /**< */,
xcb_alloc_color_cells_cookie_t cookie /**< */,
@@ -14217,24 +10257,8 @@ xcb_alloc_color_planes_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_color_planes_cookie_t xcb_alloc_color_planes
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t contiguous
- ** @param xcb_colormap_t cmap
- ** @param uint16_t colors
- ** @param uint16_t reds
- ** @param uint16_t greens
- ** @param uint16_t blues
- ** @returns xcb_alloc_color_planes_cookie_t
- **
- *****************************************************************************/
-
xcb_alloc_color_planes_cookie_t
xcb_alloc_color_planes (xcb_connection_t *c /**< */,
uint8_t contiguous /**< */,
@@ -14250,27 +10274,11 @@ xcb_alloc_color_planes (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_color_planes_cookie_t xcb_alloc_color_planes_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t contiguous
- ** @param xcb_colormap_t cmap
- ** @param uint16_t colors
- ** @param uint16_t reds
- ** @param uint16_t greens
- ** @param uint16_t blues
- ** @returns xcb_alloc_color_planes_cookie_t
- **
- *****************************************************************************/
-
xcb_alloc_color_planes_cookie_t
xcb_alloc_color_planes_unchecked (xcb_connection_t *c /**< */,
uint8_t contiguous /**< */,
@@ -14280,42 +10288,12 @@ xcb_alloc_color_planes_unchecked (xcb_connection_t *c /**< */,
uint16_t greens /**< */,
uint16_t blues /**< */);
-
-/*****************************************************************************
- **
- ** uint32_t * xcb_alloc_color_planes_pixels
- **
- ** @param const xcb_alloc_color_planes_reply_t *R
- ** @returns uint32_t *
- **
- *****************************************************************************/
-
uint32_t *
xcb_alloc_color_planes_pixels (const xcb_alloc_color_planes_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_alloc_color_planes_pixels_length
- **
- ** @param const xcb_alloc_color_planes_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_alloc_color_planes_pixels_length (const xcb_alloc_color_planes_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_alloc_color_planes_pixels_end
- **
- ** @param const xcb_alloc_color_planes_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_alloc_color_planes_pixels_end (const xcb_alloc_color_planes_reply_t *R /**< */);
@@ -14326,25 +10304,13 @@ xcb_alloc_color_planes_pixels_end (const xcb_alloc_color_planes_reply_t *R /**<
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_alloc_color_planes_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_alloc_color_planes_reply_t * xcb_alloc_color_planes_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_alloc_color_planes_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_alloc_color_planes_reply_t *
- **
- *****************************************************************************/
-
xcb_alloc_color_planes_reply_t *
xcb_alloc_color_planes_reply (xcb_connection_t *c /**< */,
xcb_alloc_color_planes_cookie_t cookie /**< */,
@@ -14360,25 +10326,11 @@ xcb_free_colors_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_colors_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint32_t plane_mask
- ** @param uint32_t pixels_len
- ** @param const uint32_t *pixels
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_colors_checked (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -14392,22 +10344,8 @@ xcb_free_colors_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_colors
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint32_t plane_mask
- ** @param uint32_t pixels_len
- ** @param const uint32_t *pixels
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_colors (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -14423,16 +10361,6 @@ xcb_free_colors (xcb_connection_t *c /**< */,
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_coloritem_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_coloritem_next
- **
- ** @param xcb_coloritem_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_coloritem_next (xcb_coloritem_iterator_t *i /**< */);
@@ -14445,16 +10373,6 @@ xcb_coloritem_next (xcb_coloritem_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_coloritem_end
- **
- ** @param xcb_coloritem_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_coloritem_end (xcb_coloritem_iterator_t i /**< */);
@@ -14468,24 +10386,11 @@ xcb_store_colors_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_store_colors_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint32_t items_len
- ** @param const xcb_coloritem_t *items
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_store_colors_checked (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -14498,21 +10403,8 @@ xcb_store_colors_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_store_colors
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint32_t items_len
- ** @param const xcb_coloritem_t *items
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_store_colors (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -14528,26 +10420,11 @@ xcb_store_named_color_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_store_named_color_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t flags
- ** @param xcb_colormap_t cmap
- ** @param uint32_t pixel
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_store_named_color_checked (xcb_connection_t *c /**< */,
uint8_t flags /**< */,
@@ -14562,23 +10439,8 @@ xcb_store_named_color_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_store_named_color
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t flags
- ** @param xcb_colormap_t cmap
- ** @param uint32_t pixel
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_store_named_color (xcb_connection_t *c /**< */,
uint8_t flags /**< */,
@@ -14595,16 +10457,6 @@ xcb_store_named_color (xcb_connection_t *c /**< */,
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_rgb_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_rgb_next
- **
- ** @param xcb_rgb_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_rgb_next (xcb_rgb_iterator_t *i /**< */);
@@ -14617,16 +10469,6 @@ xcb_rgb_next (xcb_rgb_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_rgb_end
- **
- ** @param xcb_rgb_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_rgb_end (xcb_rgb_iterator_t i /**< */);
@@ -14640,21 +10482,8 @@ xcb_query_colors_sizeof (const void *_buffer /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_query_colors_cookie_t xcb_query_colors
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint32_t pixels_len
- ** @param const uint32_t *pixels
- ** @returns xcb_query_colors_cookie_t
- **
- *****************************************************************************/
-
xcb_query_colors_cookie_t
xcb_query_colors (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -14667,66 +10496,23 @@ xcb_query_colors (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_query_colors_cookie_t xcb_query_colors_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint32_t pixels_len
- ** @param const uint32_t *pixels
- ** @returns xcb_query_colors_cookie_t
- **
- *****************************************************************************/
-
xcb_query_colors_cookie_t
xcb_query_colors_unchecked (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
uint32_t pixels_len /**< */,
const uint32_t *pixels /**< */);
-
-/*****************************************************************************
- **
- ** xcb_rgb_t * xcb_query_colors_colors
- **
- ** @param const xcb_query_colors_reply_t *R
- ** @returns xcb_rgb_t *
- **
- *****************************************************************************/
-
xcb_rgb_t *
xcb_query_colors_colors (const xcb_query_colors_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_query_colors_colors_length
- **
- ** @param const xcb_query_colors_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_query_colors_colors_length (const xcb_query_colors_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_rgb_iterator_t xcb_query_colors_colors_iterator
- **
- ** @param const xcb_query_colors_reply_t *R
- ** @returns xcb_rgb_iterator_t
- **
- *****************************************************************************/
-
xcb_rgb_iterator_t
xcb_query_colors_colors_iterator (const xcb_query_colors_reply_t *R /**< */);
@@ -14737,25 +10523,13 @@ xcb_query_colors_colors_iterator (const xcb_query_colors_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_query_colors_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_query_colors_reply_t * xcb_query_colors_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_query_colors_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_query_colors_reply_t *
- **
- *****************************************************************************/
-
xcb_query_colors_reply_t *
xcb_query_colors_reply (xcb_connection_t *c /**< */,
xcb_query_colors_cookie_t cookie /**< */,
@@ -14770,21 +10544,8 @@ xcb_lookup_color_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_lookup_color_cookie_t xcb_lookup_color
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_lookup_color_cookie_t
- **
- *****************************************************************************/
-
xcb_lookup_color_cookie_t
xcb_lookup_color (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -14797,24 +10558,11 @@ xcb_lookup_color (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_lookup_color_cookie_t xcb_lookup_color_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_colormap_t cmap
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_lookup_color_cookie_t
- **
- *****************************************************************************/
-
xcb_lookup_color_cookie_t
xcb_lookup_color_unchecked (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */,
@@ -14828,25 +10576,13 @@ xcb_lookup_color_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_lookup_color_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_lookup_color_reply_t * xcb_lookup_color_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_lookup_color_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_lookup_color_reply_t *
- **
- *****************************************************************************/
-
xcb_lookup_color_reply_t *
xcb_lookup_color_reply (xcb_connection_t *c /**< */,
xcb_lookup_color_cookie_t cookie /**< */,
@@ -14858,32 +10594,11 @@ xcb_lookup_color_reply (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_cursor_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cid
- ** @param xcb_pixmap_t source
- ** @param xcb_pixmap_t mask
- ** @param uint16_t fore_red
- ** @param uint16_t fore_green
- ** @param uint16_t fore_blue
- ** @param uint16_t back_red
- ** @param uint16_t back_green
- ** @param uint16_t back_blue
- ** @param uint16_t x
- ** @param uint16_t y
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_cursor_checked (xcb_connection_t *c /**< */,
xcb_cursor_t cid /**< */,
@@ -14904,29 +10619,8 @@ xcb_create_cursor_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_cursor
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cid
- ** @param xcb_pixmap_t source
- ** @param xcb_pixmap_t mask
- ** @param uint16_t fore_red
- ** @param uint16_t fore_green
- ** @param uint16_t fore_blue
- ** @param uint16_t back_red
- ** @param uint16_t back_green
- ** @param uint16_t back_blue
- ** @param uint16_t x
- ** @param uint16_t y
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_cursor (xcb_connection_t *c /**< */,
xcb_cursor_t cid /**< */,
@@ -14969,32 +10663,11 @@ xcb_create_cursor (xcb_connection_t *c /**< */,
* specified by \a fore_red, \a fore_green and \a fore_blue). All pixels set to 0
* will use the background color (as specified by \a back_red, \a back_green and
* \a back_blue).
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_glyph_cursor_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cid
- ** @param xcb_font_t source_font
- ** @param xcb_font_t mask_font
- ** @param uint16_t source_char
- ** @param uint16_t mask_char
- ** @param uint16_t fore_red
- ** @param uint16_t fore_green
- ** @param uint16_t fore_blue
- ** @param uint16_t back_red
- ** @param uint16_t back_green
- ** @param uint16_t back_blue
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_glyph_cursor_checked (xcb_connection_t *c /**< */,
xcb_cursor_t cid /**< */,
@@ -15037,29 +10710,8 @@ xcb_create_glyph_cursor_checked (xcb_connection_t *c /**< */,
* specified by \a fore_red, \a fore_green and \a fore_blue). All pixels set to 0
* will use the background color (as specified by \a back_red, \a back_green and
* \a back_blue).
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_create_glyph_cursor
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cid
- ** @param xcb_font_t source_font
- ** @param xcb_font_t mask_font
- ** @param uint16_t source_char
- ** @param uint16_t mask_char
- ** @param uint16_t fore_red
- ** @param uint16_t fore_green
- ** @param uint16_t fore_blue
- ** @param uint16_t back_red
- ** @param uint16_t back_green
- ** @param uint16_t back_blue
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_create_glyph_cursor (xcb_connection_t *c /**< */,
xcb_cursor_t cid /**< */,
@@ -15083,22 +10735,11 @@ xcb_create_glyph_cursor (xcb_connection_t *c /**< */,
*
* Deletes the association between the cursor resource ID and the specified
* cursor. The cursor is freed when no other resource references it.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_cursor_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cursor
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_cursor_checked (xcb_connection_t *c /**< */,
xcb_cursor_t cursor /**< */);
@@ -15112,19 +10753,8 @@ xcb_free_cursor_checked (xcb_connection_t *c /**< */,
*
* Deletes the association between the cursor resource ID and the specified
* cursor. The cursor is freed when no other resource references it.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_free_cursor
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cursor
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_free_cursor (xcb_connection_t *c /**< */,
xcb_cursor_t cursor /**< */);
@@ -15135,28 +10765,11 @@ xcb_free_cursor (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_recolor_cursor_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cursor
- ** @param uint16_t fore_red
- ** @param uint16_t fore_green
- ** @param uint16_t fore_blue
- ** @param uint16_t back_red
- ** @param uint16_t back_green
- ** @param uint16_t back_blue
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_recolor_cursor_checked (xcb_connection_t *c /**< */,
xcb_cursor_t cursor /**< */,
@@ -15173,25 +10786,8 @@ xcb_recolor_cursor_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_recolor_cursor
- **
- ** @param xcb_connection_t *c
- ** @param xcb_cursor_t cursor
- ** @param uint16_t fore_red
- ** @param uint16_t fore_green
- ** @param uint16_t fore_blue
- ** @param uint16_t back_red
- ** @param uint16_t back_green
- ** @param uint16_t back_blue
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_recolor_cursor (xcb_connection_t *c /**< */,
xcb_cursor_t cursor /**< */,
@@ -15208,22 +10804,8 @@ xcb_recolor_cursor (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_query_best_size_cookie_t xcb_query_best_size
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t _class
- ** @param xcb_drawable_t drawable
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_query_best_size_cookie_t
- **
- *****************************************************************************/
-
xcb_query_best_size_cookie_t
xcb_query_best_size (xcb_connection_t *c /**< */,
uint8_t _class /**< */,
@@ -15237,25 +10819,11 @@ xcb_query_best_size (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_query_best_size_cookie_t xcb_query_best_size_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t _class
- ** @param xcb_drawable_t drawable
- ** @param uint16_t width
- ** @param uint16_t height
- ** @returns xcb_query_best_size_cookie_t
- **
- *****************************************************************************/
-
xcb_query_best_size_cookie_t
xcb_query_best_size_unchecked (xcb_connection_t *c /**< */,
uint8_t _class /**< */,
@@ -15270,25 +10838,13 @@ xcb_query_best_size_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_query_best_size_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_query_best_size_reply_t * xcb_query_best_size_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_query_best_size_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_query_best_size_reply_t *
- **
- *****************************************************************************/
-
xcb_query_best_size_reply_t *
xcb_query_best_size_reply (xcb_connection_t *c /**< */,
xcb_query_best_size_cookie_t cookie /**< */,
@@ -15315,20 +10871,8 @@ xcb_query_extension_sizeof (const void *_buffer /**< */);
*
* There should rarely be a need to use this request directly, XCB provides the
* `xcb_get_extension_data` function instead.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_query_extension_cookie_t xcb_query_extension
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_query_extension_cookie_t
- **
- *****************************************************************************/
-
xcb_query_extension_cookie_t
xcb_query_extension (xcb_connection_t *c /**< */,
uint16_t name_len /**< */,
@@ -15352,23 +10896,11 @@ xcb_query_extension (xcb_connection_t *c /**< */,
*
* There should rarely be a need to use this request directly, XCB provides the
* `xcb_get_extension_data` function instead.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_query_extension_cookie_t xcb_query_extension_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint16_t name_len
- ** @param const char *name
- ** @returns xcb_query_extension_cookie_t
- **
- *****************************************************************************/
-
xcb_query_extension_cookie_t
xcb_query_extension_unchecked (xcb_connection_t *c /**< */,
uint16_t name_len /**< */,
@@ -15381,25 +10913,13 @@ xcb_query_extension_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_query_extension_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_query_extension_reply_t * xcb_query_extension_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_query_extension_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_query_extension_reply_t *
- **
- *****************************************************************************/
-
xcb_query_extension_reply_t *
xcb_query_extension_reply (xcb_connection_t *c /**< */,
xcb_query_extension_cookie_t cookie /**< */,
@@ -15414,18 +10934,8 @@ xcb_list_extensions_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_list_extensions_cookie_t xcb_list_extensions
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_list_extensions_cookie_t
- **
- *****************************************************************************/
-
xcb_list_extensions_cookie_t
xcb_list_extensions (xcb_connection_t *c /**< */);
@@ -15435,47 +10945,17 @@ xcb_list_extensions (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_list_extensions_cookie_t xcb_list_extensions_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_list_extensions_cookie_t
- **
- *****************************************************************************/
-
xcb_list_extensions_cookie_t
xcb_list_extensions_unchecked (xcb_connection_t *c /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_list_extensions_names_length
- **
- ** @param const xcb_list_extensions_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_list_extensions_names_length (const xcb_list_extensions_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_str_iterator_t xcb_list_extensions_names_iterator
- **
- ** @param const xcb_list_extensions_reply_t *R
- ** @returns xcb_str_iterator_t
- **
- *****************************************************************************/
-
xcb_str_iterator_t
xcb_list_extensions_names_iterator (const xcb_list_extensions_reply_t *R /**< */);
@@ -15486,25 +10966,13 @@ xcb_list_extensions_names_iterator (const xcb_list_extensions_reply_t *R /**< *
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_list_extensions_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_list_extensions_reply_t * xcb_list_extensions_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_list_extensions_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_list_extensions_reply_t *
- **
- *****************************************************************************/
-
xcb_list_extensions_reply_t *
xcb_list_extensions_reply (xcb_connection_t *c /**< */,
xcb_list_extensions_cookie_t cookie /**< */,
@@ -15519,25 +10987,11 @@ xcb_change_keyboard_mapping_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_keyboard_mapping_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t keycode_count
- ** @param xcb_keycode_t first_keycode
- ** @param uint8_t keysyms_per_keycode
- ** @param const xcb_keysym_t *keysyms
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_keyboard_mapping_checked (xcb_connection_t *c /**< */,
uint8_t keycode_count /**< */,
@@ -15551,22 +11005,8 @@ xcb_change_keyboard_mapping_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_keyboard_mapping
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t keycode_count
- ** @param xcb_keycode_t first_keycode
- ** @param uint8_t keysyms_per_keycode
- ** @param const xcb_keysym_t *keysyms
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_keyboard_mapping (xcb_connection_t *c /**< */,
uint8_t keycode_count /**< */,
@@ -15583,20 +11023,8 @@ xcb_get_keyboard_mapping_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_keyboard_mapping_cookie_t xcb_get_keyboard_mapping
- **
- ** @param xcb_connection_t *c
- ** @param xcb_keycode_t first_keycode
- ** @param uint8_t count
- ** @returns xcb_get_keyboard_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_get_keyboard_mapping_cookie_t
xcb_get_keyboard_mapping (xcb_connection_t *c /**< */,
xcb_keycode_t first_keycode /**< */,
@@ -15608,64 +11036,22 @@ xcb_get_keyboard_mapping (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_keyboard_mapping_cookie_t xcb_get_keyboard_mapping_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_keycode_t first_keycode
- ** @param uint8_t count
- ** @returns xcb_get_keyboard_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_get_keyboard_mapping_cookie_t
xcb_get_keyboard_mapping_unchecked (xcb_connection_t *c /**< */,
xcb_keycode_t first_keycode /**< */,
uint8_t count /**< */);
-
-/*****************************************************************************
- **
- ** xcb_keysym_t * xcb_get_keyboard_mapping_keysyms
- **
- ** @param const xcb_get_keyboard_mapping_reply_t *R
- ** @returns xcb_keysym_t *
- **
- *****************************************************************************/
-
xcb_keysym_t *
xcb_get_keyboard_mapping_keysyms (const xcb_get_keyboard_mapping_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_get_keyboard_mapping_keysyms_length
- **
- ** @param const xcb_get_keyboard_mapping_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_get_keyboard_mapping_keysyms_length (const xcb_get_keyboard_mapping_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_get_keyboard_mapping_keysyms_end
- **
- ** @param const xcb_get_keyboard_mapping_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_get_keyboard_mapping_keysyms_end (const xcb_get_keyboard_mapping_reply_t *R /**< */);
@@ -15676,25 +11062,13 @@ xcb_get_keyboard_mapping_keysyms_end (const xcb_get_keyboard_mapping_reply_t *R
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_keyboard_mapping_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_keyboard_mapping_reply_t * xcb_get_keyboard_mapping_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_keyboard_mapping_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_keyboard_mapping_reply_t *
- **
- *****************************************************************************/
-
xcb_get_keyboard_mapping_reply_t *
xcb_get_keyboard_mapping_reply (xcb_connection_t *c /**< */,
xcb_get_keyboard_mapping_cookie_t cookie /**< */,
@@ -15709,23 +11083,11 @@ xcb_change_keyboard_control_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_keyboard_control_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_keyboard_control_checked (xcb_connection_t *c /**< */,
uint32_t value_mask /**< */,
@@ -15737,20 +11099,8 @@ xcb_change_keyboard_control_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_keyboard_control
- **
- ** @param xcb_connection_t *c
- ** @param uint32_t value_mask
- ** @param const uint32_t *value_list
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_keyboard_control (xcb_connection_t *c /**< */,
uint32_t value_mask /**< */,
@@ -15762,18 +11112,8 @@ xcb_change_keyboard_control (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_keyboard_control_cookie_t xcb_get_keyboard_control
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_keyboard_control_cookie_t
- **
- *****************************************************************************/
-
xcb_get_keyboard_control_cookie_t
xcb_get_keyboard_control (xcb_connection_t *c /**< */);
@@ -15783,21 +11123,11 @@ xcb_get_keyboard_control (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_keyboard_control_cookie_t xcb_get_keyboard_control_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_keyboard_control_cookie_t
- **
- *****************************************************************************/
-
xcb_get_keyboard_control_cookie_t
xcb_get_keyboard_control_unchecked (xcb_connection_t *c /**< */);
@@ -15808,25 +11138,13 @@ xcb_get_keyboard_control_unchecked (xcb_connection_t *c /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_keyboard_control_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_keyboard_control_reply_t * xcb_get_keyboard_control_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_keyboard_control_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_keyboard_control_reply_t *
- **
- *****************************************************************************/
-
xcb_get_keyboard_control_reply_t *
xcb_get_keyboard_control_reply (xcb_connection_t *c /**< */,
xcb_get_keyboard_control_cookie_t cookie /**< */,
@@ -15838,22 +11156,11 @@ xcb_get_keyboard_control_reply (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_bell_checked
- **
- ** @param xcb_connection_t *c
- ** @param int8_t percent
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_bell_checked (xcb_connection_t *c /**< */,
int8_t percent /**< */);
@@ -15864,19 +11171,8 @@ xcb_bell_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_bell
- **
- ** @param xcb_connection_t *c
- ** @param int8_t percent
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_bell (xcb_connection_t *c /**< */,
int8_t percent /**< */);
@@ -15887,26 +11183,11 @@ xcb_bell (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_pointer_control_checked
- **
- ** @param xcb_connection_t *c
- ** @param int16_t acceleration_numerator
- ** @param int16_t acceleration_denominator
- ** @param int16_t threshold
- ** @param uint8_t do_acceleration
- ** @param uint8_t do_threshold
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_pointer_control_checked (xcb_connection_t *c /**< */,
int16_t acceleration_numerator /**< */,
@@ -15921,23 +11202,8 @@ xcb_change_pointer_control_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_pointer_control
- **
- ** @param xcb_connection_t *c
- ** @param int16_t acceleration_numerator
- ** @param int16_t acceleration_denominator
- ** @param int16_t threshold
- ** @param uint8_t do_acceleration
- ** @param uint8_t do_threshold
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_pointer_control (xcb_connection_t *c /**< */,
int16_t acceleration_numerator /**< */,
@@ -15952,18 +11218,8 @@ xcb_change_pointer_control (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_pointer_control_cookie_t xcb_get_pointer_control
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_pointer_control_cookie_t
- **
- *****************************************************************************/
-
xcb_get_pointer_control_cookie_t
xcb_get_pointer_control (xcb_connection_t *c /**< */);
@@ -15973,21 +11229,11 @@ xcb_get_pointer_control (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_pointer_control_cookie_t xcb_get_pointer_control_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_pointer_control_cookie_t
- **
- *****************************************************************************/
-
xcb_get_pointer_control_cookie_t
xcb_get_pointer_control_unchecked (xcb_connection_t *c /**< */);
@@ -15998,25 +11244,13 @@ xcb_get_pointer_control_unchecked (xcb_connection_t *c /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_pointer_control_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_pointer_control_reply_t * xcb_get_pointer_control_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_pointer_control_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_pointer_control_reply_t *
- **
- *****************************************************************************/
-
xcb_get_pointer_control_reply_t *
xcb_get_pointer_control_reply (xcb_connection_t *c /**< */,
xcb_get_pointer_control_cookie_t cookie /**< */,
@@ -16028,25 +11262,11 @@ xcb_get_pointer_control_reply (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_screen_saver_checked
- **
- ** @param xcb_connection_t *c
- ** @param int16_t timeout
- ** @param int16_t interval
- ** @param uint8_t prefer_blanking
- ** @param uint8_t allow_exposures
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_screen_saver_checked (xcb_connection_t *c /**< */,
int16_t timeout /**< */,
@@ -16060,22 +11280,8 @@ xcb_set_screen_saver_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_screen_saver
- **
- ** @param xcb_connection_t *c
- ** @param int16_t timeout
- ** @param int16_t interval
- ** @param uint8_t prefer_blanking
- ** @param uint8_t allow_exposures
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_screen_saver (xcb_connection_t *c /**< */,
int16_t timeout /**< */,
@@ -16089,18 +11295,8 @@ xcb_set_screen_saver (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_screen_saver_cookie_t xcb_get_screen_saver
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_screen_saver_cookie_t
- **
- *****************************************************************************/
-
xcb_get_screen_saver_cookie_t
xcb_get_screen_saver (xcb_connection_t *c /**< */);
@@ -16110,21 +11306,11 @@ xcb_get_screen_saver (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_screen_saver_cookie_t xcb_get_screen_saver_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_screen_saver_cookie_t
- **
- *****************************************************************************/
-
xcb_get_screen_saver_cookie_t
xcb_get_screen_saver_unchecked (xcb_connection_t *c /**< */);
@@ -16135,25 +11321,13 @@ xcb_get_screen_saver_unchecked (xcb_connection_t *c /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_screen_saver_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_screen_saver_reply_t * xcb_get_screen_saver_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_screen_saver_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_screen_saver_reply_t *
- **
- *****************************************************************************/
-
xcb_get_screen_saver_reply_t *
xcb_get_screen_saver_reply (xcb_connection_t *c /**< */,
xcb_get_screen_saver_cookie_t cookie /**< */,
@@ -16168,25 +11342,11 @@ xcb_change_hosts_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_hosts_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @param uint8_t family
- ** @param uint16_t address_len
- ** @param const uint8_t *address
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_hosts_checked (xcb_connection_t *c /**< */,
uint8_t mode /**< */,
@@ -16200,22 +11360,8 @@ xcb_change_hosts_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_change_hosts
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @param uint8_t family
- ** @param uint16_t address_len
- ** @param const uint8_t *address
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_change_hosts (xcb_connection_t *c /**< */,
uint8_t mode /**< */,
@@ -16226,42 +11372,12 @@ xcb_change_hosts (xcb_connection_t *c /**< */,
int
xcb_host_sizeof (const void *_buffer /**< */);
-
-/*****************************************************************************
- **
- ** uint8_t * xcb_host_address
- **
- ** @param const xcb_host_t *R
- ** @returns uint8_t *
- **
- *****************************************************************************/
-
uint8_t *
xcb_host_address (const xcb_host_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_host_address_length
- **
- ** @param const xcb_host_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_host_address_length (const xcb_host_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_host_address_end
- **
- ** @param const xcb_host_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_host_address_end (const xcb_host_t *R /**< */);
@@ -16273,16 +11389,6 @@ xcb_host_address_end (const xcb_host_t *R /**< */);
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_host_t)
*/
-
-/*****************************************************************************
- **
- ** void xcb_host_next
- **
- ** @param xcb_host_iterator_t *i
- ** @returns void
- **
- *****************************************************************************/
-
void
xcb_host_next (xcb_host_iterator_t *i /**< */);
@@ -16295,16 +11401,6 @@ xcb_host_next (xcb_host_iterator_t *i /**< */);
* The member rem is set to 0. The member data points to the
* last element.
*/
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_host_end
- **
- ** @param xcb_host_iterator_t i
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_host_end (xcb_host_iterator_t i /**< */);
@@ -16317,18 +11413,8 @@ xcb_list_hosts_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_list_hosts_cookie_t xcb_list_hosts
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_list_hosts_cookie_t
- **
- *****************************************************************************/
-
xcb_list_hosts_cookie_t
xcb_list_hosts (xcb_connection_t *c /**< */);
@@ -16338,47 +11424,17 @@ xcb_list_hosts (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_list_hosts_cookie_t xcb_list_hosts_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_list_hosts_cookie_t
- **
- *****************************************************************************/
-
xcb_list_hosts_cookie_t
xcb_list_hosts_unchecked (xcb_connection_t *c /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_list_hosts_hosts_length
- **
- ** @param const xcb_list_hosts_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_list_hosts_hosts_length (const xcb_list_hosts_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_host_iterator_t xcb_list_hosts_hosts_iterator
- **
- ** @param const xcb_list_hosts_reply_t *R
- ** @returns xcb_host_iterator_t
- **
- *****************************************************************************/
-
xcb_host_iterator_t
xcb_list_hosts_hosts_iterator (const xcb_list_hosts_reply_t *R /**< */);
@@ -16389,25 +11445,13 @@ xcb_list_hosts_hosts_iterator (const xcb_list_hosts_reply_t *R /**< */);
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_list_hosts_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_list_hosts_reply_t * xcb_list_hosts_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_list_hosts_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_list_hosts_reply_t *
- **
- *****************************************************************************/
-
xcb_list_hosts_reply_t *
xcb_list_hosts_reply (xcb_connection_t *c /**< */,
xcb_list_hosts_cookie_t cookie /**< */,
@@ -16419,22 +11463,11 @@ xcb_list_hosts_reply (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_access_control_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_access_control_checked (xcb_connection_t *c /**< */,
uint8_t mode /**< */);
@@ -16445,19 +11478,8 @@ xcb_set_access_control_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_access_control
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_access_control (xcb_connection_t *c /**< */,
uint8_t mode /**< */);
@@ -16468,22 +11490,11 @@ xcb_set_access_control (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_close_down_mode_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_close_down_mode_checked (xcb_connection_t *c /**< */,
uint8_t mode /**< */);
@@ -16494,19 +11505,8 @@ xcb_set_close_down_mode_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_set_close_down_mode
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_set_close_down_mode (xcb_connection_t *c /**< */,
uint8_t mode /**< */);
@@ -16523,22 +11523,11 @@ xcb_set_close_down_mode (xcb_connection_t *c /**< */,
* @return A cookie
*
* Forces a close down of the client that created the specified \a resource.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_kill_client_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint32_t resource
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_kill_client_checked (xcb_connection_t *c /**< */,
uint32_t resource /**< */);
@@ -16555,19 +11544,8 @@ xcb_kill_client_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Forces a close down of the client that created the specified \a resource.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_kill_client
- **
- ** @param xcb_connection_t *c
- ** @param uint32_t resource
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_kill_client (xcb_connection_t *c /**< */,
uint32_t resource /**< */);
@@ -16581,25 +11559,11 @@ xcb_rotate_properties_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_rotate_properties_checked
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param uint16_t atoms_len
- ** @param int16_t delta
- ** @param const xcb_atom_t *atoms
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_rotate_properties_checked (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -16613,22 +11577,8 @@ xcb_rotate_properties_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_rotate_properties
- **
- ** @param xcb_connection_t *c
- ** @param xcb_window_t window
- ** @param uint16_t atoms_len
- ** @param int16_t delta
- ** @param const xcb_atom_t *atoms
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_rotate_properties (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
@@ -16642,22 +11592,11 @@ xcb_rotate_properties (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_force_screen_saver_checked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_force_screen_saver_checked (xcb_connection_t *c /**< */,
uint8_t mode /**< */);
@@ -16668,19 +11607,8 @@ xcb_force_screen_saver_checked (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_force_screen_saver
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t mode
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_force_screen_saver (xcb_connection_t *c /**< */,
uint8_t mode /**< */);
@@ -16694,20 +11622,8 @@ xcb_set_pointer_mapping_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_set_pointer_mapping_cookie_t xcb_set_pointer_mapping
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t map_len
- ** @param const uint8_t *map
- ** @returns xcb_set_pointer_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_set_pointer_mapping_cookie_t
xcb_set_pointer_mapping (xcb_connection_t *c /**< */,
uint8_t map_len /**< */,
@@ -16719,23 +11635,11 @@ xcb_set_pointer_mapping (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_set_pointer_mapping_cookie_t xcb_set_pointer_mapping_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t map_len
- ** @param const uint8_t *map
- ** @returns xcb_set_pointer_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_set_pointer_mapping_cookie_t
xcb_set_pointer_mapping_unchecked (xcb_connection_t *c /**< */,
uint8_t map_len /**< */,
@@ -16748,25 +11652,13 @@ xcb_set_pointer_mapping_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_set_pointer_mapping_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_set_pointer_mapping_reply_t * xcb_set_pointer_mapping_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_set_pointer_mapping_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_set_pointer_mapping_reply_t *
- **
- *****************************************************************************/
-
xcb_set_pointer_mapping_reply_t *
xcb_set_pointer_mapping_reply (xcb_connection_t *c /**< */,
xcb_set_pointer_mapping_cookie_t cookie /**< */,
@@ -16781,18 +11673,8 @@ xcb_get_pointer_mapping_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_pointer_mapping_cookie_t xcb_get_pointer_mapping
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_pointer_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_get_pointer_mapping_cookie_t
xcb_get_pointer_mapping (xcb_connection_t *c /**< */);
@@ -16802,60 +11684,20 @@ xcb_get_pointer_mapping (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_pointer_mapping_cookie_t xcb_get_pointer_mapping_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_pointer_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_get_pointer_mapping_cookie_t
xcb_get_pointer_mapping_unchecked (xcb_connection_t *c /**< */);
-
-/*****************************************************************************
- **
- ** uint8_t * xcb_get_pointer_mapping_map
- **
- ** @param const xcb_get_pointer_mapping_reply_t *R
- ** @returns uint8_t *
- **
- *****************************************************************************/
-
uint8_t *
xcb_get_pointer_mapping_map (const xcb_get_pointer_mapping_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_get_pointer_mapping_map_length
- **
- ** @param const xcb_get_pointer_mapping_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_get_pointer_mapping_map_length (const xcb_get_pointer_mapping_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_get_pointer_mapping_map_end
- **
- ** @param const xcb_get_pointer_mapping_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_get_pointer_mapping_map_end (const xcb_get_pointer_mapping_reply_t *R /**< */);
@@ -16866,25 +11708,13 @@ xcb_get_pointer_mapping_map_end (const xcb_get_pointer_mapping_reply_t *R /**<
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_pointer_mapping_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_pointer_mapping_reply_t * xcb_get_pointer_mapping_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_pointer_mapping_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_pointer_mapping_reply_t *
- **
- *****************************************************************************/
-
xcb_get_pointer_mapping_reply_t *
xcb_get_pointer_mapping_reply (xcb_connection_t *c /**< */,
xcb_get_pointer_mapping_cookie_t cookie /**< */,
@@ -16899,20 +11729,8 @@ xcb_set_modifier_mapping_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_set_modifier_mapping_cookie_t xcb_set_modifier_mapping
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t keycodes_per_modifier
- ** @param const xcb_keycode_t *keycodes
- ** @returns xcb_set_modifier_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_set_modifier_mapping_cookie_t
xcb_set_modifier_mapping (xcb_connection_t *c /**< */,
uint8_t keycodes_per_modifier /**< */,
@@ -16924,23 +11742,11 @@ xcb_set_modifier_mapping (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_set_modifier_mapping_cookie_t xcb_set_modifier_mapping_unchecked
- **
- ** @param xcb_connection_t *c
- ** @param uint8_t keycodes_per_modifier
- ** @param const xcb_keycode_t *keycodes
- ** @returns xcb_set_modifier_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_set_modifier_mapping_cookie_t
xcb_set_modifier_mapping_unchecked (xcb_connection_t *c /**< */,
uint8_t keycodes_per_modifier /**< */,
@@ -16953,25 +11759,13 @@ xcb_set_modifier_mapping_unchecked (xcb_connection_t *c /**< */,
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_set_modifier_mapping_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_set_modifier_mapping_reply_t * xcb_set_modifier_mapping_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_set_modifier_mapping_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_set_modifier_mapping_reply_t *
- **
- *****************************************************************************/
-
xcb_set_modifier_mapping_reply_t *
xcb_set_modifier_mapping_reply (xcb_connection_t *c /**< */,
xcb_set_modifier_mapping_cookie_t cookie /**< */,
@@ -16986,18 +11780,8 @@ xcb_get_modifier_mapping_sizeof (const void *_buffer /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_get_modifier_mapping_cookie_t xcb_get_modifier_mapping
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_modifier_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_get_modifier_mapping_cookie_t
xcb_get_modifier_mapping (xcb_connection_t *c /**< */);
@@ -17007,60 +11791,20 @@ xcb_get_modifier_mapping (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
*/
-
-/*****************************************************************************
- **
- ** xcb_get_modifier_mapping_cookie_t xcb_get_modifier_mapping_unchecked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_get_modifier_mapping_cookie_t
- **
- *****************************************************************************/
-
xcb_get_modifier_mapping_cookie_t
xcb_get_modifier_mapping_unchecked (xcb_connection_t *c /**< */);
-
-/*****************************************************************************
- **
- ** xcb_keycode_t * xcb_get_modifier_mapping_keycodes
- **
- ** @param const xcb_get_modifier_mapping_reply_t *R
- ** @returns xcb_keycode_t *
- **
- *****************************************************************************/
-
xcb_keycode_t *
xcb_get_modifier_mapping_keycodes (const xcb_get_modifier_mapping_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** int xcb_get_modifier_mapping_keycodes_length
- **
- ** @param const xcb_get_modifier_mapping_reply_t *R
- ** @returns int
- **
- *****************************************************************************/
-
int
xcb_get_modifier_mapping_keycodes_length (const xcb_get_modifier_mapping_reply_t *R /**< */);
-
-/*****************************************************************************
- **
- ** xcb_generic_iterator_t xcb_get_modifier_mapping_keycodes_end
- **
- ** @param const xcb_get_modifier_mapping_reply_t *R
- ** @returns xcb_generic_iterator_t
- **
- *****************************************************************************/
-
xcb_generic_iterator_t
xcb_get_modifier_mapping_keycodes_end (const xcb_get_modifier_mapping_reply_t *R /**< */);
@@ -17071,25 +11815,13 @@ xcb_get_modifier_mapping_keycodes_end (const xcb_get_modifier_mapping_reply_t *R
* @param e The xcb_generic_error_t supplied
*
* Returns the reply of the request asked by
- *
+ *
* The parameter @p e supplied to this function must be NULL if
* xcb_get_modifier_mapping_unchecked(). is used.
* Otherwise, it stores the error if any.
*
* The returned value must be freed by the caller using free().
*/
-
-/*****************************************************************************
- **
- ** xcb_get_modifier_mapping_reply_t * xcb_get_modifier_mapping_reply
- **
- ** @param xcb_connection_t *c
- ** @param xcb_get_modifier_mapping_cookie_t cookie
- ** @param xcb_generic_error_t **e
- ** @returns xcb_get_modifier_mapping_reply_t *
- **
- *****************************************************************************/
-
xcb_get_modifier_mapping_reply_t *
xcb_get_modifier_mapping_reply (xcb_connection_t *c /**< */,
xcb_get_modifier_mapping_cookie_t cookie /**< */,
@@ -17101,21 +11833,11 @@ xcb_get_modifier_mapping_reply (xcb_connection_t *c /**< */,
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_no_operation_checked
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_no_operation_checked (xcb_connection_t *c /**< */);
@@ -17125,18 +11847,8 @@ xcb_no_operation_checked (xcb_connection_t *c /**< */);
* @return A cookie
*
* Delivers a request to the X server.
- *
+ *
*/
-
-/*****************************************************************************
- **
- ** xcb_void_cookie_t xcb_no_operation
- **
- ** @param xcb_connection_t *c
- ** @returns xcb_void_cookie_t
- **
- *****************************************************************************/
-
xcb_void_cookie_t
xcb_no_operation (xcb_connection_t *c /**< */);
diff --git a/mesalib/src/mesa/main/macros.h b/mesalib/src/mesa/main/macros.h
index 0ba658a9a..947efac1f 100644
--- a/mesalib/src/mesa/main/macros.h
+++ b/mesalib/src/mesa/main/macros.h
@@ -153,21 +153,21 @@ extern GLfloat _mesa_ubyte_to_float_color_tab[256];
else if (__tmp.i >= IEEE_ONE) \
UB = (GLubyte) 255; \
else { \
- __tmp.f = __tmp.f * (255.0F/256.0F) + 32768.0F; \
+ __tmp.f = __tmp.f * (255.0f/256.0f) + 32768.0f; \
UB = (GLubyte) __tmp.i; \
} \
} while (0)
#define CLAMPED_FLOAT_TO_UBYTE(UB, F) \
do { \
fi_type __tmp; \
- __tmp.f = (F) * (255.0F/256.0F) + 32768.0F; \
+ __tmp.f = (F) * (255.0f/256.0f) + 32768.0f; \
UB = (GLubyte) __tmp.i; \
} while (0)
#else
-#define UNCLAMPED_FLOAT_TO_UBYTE(ub, f) \
- ub = ((GLubyte) F_TO_I(CLAMP((f), 0.0F, 1.0F) * 255.0F))
-#define CLAMPED_FLOAT_TO_UBYTE(ub, f) \
- ub = ((GLubyte) F_TO_I((f) * 255.0F))
+#define UNCLAMPED_FLOAT_TO_UBYTE(ub, fl) \
+ ub = ((GLubyte) F_TO_I(CLAMP((fl), 0.0f, 1.0f) * 255.0f))
+#define CLAMPED_FLOAT_TO_UBYTE(ub, fl) \
+ ub = ((GLubyte) F_TO_I((fl) * 255.0f))
#endif
static inline GLfloat INT_AS_FLT(GLint i)
diff --git a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj
index 3bfc5cefa..d0831ccdb 100644
--- a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj
+++ b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj
@@ -113,7 +113,7 @@
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\src\mesa;..\..\..\..\src\glsl;..\..\..\..\src\mapi;..\..\..\..\..\include;..\..\..\..\..</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\src\mesa;..\..\..\..\src\glsl;..\..\..\..\src\mapi;..\..\..\..\..\include;..\..\..\..\..;..\..\..\..\src</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -152,7 +152,7 @@
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\src\mesa;..\..\..\..\src\glsl;..\..\..\..\src\mapi;..\..\..\..\..\include;..\..\..\..\..</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\src\mesa;..\..\..\..\src\glsl;..\..\..\..\src\mapi;..\..\..\..\..\include;..\..\..\..\..;..\..\..\..\src</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -255,13 +255,13 @@
<ClCompile Include="..\..\..\..\src\glsl\opt_tree_grafting.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_vectorize.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\standalone_scaffolding.cpp" />
- <ClCompile Include="..\..\..\..\src\glsl\ralloc.c" />
<ClCompile Include="..\..\..\..\src\glsl\strtod.c" />
<ClCompile Include="..\..\..\..\src\glsl\s_expression.cpp" />
- <ClCompile Include="..\..\..\..\src\mesa\main\hash_table.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\imports.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\prog_hash_table.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\symbol_table.c" />
+ <ClCompile Include="..\..\..\..\src\util\hash_table.c" />
+ <ClCompile Include="..\..\..\..\src\util\ralloc.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h" />
diff --git a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters
index 98d29eee7..d0edf569c 100644
--- a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters
@@ -129,9 +129,6 @@
<ClCompile Include="..\..\..\..\src\glsl\opt_redundant_jumps.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\src\glsl\ralloc.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\..\src\glsl\s_expression.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -246,9 +243,6 @@
<ClCompile Include="..\..\..\..\src\mesa\program\prog_hash_table.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\src\mesa\main\hash_table.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\..\src\glsl\lower_packed_varyings.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -306,6 +300,12 @@
<ClCompile Include="..\..\..\..\src\glsl\opt_rebalance_tree.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\util\hash_table.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\..\src\util\ralloc.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">
diff --git a/mesalib/windows/VC8/mesa/makefile b/mesalib/windows/VC8/mesa/makefile
index 63f4b101b..a35b594ec 100644
--- a/mesalib/windows/VC8/mesa/makefile
+++ b/mesalib/windows/VC8/mesa/makefile
@@ -51,6 +51,8 @@ DEPS:=$(wildcard ..\..\..\src\mesa\swrast\*.c) \
..\..\..\src\mesa\main\enums.c \
..\..\..\src\mesa\main\api_exec.c \
..\..\..\src\mesa\main\get_hash.h \
+ ..\..\..\src\mesa\main\format_info.c \
+ ..\..\..\src\util\format_srgb.c \
..\..\..\src\mesa\main\remap_helper.h \
..\..\..\src\mesa\drivers\dri\common\xmlpool\options.h
@@ -75,6 +77,13 @@ GET_HASH_GEN = ../../../src/mesa/main/get_hash_generator.py
..\..\..\src\mesa\main\get_hash.h: ..\..\..\src\mapi\glapi\gen\gl_and_es_API.xml ..\..\..\src\mesa\main\get_hash_params.py $(GET_HASH_GEN)
python $(GET_HASH_GEN) -f $(subst $/,/,$<) > $@
+GEN_FORMAT_INFO=../../../src/mesa/main/format_info.py
+..\..\..\src\mesa\main\format_info.c: ..\..\..\src\mesa\main\formats.csv ..\..\..\src\mesa\main\format_parser.py $(GEN_FORMAT_INFO)
+ python $(GEN_FORMAT_INFO) $< > $@
+
+..\..\..\src\util\format_srgb.c: ..\..\..\src\util\format_srgb.py
+ python $< > $@
+
REMAP_HELPER = ../../../src/mapi/glapi/gen/remap_helper.py
..\..\..\src\mesa\main\remap_helper.h: ..\..\..\src\mapi\glapi\gen\gl_and_es_API.xml $(REMAP_HELPER)
python $(REMAP_HELPER) -f $(subst $/,/,$<) > $@
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
index 4135da13e..430a49c11 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
@@ -116,7 +116,7 @@
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <AdditionalIncludeDirectories>../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../..;../../../../src/gallium/auxiliary;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../..;../../../../src/gallium/auxiliary;../../../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_DLL;_GDI32_;BUILD_GL32;WIN32_THREADS;MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE;INSERVER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
@@ -162,7 +162,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../..;../../../../src/gallium/auxiliary;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../..;../../../../src/gallium/auxiliary;../../../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;DEBUG;WIN32;_LIB;_DLL;_GDI32_;BUILD_GL32;WIN32_THREADS;MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE;INSERVER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -293,7 +293,6 @@
<ClCompile Include="..\..\..\..\src\glsl\opt_swizzle_swizzle.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_tree_grafting.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_vectorize.cpp" />
- <ClCompile Include="..\..\..\..\src\glsl\ralloc.c" />
<ClCompile Include="..\..\..\..\src\glsl\strtod.c" />
<ClCompile Include="..\..\..\..\src\glsl\s_expression.cpp" />
<ClCompile Include="..\..\..\..\src\mesa\drivers\common\meta_blit.c" />
@@ -306,14 +305,15 @@
<ClCompile Include="..\..\..\..\src\mesa\main\atifragshader.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\blit.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\compute.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\main\copyimage.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\drawtex.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\errors.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\es1_conversion.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\formatquery.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\format_pack.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\main\format_utils.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\genmipmap.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\glformats.c" />
- <ClCompile Include="..\..\..\..\src\mesa\main\hash_table.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\objectlabel.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\pack.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\performance_monitor.c" />
@@ -468,6 +468,9 @@
<ClCompile Include="..\..\..\..\src\mesa\main\version.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\viewport.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\vtxfmt.c" />
+ <ClCompile Include="..\..\..\..\src\util\format_srgb.c" />
+ <ClCompile Include="..\..\..\..\src\util\hash_table.c" />
+ <ClCompile Include="..\..\..\..\src\util\ralloc.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
index 8b3d39cc4..0d05001c8 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
@@ -440,9 +440,6 @@
<ClCompile Include="..\..\..\..\src\mesa\program\string_to_uint_map.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\src\glsl\ralloc.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\..\src\glsl\ir.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -698,9 +695,6 @@
<ClCompile Include="..\..\..\..\src\mesa\main\drawtex.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\src\mesa\main\hash_table.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\program\prog_hash_table.c">
<Filter>Source Files</Filter>
</ClCompile>
@@ -797,6 +791,21 @@
<ClCompile Include="..\..\..\..\src\glsl\opt_rebalance_tree.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\util\hash_table.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\..\src\util\ralloc.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\..\src\util\format_srgb.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\format_utils.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\copyimage.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">
diff --git a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj
index 3ea6f593f..9e8ebeba4 100644
--- a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj
+++ b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj
@@ -127,7 +127,7 @@
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../src/mesa/drivers/dri/common;../../../../../expat/lib;../../../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../src/mesa/drivers/dri/common;../../../../../expat/lib;../../../../..;../../../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;DEBUG;WIN32;_DLL;SWRAST_DRI_EXPORTS;_GDI32_;BUILD_GL32;WIN32_THREADS;MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE;INSERVER;__NOT_HAVE_DRM_H;XML_STATIC;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -206,7 +206,7 @@
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <AdditionalIncludeDirectories>../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../src/mesa/drivers/dri/common;../../../../../expat/lib;../../../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../src/mesa/drivers/dri/common;../../../../../expat/lib;../../../../..;../../../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;WIN32;_DLL;SWRAST_DRI_EXPORTS;_GDI32_;BUILD_GL32;WIN32_THREADS;MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE;INSERVER;__NOT_HAVE_DRM_H;XML_STATIC;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<ExceptionHandling>
diff --git a/xorg-server/glx/dispatch.h b/xorg-server/glx/dispatch.h
index 0a158329f..a7267732b 100644
--- a/xorg-server/glx/dispatch.h
+++ b/xorg-server/glx/dispatch.h
@@ -63,7 +63,7 @@
} while(0)
/* total number of offsets below */
-#define _gloffset_COUNT 1154
+#define _gloffset_COUNT 1155
#define _gloffset_NewList 0
#define _gloffset_EndList 1
@@ -473,7 +473,7 @@
#define _gloffset_MultiTexCoord4iv 405
#define _gloffset_MultiTexCoord4s 406
#define _gloffset_MultiTexCoord4sv 407
-#define driDispatchRemapTable_size 746
+#define driDispatchRemapTable_size 747
SERVEXTERN int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define CompressedTexImage1D_remap_index 0
@@ -910,318 +910,319 @@ SERVEXTERN int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define ClearBufferSubData_remap_index 431
#define DispatchCompute_remap_index 432
#define DispatchComputeIndirect_remap_index 433
-#define TextureView_remap_index 434
-#define BindVertexBuffer_remap_index 435
-#define VertexAttribBinding_remap_index 436
-#define VertexAttribFormat_remap_index 437
-#define VertexAttribIFormat_remap_index 438
-#define VertexAttribLFormat_remap_index 439
-#define VertexBindingDivisor_remap_index 440
-#define MultiDrawArraysIndirect_remap_index 441
-#define MultiDrawElementsIndirect_remap_index 442
-#define TexBufferRange_remap_index 443
-#define TexStorage2DMultisample_remap_index 444
-#define TexStorage3DMultisample_remap_index 445
-#define BufferStorage_remap_index 446
-#define ClearTexImage_remap_index 447
-#define ClearTexSubImage_remap_index 448
-#define BindBuffersBase_remap_index 449
-#define BindBuffersRange_remap_index 450
-#define BindImageTextures_remap_index 451
-#define BindSamplers_remap_index 452
-#define BindTextures_remap_index 453
-#define BindVertexBuffers_remap_index 454
-#define InvalidateBufferData_remap_index 455
-#define InvalidateBufferSubData_remap_index 456
-#define InvalidateFramebuffer_remap_index 457
-#define InvalidateSubFramebuffer_remap_index 458
-#define InvalidateTexImage_remap_index 459
-#define InvalidateTexSubImage_remap_index 460
-#define PolygonOffsetEXT_remap_index 461
-#define DrawTexfOES_remap_index 462
-#define DrawTexfvOES_remap_index 463
-#define DrawTexiOES_remap_index 464
-#define DrawTexivOES_remap_index 465
-#define DrawTexsOES_remap_index 466
-#define DrawTexsvOES_remap_index 467
-#define DrawTexxOES_remap_index 468
-#define DrawTexxvOES_remap_index 469
-#define PointSizePointerOES_remap_index 470
-#define QueryMatrixxOES_remap_index 471
-#define SampleMaskSGIS_remap_index 472
-#define SamplePatternSGIS_remap_index 473
-#define ColorPointerEXT_remap_index 474
-#define EdgeFlagPointerEXT_remap_index 475
-#define IndexPointerEXT_remap_index 476
-#define NormalPointerEXT_remap_index 477
-#define TexCoordPointerEXT_remap_index 478
-#define VertexPointerEXT_remap_index 479
-#define DiscardFramebufferEXT_remap_index 480
-#define ActiveShaderProgram_remap_index 481
-#define BindProgramPipeline_remap_index 482
-#define CreateShaderProgramv_remap_index 483
-#define DeleteProgramPipelines_remap_index 484
-#define GenProgramPipelines_remap_index 485
-#define GetProgramPipelineInfoLog_remap_index 486
-#define GetProgramPipelineiv_remap_index 487
-#define IsProgramPipeline_remap_index 488
-#define LockArraysEXT_remap_index 489
-#define ProgramUniform1f_remap_index 490
-#define ProgramUniform1fv_remap_index 491
-#define ProgramUniform1i_remap_index 492
-#define ProgramUniform1iv_remap_index 493
-#define ProgramUniform1ui_remap_index 494
-#define ProgramUniform1uiv_remap_index 495
-#define ProgramUniform2f_remap_index 496
-#define ProgramUniform2fv_remap_index 497
-#define ProgramUniform2i_remap_index 498
-#define ProgramUniform2iv_remap_index 499
-#define ProgramUniform2ui_remap_index 500
-#define ProgramUniform2uiv_remap_index 501
-#define ProgramUniform3f_remap_index 502
-#define ProgramUniform3fv_remap_index 503
-#define ProgramUniform3i_remap_index 504
-#define ProgramUniform3iv_remap_index 505
-#define ProgramUniform3ui_remap_index 506
-#define ProgramUniform3uiv_remap_index 507
-#define ProgramUniform4f_remap_index 508
-#define ProgramUniform4fv_remap_index 509
-#define ProgramUniform4i_remap_index 510
-#define ProgramUniform4iv_remap_index 511
-#define ProgramUniform4ui_remap_index 512
-#define ProgramUniform4uiv_remap_index 513
-#define ProgramUniformMatrix2fv_remap_index 514
-#define ProgramUniformMatrix2x3fv_remap_index 515
-#define ProgramUniformMatrix2x4fv_remap_index 516
-#define ProgramUniformMatrix3fv_remap_index 517
-#define ProgramUniformMatrix3x2fv_remap_index 518
-#define ProgramUniformMatrix3x4fv_remap_index 519
-#define ProgramUniformMatrix4fv_remap_index 520
-#define ProgramUniformMatrix4x2fv_remap_index 521
-#define ProgramUniformMatrix4x3fv_remap_index 522
-#define UnlockArraysEXT_remap_index 523
-#define UseProgramStages_remap_index 524
-#define ValidateProgramPipeline_remap_index 525
-#define DebugMessageCallback_remap_index 526
-#define DebugMessageControl_remap_index 527
-#define DebugMessageInsert_remap_index 528
-#define GetDebugMessageLog_remap_index 529
-#define GetObjectLabel_remap_index 530
-#define GetObjectPtrLabel_remap_index 531
-#define ObjectLabel_remap_index 532
-#define ObjectPtrLabel_remap_index 533
-#define PopDebugGroup_remap_index 534
-#define PushDebugGroup_remap_index 535
-#define SecondaryColor3fEXT_remap_index 536
-#define SecondaryColor3fvEXT_remap_index 537
-#define MultiDrawElementsEXT_remap_index 538
-#define FogCoordfEXT_remap_index 539
-#define FogCoordfvEXT_remap_index 540
-#define ResizeBuffersMESA_remap_index 541
-#define WindowPos4dMESA_remap_index 542
-#define WindowPos4dvMESA_remap_index 543
-#define WindowPos4fMESA_remap_index 544
-#define WindowPos4fvMESA_remap_index 545
-#define WindowPos4iMESA_remap_index 546
-#define WindowPos4ivMESA_remap_index 547
-#define WindowPos4sMESA_remap_index 548
-#define WindowPos4svMESA_remap_index 549
-#define MultiModeDrawArraysIBM_remap_index 550
-#define MultiModeDrawElementsIBM_remap_index 551
-#define AreProgramsResidentNV_remap_index 552
-#define ExecuteProgramNV_remap_index 553
-#define GetProgramParameterdvNV_remap_index 554
-#define GetProgramParameterfvNV_remap_index 555
-#define GetProgramStringNV_remap_index 556
-#define GetProgramivNV_remap_index 557
-#define GetTrackMatrixivNV_remap_index 558
-#define GetVertexAttribdvNV_remap_index 559
-#define GetVertexAttribfvNV_remap_index 560
-#define GetVertexAttribivNV_remap_index 561
-#define LoadProgramNV_remap_index 562
-#define ProgramParameters4dvNV_remap_index 563
-#define ProgramParameters4fvNV_remap_index 564
-#define RequestResidentProgramsNV_remap_index 565
-#define TrackMatrixNV_remap_index 566
-#define VertexAttrib1dNV_remap_index 567
-#define VertexAttrib1dvNV_remap_index 568
-#define VertexAttrib1fNV_remap_index 569
-#define VertexAttrib1fvNV_remap_index 570
-#define VertexAttrib1sNV_remap_index 571
-#define VertexAttrib1svNV_remap_index 572
-#define VertexAttrib2dNV_remap_index 573
-#define VertexAttrib2dvNV_remap_index 574
-#define VertexAttrib2fNV_remap_index 575
-#define VertexAttrib2fvNV_remap_index 576
-#define VertexAttrib2sNV_remap_index 577
-#define VertexAttrib2svNV_remap_index 578
-#define VertexAttrib3dNV_remap_index 579
-#define VertexAttrib3dvNV_remap_index 580
-#define VertexAttrib3fNV_remap_index 581
-#define VertexAttrib3fvNV_remap_index 582
-#define VertexAttrib3sNV_remap_index 583
-#define VertexAttrib3svNV_remap_index 584
-#define VertexAttrib4dNV_remap_index 585
-#define VertexAttrib4dvNV_remap_index 586
-#define VertexAttrib4fNV_remap_index 587
-#define VertexAttrib4fvNV_remap_index 588
-#define VertexAttrib4sNV_remap_index 589
-#define VertexAttrib4svNV_remap_index 590
-#define VertexAttrib4ubNV_remap_index 591
-#define VertexAttrib4ubvNV_remap_index 592
-#define VertexAttribPointerNV_remap_index 593
-#define VertexAttribs1dvNV_remap_index 594
-#define VertexAttribs1fvNV_remap_index 595
-#define VertexAttribs1svNV_remap_index 596
-#define VertexAttribs2dvNV_remap_index 597
-#define VertexAttribs2fvNV_remap_index 598
-#define VertexAttribs2svNV_remap_index 599
-#define VertexAttribs3dvNV_remap_index 600
-#define VertexAttribs3fvNV_remap_index 601
-#define VertexAttribs3svNV_remap_index 602
-#define VertexAttribs4dvNV_remap_index 603
-#define VertexAttribs4fvNV_remap_index 604
-#define VertexAttribs4svNV_remap_index 605
-#define VertexAttribs4ubvNV_remap_index 606
-#define GetTexBumpParameterfvATI_remap_index 607
-#define GetTexBumpParameterivATI_remap_index 608
-#define TexBumpParameterfvATI_remap_index 609
-#define TexBumpParameterivATI_remap_index 610
-#define AlphaFragmentOp1ATI_remap_index 611
-#define AlphaFragmentOp2ATI_remap_index 612
-#define AlphaFragmentOp3ATI_remap_index 613
-#define BeginFragmentShaderATI_remap_index 614
-#define BindFragmentShaderATI_remap_index 615
-#define ColorFragmentOp1ATI_remap_index 616
-#define ColorFragmentOp2ATI_remap_index 617
-#define ColorFragmentOp3ATI_remap_index 618
-#define DeleteFragmentShaderATI_remap_index 619
-#define EndFragmentShaderATI_remap_index 620
-#define GenFragmentShadersATI_remap_index 621
-#define PassTexCoordATI_remap_index 622
-#define SampleMapATI_remap_index 623
-#define SetFragmentShaderConstantATI_remap_index 624
-#define ActiveStencilFaceEXT_remap_index 625
-#define BindVertexArrayAPPLE_remap_index 626
-#define GenVertexArraysAPPLE_remap_index 627
-#define GetProgramNamedParameterdvNV_remap_index 628
-#define GetProgramNamedParameterfvNV_remap_index 629
-#define ProgramNamedParameter4dNV_remap_index 630
-#define ProgramNamedParameter4dvNV_remap_index 631
-#define ProgramNamedParameter4fNV_remap_index 632
-#define ProgramNamedParameter4fvNV_remap_index 633
-#define PrimitiveRestartNV_remap_index 634
-#define GetTexGenxvOES_remap_index 635
-#define TexGenxOES_remap_index 636
-#define TexGenxvOES_remap_index 637
-#define DepthBoundsEXT_remap_index 638
-#define BindFramebufferEXT_remap_index 639
-#define BindRenderbufferEXT_remap_index 640
-#define BufferParameteriAPPLE_remap_index 641
-#define FlushMappedBufferRangeAPPLE_remap_index 642
-#define VertexAttribI1iEXT_remap_index 643
-#define VertexAttribI1uiEXT_remap_index 644
-#define VertexAttribI2iEXT_remap_index 645
-#define VertexAttribI2ivEXT_remap_index 646
-#define VertexAttribI2uiEXT_remap_index 647
-#define VertexAttribI2uivEXT_remap_index 648
-#define VertexAttribI3iEXT_remap_index 649
-#define VertexAttribI3ivEXT_remap_index 650
-#define VertexAttribI3uiEXT_remap_index 651
-#define VertexAttribI3uivEXT_remap_index 652
-#define VertexAttribI4iEXT_remap_index 653
-#define VertexAttribI4ivEXT_remap_index 654
-#define VertexAttribI4uiEXT_remap_index 655
-#define VertexAttribI4uivEXT_remap_index 656
-#define ClearColorIiEXT_remap_index 657
-#define ClearColorIuiEXT_remap_index 658
-#define BindBufferOffsetEXT_remap_index 659
-#define BeginPerfMonitorAMD_remap_index 660
-#define DeletePerfMonitorsAMD_remap_index 661
-#define EndPerfMonitorAMD_remap_index 662
-#define GenPerfMonitorsAMD_remap_index 663
-#define GetPerfMonitorCounterDataAMD_remap_index 664
-#define GetPerfMonitorCounterInfoAMD_remap_index 665
-#define GetPerfMonitorCounterStringAMD_remap_index 666
-#define GetPerfMonitorCountersAMD_remap_index 667
-#define GetPerfMonitorGroupStringAMD_remap_index 668
-#define GetPerfMonitorGroupsAMD_remap_index 669
-#define SelectPerfMonitorCountersAMD_remap_index 670
-#define GetObjectParameterivAPPLE_remap_index 671
-#define ObjectPurgeableAPPLE_remap_index 672
-#define ObjectUnpurgeableAPPLE_remap_index 673
-#define ActiveProgramEXT_remap_index 674
-#define CreateShaderProgramEXT_remap_index 675
-#define UseShaderProgramEXT_remap_index 676
-#define TextureBarrierNV_remap_index 677
-#define VDPAUFiniNV_remap_index 678
-#define VDPAUGetSurfaceivNV_remap_index 679
-#define VDPAUInitNV_remap_index 680
-#define VDPAUIsSurfaceNV_remap_index 681
-#define VDPAUMapSurfacesNV_remap_index 682
-#define VDPAURegisterOutputSurfaceNV_remap_index 683
-#define VDPAURegisterVideoSurfaceNV_remap_index 684
-#define VDPAUSurfaceAccessNV_remap_index 685
-#define VDPAUUnmapSurfacesNV_remap_index 686
-#define VDPAUUnregisterSurfaceNV_remap_index 687
-#define BeginPerfQueryINTEL_remap_index 688
-#define CreatePerfQueryINTEL_remap_index 689
-#define DeletePerfQueryINTEL_remap_index 690
-#define EndPerfQueryINTEL_remap_index 691
-#define GetFirstPerfQueryIdINTEL_remap_index 692
-#define GetNextPerfQueryIdINTEL_remap_index 693
-#define GetPerfCounterInfoINTEL_remap_index 694
-#define GetPerfQueryDataINTEL_remap_index 695
-#define GetPerfQueryIdByNameINTEL_remap_index 696
-#define GetPerfQueryInfoINTEL_remap_index 697
-#define StencilFuncSeparateATI_remap_index 698
-#define ProgramEnvParameters4fvEXT_remap_index 699
-#define ProgramLocalParameters4fvEXT_remap_index 700
-#define EGLImageTargetRenderbufferStorageOES_remap_index 701
-#define EGLImageTargetTexture2DOES_remap_index 702
-#define AlphaFuncx_remap_index 703
-#define ClearColorx_remap_index 704
-#define ClearDepthx_remap_index 705
-#define Color4x_remap_index 706
-#define DepthRangex_remap_index 707
-#define Fogx_remap_index 708
-#define Fogxv_remap_index 709
-#define Frustumf_remap_index 710
-#define Frustumx_remap_index 711
-#define LightModelx_remap_index 712
-#define LightModelxv_remap_index 713
-#define Lightx_remap_index 714
-#define Lightxv_remap_index 715
-#define LineWidthx_remap_index 716
-#define LoadMatrixx_remap_index 717
-#define Materialx_remap_index 718
-#define Materialxv_remap_index 719
-#define MultMatrixx_remap_index 720
-#define MultiTexCoord4x_remap_index 721
-#define Normal3x_remap_index 722
-#define Orthof_remap_index 723
-#define Orthox_remap_index 724
-#define PointSizex_remap_index 725
-#define PolygonOffsetx_remap_index 726
-#define Rotatex_remap_index 727
-#define SampleCoveragex_remap_index 728
-#define Scalex_remap_index 729
-#define TexEnvx_remap_index 730
-#define TexEnvxv_remap_index 731
-#define TexParameterx_remap_index 732
-#define Translatex_remap_index 733
-#define ClipPlanef_remap_index 734
-#define ClipPlanex_remap_index 735
-#define GetClipPlanef_remap_index 736
-#define GetClipPlanex_remap_index 737
-#define GetFixedv_remap_index 738
-#define GetLightxv_remap_index 739
-#define GetMaterialxv_remap_index 740
-#define GetTexEnvxv_remap_index 741
-#define GetTexParameterxv_remap_index 742
-#define PointParameterx_remap_index 743
-#define PointParameterxv_remap_index 744
-#define TexParameterxv_remap_index 745
+#define CopyImageSubData_remap_index 434
+#define TextureView_remap_index 435
+#define BindVertexBuffer_remap_index 436
+#define VertexAttribBinding_remap_index 437
+#define VertexAttribFormat_remap_index 438
+#define VertexAttribIFormat_remap_index 439
+#define VertexAttribLFormat_remap_index 440
+#define VertexBindingDivisor_remap_index 441
+#define MultiDrawArraysIndirect_remap_index 442
+#define MultiDrawElementsIndirect_remap_index 443
+#define TexBufferRange_remap_index 444
+#define TexStorage2DMultisample_remap_index 445
+#define TexStorage3DMultisample_remap_index 446
+#define BufferStorage_remap_index 447
+#define ClearTexImage_remap_index 448
+#define ClearTexSubImage_remap_index 449
+#define BindBuffersBase_remap_index 450
+#define BindBuffersRange_remap_index 451
+#define BindImageTextures_remap_index 452
+#define BindSamplers_remap_index 453
+#define BindTextures_remap_index 454
+#define BindVertexBuffers_remap_index 455
+#define InvalidateBufferData_remap_index 456
+#define InvalidateBufferSubData_remap_index 457
+#define InvalidateFramebuffer_remap_index 458
+#define InvalidateSubFramebuffer_remap_index 459
+#define InvalidateTexImage_remap_index 460
+#define InvalidateTexSubImage_remap_index 461
+#define PolygonOffsetEXT_remap_index 462
+#define DrawTexfOES_remap_index 463
+#define DrawTexfvOES_remap_index 464
+#define DrawTexiOES_remap_index 465
+#define DrawTexivOES_remap_index 466
+#define DrawTexsOES_remap_index 467
+#define DrawTexsvOES_remap_index 468
+#define DrawTexxOES_remap_index 469
+#define DrawTexxvOES_remap_index 470
+#define PointSizePointerOES_remap_index 471
+#define QueryMatrixxOES_remap_index 472
+#define SampleMaskSGIS_remap_index 473
+#define SamplePatternSGIS_remap_index 474
+#define ColorPointerEXT_remap_index 475
+#define EdgeFlagPointerEXT_remap_index 476
+#define IndexPointerEXT_remap_index 477
+#define NormalPointerEXT_remap_index 478
+#define TexCoordPointerEXT_remap_index 479
+#define VertexPointerEXT_remap_index 480
+#define DiscardFramebufferEXT_remap_index 481
+#define ActiveShaderProgram_remap_index 482
+#define BindProgramPipeline_remap_index 483
+#define CreateShaderProgramv_remap_index 484
+#define DeleteProgramPipelines_remap_index 485
+#define GenProgramPipelines_remap_index 486
+#define GetProgramPipelineInfoLog_remap_index 487
+#define GetProgramPipelineiv_remap_index 488
+#define IsProgramPipeline_remap_index 489
+#define LockArraysEXT_remap_index 490
+#define ProgramUniform1f_remap_index 491
+#define ProgramUniform1fv_remap_index 492
+#define ProgramUniform1i_remap_index 493
+#define ProgramUniform1iv_remap_index 494
+#define ProgramUniform1ui_remap_index 495
+#define ProgramUniform1uiv_remap_index 496
+#define ProgramUniform2f_remap_index 497
+#define ProgramUniform2fv_remap_index 498
+#define ProgramUniform2i_remap_index 499
+#define ProgramUniform2iv_remap_index 500
+#define ProgramUniform2ui_remap_index 501
+#define ProgramUniform2uiv_remap_index 502
+#define ProgramUniform3f_remap_index 503
+#define ProgramUniform3fv_remap_index 504
+#define ProgramUniform3i_remap_index 505
+#define ProgramUniform3iv_remap_index 506
+#define ProgramUniform3ui_remap_index 507
+#define ProgramUniform3uiv_remap_index 508
+#define ProgramUniform4f_remap_index 509
+#define ProgramUniform4fv_remap_index 510
+#define ProgramUniform4i_remap_index 511
+#define ProgramUniform4iv_remap_index 512
+#define ProgramUniform4ui_remap_index 513
+#define ProgramUniform4uiv_remap_index 514
+#define ProgramUniformMatrix2fv_remap_index 515
+#define ProgramUniformMatrix2x3fv_remap_index 516
+#define ProgramUniformMatrix2x4fv_remap_index 517
+#define ProgramUniformMatrix3fv_remap_index 518
+#define ProgramUniformMatrix3x2fv_remap_index 519
+#define ProgramUniformMatrix3x4fv_remap_index 520
+#define ProgramUniformMatrix4fv_remap_index 521
+#define ProgramUniformMatrix4x2fv_remap_index 522
+#define ProgramUniformMatrix4x3fv_remap_index 523
+#define UnlockArraysEXT_remap_index 524
+#define UseProgramStages_remap_index 525
+#define ValidateProgramPipeline_remap_index 526
+#define DebugMessageCallback_remap_index 527
+#define DebugMessageControl_remap_index 528
+#define DebugMessageInsert_remap_index 529
+#define GetDebugMessageLog_remap_index 530
+#define GetObjectLabel_remap_index 531
+#define GetObjectPtrLabel_remap_index 532
+#define ObjectLabel_remap_index 533
+#define ObjectPtrLabel_remap_index 534
+#define PopDebugGroup_remap_index 535
+#define PushDebugGroup_remap_index 536
+#define SecondaryColor3fEXT_remap_index 537
+#define SecondaryColor3fvEXT_remap_index 538
+#define MultiDrawElementsEXT_remap_index 539
+#define FogCoordfEXT_remap_index 540
+#define FogCoordfvEXT_remap_index 541
+#define ResizeBuffersMESA_remap_index 542
+#define WindowPos4dMESA_remap_index 543
+#define WindowPos4dvMESA_remap_index 544
+#define WindowPos4fMESA_remap_index 545
+#define WindowPos4fvMESA_remap_index 546
+#define WindowPos4iMESA_remap_index 547
+#define WindowPos4ivMESA_remap_index 548
+#define WindowPos4sMESA_remap_index 549
+#define WindowPos4svMESA_remap_index 550
+#define MultiModeDrawArraysIBM_remap_index 551
+#define MultiModeDrawElementsIBM_remap_index 552
+#define AreProgramsResidentNV_remap_index 553
+#define ExecuteProgramNV_remap_index 554
+#define GetProgramParameterdvNV_remap_index 555
+#define GetProgramParameterfvNV_remap_index 556
+#define GetProgramStringNV_remap_index 557
+#define GetProgramivNV_remap_index 558
+#define GetTrackMatrixivNV_remap_index 559
+#define GetVertexAttribdvNV_remap_index 560
+#define GetVertexAttribfvNV_remap_index 561
+#define GetVertexAttribivNV_remap_index 562
+#define LoadProgramNV_remap_index 563
+#define ProgramParameters4dvNV_remap_index 564
+#define ProgramParameters4fvNV_remap_index 565
+#define RequestResidentProgramsNV_remap_index 566
+#define TrackMatrixNV_remap_index 567
+#define VertexAttrib1dNV_remap_index 568
+#define VertexAttrib1dvNV_remap_index 569
+#define VertexAttrib1fNV_remap_index 570
+#define VertexAttrib1fvNV_remap_index 571
+#define VertexAttrib1sNV_remap_index 572
+#define VertexAttrib1svNV_remap_index 573
+#define VertexAttrib2dNV_remap_index 574
+#define VertexAttrib2dvNV_remap_index 575
+#define VertexAttrib2fNV_remap_index 576
+#define VertexAttrib2fvNV_remap_index 577
+#define VertexAttrib2sNV_remap_index 578
+#define VertexAttrib2svNV_remap_index 579
+#define VertexAttrib3dNV_remap_index 580
+#define VertexAttrib3dvNV_remap_index 581
+#define VertexAttrib3fNV_remap_index 582
+#define VertexAttrib3fvNV_remap_index 583
+#define VertexAttrib3sNV_remap_index 584
+#define VertexAttrib3svNV_remap_index 585
+#define VertexAttrib4dNV_remap_index 586
+#define VertexAttrib4dvNV_remap_index 587
+#define VertexAttrib4fNV_remap_index 588
+#define VertexAttrib4fvNV_remap_index 589
+#define VertexAttrib4sNV_remap_index 590
+#define VertexAttrib4svNV_remap_index 591
+#define VertexAttrib4ubNV_remap_index 592
+#define VertexAttrib4ubvNV_remap_index 593
+#define VertexAttribPointerNV_remap_index 594
+#define VertexAttribs1dvNV_remap_index 595
+#define VertexAttribs1fvNV_remap_index 596
+#define VertexAttribs1svNV_remap_index 597
+#define VertexAttribs2dvNV_remap_index 598
+#define VertexAttribs2fvNV_remap_index 599
+#define VertexAttribs2svNV_remap_index 600
+#define VertexAttribs3dvNV_remap_index 601
+#define VertexAttribs3fvNV_remap_index 602
+#define VertexAttribs3svNV_remap_index 603
+#define VertexAttribs4dvNV_remap_index 604
+#define VertexAttribs4fvNV_remap_index 605
+#define VertexAttribs4svNV_remap_index 606
+#define VertexAttribs4ubvNV_remap_index 607
+#define GetTexBumpParameterfvATI_remap_index 608
+#define GetTexBumpParameterivATI_remap_index 609
+#define TexBumpParameterfvATI_remap_index 610
+#define TexBumpParameterivATI_remap_index 611
+#define AlphaFragmentOp1ATI_remap_index 612
+#define AlphaFragmentOp2ATI_remap_index 613
+#define AlphaFragmentOp3ATI_remap_index 614
+#define BeginFragmentShaderATI_remap_index 615
+#define BindFragmentShaderATI_remap_index 616
+#define ColorFragmentOp1ATI_remap_index 617
+#define ColorFragmentOp2ATI_remap_index 618
+#define ColorFragmentOp3ATI_remap_index 619
+#define DeleteFragmentShaderATI_remap_index 620
+#define EndFragmentShaderATI_remap_index 621
+#define GenFragmentShadersATI_remap_index 622
+#define PassTexCoordATI_remap_index 623
+#define SampleMapATI_remap_index 624
+#define SetFragmentShaderConstantATI_remap_index 625
+#define ActiveStencilFaceEXT_remap_index 626
+#define BindVertexArrayAPPLE_remap_index 627
+#define GenVertexArraysAPPLE_remap_index 628
+#define GetProgramNamedParameterdvNV_remap_index 629
+#define GetProgramNamedParameterfvNV_remap_index 630
+#define ProgramNamedParameter4dNV_remap_index 631
+#define ProgramNamedParameter4dvNV_remap_index 632
+#define ProgramNamedParameter4fNV_remap_index 633
+#define ProgramNamedParameter4fvNV_remap_index 634
+#define PrimitiveRestartNV_remap_index 635
+#define GetTexGenxvOES_remap_index 636
+#define TexGenxOES_remap_index 637
+#define TexGenxvOES_remap_index 638
+#define DepthBoundsEXT_remap_index 639
+#define BindFramebufferEXT_remap_index 640
+#define BindRenderbufferEXT_remap_index 641
+#define BufferParameteriAPPLE_remap_index 642
+#define FlushMappedBufferRangeAPPLE_remap_index 643
+#define VertexAttribI1iEXT_remap_index 644
+#define VertexAttribI1uiEXT_remap_index 645
+#define VertexAttribI2iEXT_remap_index 646
+#define VertexAttribI2ivEXT_remap_index 647
+#define VertexAttribI2uiEXT_remap_index 648
+#define VertexAttribI2uivEXT_remap_index 649
+#define VertexAttribI3iEXT_remap_index 650
+#define VertexAttribI3ivEXT_remap_index 651
+#define VertexAttribI3uiEXT_remap_index 652
+#define VertexAttribI3uivEXT_remap_index 653
+#define VertexAttribI4iEXT_remap_index 654
+#define VertexAttribI4ivEXT_remap_index 655
+#define VertexAttribI4uiEXT_remap_index 656
+#define VertexAttribI4uivEXT_remap_index 657
+#define ClearColorIiEXT_remap_index 658
+#define ClearColorIuiEXT_remap_index 659
+#define BindBufferOffsetEXT_remap_index 660
+#define BeginPerfMonitorAMD_remap_index 661
+#define DeletePerfMonitorsAMD_remap_index 662
+#define EndPerfMonitorAMD_remap_index 663
+#define GenPerfMonitorsAMD_remap_index 664
+#define GetPerfMonitorCounterDataAMD_remap_index 665
+#define GetPerfMonitorCounterInfoAMD_remap_index 666
+#define GetPerfMonitorCounterStringAMD_remap_index 667
+#define GetPerfMonitorCountersAMD_remap_index 668
+#define GetPerfMonitorGroupStringAMD_remap_index 669
+#define GetPerfMonitorGroupsAMD_remap_index 670
+#define SelectPerfMonitorCountersAMD_remap_index 671
+#define GetObjectParameterivAPPLE_remap_index 672
+#define ObjectPurgeableAPPLE_remap_index 673
+#define ObjectUnpurgeableAPPLE_remap_index 674
+#define ActiveProgramEXT_remap_index 675
+#define CreateShaderProgramEXT_remap_index 676
+#define UseShaderProgramEXT_remap_index 677
+#define TextureBarrierNV_remap_index 678
+#define VDPAUFiniNV_remap_index 679
+#define VDPAUGetSurfaceivNV_remap_index 680
+#define VDPAUInitNV_remap_index 681
+#define VDPAUIsSurfaceNV_remap_index 682
+#define VDPAUMapSurfacesNV_remap_index 683
+#define VDPAURegisterOutputSurfaceNV_remap_index 684
+#define VDPAURegisterVideoSurfaceNV_remap_index 685
+#define VDPAUSurfaceAccessNV_remap_index 686
+#define VDPAUUnmapSurfacesNV_remap_index 687
+#define VDPAUUnregisterSurfaceNV_remap_index 688
+#define BeginPerfQueryINTEL_remap_index 689
+#define CreatePerfQueryINTEL_remap_index 690
+#define DeletePerfQueryINTEL_remap_index 691
+#define EndPerfQueryINTEL_remap_index 692
+#define GetFirstPerfQueryIdINTEL_remap_index 693
+#define GetNextPerfQueryIdINTEL_remap_index 694
+#define GetPerfCounterInfoINTEL_remap_index 695
+#define GetPerfQueryDataINTEL_remap_index 696
+#define GetPerfQueryIdByNameINTEL_remap_index 697
+#define GetPerfQueryInfoINTEL_remap_index 698
+#define StencilFuncSeparateATI_remap_index 699
+#define ProgramEnvParameters4fvEXT_remap_index 700
+#define ProgramLocalParameters4fvEXT_remap_index 701
+#define EGLImageTargetRenderbufferStorageOES_remap_index 702
+#define EGLImageTargetTexture2DOES_remap_index 703
+#define AlphaFuncx_remap_index 704
+#define ClearColorx_remap_index 705
+#define ClearDepthx_remap_index 706
+#define Color4x_remap_index 707
+#define DepthRangex_remap_index 708
+#define Fogx_remap_index 709
+#define Fogxv_remap_index 710
+#define Frustumf_remap_index 711
+#define Frustumx_remap_index 712
+#define LightModelx_remap_index 713
+#define LightModelxv_remap_index 714
+#define Lightx_remap_index 715
+#define Lightxv_remap_index 716
+#define LineWidthx_remap_index 717
+#define LoadMatrixx_remap_index 718
+#define Materialx_remap_index 719
+#define Materialxv_remap_index 720
+#define MultMatrixx_remap_index 721
+#define MultiTexCoord4x_remap_index 722
+#define Normal3x_remap_index 723
+#define Orthof_remap_index 724
+#define Orthox_remap_index 725
+#define PointSizex_remap_index 726
+#define PolygonOffsetx_remap_index 727
+#define Rotatex_remap_index 728
+#define SampleCoveragex_remap_index 729
+#define Scalex_remap_index 730
+#define TexEnvx_remap_index 731
+#define TexEnvxv_remap_index 732
+#define TexParameterx_remap_index 733
+#define Translatex_remap_index 734
+#define ClipPlanef_remap_index 735
+#define ClipPlanex_remap_index 736
+#define GetClipPlanef_remap_index 737
+#define GetClipPlanex_remap_index 738
+#define GetFixedv_remap_index 739
+#define GetLightxv_remap_index 740
+#define GetMaterialxv_remap_index 741
+#define GetTexEnvxv_remap_index 742
+#define GetTexParameterxv_remap_index 743
+#define PointParameterx_remap_index 744
+#define PointParameterxv_remap_index 745
+#define TexParameterxv_remap_index 746
#define _gloffset_CompressedTexImage1D driDispatchRemapTable[CompressedTexImage1D_remap_index]
#define _gloffset_CompressedTexImage2D driDispatchRemapTable[CompressedTexImage2D_remap_index]
@@ -1657,6 +1658,7 @@ SERVEXTERN int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define _gloffset_ClearBufferSubData driDispatchRemapTable[ClearBufferSubData_remap_index]
#define _gloffset_DispatchCompute driDispatchRemapTable[DispatchCompute_remap_index]
#define _gloffset_DispatchComputeIndirect driDispatchRemapTable[DispatchComputeIndirect_remap_index]
+#define _gloffset_CopyImageSubData driDispatchRemapTable[CopyImageSubData_remap_index]
#define _gloffset_TextureView driDispatchRemapTable[TextureView_remap_index]
#define _gloffset_BindVertexBuffer driDispatchRemapTable[BindVertexBuffer_remap_index]
#define _gloffset_VertexAttribBinding driDispatchRemapTable[VertexAttribBinding_remap_index]
@@ -11232,6 +11234,17 @@ static INLINE void SET_DispatchComputeIndirect(struct _glapi_table *disp, void (
SET_by_offset(disp, _gloffset_DispatchComputeIndirect, fn);
}
+typedef void (GLAPIENTRYP _glptr_CopyImageSubData)(GLuint, GLenum, GLint, GLint, GLint, GLint, GLuint, GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei);
+#define CALL_CopyImageSubData(disp, parameters) \
+ (* GET_CopyImageSubData(disp)) parameters
+static INLINE _glptr_CopyImageSubData GET_CopyImageSubData(struct _glapi_table *disp) {
+ return (_glptr_CopyImageSubData) (GET_by_offset(disp, _gloffset_CopyImageSubData));
+}
+
+static INLINE void SET_CopyImageSubData(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLint, GLint, GLint, GLint, GLuint, GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei)) {
+ SET_by_offset(disp, _gloffset_CopyImageSubData, fn);
+}
+
typedef void (GLAPIENTRYP _glptr_TextureView)(GLuint, GLenum, GLuint, GLenum, GLuint, GLuint, GLuint, GLuint);
#define CALL_TextureView(disp, parameters) \
(* GET_TextureView(disp)) parameters
diff --git a/xorg-server/glx/glapitable.h b/xorg-server/glx/glapitable.h
index b9406450d..8256ad94b 100644
--- a/xorg-server/glx/glapitable.h
+++ b/xorg-server/glx/glapitable.h
@@ -883,318 +883,319 @@ struct _glapi_table
void (GLAPIENTRYP ClearBufferSubData)(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid * data); /* 839 */
void (GLAPIENTRYP DispatchCompute)(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); /* 840 */
void (GLAPIENTRYP DispatchComputeIndirect)(GLintptr indirect); /* 841 */
- void (GLAPIENTRYP TextureView)(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); /* 842 */
- void (GLAPIENTRYP BindVertexBuffer)(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride); /* 843 */
- void (GLAPIENTRYP VertexAttribBinding)(GLuint attribindex, GLuint bindingindex); /* 844 */
- void (GLAPIENTRYP VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); /* 845 */
- void (GLAPIENTRYP VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); /* 846 */
- void (GLAPIENTRYP VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); /* 847 */
- void (GLAPIENTRYP VertexBindingDivisor)(GLuint attribindex, GLuint divisor); /* 848 */
- void (GLAPIENTRYP MultiDrawArraysIndirect)(GLenum mode, const GLvoid * indirect, GLsizei primcount, GLsizei stride); /* 849 */
- void (GLAPIENTRYP MultiDrawElementsIndirect)(GLenum mode, GLenum type, const GLvoid * indirect, GLsizei primcount, GLsizei stride); /* 850 */
- void (GLAPIENTRYP TexBufferRange)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 851 */
- void (GLAPIENTRYP TexStorage2DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); /* 852 */
- void (GLAPIENTRYP TexStorage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); /* 853 */
- void (GLAPIENTRYP BufferStorage)(GLenum target, GLsizeiptr size, const GLvoid * data, GLbitfield flags); /* 854 */
- void (GLAPIENTRYP ClearTexImage)(GLuint texture, GLint level, GLenum format, GLenum type, const GLvoid * data); /* 855 */
- void (GLAPIENTRYP ClearTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * data); /* 856 */
- void (GLAPIENTRYP BindBuffersBase)(GLenum target, GLuint first, GLsizei count, const GLuint * buffers); /* 857 */
- void (GLAPIENTRYP BindBuffersRange)(GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes); /* 858 */
- void (GLAPIENTRYP BindImageTextures)(GLuint first, GLsizei count, const GLuint * textures); /* 859 */
- void (GLAPIENTRYP BindSamplers)(GLuint first, GLsizei count, const GLuint * samplers); /* 860 */
- void (GLAPIENTRYP BindTextures)(GLuint first, GLsizei count, const GLuint * textures); /* 861 */
- void (GLAPIENTRYP BindVertexBuffers)(GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides); /* 862 */
- void (GLAPIENTRYP InvalidateBufferData)(GLuint buffer); /* 863 */
- void (GLAPIENTRYP InvalidateBufferSubData)(GLuint buffer, GLintptr offset, GLsizeiptr length); /* 864 */
- void (GLAPIENTRYP InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 865 */
- void (GLAPIENTRYP InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height); /* 866 */
- void (GLAPIENTRYP InvalidateTexImage)(GLuint texture, GLint level); /* 867 */
- void (GLAPIENTRYP InvalidateTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); /* 868 */
- void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 869 */
- void (GLAPIENTRYP DrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); /* 870 */
- void (GLAPIENTRYP DrawTexfvOES)(const GLfloat * coords); /* 871 */
- void (GLAPIENTRYP DrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height); /* 872 */
- void (GLAPIENTRYP DrawTexivOES)(const GLint * coords); /* 873 */
- void (GLAPIENTRYP DrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); /* 874 */
- void (GLAPIENTRYP DrawTexsvOES)(const GLshort * coords); /* 875 */
- void (GLAPIENTRYP DrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); /* 876 */
- void (GLAPIENTRYP DrawTexxvOES)(const GLfixed * coords); /* 877 */
- void (GLAPIENTRYP PointSizePointerOES)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 878 */
- GLbitfield (GLAPIENTRYP QueryMatrixxOES)(GLfixed * mantissa, GLint * exponent); /* 879 */
- void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 880 */
- void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 881 */
- void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 882 */
- void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 883 */
- void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 884 */
- void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 885 */
- void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 886 */
- void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 887 */
- void (GLAPIENTRYP DiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 888 */
- void (GLAPIENTRYP ActiveShaderProgram)(GLuint pipeline, GLuint program); /* 889 */
- void (GLAPIENTRYP BindProgramPipeline)(GLuint pipeline); /* 890 */
- GLuint (GLAPIENTRYP CreateShaderProgramv)(GLenum type, GLsizei count, const GLchar * const * strings); /* 891 */
- void (GLAPIENTRYP DeleteProgramPipelines)(GLsizei n, const GLuint * pipelines); /* 892 */
- void (GLAPIENTRYP GenProgramPipelines)(GLsizei n, GLuint * pipelines); /* 893 */
- void (GLAPIENTRYP GetProgramPipelineInfoLog)(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog); /* 894 */
- void (GLAPIENTRYP GetProgramPipelineiv)(GLuint pipeline, GLenum pname, GLint * params); /* 895 */
- GLboolean (GLAPIENTRYP IsProgramPipeline)(GLuint pipeline); /* 896 */
- void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 897 */
- void (GLAPIENTRYP ProgramUniform1f)(GLuint program, GLint location, GLfloat x); /* 898 */
- void (GLAPIENTRYP ProgramUniform1fv)(GLuint program, GLint location, GLsizei count, const GLfloat * value); /* 899 */
- void (GLAPIENTRYP ProgramUniform1i)(GLuint program, GLint location, GLint x); /* 900 */
- void (GLAPIENTRYP ProgramUniform1iv)(GLuint program, GLint location, GLsizei count, const GLint * value); /* 901 */
- void (GLAPIENTRYP ProgramUniform1ui)(GLuint program, GLint location, GLuint x); /* 902 */
- void (GLAPIENTRYP ProgramUniform1uiv)(GLuint program, GLint location, GLsizei count, const GLuint * value); /* 903 */
- void (GLAPIENTRYP ProgramUniform2f)(GLuint program, GLint location, GLfloat x, GLfloat y); /* 904 */
- void (GLAPIENTRYP ProgramUniform2fv)(GLuint program, GLint location, GLsizei count, const GLfloat * value); /* 905 */
- void (GLAPIENTRYP ProgramUniform2i)(GLuint program, GLint location, GLint x, GLint y); /* 906 */
- void (GLAPIENTRYP ProgramUniform2iv)(GLuint program, GLint location, GLsizei count, const GLint * value); /* 907 */
- void (GLAPIENTRYP ProgramUniform2ui)(GLuint program, GLint location, GLuint x, GLuint y); /* 908 */
- void (GLAPIENTRYP ProgramUniform2uiv)(GLuint program, GLint location, GLsizei count, const GLuint * value); /* 909 */
- void (GLAPIENTRYP ProgramUniform3f)(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z); /* 910 */
- void (GLAPIENTRYP ProgramUniform3fv)(GLuint program, GLint location, GLsizei count, const GLfloat * value); /* 911 */
- void (GLAPIENTRYP ProgramUniform3i)(GLuint program, GLint location, GLint x, GLint y, GLint z); /* 912 */
- void (GLAPIENTRYP ProgramUniform3iv)(GLuint program, GLint location, GLsizei count, const GLint * value); /* 913 */
- void (GLAPIENTRYP ProgramUniform3ui)(GLuint program, GLint location, GLuint x, GLuint y, GLuint z); /* 914 */
- void (GLAPIENTRYP ProgramUniform3uiv)(GLuint program, GLint location, GLsizei count, const GLuint * value); /* 915 */
- void (GLAPIENTRYP ProgramUniform4f)(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 916 */
- void (GLAPIENTRYP ProgramUniform4fv)(GLuint program, GLint location, GLsizei count, const GLfloat * value); /* 917 */
- void (GLAPIENTRYP ProgramUniform4i)(GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w); /* 918 */
- void (GLAPIENTRYP ProgramUniform4iv)(GLuint program, GLint location, GLsizei count, const GLint * value); /* 919 */
- void (GLAPIENTRYP ProgramUniform4ui)(GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w); /* 920 */
- void (GLAPIENTRYP ProgramUniform4uiv)(GLuint program, GLint location, GLsizei count, const GLuint * value); /* 921 */
- void (GLAPIENTRYP ProgramUniformMatrix2fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 922 */
- void (GLAPIENTRYP ProgramUniformMatrix2x3fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 923 */
- void (GLAPIENTRYP ProgramUniformMatrix2x4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 924 */
- void (GLAPIENTRYP ProgramUniformMatrix3fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 925 */
- void (GLAPIENTRYP ProgramUniformMatrix3x2fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 926 */
- void (GLAPIENTRYP ProgramUniformMatrix3x4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 927 */
- void (GLAPIENTRYP ProgramUniformMatrix4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 928 */
- void (GLAPIENTRYP ProgramUniformMatrix4x2fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 929 */
- void (GLAPIENTRYP ProgramUniformMatrix4x3fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 930 */
- void (GLAPIENTRYP UnlockArraysEXT)(void); /* 931 */
- void (GLAPIENTRYP UseProgramStages)(GLuint pipeline, GLbitfield stages, GLuint program); /* 932 */
- void (GLAPIENTRYP ValidateProgramPipeline)(GLuint pipeline); /* 933 */
- void (GLAPIENTRYP DebugMessageCallback)(GLDEBUGPROC callback, const GLvoid * userParam); /* 934 */
- void (GLAPIENTRYP DebugMessageControl)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 935 */
- void (GLAPIENTRYP DebugMessageInsert)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf); /* 936 */
- GLuint (GLAPIENTRYP GetDebugMessageLog)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog); /* 937 */
- void (GLAPIENTRYP GetObjectLabel)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label); /* 938 */
- void (GLAPIENTRYP GetObjectPtrLabel)(const GLvoid * ptr, GLsizei bufSize, GLsizei * length, GLchar * label); /* 939 */
- void (GLAPIENTRYP ObjectLabel)(GLenum identifier, GLuint name, GLsizei length, const GLchar * label); /* 940 */
- void (GLAPIENTRYP ObjectPtrLabel)(const GLvoid * ptr, GLsizei length, const GLchar * label); /* 941 */
- void (GLAPIENTRYP PopDebugGroup)(void); /* 942 */
- void (GLAPIENTRYP PushDebugGroup)(GLenum source, GLuint id, GLsizei length, const GLchar * message); /* 943 */
- void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 944 */
- void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 945 */
- void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount); /* 946 */
- void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 947 */
- void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 948 */
- void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 949 */
- void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 950 */
- void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 951 */
- void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 952 */
- void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 953 */
- void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 954 */
- void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 955 */
- void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 956 */
- void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 957 */
- void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 958 */
- void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 959 */
- GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 960 */
- void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 961 */
- void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 962 */
- void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 963 */
- void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 964 */
- void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 965 */
- void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 966 */
- void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 967 */
- void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 968 */
- void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 969 */
- void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 970 */
- void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 971 */
- void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 972 */
- void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 973 */
- void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 974 */
- void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 975 */
- void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 976 */
- void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 977 */
- void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 978 */
- void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 979 */
- void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 980 */
- void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 981 */
- void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 982 */
- void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 983 */
- void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 984 */
- void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 985 */
- void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 986 */
- void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 987 */
- void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 988 */
- void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 989 */
- void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 990 */
- void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 991 */
- void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 992 */
- void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 993 */
- void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 994 */
- void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 995 */
- void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 996 */
- void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 997 */
- void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 998 */
- void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 999 */
- void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 1000 */
- void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 1001 */
- void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 1002 */
- void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 1003 */
- void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 1004 */
- void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 1005 */
- void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 1006 */
- void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 1007 */
- void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 1008 */
- void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 1009 */
- void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 1010 */
- void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 1011 */
- void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 1012 */
- void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 1013 */
- void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 1014 */
- void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 1015 */
- void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 1016 */
- void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 1017 */
- void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 1018 */
- void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 1019 */
- void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 1020 */
- void (GLAPIENTRYP AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 1021 */
- void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 1022 */
- void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 1023 */
- void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 1024 */
- void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 1025 */
- void (GLAPIENTRYP ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 1026 */
- void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 1027 */
- void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 1028 */
- GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 1029 */
- void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 1030 */
- void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 1031 */
- void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 1032 */
- void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 1033 */
- void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 1034 */
- void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 1035 */
- void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 1036 */
- void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 1037 */
- void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 1038 */
- void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 1039 */
- void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 1040 */
- void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 1041 */
- void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 1042 */
- void (GLAPIENTRYP GetTexGenxvOES)(GLenum coord, GLenum pname, GLfixed * params); /* 1043 */
- void (GLAPIENTRYP TexGenxOES)(GLenum coord, GLenum pname, GLint param); /* 1044 */
- void (GLAPIENTRYP TexGenxvOES)(GLenum coord, GLenum pname, const GLfixed * params); /* 1045 */
- void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 1046 */
- void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 1047 */
- void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 1048 */
- void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 1049 */
- void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 1050 */
- void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 1051 */
- void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 1052 */
- void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 1053 */
- void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 1054 */
- void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 1055 */
- void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 1056 */
- void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 1057 */
- void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 1058 */
- void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 1059 */
- void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 1060 */
- void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 1061 */
- void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 1062 */
- void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 1063 */
- void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 1064 */
- void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 1065 */
- void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 1066 */
- void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 1067 */
- void (GLAPIENTRYP BeginPerfMonitorAMD)(GLuint monitor); /* 1068 */
- void (GLAPIENTRYP DeletePerfMonitorsAMD)(GLsizei n, GLuint * monitors); /* 1069 */
- void (GLAPIENTRYP EndPerfMonitorAMD)(GLuint monitor); /* 1070 */
- void (GLAPIENTRYP GenPerfMonitorsAMD)(GLsizei n, GLuint * monitors); /* 1071 */
- void (GLAPIENTRYP GetPerfMonitorCounterDataAMD)(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten); /* 1072 */
- void (GLAPIENTRYP GetPerfMonitorCounterInfoAMD)(GLuint group, GLuint counter, GLenum pname, GLvoid * data); /* 1073 */
- void (GLAPIENTRYP GetPerfMonitorCounterStringAMD)(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString); /* 1074 */
- void (GLAPIENTRYP GetPerfMonitorCountersAMD)(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei countersSize, GLuint * counters); /* 1075 */
- void (GLAPIENTRYP GetPerfMonitorGroupStringAMD)(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString); /* 1076 */
- void (GLAPIENTRYP GetPerfMonitorGroupsAMD)(GLint * numGroups, GLsizei groupsSize, GLuint * groups); /* 1077 */
- void (GLAPIENTRYP SelectPerfMonitorCountersAMD)(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList); /* 1078 */
- void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 1079 */
- GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 1080 */
- GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 1081 */
- void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 1082 */
- GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 1083 */
- void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 1084 */
- void (GLAPIENTRYP TextureBarrierNV)(void); /* 1085 */
- void (GLAPIENTRYP VDPAUFiniNV)(void); /* 1086 */
- void (GLAPIENTRYP VDPAUGetSurfaceivNV)(GLintptr surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values); /* 1087 */
- void (GLAPIENTRYP VDPAUInitNV)(const GLvoid * vdpDevice, const GLvoid * getProcAddress); /* 1088 */
- GLboolean (GLAPIENTRYP VDPAUIsSurfaceNV)(GLintptr surface); /* 1089 */
- void (GLAPIENTRYP VDPAUMapSurfacesNV)(GLsizei numSurfaces, const GLintptr * surfaces); /* 1090 */
- GLintptr (GLAPIENTRYP VDPAURegisterOutputSurfaceNV)(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames); /* 1091 */
- GLintptr (GLAPIENTRYP VDPAURegisterVideoSurfaceNV)(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames); /* 1092 */
- void (GLAPIENTRYP VDPAUSurfaceAccessNV)(GLintptr surface, GLenum access); /* 1093 */
- void (GLAPIENTRYP VDPAUUnmapSurfacesNV)(GLsizei numSurfaces, const GLintptr * surfaces); /* 1094 */
- void (GLAPIENTRYP VDPAUUnregisterSurfaceNV)(GLintptr surface); /* 1095 */
- void (GLAPIENTRYP BeginPerfQueryINTEL)(GLuint queryHandle); /* 1096 */
- void (GLAPIENTRYP CreatePerfQueryINTEL)(GLuint queryId, GLuint * queryHandle); /* 1097 */
- void (GLAPIENTRYP DeletePerfQueryINTEL)(GLuint queryHandle); /* 1098 */
- void (GLAPIENTRYP EndPerfQueryINTEL)(GLuint queryHandle); /* 1099 */
- void (GLAPIENTRYP GetFirstPerfQueryIdINTEL)(GLuint * queryId); /* 1100 */
- void (GLAPIENTRYP GetNextPerfQueryIdINTEL)(GLuint queryId, GLuint * nextQueryId); /* 1101 */
- void (GLAPIENTRYP GetPerfCounterInfoINTEL)(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue); /* 1102 */
- void (GLAPIENTRYP GetPerfQueryDataINTEL)(GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * data, GLuint * bytesWritten); /* 1103 */
- void (GLAPIENTRYP GetPerfQueryIdByNameINTEL)(GLchar * queryName, GLuint * queryId); /* 1104 */
- void (GLAPIENTRYP GetPerfQueryInfoINTEL)(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask); /* 1105 */
- void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 1106 */
- void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 1107 */
- void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 1108 */
- void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 1109 */
- void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 1110 */
- void (GLAPIENTRYP AlphaFuncx)(GLenum func, GLclampx ref); /* 1111 */
- void (GLAPIENTRYP ClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); /* 1112 */
- void (GLAPIENTRYP ClearDepthx)(GLclampx depth); /* 1113 */
- void (GLAPIENTRYP Color4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); /* 1114 */
- void (GLAPIENTRYP DepthRangex)(GLclampx zNear, GLclampx zFar); /* 1115 */
- void (GLAPIENTRYP Fogx)(GLenum pname, GLfixed param); /* 1116 */
- void (GLAPIENTRYP Fogxv)(GLenum pname, const GLfixed * params); /* 1117 */
- void (GLAPIENTRYP Frustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1118 */
- void (GLAPIENTRYP Frustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1119 */
- void (GLAPIENTRYP LightModelx)(GLenum pname, GLfixed param); /* 1120 */
- void (GLAPIENTRYP LightModelxv)(GLenum pname, const GLfixed * params); /* 1121 */
- void (GLAPIENTRYP Lightx)(GLenum light, GLenum pname, GLfixed param); /* 1122 */
- void (GLAPIENTRYP Lightxv)(GLenum light, GLenum pname, const GLfixed * params); /* 1123 */
- void (GLAPIENTRYP LineWidthx)(GLfixed width); /* 1124 */
- void (GLAPIENTRYP LoadMatrixx)(const GLfixed * m); /* 1125 */
- void (GLAPIENTRYP Materialx)(GLenum face, GLenum pname, GLfixed param); /* 1126 */
- void (GLAPIENTRYP Materialxv)(GLenum face, GLenum pname, const GLfixed * params); /* 1127 */
- void (GLAPIENTRYP MultMatrixx)(const GLfixed * m); /* 1128 */
- void (GLAPIENTRYP MultiTexCoord4x)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q); /* 1129 */
- void (GLAPIENTRYP Normal3x)(GLfixed nx, GLfixed ny, GLfixed nz); /* 1130 */
- void (GLAPIENTRYP Orthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1131 */
- void (GLAPIENTRYP Orthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1132 */
- void (GLAPIENTRYP PointSizex)(GLfixed size); /* 1133 */
- void (GLAPIENTRYP PolygonOffsetx)(GLfixed factor, GLfixed units); /* 1134 */
- void (GLAPIENTRYP Rotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); /* 1135 */
- void (GLAPIENTRYP SampleCoveragex)(GLclampx value, GLboolean invert); /* 1136 */
- void (GLAPIENTRYP Scalex)(GLfixed x, GLfixed y, GLfixed z); /* 1137 */
- void (GLAPIENTRYP TexEnvx)(GLenum target, GLenum pname, GLfixed param); /* 1138 */
- void (GLAPIENTRYP TexEnvxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1139 */
- void (GLAPIENTRYP TexParameterx)(GLenum target, GLenum pname, GLfixed param); /* 1140 */
- void (GLAPIENTRYP Translatex)(GLfixed x, GLfixed y, GLfixed z); /* 1141 */
- void (GLAPIENTRYP ClipPlanef)(GLenum plane, const GLfloat * equation); /* 1142 */
- void (GLAPIENTRYP ClipPlanex)(GLenum plane, const GLfixed * equation); /* 1143 */
- void (GLAPIENTRYP GetClipPlanef)(GLenum plane, GLfloat * equation); /* 1144 */
- void (GLAPIENTRYP GetClipPlanex)(GLenum plane, GLfixed * equation); /* 1145 */
- void (GLAPIENTRYP GetFixedv)(GLenum pname, GLfixed * params); /* 1146 */
- void (GLAPIENTRYP GetLightxv)(GLenum light, GLenum pname, GLfixed * params); /* 1147 */
- void (GLAPIENTRYP GetMaterialxv)(GLenum face, GLenum pname, GLfixed * params); /* 1148 */
- void (GLAPIENTRYP GetTexEnvxv)(GLenum target, GLenum pname, GLfixed * params); /* 1149 */
- void (GLAPIENTRYP GetTexParameterxv)(GLenum target, GLenum pname, GLfixed * params); /* 1150 */
- void (GLAPIENTRYP PointParameterx)(GLenum pname, GLfixed param); /* 1151 */
- void (GLAPIENTRYP PointParameterxv)(GLenum pname, const GLfixed * params); /* 1152 */
- void (GLAPIENTRYP TexParameterxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1153 */
+ void (GLAPIENTRYP CopyImageSubData)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); /* 842 */
+ void (GLAPIENTRYP TextureView)(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); /* 843 */
+ void (GLAPIENTRYP BindVertexBuffer)(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride); /* 844 */
+ void (GLAPIENTRYP VertexAttribBinding)(GLuint attribindex, GLuint bindingindex); /* 845 */
+ void (GLAPIENTRYP VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); /* 846 */
+ void (GLAPIENTRYP VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); /* 847 */
+ void (GLAPIENTRYP VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); /* 848 */
+ void (GLAPIENTRYP VertexBindingDivisor)(GLuint attribindex, GLuint divisor); /* 849 */
+ void (GLAPIENTRYP MultiDrawArraysIndirect)(GLenum mode, const GLvoid * indirect, GLsizei primcount, GLsizei stride); /* 850 */
+ void (GLAPIENTRYP MultiDrawElementsIndirect)(GLenum mode, GLenum type, const GLvoid * indirect, GLsizei primcount, GLsizei stride); /* 851 */
+ void (GLAPIENTRYP TexBufferRange)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 852 */
+ void (GLAPIENTRYP TexStorage2DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); /* 853 */
+ void (GLAPIENTRYP TexStorage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); /* 854 */
+ void (GLAPIENTRYP BufferStorage)(GLenum target, GLsizeiptr size, const GLvoid * data, GLbitfield flags); /* 855 */
+ void (GLAPIENTRYP ClearTexImage)(GLuint texture, GLint level, GLenum format, GLenum type, const GLvoid * data); /* 856 */
+ void (GLAPIENTRYP ClearTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * data); /* 857 */
+ void (GLAPIENTRYP BindBuffersBase)(GLenum target, GLuint first, GLsizei count, const GLuint * buffers); /* 858 */
+ void (GLAPIENTRYP BindBuffersRange)(GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes); /* 859 */
+ void (GLAPIENTRYP BindImageTextures)(GLuint first, GLsizei count, const GLuint * textures); /* 860 */
+ void (GLAPIENTRYP BindSamplers)(GLuint first, GLsizei count, const GLuint * samplers); /* 861 */
+ void (GLAPIENTRYP BindTextures)(GLuint first, GLsizei count, const GLuint * textures); /* 862 */
+ void (GLAPIENTRYP BindVertexBuffers)(GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides); /* 863 */
+ void (GLAPIENTRYP InvalidateBufferData)(GLuint buffer); /* 864 */
+ void (GLAPIENTRYP InvalidateBufferSubData)(GLuint buffer, GLintptr offset, GLsizeiptr length); /* 865 */
+ void (GLAPIENTRYP InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 866 */
+ void (GLAPIENTRYP InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height); /* 867 */
+ void (GLAPIENTRYP InvalidateTexImage)(GLuint texture, GLint level); /* 868 */
+ void (GLAPIENTRYP InvalidateTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); /* 869 */
+ void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 870 */
+ void (GLAPIENTRYP DrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); /* 871 */
+ void (GLAPIENTRYP DrawTexfvOES)(const GLfloat * coords); /* 872 */
+ void (GLAPIENTRYP DrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height); /* 873 */
+ void (GLAPIENTRYP DrawTexivOES)(const GLint * coords); /* 874 */
+ void (GLAPIENTRYP DrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); /* 875 */
+ void (GLAPIENTRYP DrawTexsvOES)(const GLshort * coords); /* 876 */
+ void (GLAPIENTRYP DrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); /* 877 */
+ void (GLAPIENTRYP DrawTexxvOES)(const GLfixed * coords); /* 878 */
+ void (GLAPIENTRYP PointSizePointerOES)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 879 */
+ GLbitfield (GLAPIENTRYP QueryMatrixxOES)(GLfixed * mantissa, GLint * exponent); /* 880 */
+ void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 881 */
+ void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 882 */
+ void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 883 */
+ void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 884 */
+ void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 885 */
+ void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 886 */
+ void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 887 */
+ void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 888 */
+ void (GLAPIENTRYP DiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 889 */
+ void (GLAPIENTRYP ActiveShaderProgram)(GLuint pipeline, GLuint program); /* 890 */
+ void (GLAPIENTRYP BindProgramPipeline)(GLuint pipeline); /* 891 */
+ GLuint (GLAPIENTRYP CreateShaderProgramv)(GLenum type, GLsizei count, const GLchar * const * strings); /* 892 */
+ void (GLAPIENTRYP DeleteProgramPipelines)(GLsizei n, const GLuint * pipelines); /* 893 */
+ void (GLAPIENTRYP GenProgramPipelines)(GLsizei n, GLuint * pipelines); /* 894 */
+ void (GLAPIENTRYP GetProgramPipelineInfoLog)(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog); /* 895 */
+ void (GLAPIENTRYP GetProgramPipelineiv)(GLuint pipeline, GLenum pname, GLint * params); /* 896 */
+ GLboolean (GLAPIENTRYP IsProgramPipeline)(GLuint pipeline); /* 897 */
+ void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 898 */
+ void (GLAPIENTRYP ProgramUniform1f)(GLuint program, GLint location, GLfloat x); /* 899 */
+ void (GLAPIENTRYP ProgramUniform1fv)(GLuint program, GLint location, GLsizei count, const GLfloat * value); /* 900 */
+ void (GLAPIENTRYP ProgramUniform1i)(GLuint program, GLint location, GLint x); /* 901 */
+ void (GLAPIENTRYP ProgramUniform1iv)(GLuint program, GLint location, GLsizei count, const GLint * value); /* 902 */
+ void (GLAPIENTRYP ProgramUniform1ui)(GLuint program, GLint location, GLuint x); /* 903 */
+ void (GLAPIENTRYP ProgramUniform1uiv)(GLuint program, GLint location, GLsizei count, const GLuint * value); /* 904 */
+ void (GLAPIENTRYP ProgramUniform2f)(GLuint program, GLint location, GLfloat x, GLfloat y); /* 905 */
+ void (GLAPIENTRYP ProgramUniform2fv)(GLuint program, GLint location, GLsizei count, const GLfloat * value); /* 906 */
+ void (GLAPIENTRYP ProgramUniform2i)(GLuint program, GLint location, GLint x, GLint y); /* 907 */
+ void (GLAPIENTRYP ProgramUniform2iv)(GLuint program, GLint location, GLsizei count, const GLint * value); /* 908 */
+ void (GLAPIENTRYP ProgramUniform2ui)(GLuint program, GLint location, GLuint x, GLuint y); /* 909 */
+ void (GLAPIENTRYP ProgramUniform2uiv)(GLuint program, GLint location, GLsizei count, const GLuint * value); /* 910 */
+ void (GLAPIENTRYP ProgramUniform3f)(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z); /* 911 */
+ void (GLAPIENTRYP ProgramUniform3fv)(GLuint program, GLint location, GLsizei count, const GLfloat * value); /* 912 */
+ void (GLAPIENTRYP ProgramUniform3i)(GLuint program, GLint location, GLint x, GLint y, GLint z); /* 913 */
+ void (GLAPIENTRYP ProgramUniform3iv)(GLuint program, GLint location, GLsizei count, const GLint * value); /* 914 */
+ void (GLAPIENTRYP ProgramUniform3ui)(GLuint program, GLint location, GLuint x, GLuint y, GLuint z); /* 915 */
+ void (GLAPIENTRYP ProgramUniform3uiv)(GLuint program, GLint location, GLsizei count, const GLuint * value); /* 916 */
+ void (GLAPIENTRYP ProgramUniform4f)(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 917 */
+ void (GLAPIENTRYP ProgramUniform4fv)(GLuint program, GLint location, GLsizei count, const GLfloat * value); /* 918 */
+ void (GLAPIENTRYP ProgramUniform4i)(GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w); /* 919 */
+ void (GLAPIENTRYP ProgramUniform4iv)(GLuint program, GLint location, GLsizei count, const GLint * value); /* 920 */
+ void (GLAPIENTRYP ProgramUniform4ui)(GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w); /* 921 */
+ void (GLAPIENTRYP ProgramUniform4uiv)(GLuint program, GLint location, GLsizei count, const GLuint * value); /* 922 */
+ void (GLAPIENTRYP ProgramUniformMatrix2fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 923 */
+ void (GLAPIENTRYP ProgramUniformMatrix2x3fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 924 */
+ void (GLAPIENTRYP ProgramUniformMatrix2x4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 925 */
+ void (GLAPIENTRYP ProgramUniformMatrix3fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 926 */
+ void (GLAPIENTRYP ProgramUniformMatrix3x2fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 927 */
+ void (GLAPIENTRYP ProgramUniformMatrix3x4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 928 */
+ void (GLAPIENTRYP ProgramUniformMatrix4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 929 */
+ void (GLAPIENTRYP ProgramUniformMatrix4x2fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 930 */
+ void (GLAPIENTRYP ProgramUniformMatrix4x3fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 931 */
+ void (GLAPIENTRYP UnlockArraysEXT)(void); /* 932 */
+ void (GLAPIENTRYP UseProgramStages)(GLuint pipeline, GLbitfield stages, GLuint program); /* 933 */
+ void (GLAPIENTRYP ValidateProgramPipeline)(GLuint pipeline); /* 934 */
+ void (GLAPIENTRYP DebugMessageCallback)(GLDEBUGPROC callback, const GLvoid * userParam); /* 935 */
+ void (GLAPIENTRYP DebugMessageControl)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 936 */
+ void (GLAPIENTRYP DebugMessageInsert)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf); /* 937 */
+ GLuint (GLAPIENTRYP GetDebugMessageLog)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog); /* 938 */
+ void (GLAPIENTRYP GetObjectLabel)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label); /* 939 */
+ void (GLAPIENTRYP GetObjectPtrLabel)(const GLvoid * ptr, GLsizei bufSize, GLsizei * length, GLchar * label); /* 940 */
+ void (GLAPIENTRYP ObjectLabel)(GLenum identifier, GLuint name, GLsizei length, const GLchar * label); /* 941 */
+ void (GLAPIENTRYP ObjectPtrLabel)(const GLvoid * ptr, GLsizei length, const GLchar * label); /* 942 */
+ void (GLAPIENTRYP PopDebugGroup)(void); /* 943 */
+ void (GLAPIENTRYP PushDebugGroup)(GLenum source, GLuint id, GLsizei length, const GLchar * message); /* 944 */
+ void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 945 */
+ void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 946 */
+ void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount); /* 947 */
+ void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 948 */
+ void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 949 */
+ void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 950 */
+ void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 951 */
+ void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 952 */
+ void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 953 */
+ void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 954 */
+ void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 955 */
+ void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 956 */
+ void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 957 */
+ void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 958 */
+ void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 959 */
+ void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 960 */
+ GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 961 */
+ void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 962 */
+ void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 963 */
+ void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 964 */
+ void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 965 */
+ void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 966 */
+ void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 967 */
+ void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 968 */
+ void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 969 */
+ void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 970 */
+ void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 971 */
+ void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 972 */
+ void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 973 */
+ void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 974 */
+ void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 975 */
+ void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 976 */
+ void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 977 */
+ void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 978 */
+ void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 979 */
+ void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 980 */
+ void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 981 */
+ void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 982 */
+ void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 983 */
+ void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 984 */
+ void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 985 */
+ void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 986 */
+ void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 987 */
+ void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 988 */
+ void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 989 */
+ void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 990 */
+ void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 991 */
+ void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 992 */
+ void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 993 */
+ void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 994 */
+ void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 995 */
+ void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 996 */
+ void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 997 */
+ void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 998 */
+ void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 999 */
+ void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 1000 */
+ void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 1001 */
+ void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 1002 */
+ void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 1003 */
+ void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 1004 */
+ void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 1005 */
+ void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 1006 */
+ void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 1007 */
+ void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 1008 */
+ void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 1009 */
+ void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 1010 */
+ void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 1011 */
+ void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 1012 */
+ void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 1013 */
+ void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 1014 */
+ void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 1015 */
+ void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 1016 */
+ void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 1017 */
+ void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 1018 */
+ void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 1019 */
+ void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 1020 */
+ void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 1021 */
+ void (GLAPIENTRYP AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 1022 */
+ void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 1023 */
+ void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 1024 */
+ void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 1025 */
+ void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 1026 */
+ void (GLAPIENTRYP ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 1027 */
+ void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 1028 */
+ void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 1029 */
+ GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 1030 */
+ void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 1031 */
+ void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 1032 */
+ void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 1033 */
+ void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 1034 */
+ void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 1035 */
+ void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 1036 */
+ void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 1037 */
+ void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 1038 */
+ void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 1039 */
+ void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 1040 */
+ void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 1041 */
+ void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 1042 */
+ void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 1043 */
+ void (GLAPIENTRYP GetTexGenxvOES)(GLenum coord, GLenum pname, GLfixed * params); /* 1044 */
+ void (GLAPIENTRYP TexGenxOES)(GLenum coord, GLenum pname, GLint param); /* 1045 */
+ void (GLAPIENTRYP TexGenxvOES)(GLenum coord, GLenum pname, const GLfixed * params); /* 1046 */
+ void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 1047 */
+ void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 1048 */
+ void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 1049 */
+ void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 1050 */
+ void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 1051 */
+ void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 1052 */
+ void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 1053 */
+ void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 1054 */
+ void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 1055 */
+ void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 1056 */
+ void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 1057 */
+ void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 1058 */
+ void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 1059 */
+ void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 1060 */
+ void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 1061 */
+ void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 1062 */
+ void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 1063 */
+ void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 1064 */
+ void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 1065 */
+ void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 1066 */
+ void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 1067 */
+ void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 1068 */
+ void (GLAPIENTRYP BeginPerfMonitorAMD)(GLuint monitor); /* 1069 */
+ void (GLAPIENTRYP DeletePerfMonitorsAMD)(GLsizei n, GLuint * monitors); /* 1070 */
+ void (GLAPIENTRYP EndPerfMonitorAMD)(GLuint monitor); /* 1071 */
+ void (GLAPIENTRYP GenPerfMonitorsAMD)(GLsizei n, GLuint * monitors); /* 1072 */
+ void (GLAPIENTRYP GetPerfMonitorCounterDataAMD)(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten); /* 1073 */
+ void (GLAPIENTRYP GetPerfMonitorCounterInfoAMD)(GLuint group, GLuint counter, GLenum pname, GLvoid * data); /* 1074 */
+ void (GLAPIENTRYP GetPerfMonitorCounterStringAMD)(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString); /* 1075 */
+ void (GLAPIENTRYP GetPerfMonitorCountersAMD)(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei countersSize, GLuint * counters); /* 1076 */
+ void (GLAPIENTRYP GetPerfMonitorGroupStringAMD)(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString); /* 1077 */
+ void (GLAPIENTRYP GetPerfMonitorGroupsAMD)(GLint * numGroups, GLsizei groupsSize, GLuint * groups); /* 1078 */
+ void (GLAPIENTRYP SelectPerfMonitorCountersAMD)(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList); /* 1079 */
+ void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 1080 */
+ GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 1081 */
+ GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 1082 */
+ void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 1083 */
+ GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 1084 */
+ void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 1085 */
+ void (GLAPIENTRYP TextureBarrierNV)(void); /* 1086 */
+ void (GLAPIENTRYP VDPAUFiniNV)(void); /* 1087 */
+ void (GLAPIENTRYP VDPAUGetSurfaceivNV)(GLintptr surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values); /* 1088 */
+ void (GLAPIENTRYP VDPAUInitNV)(const GLvoid * vdpDevice, const GLvoid * getProcAddress); /* 1089 */
+ GLboolean (GLAPIENTRYP VDPAUIsSurfaceNV)(GLintptr surface); /* 1090 */
+ void (GLAPIENTRYP VDPAUMapSurfacesNV)(GLsizei numSurfaces, const GLintptr * surfaces); /* 1091 */
+ GLintptr (GLAPIENTRYP VDPAURegisterOutputSurfaceNV)(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames); /* 1092 */
+ GLintptr (GLAPIENTRYP VDPAURegisterVideoSurfaceNV)(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames); /* 1093 */
+ void (GLAPIENTRYP VDPAUSurfaceAccessNV)(GLintptr surface, GLenum access); /* 1094 */
+ void (GLAPIENTRYP VDPAUUnmapSurfacesNV)(GLsizei numSurfaces, const GLintptr * surfaces); /* 1095 */
+ void (GLAPIENTRYP VDPAUUnregisterSurfaceNV)(GLintptr surface); /* 1096 */
+ void (GLAPIENTRYP BeginPerfQueryINTEL)(GLuint queryHandle); /* 1097 */
+ void (GLAPIENTRYP CreatePerfQueryINTEL)(GLuint queryId, GLuint * queryHandle); /* 1098 */
+ void (GLAPIENTRYP DeletePerfQueryINTEL)(GLuint queryHandle); /* 1099 */
+ void (GLAPIENTRYP EndPerfQueryINTEL)(GLuint queryHandle); /* 1100 */
+ void (GLAPIENTRYP GetFirstPerfQueryIdINTEL)(GLuint * queryId); /* 1101 */
+ void (GLAPIENTRYP GetNextPerfQueryIdINTEL)(GLuint queryId, GLuint * nextQueryId); /* 1102 */
+ void (GLAPIENTRYP GetPerfCounterInfoINTEL)(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue); /* 1103 */
+ void (GLAPIENTRYP GetPerfQueryDataINTEL)(GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * data, GLuint * bytesWritten); /* 1104 */
+ void (GLAPIENTRYP GetPerfQueryIdByNameINTEL)(GLchar * queryName, GLuint * queryId); /* 1105 */
+ void (GLAPIENTRYP GetPerfQueryInfoINTEL)(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask); /* 1106 */
+ void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 1107 */
+ void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 1108 */
+ void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 1109 */
+ void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 1110 */
+ void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 1111 */
+ void (GLAPIENTRYP AlphaFuncx)(GLenum func, GLclampx ref); /* 1112 */
+ void (GLAPIENTRYP ClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); /* 1113 */
+ void (GLAPIENTRYP ClearDepthx)(GLclampx depth); /* 1114 */
+ void (GLAPIENTRYP Color4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); /* 1115 */
+ void (GLAPIENTRYP DepthRangex)(GLclampx zNear, GLclampx zFar); /* 1116 */
+ void (GLAPIENTRYP Fogx)(GLenum pname, GLfixed param); /* 1117 */
+ void (GLAPIENTRYP Fogxv)(GLenum pname, const GLfixed * params); /* 1118 */
+ void (GLAPIENTRYP Frustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1119 */
+ void (GLAPIENTRYP Frustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1120 */
+ void (GLAPIENTRYP LightModelx)(GLenum pname, GLfixed param); /* 1121 */
+ void (GLAPIENTRYP LightModelxv)(GLenum pname, const GLfixed * params); /* 1122 */
+ void (GLAPIENTRYP Lightx)(GLenum light, GLenum pname, GLfixed param); /* 1123 */
+ void (GLAPIENTRYP Lightxv)(GLenum light, GLenum pname, const GLfixed * params); /* 1124 */
+ void (GLAPIENTRYP LineWidthx)(GLfixed width); /* 1125 */
+ void (GLAPIENTRYP LoadMatrixx)(const GLfixed * m); /* 1126 */
+ void (GLAPIENTRYP Materialx)(GLenum face, GLenum pname, GLfixed param); /* 1127 */
+ void (GLAPIENTRYP Materialxv)(GLenum face, GLenum pname, const GLfixed * params); /* 1128 */
+ void (GLAPIENTRYP MultMatrixx)(const GLfixed * m); /* 1129 */
+ void (GLAPIENTRYP MultiTexCoord4x)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q); /* 1130 */
+ void (GLAPIENTRYP Normal3x)(GLfixed nx, GLfixed ny, GLfixed nz); /* 1131 */
+ void (GLAPIENTRYP Orthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1132 */
+ void (GLAPIENTRYP Orthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1133 */
+ void (GLAPIENTRYP PointSizex)(GLfixed size); /* 1134 */
+ void (GLAPIENTRYP PolygonOffsetx)(GLfixed factor, GLfixed units); /* 1135 */
+ void (GLAPIENTRYP Rotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); /* 1136 */
+ void (GLAPIENTRYP SampleCoveragex)(GLclampx value, GLboolean invert); /* 1137 */
+ void (GLAPIENTRYP Scalex)(GLfixed x, GLfixed y, GLfixed z); /* 1138 */
+ void (GLAPIENTRYP TexEnvx)(GLenum target, GLenum pname, GLfixed param); /* 1139 */
+ void (GLAPIENTRYP TexEnvxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1140 */
+ void (GLAPIENTRYP TexParameterx)(GLenum target, GLenum pname, GLfixed param); /* 1141 */
+ void (GLAPIENTRYP Translatex)(GLfixed x, GLfixed y, GLfixed z); /* 1142 */
+ void (GLAPIENTRYP ClipPlanef)(GLenum plane, const GLfloat * equation); /* 1143 */
+ void (GLAPIENTRYP ClipPlanex)(GLenum plane, const GLfixed * equation); /* 1144 */
+ void (GLAPIENTRYP GetClipPlanef)(GLenum plane, GLfloat * equation); /* 1145 */
+ void (GLAPIENTRYP GetClipPlanex)(GLenum plane, GLfixed * equation); /* 1146 */
+ void (GLAPIENTRYP GetFixedv)(GLenum pname, GLfixed * params); /* 1147 */
+ void (GLAPIENTRYP GetLightxv)(GLenum light, GLenum pname, GLfixed * params); /* 1148 */
+ void (GLAPIENTRYP GetMaterialxv)(GLenum face, GLenum pname, GLfixed * params); /* 1149 */
+ void (GLAPIENTRYP GetTexEnvxv)(GLenum target, GLenum pname, GLfixed * params); /* 1150 */
+ void (GLAPIENTRYP GetTexParameterxv)(GLenum target, GLenum pname, GLfixed * params); /* 1151 */
+ void (GLAPIENTRYP PointParameterx)(GLenum pname, GLfixed param); /* 1152 */
+ void (GLAPIENTRYP PointParameterxv)(GLenum pname, const GLfixed * params); /* 1153 */
+ void (GLAPIENTRYP TexParameterxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1154 */
#endif /* !defined HAVE_SHARED_GLAPI */
};
diff --git a/xorg-server/glx/glfunctions.h b/xorg-server/glx/glfunctions.h
index 777f54564..a600402a6 100644
--- a/xorg-server/glx/glfunctions.h
+++ b/xorg-server/glx/glfunctions.h
@@ -876,6 +876,7 @@
#define glClearBufferSubData(a1, a2, a3, a4, a5, a6, a7) CALL_ClearBufferSubData(GET_DISPATCH(), (a1, a2, a3, a4, a5, a6, a7))
#define glDispatchCompute(a1, a2, a3) CALL_DispatchCompute(GET_DISPATCH(), (a1, a2, a3))
#define glDispatchComputeIndirect(a1) CALL_DispatchComputeIndirect(GET_DISPATCH(), (a1))
+#define glCopyImageSubData(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15) CALL_CopyImageSubData(GET_DISPATCH(), (a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15))
#define glTextureView(a1, a2, a3, a4, a5, a6, a7, a8) CALL_TextureView(GET_DISPATCH(), (a1, a2, a3, a4, a5, a6, a7, a8))
#define glBindVertexBuffer(a1, a2, a3, a4) CALL_BindVertexBuffer(GET_DISPATCH(), (a1, a2, a3, a4))
#define glVertexAttribBinding(a1, a2) CALL_VertexAttribBinding(GET_DISPATCH(), (a1, a2))
diff --git a/xorg-server/glx/glprocs.h b/xorg-server/glx/glprocs.h
index f5e99babb..61f3ca6a0 100644
--- a/xorg-server/glx/glprocs.h
+++ b/xorg-server/glx/glprocs.h
@@ -894,6 +894,7 @@ static const char gl_string_table[] =
"glClearBufferSubData\0"
"glDispatchCompute\0"
"glDispatchComputeIndirect\0"
+ "glCopyImageSubData\0"
"glTextureView\0"
"glBindVertexBuffer\0"
"glVertexAttribBinding\0"
@@ -1590,9 +1591,13 @@ static const char gl_string_table[] =
"glIsVertexArrayOES\0"
"glProvokingVertexEXT\0"
"glBlendEquationSeparateIndexedAMD\0"
+ "glBlendEquationSeparatei\0"
"glBlendEquationIndexedAMD\0"
+ "glBlendEquationi\0"
"glBlendFuncSeparateIndexedAMD\0"
+ "glBlendFuncSeparatei\0"
"glBlendFuncIndexedAMD\0"
+ "glBlendFunci\0"
"glGetQueryObjecti64vEXT\0"
"glGetQueryObjectui64vEXT\0"
"glClearDepthfOES\0"
@@ -1733,7 +1738,6 @@ static const char gl_string_table[] =
#define gl_dispatch_stub_732 mgl_dispatch_stub_732
#define gl_dispatch_stub_733 mgl_dispatch_stub_733
#define gl_dispatch_stub_828 mgl_dispatch_stub_828
-#define gl_dispatch_stub_870 mgl_dispatch_stub_870
#define gl_dispatch_stub_871 mgl_dispatch_stub_871
#define gl_dispatch_stub_872 mgl_dispatch_stub_872
#define gl_dispatch_stub_873 mgl_dispatch_stub_873
@@ -1741,10 +1745,10 @@ static const char gl_string_table[] =
#define gl_dispatch_stub_875 mgl_dispatch_stub_875
#define gl_dispatch_stub_876 mgl_dispatch_stub_876
#define gl_dispatch_stub_877 mgl_dispatch_stub_877
-#define gl_dispatch_stub_879 mgl_dispatch_stub_879
+#define gl_dispatch_stub_878 mgl_dispatch_stub_878
#define gl_dispatch_stub_880 mgl_dispatch_stub_880
#define gl_dispatch_stub_881 mgl_dispatch_stub_881
-#define gl_dispatch_stub_888 mgl_dispatch_stub_888
+#define gl_dispatch_stub_882 mgl_dispatch_stub_882
#define gl_dispatch_stub_889 mgl_dispatch_stub_889
#define gl_dispatch_stub_890 mgl_dispatch_stub_890
#define gl_dispatch_stub_891 mgl_dispatch_stub_891
@@ -1753,7 +1757,7 @@ static const char gl_string_table[] =
#define gl_dispatch_stub_894 mgl_dispatch_stub_894
#define gl_dispatch_stub_895 mgl_dispatch_stub_895
#define gl_dispatch_stub_896 mgl_dispatch_stub_896
-#define gl_dispatch_stub_898 mgl_dispatch_stub_898
+#define gl_dispatch_stub_897 mgl_dispatch_stub_897
#define gl_dispatch_stub_899 mgl_dispatch_stub_899
#define gl_dispatch_stub_900 mgl_dispatch_stub_900
#define gl_dispatch_stub_901 mgl_dispatch_stub_901
@@ -1786,20 +1790,20 @@ static const char gl_string_table[] =
#define gl_dispatch_stub_928 mgl_dispatch_stub_928
#define gl_dispatch_stub_929 mgl_dispatch_stub_929
#define gl_dispatch_stub_930 mgl_dispatch_stub_930
-#define gl_dispatch_stub_932 mgl_dispatch_stub_932
+#define gl_dispatch_stub_931 mgl_dispatch_stub_931
#define gl_dispatch_stub_933 mgl_dispatch_stub_933
-#define gl_dispatch_stub_958 mgl_dispatch_stub_958
+#define gl_dispatch_stub_934 mgl_dispatch_stub_934
#define gl_dispatch_stub_959 mgl_dispatch_stub_959
-#define gl_dispatch_stub_1033 mgl_dispatch_stub_1033
+#define gl_dispatch_stub_960 mgl_dispatch_stub_960
#define gl_dispatch_stub_1034 mgl_dispatch_stub_1034
#define gl_dispatch_stub_1035 mgl_dispatch_stub_1035
-#define gl_dispatch_stub_1043 mgl_dispatch_stub_1043
+#define gl_dispatch_stub_1036 mgl_dispatch_stub_1036
#define gl_dispatch_stub_1044 mgl_dispatch_stub_1044
#define gl_dispatch_stub_1045 mgl_dispatch_stub_1045
#define gl_dispatch_stub_1046 mgl_dispatch_stub_1046
-#define gl_dispatch_stub_1049 mgl_dispatch_stub_1049
+#define gl_dispatch_stub_1047 mgl_dispatch_stub_1047
#define gl_dispatch_stub_1050 mgl_dispatch_stub_1050
-#define gl_dispatch_stub_1096 mgl_dispatch_stub_1096
+#define gl_dispatch_stub_1051 mgl_dispatch_stub_1051
#define gl_dispatch_stub_1097 mgl_dispatch_stub_1097
#define gl_dispatch_stub_1098 mgl_dispatch_stub_1098
#define gl_dispatch_stub_1099 mgl_dispatch_stub_1099
@@ -1812,6 +1816,7 @@ static const char gl_string_table[] =
#define gl_dispatch_stub_1106 mgl_dispatch_stub_1106
#define gl_dispatch_stub_1107 mgl_dispatch_stub_1107
#define gl_dispatch_stub_1108 mgl_dispatch_stub_1108
+#define gl_dispatch_stub_1109 mgl_dispatch_stub_1109
#endif /* USE_MGL_NAMESPACE */
@@ -1833,51 +1838,50 @@ void GLAPIENTRY gl_dispatch_stub_731(GLuint id, GLenum pname, GLint64 * params);
void GLAPIENTRY gl_dispatch_stub_732(GLuint id, GLenum pname, GLuint64 * params);
void GLAPIENTRY gl_dispatch_stub_733(GLuint id, GLenum target);
void GLAPIENTRY gl_dispatch_stub_828(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params);
-void GLAPIENTRY gl_dispatch_stub_870(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
-void GLAPIENTRY gl_dispatch_stub_871(const GLfloat * coords);
-void GLAPIENTRY gl_dispatch_stub_872(GLint x, GLint y, GLint z, GLint width, GLint height);
-void GLAPIENTRY gl_dispatch_stub_873(const GLint * coords);
-void GLAPIENTRY gl_dispatch_stub_874(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
-void GLAPIENTRY gl_dispatch_stub_875(const GLshort * coords);
-void GLAPIENTRY gl_dispatch_stub_876(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
-void GLAPIENTRY gl_dispatch_stub_877(const GLfixed * coords);
-GLbitfield GLAPIENTRY gl_dispatch_stub_879(GLfixed * mantissa, GLint * exponent);
-void GLAPIENTRY gl_dispatch_stub_880(GLclampf value, GLboolean invert);
-void GLAPIENTRY gl_dispatch_stub_881(GLenum pattern);
-void GLAPIENTRY gl_dispatch_stub_888(GLenum target, GLsizei numAttachments, const GLenum * attachments);
-void GLAPIENTRY gl_dispatch_stub_889(GLuint pipeline, GLuint program);
-void GLAPIENTRY gl_dispatch_stub_890(GLuint pipeline);
-GLuint GLAPIENTRY gl_dispatch_stub_891(GLenum type, GLsizei count, const GLchar * const * strings);
-void GLAPIENTRY gl_dispatch_stub_892(GLsizei n, const GLuint * pipelines);
-void GLAPIENTRY gl_dispatch_stub_893(GLsizei n, GLuint * pipelines);
-void GLAPIENTRY gl_dispatch_stub_894(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
-void GLAPIENTRY gl_dispatch_stub_895(GLuint pipeline, GLenum pname, GLint * params);
-GLboolean GLAPIENTRY gl_dispatch_stub_896(GLuint pipeline);
-void GLAPIENTRY gl_dispatch_stub_898(GLuint program, GLint location, GLfloat x);
-void GLAPIENTRY gl_dispatch_stub_899(GLuint program, GLint location, GLsizei count, const GLfloat * value);
-void GLAPIENTRY gl_dispatch_stub_900(GLuint program, GLint location, GLint x);
-void GLAPIENTRY gl_dispatch_stub_901(GLuint program, GLint location, GLsizei count, const GLint * value);
-void GLAPIENTRY gl_dispatch_stub_902(GLuint program, GLint location, GLuint x);
-void GLAPIENTRY gl_dispatch_stub_903(GLuint program, GLint location, GLsizei count, const GLuint * value);
-void GLAPIENTRY gl_dispatch_stub_904(GLuint program, GLint location, GLfloat x, GLfloat y);
-void GLAPIENTRY gl_dispatch_stub_905(GLuint program, GLint location, GLsizei count, const GLfloat * value);
-void GLAPIENTRY gl_dispatch_stub_906(GLuint program, GLint location, GLint x, GLint y);
-void GLAPIENTRY gl_dispatch_stub_907(GLuint program, GLint location, GLsizei count, const GLint * value);
-void GLAPIENTRY gl_dispatch_stub_908(GLuint program, GLint location, GLuint x, GLuint y);
-void GLAPIENTRY gl_dispatch_stub_909(GLuint program, GLint location, GLsizei count, const GLuint * value);
-void GLAPIENTRY gl_dispatch_stub_910(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z);
-void GLAPIENTRY gl_dispatch_stub_911(GLuint program, GLint location, GLsizei count, const GLfloat * value);
-void GLAPIENTRY gl_dispatch_stub_912(GLuint program, GLint location, GLint x, GLint y, GLint z);
-void GLAPIENTRY gl_dispatch_stub_913(GLuint program, GLint location, GLsizei count, const GLint * value);
-void GLAPIENTRY gl_dispatch_stub_914(GLuint program, GLint location, GLuint x, GLuint y, GLuint z);
-void GLAPIENTRY gl_dispatch_stub_915(GLuint program, GLint location, GLsizei count, const GLuint * value);
-void GLAPIENTRY gl_dispatch_stub_916(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
-void GLAPIENTRY gl_dispatch_stub_917(GLuint program, GLint location, GLsizei count, const GLfloat * value);
-void GLAPIENTRY gl_dispatch_stub_918(GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w);
-void GLAPIENTRY gl_dispatch_stub_919(GLuint program, GLint location, GLsizei count, const GLint * value);
-void GLAPIENTRY gl_dispatch_stub_920(GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
-void GLAPIENTRY gl_dispatch_stub_921(GLuint program, GLint location, GLsizei count, const GLuint * value);
-void GLAPIENTRY gl_dispatch_stub_922(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
+void GLAPIENTRY gl_dispatch_stub_871(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
+void GLAPIENTRY gl_dispatch_stub_872(const GLfloat * coords);
+void GLAPIENTRY gl_dispatch_stub_873(GLint x, GLint y, GLint z, GLint width, GLint height);
+void GLAPIENTRY gl_dispatch_stub_874(const GLint * coords);
+void GLAPIENTRY gl_dispatch_stub_875(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
+void GLAPIENTRY gl_dispatch_stub_876(const GLshort * coords);
+void GLAPIENTRY gl_dispatch_stub_877(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
+void GLAPIENTRY gl_dispatch_stub_878(const GLfixed * coords);
+GLbitfield GLAPIENTRY gl_dispatch_stub_880(GLfixed * mantissa, GLint * exponent);
+void GLAPIENTRY gl_dispatch_stub_881(GLclampf value, GLboolean invert);
+void GLAPIENTRY gl_dispatch_stub_882(GLenum pattern);
+void GLAPIENTRY gl_dispatch_stub_889(GLenum target, GLsizei numAttachments, const GLenum * attachments);
+void GLAPIENTRY gl_dispatch_stub_890(GLuint pipeline, GLuint program);
+void GLAPIENTRY gl_dispatch_stub_891(GLuint pipeline);
+GLuint GLAPIENTRY gl_dispatch_stub_892(GLenum type, GLsizei count, const GLchar * const * strings);
+void GLAPIENTRY gl_dispatch_stub_893(GLsizei n, const GLuint * pipelines);
+void GLAPIENTRY gl_dispatch_stub_894(GLsizei n, GLuint * pipelines);
+void GLAPIENTRY gl_dispatch_stub_895(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
+void GLAPIENTRY gl_dispatch_stub_896(GLuint pipeline, GLenum pname, GLint * params);
+GLboolean GLAPIENTRY gl_dispatch_stub_897(GLuint pipeline);
+void GLAPIENTRY gl_dispatch_stub_899(GLuint program, GLint location, GLfloat x);
+void GLAPIENTRY gl_dispatch_stub_900(GLuint program, GLint location, GLsizei count, const GLfloat * value);
+void GLAPIENTRY gl_dispatch_stub_901(GLuint program, GLint location, GLint x);
+void GLAPIENTRY gl_dispatch_stub_902(GLuint program, GLint location, GLsizei count, const GLint * value);
+void GLAPIENTRY gl_dispatch_stub_903(GLuint program, GLint location, GLuint x);
+void GLAPIENTRY gl_dispatch_stub_904(GLuint program, GLint location, GLsizei count, const GLuint * value);
+void GLAPIENTRY gl_dispatch_stub_905(GLuint program, GLint location, GLfloat x, GLfloat y);
+void GLAPIENTRY gl_dispatch_stub_906(GLuint program, GLint location, GLsizei count, const GLfloat * value);
+void GLAPIENTRY gl_dispatch_stub_907(GLuint program, GLint location, GLint x, GLint y);
+void GLAPIENTRY gl_dispatch_stub_908(GLuint program, GLint location, GLsizei count, const GLint * value);
+void GLAPIENTRY gl_dispatch_stub_909(GLuint program, GLint location, GLuint x, GLuint y);
+void GLAPIENTRY gl_dispatch_stub_910(GLuint program, GLint location, GLsizei count, const GLuint * value);
+void GLAPIENTRY gl_dispatch_stub_911(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z);
+void GLAPIENTRY gl_dispatch_stub_912(GLuint program, GLint location, GLsizei count, const GLfloat * value);
+void GLAPIENTRY gl_dispatch_stub_913(GLuint program, GLint location, GLint x, GLint y, GLint z);
+void GLAPIENTRY gl_dispatch_stub_914(GLuint program, GLint location, GLsizei count, const GLint * value);
+void GLAPIENTRY gl_dispatch_stub_915(GLuint program, GLint location, GLuint x, GLuint y, GLuint z);
+void GLAPIENTRY gl_dispatch_stub_916(GLuint program, GLint location, GLsizei count, const GLuint * value);
+void GLAPIENTRY gl_dispatch_stub_917(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
+void GLAPIENTRY gl_dispatch_stub_918(GLuint program, GLint location, GLsizei count, const GLfloat * value);
+void GLAPIENTRY gl_dispatch_stub_919(GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w);
+void GLAPIENTRY gl_dispatch_stub_920(GLuint program, GLint location, GLsizei count, const GLint * value);
+void GLAPIENTRY gl_dispatch_stub_921(GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
+void GLAPIENTRY gl_dispatch_stub_922(GLuint program, GLint location, GLsizei count, const GLuint * value);
void GLAPIENTRY gl_dispatch_stub_923(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
void GLAPIENTRY gl_dispatch_stub_924(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
void GLAPIENTRY gl_dispatch_stub_925(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
@@ -1886,32 +1890,33 @@ void GLAPIENTRY gl_dispatch_stub_927(GLuint program, GLint location, GLsizei cou
void GLAPIENTRY gl_dispatch_stub_928(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
void GLAPIENTRY gl_dispatch_stub_929(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
void GLAPIENTRY gl_dispatch_stub_930(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
-void GLAPIENTRY gl_dispatch_stub_932(GLuint pipeline, GLbitfield stages, GLuint program);
-void GLAPIENTRY gl_dispatch_stub_933(GLuint pipeline);
-void GLAPIENTRY gl_dispatch_stub_958(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
-void GLAPIENTRY gl_dispatch_stub_959(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
-void GLAPIENTRY gl_dispatch_stub_1033(GLenum face);
-void GLAPIENTRY gl_dispatch_stub_1034(GLuint array);
-void GLAPIENTRY gl_dispatch_stub_1035(GLsizei n, GLuint * arrays);
-void GLAPIENTRY gl_dispatch_stub_1043(GLenum coord, GLenum pname, GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1044(GLenum coord, GLenum pname, GLint param);
-void GLAPIENTRY gl_dispatch_stub_1045(GLenum coord, GLenum pname, const GLfixed * params);
-void GLAPIENTRY gl_dispatch_stub_1046(GLclampd zmin, GLclampd zmax);
-void GLAPIENTRY gl_dispatch_stub_1049(GLenum target, GLenum pname, GLint param);
-void GLAPIENTRY gl_dispatch_stub_1050(GLenum target, GLintptr offset, GLsizeiptr size);
-void GLAPIENTRY gl_dispatch_stub_1096(GLuint queryHandle);
-void GLAPIENTRY gl_dispatch_stub_1097(GLuint queryId, GLuint * queryHandle);
-void GLAPIENTRY gl_dispatch_stub_1098(GLuint queryHandle);
+void GLAPIENTRY gl_dispatch_stub_931(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
+void GLAPIENTRY gl_dispatch_stub_933(GLuint pipeline, GLbitfield stages, GLuint program);
+void GLAPIENTRY gl_dispatch_stub_934(GLuint pipeline);
+void GLAPIENTRY gl_dispatch_stub_959(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
+void GLAPIENTRY gl_dispatch_stub_960(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
+void GLAPIENTRY gl_dispatch_stub_1034(GLenum face);
+void GLAPIENTRY gl_dispatch_stub_1035(GLuint array);
+void GLAPIENTRY gl_dispatch_stub_1036(GLsizei n, GLuint * arrays);
+void GLAPIENTRY gl_dispatch_stub_1044(GLenum coord, GLenum pname, GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1045(GLenum coord, GLenum pname, GLint param);
+void GLAPIENTRY gl_dispatch_stub_1046(GLenum coord, GLenum pname, const GLfixed * params);
+void GLAPIENTRY gl_dispatch_stub_1047(GLclampd zmin, GLclampd zmax);
+void GLAPIENTRY gl_dispatch_stub_1050(GLenum target, GLenum pname, GLint param);
+void GLAPIENTRY gl_dispatch_stub_1051(GLenum target, GLintptr offset, GLsizeiptr size);
+void GLAPIENTRY gl_dispatch_stub_1097(GLuint queryHandle);
+void GLAPIENTRY gl_dispatch_stub_1098(GLuint queryId, GLuint * queryHandle);
void GLAPIENTRY gl_dispatch_stub_1099(GLuint queryHandle);
-void GLAPIENTRY gl_dispatch_stub_1100(GLuint * queryId);
-void GLAPIENTRY gl_dispatch_stub_1101(GLuint queryId, GLuint * nextQueryId);
-void GLAPIENTRY gl_dispatch_stub_1102(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue);
-void GLAPIENTRY gl_dispatch_stub_1103(GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * data, GLuint * bytesWritten);
-void GLAPIENTRY gl_dispatch_stub_1104(GLchar * queryName, GLuint * queryId);
-void GLAPIENTRY gl_dispatch_stub_1105(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask);
-void GLAPIENTRY gl_dispatch_stub_1106(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
-void GLAPIENTRY gl_dispatch_stub_1107(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
+void GLAPIENTRY gl_dispatch_stub_1100(GLuint queryHandle);
+void GLAPIENTRY gl_dispatch_stub_1101(GLuint * queryId);
+void GLAPIENTRY gl_dispatch_stub_1102(GLuint queryId, GLuint * nextQueryId);
+void GLAPIENTRY gl_dispatch_stub_1103(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue);
+void GLAPIENTRY gl_dispatch_stub_1104(GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * data, GLuint * bytesWritten);
+void GLAPIENTRY gl_dispatch_stub_1105(GLchar * queryName, GLuint * queryId);
+void GLAPIENTRY gl_dispatch_stub_1106(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask);
+void GLAPIENTRY gl_dispatch_stub_1107(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
void GLAPIENTRY gl_dispatch_stub_1108(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
+void GLAPIENTRY gl_dispatch_stub_1109(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
#endif /* defined(NEED_FUNCTION_POINTER) || defined(GLX_INDIRECT_RENDERING) */
static const glprocs_table_t static_functions[] = {
@@ -2757,824 +2762,829 @@ static const glprocs_table_t static_functions[] = {
NAME_FUNC_OFFSET(14018, glClearBufferSubData, glClearBufferSubData, NULL, 839),
NAME_FUNC_OFFSET(14039, glDispatchCompute, glDispatchCompute, NULL, 840),
NAME_FUNC_OFFSET(14057, glDispatchComputeIndirect, glDispatchComputeIndirect, NULL, 841),
- NAME_FUNC_OFFSET(14083, glTextureView, glTextureView, NULL, 842),
- NAME_FUNC_OFFSET(14097, glBindVertexBuffer, glBindVertexBuffer, NULL, 843),
- NAME_FUNC_OFFSET(14116, glVertexAttribBinding, glVertexAttribBinding, NULL, 844),
- NAME_FUNC_OFFSET(14138, glVertexAttribFormat, glVertexAttribFormat, NULL, 845),
- NAME_FUNC_OFFSET(14159, glVertexAttribIFormat, glVertexAttribIFormat, NULL, 846),
- NAME_FUNC_OFFSET(14181, glVertexAttribLFormat, glVertexAttribLFormat, NULL, 847),
- NAME_FUNC_OFFSET(14203, glVertexBindingDivisor, glVertexBindingDivisor, NULL, 848),
- NAME_FUNC_OFFSET(14226, glMultiDrawArraysIndirect, glMultiDrawArraysIndirect, NULL, 849),
- NAME_FUNC_OFFSET(14252, glMultiDrawElementsIndirect, glMultiDrawElementsIndirect, NULL, 850),
- NAME_FUNC_OFFSET(14280, glTexBufferRange, glTexBufferRange, NULL, 851),
- NAME_FUNC_OFFSET(14297, glTexStorage2DMultisample, glTexStorage2DMultisample, NULL, 852),
- NAME_FUNC_OFFSET(14323, glTexStorage3DMultisample, glTexStorage3DMultisample, NULL, 853),
- NAME_FUNC_OFFSET(14349, glBufferStorage, glBufferStorage, NULL, 854),
- NAME_FUNC_OFFSET(14365, glClearTexImage, glClearTexImage, NULL, 855),
- NAME_FUNC_OFFSET(14381, glClearTexSubImage, glClearTexSubImage, NULL, 856),
- NAME_FUNC_OFFSET(14400, glBindBuffersBase, glBindBuffersBase, NULL, 857),
- NAME_FUNC_OFFSET(14418, glBindBuffersRange, glBindBuffersRange, NULL, 858),
- NAME_FUNC_OFFSET(14437, glBindImageTextures, glBindImageTextures, NULL, 859),
- NAME_FUNC_OFFSET(14457, glBindSamplers, glBindSamplers, NULL, 860),
- NAME_FUNC_OFFSET(14472, glBindTextures, glBindTextures, NULL, 861),
- NAME_FUNC_OFFSET(14487, glBindVertexBuffers, glBindVertexBuffers, NULL, 862),
- NAME_FUNC_OFFSET(14507, glInvalidateBufferData, glInvalidateBufferData, NULL, 863),
- NAME_FUNC_OFFSET(14530, glInvalidateBufferSubData, glInvalidateBufferSubData, NULL, 864),
- NAME_FUNC_OFFSET(14556, glInvalidateFramebuffer, glInvalidateFramebuffer, NULL, 865),
- NAME_FUNC_OFFSET(14580, glInvalidateSubFramebuffer, glInvalidateSubFramebuffer, NULL, 866),
- NAME_FUNC_OFFSET(14607, glInvalidateTexImage, glInvalidateTexImage, NULL, 867),
- NAME_FUNC_OFFSET(14628, glInvalidateTexSubImage, glInvalidateTexSubImage, NULL, 868),
- NAME_FUNC_OFFSET(14652, glPolygonOffsetEXT, glPolygonOffsetEXT, NULL, 869),
- NAME_FUNC_OFFSET(14671, gl_dispatch_stub_870, gl_dispatch_stub_870, NULL, 870),
- NAME_FUNC_OFFSET(14685, gl_dispatch_stub_871, gl_dispatch_stub_871, NULL, 871),
- NAME_FUNC_OFFSET(14700, gl_dispatch_stub_872, gl_dispatch_stub_872, NULL, 872),
- NAME_FUNC_OFFSET(14714, gl_dispatch_stub_873, gl_dispatch_stub_873, NULL, 873),
- NAME_FUNC_OFFSET(14729, gl_dispatch_stub_874, gl_dispatch_stub_874, NULL, 874),
- NAME_FUNC_OFFSET(14743, gl_dispatch_stub_875, gl_dispatch_stub_875, NULL, 875),
- NAME_FUNC_OFFSET(14758, gl_dispatch_stub_876, gl_dispatch_stub_876, NULL, 876),
- NAME_FUNC_OFFSET(14772, gl_dispatch_stub_877, gl_dispatch_stub_877, NULL, 877),
- NAME_FUNC_OFFSET(14787, glPointSizePointerOES, glPointSizePointerOES, NULL, 878),
- NAME_FUNC_OFFSET(14809, gl_dispatch_stub_879, gl_dispatch_stub_879, NULL, 879),
- NAME_FUNC_OFFSET(14827, gl_dispatch_stub_880, gl_dispatch_stub_880, NULL, 880),
- NAME_FUNC_OFFSET(14844, gl_dispatch_stub_881, gl_dispatch_stub_881, NULL, 881),
- NAME_FUNC_OFFSET(14864, glColorPointerEXT, glColorPointerEXT, NULL, 882),
- NAME_FUNC_OFFSET(14882, glEdgeFlagPointerEXT, glEdgeFlagPointerEXT, NULL, 883),
- NAME_FUNC_OFFSET(14903, glIndexPointerEXT, glIndexPointerEXT, NULL, 884),
- NAME_FUNC_OFFSET(14921, glNormalPointerEXT, glNormalPointerEXT, NULL, 885),
- NAME_FUNC_OFFSET(14940, glTexCoordPointerEXT, glTexCoordPointerEXT, NULL, 886),
- NAME_FUNC_OFFSET(14961, glVertexPointerEXT, glVertexPointerEXT, NULL, 887),
- NAME_FUNC_OFFSET(14980, gl_dispatch_stub_888, gl_dispatch_stub_888, NULL, 888),
- NAME_FUNC_OFFSET(15004, gl_dispatch_stub_889, gl_dispatch_stub_889, NULL, 889),
- NAME_FUNC_OFFSET(15026, gl_dispatch_stub_890, gl_dispatch_stub_890, NULL, 890),
- NAME_FUNC_OFFSET(15048, gl_dispatch_stub_891, gl_dispatch_stub_891, NULL, 891),
- NAME_FUNC_OFFSET(15071, gl_dispatch_stub_892, gl_dispatch_stub_892, NULL, 892),
- NAME_FUNC_OFFSET(15096, gl_dispatch_stub_893, gl_dispatch_stub_893, NULL, 893),
- NAME_FUNC_OFFSET(15118, gl_dispatch_stub_894, gl_dispatch_stub_894, NULL, 894),
- NAME_FUNC_OFFSET(15146, gl_dispatch_stub_895, gl_dispatch_stub_895, NULL, 895),
- NAME_FUNC_OFFSET(15169, gl_dispatch_stub_896, gl_dispatch_stub_896, NULL, 896),
- NAME_FUNC_OFFSET(15189, glLockArraysEXT, glLockArraysEXT, NULL, 897),
- NAME_FUNC_OFFSET(15205, gl_dispatch_stub_898, gl_dispatch_stub_898, NULL, 898),
+ NAME_FUNC_OFFSET(14083, glCopyImageSubData, glCopyImageSubData, NULL, 842),
+ NAME_FUNC_OFFSET(14102, glTextureView, glTextureView, NULL, 843),
+ NAME_FUNC_OFFSET(14116, glBindVertexBuffer, glBindVertexBuffer, NULL, 844),
+ NAME_FUNC_OFFSET(14135, glVertexAttribBinding, glVertexAttribBinding, NULL, 845),
+ NAME_FUNC_OFFSET(14157, glVertexAttribFormat, glVertexAttribFormat, NULL, 846),
+ NAME_FUNC_OFFSET(14178, glVertexAttribIFormat, glVertexAttribIFormat, NULL, 847),
+ NAME_FUNC_OFFSET(14200, glVertexAttribLFormat, glVertexAttribLFormat, NULL, 848),
+ NAME_FUNC_OFFSET(14222, glVertexBindingDivisor, glVertexBindingDivisor, NULL, 849),
+ NAME_FUNC_OFFSET(14245, glMultiDrawArraysIndirect, glMultiDrawArraysIndirect, NULL, 850),
+ NAME_FUNC_OFFSET(14271, glMultiDrawElementsIndirect, glMultiDrawElementsIndirect, NULL, 851),
+ NAME_FUNC_OFFSET(14299, glTexBufferRange, glTexBufferRange, NULL, 852),
+ NAME_FUNC_OFFSET(14316, glTexStorage2DMultisample, glTexStorage2DMultisample, NULL, 853),
+ NAME_FUNC_OFFSET(14342, glTexStorage3DMultisample, glTexStorage3DMultisample, NULL, 854),
+ NAME_FUNC_OFFSET(14368, glBufferStorage, glBufferStorage, NULL, 855),
+ NAME_FUNC_OFFSET(14384, glClearTexImage, glClearTexImage, NULL, 856),
+ NAME_FUNC_OFFSET(14400, glClearTexSubImage, glClearTexSubImage, NULL, 857),
+ NAME_FUNC_OFFSET(14419, glBindBuffersBase, glBindBuffersBase, NULL, 858),
+ NAME_FUNC_OFFSET(14437, glBindBuffersRange, glBindBuffersRange, NULL, 859),
+ NAME_FUNC_OFFSET(14456, glBindImageTextures, glBindImageTextures, NULL, 860),
+ NAME_FUNC_OFFSET(14476, glBindSamplers, glBindSamplers, NULL, 861),
+ NAME_FUNC_OFFSET(14491, glBindTextures, glBindTextures, NULL, 862),
+ NAME_FUNC_OFFSET(14506, glBindVertexBuffers, glBindVertexBuffers, NULL, 863),
+ NAME_FUNC_OFFSET(14526, glInvalidateBufferData, glInvalidateBufferData, NULL, 864),
+ NAME_FUNC_OFFSET(14549, glInvalidateBufferSubData, glInvalidateBufferSubData, NULL, 865),
+ NAME_FUNC_OFFSET(14575, glInvalidateFramebuffer, glInvalidateFramebuffer, NULL, 866),
+ NAME_FUNC_OFFSET(14599, glInvalidateSubFramebuffer, glInvalidateSubFramebuffer, NULL, 867),
+ NAME_FUNC_OFFSET(14626, glInvalidateTexImage, glInvalidateTexImage, NULL, 868),
+ NAME_FUNC_OFFSET(14647, glInvalidateTexSubImage, glInvalidateTexSubImage, NULL, 869),
+ NAME_FUNC_OFFSET(14671, glPolygonOffsetEXT, glPolygonOffsetEXT, NULL, 870),
+ NAME_FUNC_OFFSET(14690, gl_dispatch_stub_871, gl_dispatch_stub_871, NULL, 871),
+ NAME_FUNC_OFFSET(14704, gl_dispatch_stub_872, gl_dispatch_stub_872, NULL, 872),
+ NAME_FUNC_OFFSET(14719, gl_dispatch_stub_873, gl_dispatch_stub_873, NULL, 873),
+ NAME_FUNC_OFFSET(14733, gl_dispatch_stub_874, gl_dispatch_stub_874, NULL, 874),
+ NAME_FUNC_OFFSET(14748, gl_dispatch_stub_875, gl_dispatch_stub_875, NULL, 875),
+ NAME_FUNC_OFFSET(14762, gl_dispatch_stub_876, gl_dispatch_stub_876, NULL, 876),
+ NAME_FUNC_OFFSET(14777, gl_dispatch_stub_877, gl_dispatch_stub_877, NULL, 877),
+ NAME_FUNC_OFFSET(14791, gl_dispatch_stub_878, gl_dispatch_stub_878, NULL, 878),
+ NAME_FUNC_OFFSET(14806, glPointSizePointerOES, glPointSizePointerOES, NULL, 879),
+ NAME_FUNC_OFFSET(14828, gl_dispatch_stub_880, gl_dispatch_stub_880, NULL, 880),
+ NAME_FUNC_OFFSET(14846, gl_dispatch_stub_881, gl_dispatch_stub_881, NULL, 881),
+ NAME_FUNC_OFFSET(14863, gl_dispatch_stub_882, gl_dispatch_stub_882, NULL, 882),
+ NAME_FUNC_OFFSET(14883, glColorPointerEXT, glColorPointerEXT, NULL, 883),
+ NAME_FUNC_OFFSET(14901, glEdgeFlagPointerEXT, glEdgeFlagPointerEXT, NULL, 884),
+ NAME_FUNC_OFFSET(14922, glIndexPointerEXT, glIndexPointerEXT, NULL, 885),
+ NAME_FUNC_OFFSET(14940, glNormalPointerEXT, glNormalPointerEXT, NULL, 886),
+ NAME_FUNC_OFFSET(14959, glTexCoordPointerEXT, glTexCoordPointerEXT, NULL, 887),
+ NAME_FUNC_OFFSET(14980, glVertexPointerEXT, glVertexPointerEXT, NULL, 888),
+ NAME_FUNC_OFFSET(14999, gl_dispatch_stub_889, gl_dispatch_stub_889, NULL, 889),
+ NAME_FUNC_OFFSET(15023, gl_dispatch_stub_890, gl_dispatch_stub_890, NULL, 890),
+ NAME_FUNC_OFFSET(15045, gl_dispatch_stub_891, gl_dispatch_stub_891, NULL, 891),
+ NAME_FUNC_OFFSET(15067, gl_dispatch_stub_892, gl_dispatch_stub_892, NULL, 892),
+ NAME_FUNC_OFFSET(15090, gl_dispatch_stub_893, gl_dispatch_stub_893, NULL, 893),
+ NAME_FUNC_OFFSET(15115, gl_dispatch_stub_894, gl_dispatch_stub_894, NULL, 894),
+ NAME_FUNC_OFFSET(15137, gl_dispatch_stub_895, gl_dispatch_stub_895, NULL, 895),
+ NAME_FUNC_OFFSET(15165, gl_dispatch_stub_896, gl_dispatch_stub_896, NULL, 896),
+ NAME_FUNC_OFFSET(15188, gl_dispatch_stub_897, gl_dispatch_stub_897, NULL, 897),
+ NAME_FUNC_OFFSET(15208, glLockArraysEXT, glLockArraysEXT, NULL, 898),
NAME_FUNC_OFFSET(15224, gl_dispatch_stub_899, gl_dispatch_stub_899, NULL, 899),
- NAME_FUNC_OFFSET(15244, gl_dispatch_stub_900, gl_dispatch_stub_900, NULL, 900),
+ NAME_FUNC_OFFSET(15243, gl_dispatch_stub_900, gl_dispatch_stub_900, NULL, 900),
NAME_FUNC_OFFSET(15263, gl_dispatch_stub_901, gl_dispatch_stub_901, NULL, 901),
- NAME_FUNC_OFFSET(15283, gl_dispatch_stub_902, gl_dispatch_stub_902, NULL, 902),
- NAME_FUNC_OFFSET(15303, gl_dispatch_stub_903, gl_dispatch_stub_903, NULL, 903),
- NAME_FUNC_OFFSET(15324, gl_dispatch_stub_904, gl_dispatch_stub_904, NULL, 904),
+ NAME_FUNC_OFFSET(15282, gl_dispatch_stub_902, gl_dispatch_stub_902, NULL, 902),
+ NAME_FUNC_OFFSET(15302, gl_dispatch_stub_903, gl_dispatch_stub_903, NULL, 903),
+ NAME_FUNC_OFFSET(15322, gl_dispatch_stub_904, gl_dispatch_stub_904, NULL, 904),
NAME_FUNC_OFFSET(15343, gl_dispatch_stub_905, gl_dispatch_stub_905, NULL, 905),
- NAME_FUNC_OFFSET(15363, gl_dispatch_stub_906, gl_dispatch_stub_906, NULL, 906),
+ NAME_FUNC_OFFSET(15362, gl_dispatch_stub_906, gl_dispatch_stub_906, NULL, 906),
NAME_FUNC_OFFSET(15382, gl_dispatch_stub_907, gl_dispatch_stub_907, NULL, 907),
- NAME_FUNC_OFFSET(15402, gl_dispatch_stub_908, gl_dispatch_stub_908, NULL, 908),
- NAME_FUNC_OFFSET(15422, gl_dispatch_stub_909, gl_dispatch_stub_909, NULL, 909),
- NAME_FUNC_OFFSET(15443, gl_dispatch_stub_910, gl_dispatch_stub_910, NULL, 910),
+ NAME_FUNC_OFFSET(15401, gl_dispatch_stub_908, gl_dispatch_stub_908, NULL, 908),
+ NAME_FUNC_OFFSET(15421, gl_dispatch_stub_909, gl_dispatch_stub_909, NULL, 909),
+ NAME_FUNC_OFFSET(15441, gl_dispatch_stub_910, gl_dispatch_stub_910, NULL, 910),
NAME_FUNC_OFFSET(15462, gl_dispatch_stub_911, gl_dispatch_stub_911, NULL, 911),
- NAME_FUNC_OFFSET(15482, gl_dispatch_stub_912, gl_dispatch_stub_912, NULL, 912),
+ NAME_FUNC_OFFSET(15481, gl_dispatch_stub_912, gl_dispatch_stub_912, NULL, 912),
NAME_FUNC_OFFSET(15501, gl_dispatch_stub_913, gl_dispatch_stub_913, NULL, 913),
- NAME_FUNC_OFFSET(15521, gl_dispatch_stub_914, gl_dispatch_stub_914, NULL, 914),
- NAME_FUNC_OFFSET(15541, gl_dispatch_stub_915, gl_dispatch_stub_915, NULL, 915),
- NAME_FUNC_OFFSET(15562, gl_dispatch_stub_916, gl_dispatch_stub_916, NULL, 916),
+ NAME_FUNC_OFFSET(15520, gl_dispatch_stub_914, gl_dispatch_stub_914, NULL, 914),
+ NAME_FUNC_OFFSET(15540, gl_dispatch_stub_915, gl_dispatch_stub_915, NULL, 915),
+ NAME_FUNC_OFFSET(15560, gl_dispatch_stub_916, gl_dispatch_stub_916, NULL, 916),
NAME_FUNC_OFFSET(15581, gl_dispatch_stub_917, gl_dispatch_stub_917, NULL, 917),
- NAME_FUNC_OFFSET(15601, gl_dispatch_stub_918, gl_dispatch_stub_918, NULL, 918),
+ NAME_FUNC_OFFSET(15600, gl_dispatch_stub_918, gl_dispatch_stub_918, NULL, 918),
NAME_FUNC_OFFSET(15620, gl_dispatch_stub_919, gl_dispatch_stub_919, NULL, 919),
- NAME_FUNC_OFFSET(15640, gl_dispatch_stub_920, gl_dispatch_stub_920, NULL, 920),
- NAME_FUNC_OFFSET(15660, gl_dispatch_stub_921, gl_dispatch_stub_921, NULL, 921),
- NAME_FUNC_OFFSET(15681, gl_dispatch_stub_922, gl_dispatch_stub_922, NULL, 922),
- NAME_FUNC_OFFSET(15707, gl_dispatch_stub_923, gl_dispatch_stub_923, NULL, 923),
- NAME_FUNC_OFFSET(15735, gl_dispatch_stub_924, gl_dispatch_stub_924, NULL, 924),
- NAME_FUNC_OFFSET(15763, gl_dispatch_stub_925, gl_dispatch_stub_925, NULL, 925),
- NAME_FUNC_OFFSET(15789, gl_dispatch_stub_926, gl_dispatch_stub_926, NULL, 926),
- NAME_FUNC_OFFSET(15817, gl_dispatch_stub_927, gl_dispatch_stub_927, NULL, 927),
- NAME_FUNC_OFFSET(15845, gl_dispatch_stub_928, gl_dispatch_stub_928, NULL, 928),
- NAME_FUNC_OFFSET(15871, gl_dispatch_stub_929, gl_dispatch_stub_929, NULL, 929),
- NAME_FUNC_OFFSET(15899, gl_dispatch_stub_930, gl_dispatch_stub_930, NULL, 930),
- NAME_FUNC_OFFSET(15927, glUnlockArraysEXT, glUnlockArraysEXT, NULL, 931),
- NAME_FUNC_OFFSET(15945, gl_dispatch_stub_932, gl_dispatch_stub_932, NULL, 932),
+ NAME_FUNC_OFFSET(15639, gl_dispatch_stub_920, gl_dispatch_stub_920, NULL, 920),
+ NAME_FUNC_OFFSET(15659, gl_dispatch_stub_921, gl_dispatch_stub_921, NULL, 921),
+ NAME_FUNC_OFFSET(15679, gl_dispatch_stub_922, gl_dispatch_stub_922, NULL, 922),
+ NAME_FUNC_OFFSET(15700, gl_dispatch_stub_923, gl_dispatch_stub_923, NULL, 923),
+ NAME_FUNC_OFFSET(15726, gl_dispatch_stub_924, gl_dispatch_stub_924, NULL, 924),
+ NAME_FUNC_OFFSET(15754, gl_dispatch_stub_925, gl_dispatch_stub_925, NULL, 925),
+ NAME_FUNC_OFFSET(15782, gl_dispatch_stub_926, gl_dispatch_stub_926, NULL, 926),
+ NAME_FUNC_OFFSET(15808, gl_dispatch_stub_927, gl_dispatch_stub_927, NULL, 927),
+ NAME_FUNC_OFFSET(15836, gl_dispatch_stub_928, gl_dispatch_stub_928, NULL, 928),
+ NAME_FUNC_OFFSET(15864, gl_dispatch_stub_929, gl_dispatch_stub_929, NULL, 929),
+ NAME_FUNC_OFFSET(15890, gl_dispatch_stub_930, gl_dispatch_stub_930, NULL, 930),
+ NAME_FUNC_OFFSET(15918, gl_dispatch_stub_931, gl_dispatch_stub_931, NULL, 931),
+ NAME_FUNC_OFFSET(15946, glUnlockArraysEXT, glUnlockArraysEXT, NULL, 932),
NAME_FUNC_OFFSET(15964, gl_dispatch_stub_933, gl_dispatch_stub_933, NULL, 933),
- NAME_FUNC_OFFSET(15990, glDebugMessageCallback, glDebugMessageCallback, NULL, 934),
- NAME_FUNC_OFFSET(16013, glDebugMessageControl, glDebugMessageControl, NULL, 935),
- NAME_FUNC_OFFSET(16035, glDebugMessageInsert, glDebugMessageInsert, NULL, 936),
- NAME_FUNC_OFFSET(16056, glGetDebugMessageLog, glGetDebugMessageLog, NULL, 937),
- NAME_FUNC_OFFSET(16077, glGetObjectLabel, glGetObjectLabel, NULL, 938),
- NAME_FUNC_OFFSET(16094, glGetObjectPtrLabel, glGetObjectPtrLabel, NULL, 939),
- NAME_FUNC_OFFSET(16114, glObjectLabel, glObjectLabel, NULL, 940),
- NAME_FUNC_OFFSET(16128, glObjectPtrLabel, glObjectPtrLabel, NULL, 941),
- NAME_FUNC_OFFSET(16145, glPopDebugGroup, glPopDebugGroup, NULL, 942),
- NAME_FUNC_OFFSET(16161, glPushDebugGroup, glPushDebugGroup, NULL, 943),
- NAME_FUNC_OFFSET(16178, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 944),
- NAME_FUNC_OFFSET(16200, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 945),
- NAME_FUNC_OFFSET(16223, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 946),
- NAME_FUNC_OFFSET(16246, glFogCoordfEXT, glFogCoordfEXT, NULL, 947),
- NAME_FUNC_OFFSET(16261, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 948),
- NAME_FUNC_OFFSET(16277, glResizeBuffersMESA, glResizeBuffersMESA, NULL, 949),
- NAME_FUNC_OFFSET(16297, glWindowPos4dMESA, glWindowPos4dMESA, NULL, 950),
- NAME_FUNC_OFFSET(16315, glWindowPos4dvMESA, glWindowPos4dvMESA, NULL, 951),
- NAME_FUNC_OFFSET(16334, glWindowPos4fMESA, glWindowPos4fMESA, NULL, 952),
- NAME_FUNC_OFFSET(16352, glWindowPos4fvMESA, glWindowPos4fvMESA, NULL, 953),
- NAME_FUNC_OFFSET(16371, glWindowPos4iMESA, glWindowPos4iMESA, NULL, 954),
- NAME_FUNC_OFFSET(16389, glWindowPos4ivMESA, glWindowPos4ivMESA, NULL, 955),
- NAME_FUNC_OFFSET(16408, glWindowPos4sMESA, glWindowPos4sMESA, NULL, 956),
- NAME_FUNC_OFFSET(16426, glWindowPos4svMESA, glWindowPos4svMESA, NULL, 957),
- NAME_FUNC_OFFSET(16445, gl_dispatch_stub_958, gl_dispatch_stub_958, NULL, 958),
- NAME_FUNC_OFFSET(16470, gl_dispatch_stub_959, gl_dispatch_stub_959, NULL, 959),
- NAME_FUNC_OFFSET(16497, glAreProgramsResidentNV, glAreProgramsResidentNV, NULL, 960),
- NAME_FUNC_OFFSET(16521, glExecuteProgramNV, glExecuteProgramNV, NULL, 961),
- NAME_FUNC_OFFSET(16540, glGetProgramParameterdvNV, glGetProgramParameterdvNV, NULL, 962),
- NAME_FUNC_OFFSET(16566, glGetProgramParameterfvNV, glGetProgramParameterfvNV, NULL, 963),
- NAME_FUNC_OFFSET(16592, glGetProgramStringNV, glGetProgramStringNV, NULL, 964),
- NAME_FUNC_OFFSET(16613, glGetProgramivNV, glGetProgramivNV, NULL, 965),
- NAME_FUNC_OFFSET(16630, glGetTrackMatrixivNV, glGetTrackMatrixivNV, NULL, 966),
- NAME_FUNC_OFFSET(16651, glGetVertexAttribdvNV, glGetVertexAttribdvNV, NULL, 967),
- NAME_FUNC_OFFSET(16673, glGetVertexAttribfvNV, glGetVertexAttribfvNV, NULL, 968),
- NAME_FUNC_OFFSET(16695, glGetVertexAttribivNV, glGetVertexAttribivNV, NULL, 969),
- NAME_FUNC_OFFSET(16717, glLoadProgramNV, glLoadProgramNV, NULL, 970),
- NAME_FUNC_OFFSET(16733, glProgramParameters4dvNV, glProgramParameters4dvNV, NULL, 971),
- NAME_FUNC_OFFSET(16758, glProgramParameters4fvNV, glProgramParameters4fvNV, NULL, 972),
- NAME_FUNC_OFFSET(16783, glRequestResidentProgramsNV, glRequestResidentProgramsNV, NULL, 973),
- NAME_FUNC_OFFSET(16811, glTrackMatrixNV, glTrackMatrixNV, NULL, 974),
- NAME_FUNC_OFFSET(16827, glVertexAttrib1dNV, glVertexAttrib1dNV, NULL, 975),
- NAME_FUNC_OFFSET(16846, glVertexAttrib1dvNV, glVertexAttrib1dvNV, NULL, 976),
- NAME_FUNC_OFFSET(16866, glVertexAttrib1fNV, glVertexAttrib1fNV, NULL, 977),
- NAME_FUNC_OFFSET(16885, glVertexAttrib1fvNV, glVertexAttrib1fvNV, NULL, 978),
- NAME_FUNC_OFFSET(16905, glVertexAttrib1sNV, glVertexAttrib1sNV, NULL, 979),
- NAME_FUNC_OFFSET(16924, glVertexAttrib1svNV, glVertexAttrib1svNV, NULL, 980),
- NAME_FUNC_OFFSET(16944, glVertexAttrib2dNV, glVertexAttrib2dNV, NULL, 981),
- NAME_FUNC_OFFSET(16963, glVertexAttrib2dvNV, glVertexAttrib2dvNV, NULL, 982),
- NAME_FUNC_OFFSET(16983, glVertexAttrib2fNV, glVertexAttrib2fNV, NULL, 983),
- NAME_FUNC_OFFSET(17002, glVertexAttrib2fvNV, glVertexAttrib2fvNV, NULL, 984),
- NAME_FUNC_OFFSET(17022, glVertexAttrib2sNV, glVertexAttrib2sNV, NULL, 985),
- NAME_FUNC_OFFSET(17041, glVertexAttrib2svNV, glVertexAttrib2svNV, NULL, 986),
- NAME_FUNC_OFFSET(17061, glVertexAttrib3dNV, glVertexAttrib3dNV, NULL, 987),
- NAME_FUNC_OFFSET(17080, glVertexAttrib3dvNV, glVertexAttrib3dvNV, NULL, 988),
- NAME_FUNC_OFFSET(17100, glVertexAttrib3fNV, glVertexAttrib3fNV, NULL, 989),
- NAME_FUNC_OFFSET(17119, glVertexAttrib3fvNV, glVertexAttrib3fvNV, NULL, 990),
- NAME_FUNC_OFFSET(17139, glVertexAttrib3sNV, glVertexAttrib3sNV, NULL, 991),
- NAME_FUNC_OFFSET(17158, glVertexAttrib3svNV, glVertexAttrib3svNV, NULL, 992),
- NAME_FUNC_OFFSET(17178, glVertexAttrib4dNV, glVertexAttrib4dNV, NULL, 993),
- NAME_FUNC_OFFSET(17197, glVertexAttrib4dvNV, glVertexAttrib4dvNV, NULL, 994),
- NAME_FUNC_OFFSET(17217, glVertexAttrib4fNV, glVertexAttrib4fNV, NULL, 995),
- NAME_FUNC_OFFSET(17236, glVertexAttrib4fvNV, glVertexAttrib4fvNV, NULL, 996),
- NAME_FUNC_OFFSET(17256, glVertexAttrib4sNV, glVertexAttrib4sNV, NULL, 997),
- NAME_FUNC_OFFSET(17275, glVertexAttrib4svNV, glVertexAttrib4svNV, NULL, 998),
- NAME_FUNC_OFFSET(17295, glVertexAttrib4ubNV, glVertexAttrib4ubNV, NULL, 999),
- NAME_FUNC_OFFSET(17315, glVertexAttrib4ubvNV, glVertexAttrib4ubvNV, NULL, 1000),
- NAME_FUNC_OFFSET(17336, glVertexAttribPointerNV, glVertexAttribPointerNV, NULL, 1001),
- NAME_FUNC_OFFSET(17360, glVertexAttribs1dvNV, glVertexAttribs1dvNV, NULL, 1002),
- NAME_FUNC_OFFSET(17381, glVertexAttribs1fvNV, glVertexAttribs1fvNV, NULL, 1003),
- NAME_FUNC_OFFSET(17402, glVertexAttribs1svNV, glVertexAttribs1svNV, NULL, 1004),
- NAME_FUNC_OFFSET(17423, glVertexAttribs2dvNV, glVertexAttribs2dvNV, NULL, 1005),
- NAME_FUNC_OFFSET(17444, glVertexAttribs2fvNV, glVertexAttribs2fvNV, NULL, 1006),
- NAME_FUNC_OFFSET(17465, glVertexAttribs2svNV, glVertexAttribs2svNV, NULL, 1007),
- NAME_FUNC_OFFSET(17486, glVertexAttribs3dvNV, glVertexAttribs3dvNV, NULL, 1008),
- NAME_FUNC_OFFSET(17507, glVertexAttribs3fvNV, glVertexAttribs3fvNV, NULL, 1009),
- NAME_FUNC_OFFSET(17528, glVertexAttribs3svNV, glVertexAttribs3svNV, NULL, 1010),
- NAME_FUNC_OFFSET(17549, glVertexAttribs4dvNV, glVertexAttribs4dvNV, NULL, 1011),
- NAME_FUNC_OFFSET(17570, glVertexAttribs4fvNV, glVertexAttribs4fvNV, NULL, 1012),
- NAME_FUNC_OFFSET(17591, glVertexAttribs4svNV, glVertexAttribs4svNV, NULL, 1013),
- NAME_FUNC_OFFSET(17612, glVertexAttribs4ubvNV, glVertexAttribs4ubvNV, NULL, 1014),
- NAME_FUNC_OFFSET(17634, glGetTexBumpParameterfvATI, glGetTexBumpParameterfvATI, NULL, 1015),
- NAME_FUNC_OFFSET(17661, glGetTexBumpParameterivATI, glGetTexBumpParameterivATI, NULL, 1016),
- NAME_FUNC_OFFSET(17688, glTexBumpParameterfvATI, glTexBumpParameterfvATI, NULL, 1017),
- NAME_FUNC_OFFSET(17712, glTexBumpParameterivATI, glTexBumpParameterivATI, NULL, 1018),
- NAME_FUNC_OFFSET(17736, glAlphaFragmentOp1ATI, glAlphaFragmentOp1ATI, NULL, 1019),
- NAME_FUNC_OFFSET(17758, glAlphaFragmentOp2ATI, glAlphaFragmentOp2ATI, NULL, 1020),
- NAME_FUNC_OFFSET(17780, glAlphaFragmentOp3ATI, glAlphaFragmentOp3ATI, NULL, 1021),
- NAME_FUNC_OFFSET(17802, glBeginFragmentShaderATI, glBeginFragmentShaderATI, NULL, 1022),
- NAME_FUNC_OFFSET(17827, glBindFragmentShaderATI, glBindFragmentShaderATI, NULL, 1023),
- NAME_FUNC_OFFSET(17851, glColorFragmentOp1ATI, glColorFragmentOp1ATI, NULL, 1024),
- NAME_FUNC_OFFSET(17873, glColorFragmentOp2ATI, glColorFragmentOp2ATI, NULL, 1025),
- NAME_FUNC_OFFSET(17895, glColorFragmentOp3ATI, glColorFragmentOp3ATI, NULL, 1026),
- NAME_FUNC_OFFSET(17917, glDeleteFragmentShaderATI, glDeleteFragmentShaderATI, NULL, 1027),
- NAME_FUNC_OFFSET(17943, glEndFragmentShaderATI, glEndFragmentShaderATI, NULL, 1028),
- NAME_FUNC_OFFSET(17966, glGenFragmentShadersATI, glGenFragmentShadersATI, NULL, 1029),
- NAME_FUNC_OFFSET(17990, glPassTexCoordATI, glPassTexCoordATI, NULL, 1030),
- NAME_FUNC_OFFSET(18008, glSampleMapATI, glSampleMapATI, NULL, 1031),
- NAME_FUNC_OFFSET(18023, glSetFragmentShaderConstantATI, glSetFragmentShaderConstantATI, NULL, 1032),
- NAME_FUNC_OFFSET(18054, gl_dispatch_stub_1033, gl_dispatch_stub_1033, NULL, 1033),
- NAME_FUNC_OFFSET(18077, gl_dispatch_stub_1034, gl_dispatch_stub_1034, NULL, 1034),
- NAME_FUNC_OFFSET(18100, gl_dispatch_stub_1035, gl_dispatch_stub_1035, NULL, 1035),
- NAME_FUNC_OFFSET(18123, glGetProgramNamedParameterdvNV, glGetProgramNamedParameterdvNV, NULL, 1036),
- NAME_FUNC_OFFSET(18154, glGetProgramNamedParameterfvNV, glGetProgramNamedParameterfvNV, NULL, 1037),
- NAME_FUNC_OFFSET(18185, glProgramNamedParameter4dNV, glProgramNamedParameter4dNV, NULL, 1038),
- NAME_FUNC_OFFSET(18213, glProgramNamedParameter4dvNV, glProgramNamedParameter4dvNV, NULL, 1039),
- NAME_FUNC_OFFSET(18242, glProgramNamedParameter4fNV, glProgramNamedParameter4fNV, NULL, 1040),
- NAME_FUNC_OFFSET(18270, glProgramNamedParameter4fvNV, glProgramNamedParameter4fvNV, NULL, 1041),
- NAME_FUNC_OFFSET(18299, glPrimitiveRestartNV, glPrimitiveRestartNV, NULL, 1042),
- NAME_FUNC_OFFSET(18320, gl_dispatch_stub_1043, gl_dispatch_stub_1043, NULL, 1043),
- NAME_FUNC_OFFSET(18337, gl_dispatch_stub_1044, gl_dispatch_stub_1044, NULL, 1044),
- NAME_FUNC_OFFSET(18350, gl_dispatch_stub_1045, gl_dispatch_stub_1045, NULL, 1045),
- NAME_FUNC_OFFSET(18364, gl_dispatch_stub_1046, gl_dispatch_stub_1046, NULL, 1046),
- NAME_FUNC_OFFSET(18381, glBindFramebufferEXT, glBindFramebufferEXT, NULL, 1047),
- NAME_FUNC_OFFSET(18402, glBindRenderbufferEXT, glBindRenderbufferEXT, NULL, 1048),
- NAME_FUNC_OFFSET(18424, gl_dispatch_stub_1049, gl_dispatch_stub_1049, NULL, 1049),
- NAME_FUNC_OFFSET(18448, gl_dispatch_stub_1050, gl_dispatch_stub_1050, NULL, 1050),
- NAME_FUNC_OFFSET(18478, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 1051),
- NAME_FUNC_OFFSET(18499, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 1052),
- NAME_FUNC_OFFSET(18521, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 1053),
- NAME_FUNC_OFFSET(18542, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 1054),
- NAME_FUNC_OFFSET(18564, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 1055),
- NAME_FUNC_OFFSET(18586, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 1056),
- NAME_FUNC_OFFSET(18609, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 1057),
- NAME_FUNC_OFFSET(18630, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 1058),
- NAME_FUNC_OFFSET(18652, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 1059),
- NAME_FUNC_OFFSET(18674, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 1060),
- NAME_FUNC_OFFSET(18697, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 1061),
- NAME_FUNC_OFFSET(18718, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 1062),
- NAME_FUNC_OFFSET(18740, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 1063),
- NAME_FUNC_OFFSET(18762, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 1064),
- NAME_FUNC_OFFSET(18785, glClearColorIiEXT, glClearColorIiEXT, NULL, 1065),
- NAME_FUNC_OFFSET(18803, glClearColorIuiEXT, glClearColorIuiEXT, NULL, 1066),
- NAME_FUNC_OFFSET(18822, glBindBufferOffsetEXT, glBindBufferOffsetEXT, NULL, 1067),
- NAME_FUNC_OFFSET(18844, glBeginPerfMonitorAMD, glBeginPerfMonitorAMD, NULL, 1068),
- NAME_FUNC_OFFSET(18866, glDeletePerfMonitorsAMD, glDeletePerfMonitorsAMD, NULL, 1069),
- NAME_FUNC_OFFSET(18890, glEndPerfMonitorAMD, glEndPerfMonitorAMD, NULL, 1070),
- NAME_FUNC_OFFSET(18910, glGenPerfMonitorsAMD, glGenPerfMonitorsAMD, NULL, 1071),
- NAME_FUNC_OFFSET(18931, glGetPerfMonitorCounterDataAMD, glGetPerfMonitorCounterDataAMD, NULL, 1072),
- NAME_FUNC_OFFSET(18962, glGetPerfMonitorCounterInfoAMD, glGetPerfMonitorCounterInfoAMD, NULL, 1073),
- NAME_FUNC_OFFSET(18993, glGetPerfMonitorCounterStringAMD, glGetPerfMonitorCounterStringAMD, NULL, 1074),
- NAME_FUNC_OFFSET(19026, glGetPerfMonitorCountersAMD, glGetPerfMonitorCountersAMD, NULL, 1075),
- NAME_FUNC_OFFSET(19054, glGetPerfMonitorGroupStringAMD, glGetPerfMonitorGroupStringAMD, NULL, 1076),
- NAME_FUNC_OFFSET(19085, glGetPerfMonitorGroupsAMD, glGetPerfMonitorGroupsAMD, NULL, 1077),
- NAME_FUNC_OFFSET(19111, glSelectPerfMonitorCountersAMD, glSelectPerfMonitorCountersAMD, NULL, 1078),
- NAME_FUNC_OFFSET(19142, glGetObjectParameterivAPPLE, glGetObjectParameterivAPPLE, NULL, 1079),
- NAME_FUNC_OFFSET(19170, glObjectPurgeableAPPLE, glObjectPurgeableAPPLE, NULL, 1080),
- NAME_FUNC_OFFSET(19193, glObjectUnpurgeableAPPLE, glObjectUnpurgeableAPPLE, NULL, 1081),
- NAME_FUNC_OFFSET(19218, glActiveProgramEXT, glActiveProgramEXT, NULL, 1082),
- NAME_FUNC_OFFSET(19237, glCreateShaderProgramEXT, glCreateShaderProgramEXT, NULL, 1083),
- NAME_FUNC_OFFSET(19262, glUseShaderProgramEXT, glUseShaderProgramEXT, NULL, 1084),
- NAME_FUNC_OFFSET(19284, glTextureBarrierNV, glTextureBarrierNV, NULL, 1085),
- NAME_FUNC_OFFSET(19303, glVDPAUFiniNV, glVDPAUFiniNV, NULL, 1086),
- NAME_FUNC_OFFSET(19317, glVDPAUGetSurfaceivNV, glVDPAUGetSurfaceivNV, NULL, 1087),
- NAME_FUNC_OFFSET(19339, glVDPAUInitNV, glVDPAUInitNV, NULL, 1088),
- NAME_FUNC_OFFSET(19353, glVDPAUIsSurfaceNV, glVDPAUIsSurfaceNV, NULL, 1089),
- NAME_FUNC_OFFSET(19372, glVDPAUMapSurfacesNV, glVDPAUMapSurfacesNV, NULL, 1090),
- NAME_FUNC_OFFSET(19393, glVDPAURegisterOutputSurfaceNV, glVDPAURegisterOutputSurfaceNV, NULL, 1091),
- NAME_FUNC_OFFSET(19424, glVDPAURegisterVideoSurfaceNV, glVDPAURegisterVideoSurfaceNV, NULL, 1092),
- NAME_FUNC_OFFSET(19454, glVDPAUSurfaceAccessNV, glVDPAUSurfaceAccessNV, NULL, 1093),
- NAME_FUNC_OFFSET(19477, glVDPAUUnmapSurfacesNV, glVDPAUUnmapSurfacesNV, NULL, 1094),
- NAME_FUNC_OFFSET(19500, glVDPAUUnregisterSurfaceNV, glVDPAUUnregisterSurfaceNV, NULL, 1095),
- NAME_FUNC_OFFSET(19527, gl_dispatch_stub_1096, gl_dispatch_stub_1096, NULL, 1096),
- NAME_FUNC_OFFSET(19549, gl_dispatch_stub_1097, gl_dispatch_stub_1097, NULL, 1097),
- NAME_FUNC_OFFSET(19572, gl_dispatch_stub_1098, gl_dispatch_stub_1098, NULL, 1098),
- NAME_FUNC_OFFSET(19595, gl_dispatch_stub_1099, gl_dispatch_stub_1099, NULL, 1099),
- NAME_FUNC_OFFSET(19615, gl_dispatch_stub_1100, gl_dispatch_stub_1100, NULL, 1100),
- NAME_FUNC_OFFSET(19642, gl_dispatch_stub_1101, gl_dispatch_stub_1101, NULL, 1101),
- NAME_FUNC_OFFSET(19668, gl_dispatch_stub_1102, gl_dispatch_stub_1102, NULL, 1102),
- NAME_FUNC_OFFSET(19694, gl_dispatch_stub_1103, gl_dispatch_stub_1103, NULL, 1103),
- NAME_FUNC_OFFSET(19718, gl_dispatch_stub_1104, gl_dispatch_stub_1104, NULL, 1104),
- NAME_FUNC_OFFSET(19746, gl_dispatch_stub_1105, gl_dispatch_stub_1105, NULL, 1105),
- NAME_FUNC_OFFSET(19770, gl_dispatch_stub_1106, gl_dispatch_stub_1106, NULL, 1106),
- NAME_FUNC_OFFSET(19795, gl_dispatch_stub_1107, gl_dispatch_stub_1107, NULL, 1107),
- NAME_FUNC_OFFSET(19824, gl_dispatch_stub_1108, gl_dispatch_stub_1108, NULL, 1108),
- NAME_FUNC_OFFSET(19855, glEGLImageTargetRenderbufferStorageOES, glEGLImageTargetRenderbufferStorageOES, NULL, 1109),
- NAME_FUNC_OFFSET(19894, glEGLImageTargetTexture2DOES, glEGLImageTargetTexture2DOES, NULL, 1110),
- NAME_FUNC_OFFSET(19923, glAlphaFuncx, glAlphaFuncx, NULL, 1111),
- NAME_FUNC_OFFSET(19936, glClearColorx, glClearColorx, NULL, 1112),
- NAME_FUNC_OFFSET(19950, glClearDepthx, glClearDepthx, NULL, 1113),
- NAME_FUNC_OFFSET(19964, glColor4x, glColor4x, NULL, 1114),
- NAME_FUNC_OFFSET(19974, glDepthRangex, glDepthRangex, NULL, 1115),
- NAME_FUNC_OFFSET(19988, glFogx, glFogx, NULL, 1116),
- NAME_FUNC_OFFSET(19995, glFogxv, glFogxv, NULL, 1117),
- NAME_FUNC_OFFSET(20003, glFrustumf, glFrustumf, NULL, 1118),
- NAME_FUNC_OFFSET(20014, glFrustumx, glFrustumx, NULL, 1119),
- NAME_FUNC_OFFSET(20025, glLightModelx, glLightModelx, NULL, 1120),
- NAME_FUNC_OFFSET(20039, glLightModelxv, glLightModelxv, NULL, 1121),
- NAME_FUNC_OFFSET(20054, glLightx, glLightx, NULL, 1122),
- NAME_FUNC_OFFSET(20063, glLightxv, glLightxv, NULL, 1123),
- NAME_FUNC_OFFSET(20073, glLineWidthx, glLineWidthx, NULL, 1124),
- NAME_FUNC_OFFSET(20086, glLoadMatrixx, glLoadMatrixx, NULL, 1125),
- NAME_FUNC_OFFSET(20100, glMaterialx, glMaterialx, NULL, 1126),
- NAME_FUNC_OFFSET(20112, glMaterialxv, glMaterialxv, NULL, 1127),
- NAME_FUNC_OFFSET(20125, glMultMatrixx, glMultMatrixx, NULL, 1128),
- NAME_FUNC_OFFSET(20139, glMultiTexCoord4x, glMultiTexCoord4x, NULL, 1129),
- NAME_FUNC_OFFSET(20157, glNormal3x, glNormal3x, NULL, 1130),
- NAME_FUNC_OFFSET(20168, glOrthof, glOrthof, NULL, 1131),
- NAME_FUNC_OFFSET(20177, glOrthox, glOrthox, NULL, 1132),
- NAME_FUNC_OFFSET(20186, glPointSizex, glPointSizex, NULL, 1133),
- NAME_FUNC_OFFSET(20199, glPolygonOffsetx, glPolygonOffsetx, NULL, 1134),
- NAME_FUNC_OFFSET(20216, glRotatex, glRotatex, NULL, 1135),
- NAME_FUNC_OFFSET(20226, glSampleCoveragex, glSampleCoveragex, NULL, 1136),
- NAME_FUNC_OFFSET(20244, glScalex, glScalex, NULL, 1137),
- NAME_FUNC_OFFSET(20253, glTexEnvx, glTexEnvx, NULL, 1138),
- NAME_FUNC_OFFSET(20263, glTexEnvxv, glTexEnvxv, NULL, 1139),
- NAME_FUNC_OFFSET(20274, glTexParameterx, glTexParameterx, NULL, 1140),
- NAME_FUNC_OFFSET(20290, glTranslatex, glTranslatex, NULL, 1141),
- NAME_FUNC_OFFSET(20303, glClipPlanef, glClipPlanef, NULL, 1142),
- NAME_FUNC_OFFSET(20316, glClipPlanex, glClipPlanex, NULL, 1143),
- NAME_FUNC_OFFSET(20329, glGetClipPlanef, glGetClipPlanef, NULL, 1144),
- NAME_FUNC_OFFSET(20345, glGetClipPlanex, glGetClipPlanex, NULL, 1145),
- NAME_FUNC_OFFSET(20361, glGetFixedv, glGetFixedv, NULL, 1146),
- NAME_FUNC_OFFSET(20373, glGetLightxv, glGetLightxv, NULL, 1147),
- NAME_FUNC_OFFSET(20386, glGetMaterialxv, glGetMaterialxv, NULL, 1148),
- NAME_FUNC_OFFSET(20402, glGetTexEnvxv, glGetTexEnvxv, NULL, 1149),
- NAME_FUNC_OFFSET(20416, glGetTexParameterxv, glGetTexParameterxv, NULL, 1150),
- NAME_FUNC_OFFSET(20436, glPointParameterx, glPointParameterx, NULL, 1151),
- NAME_FUNC_OFFSET(20454, glPointParameterxv, glPointParameterxv, NULL, 1152),
- NAME_FUNC_OFFSET(20473, glTexParameterxv, glTexParameterxv, NULL, 1153),
- NAME_FUNC_OFFSET(20490, glTexGenf, glTexGenf, NULL, 190),
- NAME_FUNC_OFFSET(20503, glTexGenfv, glTexGenfv, NULL, 191),
- NAME_FUNC_OFFSET(20517, glTexGeni, glTexGeni, NULL, 192),
- NAME_FUNC_OFFSET(20530, glTexGeniv, glTexGeniv, NULL, 193),
- NAME_FUNC_OFFSET(20544, glReadBuffer, glReadBuffer, NULL, 254),
- NAME_FUNC_OFFSET(20559, glGetTexGenfv, glGetTexGenfv, NULL, 279),
- NAME_FUNC_OFFSET(20576, glGetTexGeniv, glGetTexGeniv, NULL, 280),
- NAME_FUNC_OFFSET(20593, glArrayElement, glArrayElement, NULL, 306),
- NAME_FUNC_OFFSET(20611, glBindTexture, glBindTexture, NULL, 307),
- NAME_FUNC_OFFSET(20628, glDrawArrays, glDrawArrays, NULL, 310),
- NAME_FUNC_OFFSET(20644, glAreTexturesResident, glAreTexturesResidentEXT, glAreTexturesResidentEXT, 322),
- NAME_FUNC_OFFSET(20669, glCopyTexImage1D, glCopyTexImage1D, NULL, 323),
- NAME_FUNC_OFFSET(20689, glCopyTexImage2D, glCopyTexImage2D, NULL, 324),
- NAME_FUNC_OFFSET(20709, glCopyTexSubImage1D, glCopyTexSubImage1D, NULL, 325),
- NAME_FUNC_OFFSET(20732, glCopyTexSubImage2D, glCopyTexSubImage2D, NULL, 326),
- NAME_FUNC_OFFSET(20755, glDeleteTextures, glDeleteTexturesEXT, glDeleteTexturesEXT, 327),
- NAME_FUNC_OFFSET(20775, glGenTextures, glGenTexturesEXT, glGenTexturesEXT, 328),
- NAME_FUNC_OFFSET(20792, glGetPointerv, glGetPointerv, NULL, 329),
- NAME_FUNC_OFFSET(20809, glIsTexture, glIsTextureEXT, glIsTextureEXT, 330),
- NAME_FUNC_OFFSET(20824, glPrioritizeTextures, glPrioritizeTextures, NULL, 331),
- NAME_FUNC_OFFSET(20848, glTexSubImage1D, glTexSubImage1D, NULL, 332),
- NAME_FUNC_OFFSET(20867, glTexSubImage2D, glTexSubImage2D, NULL, 333),
- NAME_FUNC_OFFSET(20886, glBlendColor, glBlendColor, NULL, 336),
- NAME_FUNC_OFFSET(20902, glBlendEquation, glBlendEquation, NULL, 337),
+ NAME_FUNC_OFFSET(15983, gl_dispatch_stub_934, gl_dispatch_stub_934, NULL, 934),
+ NAME_FUNC_OFFSET(16009, glDebugMessageCallback, glDebugMessageCallback, NULL, 935),
+ NAME_FUNC_OFFSET(16032, glDebugMessageControl, glDebugMessageControl, NULL, 936),
+ NAME_FUNC_OFFSET(16054, glDebugMessageInsert, glDebugMessageInsert, NULL, 937),
+ NAME_FUNC_OFFSET(16075, glGetDebugMessageLog, glGetDebugMessageLog, NULL, 938),
+ NAME_FUNC_OFFSET(16096, glGetObjectLabel, glGetObjectLabel, NULL, 939),
+ NAME_FUNC_OFFSET(16113, glGetObjectPtrLabel, glGetObjectPtrLabel, NULL, 940),
+ NAME_FUNC_OFFSET(16133, glObjectLabel, glObjectLabel, NULL, 941),
+ NAME_FUNC_OFFSET(16147, glObjectPtrLabel, glObjectPtrLabel, NULL, 942),
+ NAME_FUNC_OFFSET(16164, glPopDebugGroup, glPopDebugGroup, NULL, 943),
+ NAME_FUNC_OFFSET(16180, glPushDebugGroup, glPushDebugGroup, NULL, 944),
+ NAME_FUNC_OFFSET(16197, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 945),
+ NAME_FUNC_OFFSET(16219, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 946),
+ NAME_FUNC_OFFSET(16242, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 947),
+ NAME_FUNC_OFFSET(16265, glFogCoordfEXT, glFogCoordfEXT, NULL, 948),
+ NAME_FUNC_OFFSET(16280, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 949),
+ NAME_FUNC_OFFSET(16296, glResizeBuffersMESA, glResizeBuffersMESA, NULL, 950),
+ NAME_FUNC_OFFSET(16316, glWindowPos4dMESA, glWindowPos4dMESA, NULL, 951),
+ NAME_FUNC_OFFSET(16334, glWindowPos4dvMESA, glWindowPos4dvMESA, NULL, 952),
+ NAME_FUNC_OFFSET(16353, glWindowPos4fMESA, glWindowPos4fMESA, NULL, 953),
+ NAME_FUNC_OFFSET(16371, glWindowPos4fvMESA, glWindowPos4fvMESA, NULL, 954),
+ NAME_FUNC_OFFSET(16390, glWindowPos4iMESA, glWindowPos4iMESA, NULL, 955),
+ NAME_FUNC_OFFSET(16408, glWindowPos4ivMESA, glWindowPos4ivMESA, NULL, 956),
+ NAME_FUNC_OFFSET(16427, glWindowPos4sMESA, glWindowPos4sMESA, NULL, 957),
+ NAME_FUNC_OFFSET(16445, glWindowPos4svMESA, glWindowPos4svMESA, NULL, 958),
+ NAME_FUNC_OFFSET(16464, gl_dispatch_stub_959, gl_dispatch_stub_959, NULL, 959),
+ NAME_FUNC_OFFSET(16489, gl_dispatch_stub_960, gl_dispatch_stub_960, NULL, 960),
+ NAME_FUNC_OFFSET(16516, glAreProgramsResidentNV, glAreProgramsResidentNV, NULL, 961),
+ NAME_FUNC_OFFSET(16540, glExecuteProgramNV, glExecuteProgramNV, NULL, 962),
+ NAME_FUNC_OFFSET(16559, glGetProgramParameterdvNV, glGetProgramParameterdvNV, NULL, 963),
+ NAME_FUNC_OFFSET(16585, glGetProgramParameterfvNV, glGetProgramParameterfvNV, NULL, 964),
+ NAME_FUNC_OFFSET(16611, glGetProgramStringNV, glGetProgramStringNV, NULL, 965),
+ NAME_FUNC_OFFSET(16632, glGetProgramivNV, glGetProgramivNV, NULL, 966),
+ NAME_FUNC_OFFSET(16649, glGetTrackMatrixivNV, glGetTrackMatrixivNV, NULL, 967),
+ NAME_FUNC_OFFSET(16670, glGetVertexAttribdvNV, glGetVertexAttribdvNV, NULL, 968),
+ NAME_FUNC_OFFSET(16692, glGetVertexAttribfvNV, glGetVertexAttribfvNV, NULL, 969),
+ NAME_FUNC_OFFSET(16714, glGetVertexAttribivNV, glGetVertexAttribivNV, NULL, 970),
+ NAME_FUNC_OFFSET(16736, glLoadProgramNV, glLoadProgramNV, NULL, 971),
+ NAME_FUNC_OFFSET(16752, glProgramParameters4dvNV, glProgramParameters4dvNV, NULL, 972),
+ NAME_FUNC_OFFSET(16777, glProgramParameters4fvNV, glProgramParameters4fvNV, NULL, 973),
+ NAME_FUNC_OFFSET(16802, glRequestResidentProgramsNV, glRequestResidentProgramsNV, NULL, 974),
+ NAME_FUNC_OFFSET(16830, glTrackMatrixNV, glTrackMatrixNV, NULL, 975),
+ NAME_FUNC_OFFSET(16846, glVertexAttrib1dNV, glVertexAttrib1dNV, NULL, 976),
+ NAME_FUNC_OFFSET(16865, glVertexAttrib1dvNV, glVertexAttrib1dvNV, NULL, 977),
+ NAME_FUNC_OFFSET(16885, glVertexAttrib1fNV, glVertexAttrib1fNV, NULL, 978),
+ NAME_FUNC_OFFSET(16904, glVertexAttrib1fvNV, glVertexAttrib1fvNV, NULL, 979),
+ NAME_FUNC_OFFSET(16924, glVertexAttrib1sNV, glVertexAttrib1sNV, NULL, 980),
+ NAME_FUNC_OFFSET(16943, glVertexAttrib1svNV, glVertexAttrib1svNV, NULL, 981),
+ NAME_FUNC_OFFSET(16963, glVertexAttrib2dNV, glVertexAttrib2dNV, NULL, 982),
+ NAME_FUNC_OFFSET(16982, glVertexAttrib2dvNV, glVertexAttrib2dvNV, NULL, 983),
+ NAME_FUNC_OFFSET(17002, glVertexAttrib2fNV, glVertexAttrib2fNV, NULL, 984),
+ NAME_FUNC_OFFSET(17021, glVertexAttrib2fvNV, glVertexAttrib2fvNV, NULL, 985),
+ NAME_FUNC_OFFSET(17041, glVertexAttrib2sNV, glVertexAttrib2sNV, NULL, 986),
+ NAME_FUNC_OFFSET(17060, glVertexAttrib2svNV, glVertexAttrib2svNV, NULL, 987),
+ NAME_FUNC_OFFSET(17080, glVertexAttrib3dNV, glVertexAttrib3dNV, NULL, 988),
+ NAME_FUNC_OFFSET(17099, glVertexAttrib3dvNV, glVertexAttrib3dvNV, NULL, 989),
+ NAME_FUNC_OFFSET(17119, glVertexAttrib3fNV, glVertexAttrib3fNV, NULL, 990),
+ NAME_FUNC_OFFSET(17138, glVertexAttrib3fvNV, glVertexAttrib3fvNV, NULL, 991),
+ NAME_FUNC_OFFSET(17158, glVertexAttrib3sNV, glVertexAttrib3sNV, NULL, 992),
+ NAME_FUNC_OFFSET(17177, glVertexAttrib3svNV, glVertexAttrib3svNV, NULL, 993),
+ NAME_FUNC_OFFSET(17197, glVertexAttrib4dNV, glVertexAttrib4dNV, NULL, 994),
+ NAME_FUNC_OFFSET(17216, glVertexAttrib4dvNV, glVertexAttrib4dvNV, NULL, 995),
+ NAME_FUNC_OFFSET(17236, glVertexAttrib4fNV, glVertexAttrib4fNV, NULL, 996),
+ NAME_FUNC_OFFSET(17255, glVertexAttrib4fvNV, glVertexAttrib4fvNV, NULL, 997),
+ NAME_FUNC_OFFSET(17275, glVertexAttrib4sNV, glVertexAttrib4sNV, NULL, 998),
+ NAME_FUNC_OFFSET(17294, glVertexAttrib4svNV, glVertexAttrib4svNV, NULL, 999),
+ NAME_FUNC_OFFSET(17314, glVertexAttrib4ubNV, glVertexAttrib4ubNV, NULL, 1000),
+ NAME_FUNC_OFFSET(17334, glVertexAttrib4ubvNV, glVertexAttrib4ubvNV, NULL, 1001),
+ NAME_FUNC_OFFSET(17355, glVertexAttribPointerNV, glVertexAttribPointerNV, NULL, 1002),
+ NAME_FUNC_OFFSET(17379, glVertexAttribs1dvNV, glVertexAttribs1dvNV, NULL, 1003),
+ NAME_FUNC_OFFSET(17400, glVertexAttribs1fvNV, glVertexAttribs1fvNV, NULL, 1004),
+ NAME_FUNC_OFFSET(17421, glVertexAttribs1svNV, glVertexAttribs1svNV, NULL, 1005),
+ NAME_FUNC_OFFSET(17442, glVertexAttribs2dvNV, glVertexAttribs2dvNV, NULL, 1006),
+ NAME_FUNC_OFFSET(17463, glVertexAttribs2fvNV, glVertexAttribs2fvNV, NULL, 1007),
+ NAME_FUNC_OFFSET(17484, glVertexAttribs2svNV, glVertexAttribs2svNV, NULL, 1008),
+ NAME_FUNC_OFFSET(17505, glVertexAttribs3dvNV, glVertexAttribs3dvNV, NULL, 1009),
+ NAME_FUNC_OFFSET(17526, glVertexAttribs3fvNV, glVertexAttribs3fvNV, NULL, 1010),
+ NAME_FUNC_OFFSET(17547, glVertexAttribs3svNV, glVertexAttribs3svNV, NULL, 1011),
+ NAME_FUNC_OFFSET(17568, glVertexAttribs4dvNV, glVertexAttribs4dvNV, NULL, 1012),
+ NAME_FUNC_OFFSET(17589, glVertexAttribs4fvNV, glVertexAttribs4fvNV, NULL, 1013),
+ NAME_FUNC_OFFSET(17610, glVertexAttribs4svNV, glVertexAttribs4svNV, NULL, 1014),
+ NAME_FUNC_OFFSET(17631, glVertexAttribs4ubvNV, glVertexAttribs4ubvNV, NULL, 1015),
+ NAME_FUNC_OFFSET(17653, glGetTexBumpParameterfvATI, glGetTexBumpParameterfvATI, NULL, 1016),
+ NAME_FUNC_OFFSET(17680, glGetTexBumpParameterivATI, glGetTexBumpParameterivATI, NULL, 1017),
+ NAME_FUNC_OFFSET(17707, glTexBumpParameterfvATI, glTexBumpParameterfvATI, NULL, 1018),
+ NAME_FUNC_OFFSET(17731, glTexBumpParameterivATI, glTexBumpParameterivATI, NULL, 1019),
+ NAME_FUNC_OFFSET(17755, glAlphaFragmentOp1ATI, glAlphaFragmentOp1ATI, NULL, 1020),
+ NAME_FUNC_OFFSET(17777, glAlphaFragmentOp2ATI, glAlphaFragmentOp2ATI, NULL, 1021),
+ NAME_FUNC_OFFSET(17799, glAlphaFragmentOp3ATI, glAlphaFragmentOp3ATI, NULL, 1022),
+ NAME_FUNC_OFFSET(17821, glBeginFragmentShaderATI, glBeginFragmentShaderATI, NULL, 1023),
+ NAME_FUNC_OFFSET(17846, glBindFragmentShaderATI, glBindFragmentShaderATI, NULL, 1024),
+ NAME_FUNC_OFFSET(17870, glColorFragmentOp1ATI, glColorFragmentOp1ATI, NULL, 1025),
+ NAME_FUNC_OFFSET(17892, glColorFragmentOp2ATI, glColorFragmentOp2ATI, NULL, 1026),
+ NAME_FUNC_OFFSET(17914, glColorFragmentOp3ATI, glColorFragmentOp3ATI, NULL, 1027),
+ NAME_FUNC_OFFSET(17936, glDeleteFragmentShaderATI, glDeleteFragmentShaderATI, NULL, 1028),
+ NAME_FUNC_OFFSET(17962, glEndFragmentShaderATI, glEndFragmentShaderATI, NULL, 1029),
+ NAME_FUNC_OFFSET(17985, glGenFragmentShadersATI, glGenFragmentShadersATI, NULL, 1030),
+ NAME_FUNC_OFFSET(18009, glPassTexCoordATI, glPassTexCoordATI, NULL, 1031),
+ NAME_FUNC_OFFSET(18027, glSampleMapATI, glSampleMapATI, NULL, 1032),
+ NAME_FUNC_OFFSET(18042, glSetFragmentShaderConstantATI, glSetFragmentShaderConstantATI, NULL, 1033),
+ NAME_FUNC_OFFSET(18073, gl_dispatch_stub_1034, gl_dispatch_stub_1034, NULL, 1034),
+ NAME_FUNC_OFFSET(18096, gl_dispatch_stub_1035, gl_dispatch_stub_1035, NULL, 1035),
+ NAME_FUNC_OFFSET(18119, gl_dispatch_stub_1036, gl_dispatch_stub_1036, NULL, 1036),
+ NAME_FUNC_OFFSET(18142, glGetProgramNamedParameterdvNV, glGetProgramNamedParameterdvNV, NULL, 1037),
+ NAME_FUNC_OFFSET(18173, glGetProgramNamedParameterfvNV, glGetProgramNamedParameterfvNV, NULL, 1038),
+ NAME_FUNC_OFFSET(18204, glProgramNamedParameter4dNV, glProgramNamedParameter4dNV, NULL, 1039),
+ NAME_FUNC_OFFSET(18232, glProgramNamedParameter4dvNV, glProgramNamedParameter4dvNV, NULL, 1040),
+ NAME_FUNC_OFFSET(18261, glProgramNamedParameter4fNV, glProgramNamedParameter4fNV, NULL, 1041),
+ NAME_FUNC_OFFSET(18289, glProgramNamedParameter4fvNV, glProgramNamedParameter4fvNV, NULL, 1042),
+ NAME_FUNC_OFFSET(18318, glPrimitiveRestartNV, glPrimitiveRestartNV, NULL, 1043),
+ NAME_FUNC_OFFSET(18339, gl_dispatch_stub_1044, gl_dispatch_stub_1044, NULL, 1044),
+ NAME_FUNC_OFFSET(18356, gl_dispatch_stub_1045, gl_dispatch_stub_1045, NULL, 1045),
+ NAME_FUNC_OFFSET(18369, gl_dispatch_stub_1046, gl_dispatch_stub_1046, NULL, 1046),
+ NAME_FUNC_OFFSET(18383, gl_dispatch_stub_1047, gl_dispatch_stub_1047, NULL, 1047),
+ NAME_FUNC_OFFSET(18400, glBindFramebufferEXT, glBindFramebufferEXT, NULL, 1048),
+ NAME_FUNC_OFFSET(18421, glBindRenderbufferEXT, glBindRenderbufferEXT, NULL, 1049),
+ NAME_FUNC_OFFSET(18443, gl_dispatch_stub_1050, gl_dispatch_stub_1050, NULL, 1050),
+ NAME_FUNC_OFFSET(18467, gl_dispatch_stub_1051, gl_dispatch_stub_1051, NULL, 1051),
+ NAME_FUNC_OFFSET(18497, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 1052),
+ NAME_FUNC_OFFSET(18518, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 1053),
+ NAME_FUNC_OFFSET(18540, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 1054),
+ NAME_FUNC_OFFSET(18561, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 1055),
+ NAME_FUNC_OFFSET(18583, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 1056),
+ NAME_FUNC_OFFSET(18605, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 1057),
+ NAME_FUNC_OFFSET(18628, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 1058),
+ NAME_FUNC_OFFSET(18649, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 1059),
+ NAME_FUNC_OFFSET(18671, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 1060),
+ NAME_FUNC_OFFSET(18693, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 1061),
+ NAME_FUNC_OFFSET(18716, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 1062),
+ NAME_FUNC_OFFSET(18737, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 1063),
+ NAME_FUNC_OFFSET(18759, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 1064),
+ NAME_FUNC_OFFSET(18781, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 1065),
+ NAME_FUNC_OFFSET(18804, glClearColorIiEXT, glClearColorIiEXT, NULL, 1066),
+ NAME_FUNC_OFFSET(18822, glClearColorIuiEXT, glClearColorIuiEXT, NULL, 1067),
+ NAME_FUNC_OFFSET(18841, glBindBufferOffsetEXT, glBindBufferOffsetEXT, NULL, 1068),
+ NAME_FUNC_OFFSET(18863, glBeginPerfMonitorAMD, glBeginPerfMonitorAMD, NULL, 1069),
+ NAME_FUNC_OFFSET(18885, glDeletePerfMonitorsAMD, glDeletePerfMonitorsAMD, NULL, 1070),
+ NAME_FUNC_OFFSET(18909, glEndPerfMonitorAMD, glEndPerfMonitorAMD, NULL, 1071),
+ NAME_FUNC_OFFSET(18929, glGenPerfMonitorsAMD, glGenPerfMonitorsAMD, NULL, 1072),
+ NAME_FUNC_OFFSET(18950, glGetPerfMonitorCounterDataAMD, glGetPerfMonitorCounterDataAMD, NULL, 1073),
+ NAME_FUNC_OFFSET(18981, glGetPerfMonitorCounterInfoAMD, glGetPerfMonitorCounterInfoAMD, NULL, 1074),
+ NAME_FUNC_OFFSET(19012, glGetPerfMonitorCounterStringAMD, glGetPerfMonitorCounterStringAMD, NULL, 1075),
+ NAME_FUNC_OFFSET(19045, glGetPerfMonitorCountersAMD, glGetPerfMonitorCountersAMD, NULL, 1076),
+ NAME_FUNC_OFFSET(19073, glGetPerfMonitorGroupStringAMD, glGetPerfMonitorGroupStringAMD, NULL, 1077),
+ NAME_FUNC_OFFSET(19104, glGetPerfMonitorGroupsAMD, glGetPerfMonitorGroupsAMD, NULL, 1078),
+ NAME_FUNC_OFFSET(19130, glSelectPerfMonitorCountersAMD, glSelectPerfMonitorCountersAMD, NULL, 1079),
+ NAME_FUNC_OFFSET(19161, glGetObjectParameterivAPPLE, glGetObjectParameterivAPPLE, NULL, 1080),
+ NAME_FUNC_OFFSET(19189, glObjectPurgeableAPPLE, glObjectPurgeableAPPLE, NULL, 1081),
+ NAME_FUNC_OFFSET(19212, glObjectUnpurgeableAPPLE, glObjectUnpurgeableAPPLE, NULL, 1082),
+ NAME_FUNC_OFFSET(19237, glActiveProgramEXT, glActiveProgramEXT, NULL, 1083),
+ NAME_FUNC_OFFSET(19256, glCreateShaderProgramEXT, glCreateShaderProgramEXT, NULL, 1084),
+ NAME_FUNC_OFFSET(19281, glUseShaderProgramEXT, glUseShaderProgramEXT, NULL, 1085),
+ NAME_FUNC_OFFSET(19303, glTextureBarrierNV, glTextureBarrierNV, NULL, 1086),
+ NAME_FUNC_OFFSET(19322, glVDPAUFiniNV, glVDPAUFiniNV, NULL, 1087),
+ NAME_FUNC_OFFSET(19336, glVDPAUGetSurfaceivNV, glVDPAUGetSurfaceivNV, NULL, 1088),
+ NAME_FUNC_OFFSET(19358, glVDPAUInitNV, glVDPAUInitNV, NULL, 1089),
+ NAME_FUNC_OFFSET(19372, glVDPAUIsSurfaceNV, glVDPAUIsSurfaceNV, NULL, 1090),
+ NAME_FUNC_OFFSET(19391, glVDPAUMapSurfacesNV, glVDPAUMapSurfacesNV, NULL, 1091),
+ NAME_FUNC_OFFSET(19412, glVDPAURegisterOutputSurfaceNV, glVDPAURegisterOutputSurfaceNV, NULL, 1092),
+ NAME_FUNC_OFFSET(19443, glVDPAURegisterVideoSurfaceNV, glVDPAURegisterVideoSurfaceNV, NULL, 1093),
+ NAME_FUNC_OFFSET(19473, glVDPAUSurfaceAccessNV, glVDPAUSurfaceAccessNV, NULL, 1094),
+ NAME_FUNC_OFFSET(19496, glVDPAUUnmapSurfacesNV, glVDPAUUnmapSurfacesNV, NULL, 1095),
+ NAME_FUNC_OFFSET(19519, glVDPAUUnregisterSurfaceNV, glVDPAUUnregisterSurfaceNV, NULL, 1096),
+ NAME_FUNC_OFFSET(19546, gl_dispatch_stub_1097, gl_dispatch_stub_1097, NULL, 1097),
+ NAME_FUNC_OFFSET(19568, gl_dispatch_stub_1098, gl_dispatch_stub_1098, NULL, 1098),
+ NAME_FUNC_OFFSET(19591, gl_dispatch_stub_1099, gl_dispatch_stub_1099, NULL, 1099),
+ NAME_FUNC_OFFSET(19614, gl_dispatch_stub_1100, gl_dispatch_stub_1100, NULL, 1100),
+ NAME_FUNC_OFFSET(19634, gl_dispatch_stub_1101, gl_dispatch_stub_1101, NULL, 1101),
+ NAME_FUNC_OFFSET(19661, gl_dispatch_stub_1102, gl_dispatch_stub_1102, NULL, 1102),
+ NAME_FUNC_OFFSET(19687, gl_dispatch_stub_1103, gl_dispatch_stub_1103, NULL, 1103),
+ NAME_FUNC_OFFSET(19713, gl_dispatch_stub_1104, gl_dispatch_stub_1104, NULL, 1104),
+ NAME_FUNC_OFFSET(19737, gl_dispatch_stub_1105, gl_dispatch_stub_1105, NULL, 1105),
+ NAME_FUNC_OFFSET(19765, gl_dispatch_stub_1106, gl_dispatch_stub_1106, NULL, 1106),
+ NAME_FUNC_OFFSET(19789, gl_dispatch_stub_1107, gl_dispatch_stub_1107, NULL, 1107),
+ NAME_FUNC_OFFSET(19814, gl_dispatch_stub_1108, gl_dispatch_stub_1108, NULL, 1108),
+ NAME_FUNC_OFFSET(19843, gl_dispatch_stub_1109, gl_dispatch_stub_1109, NULL, 1109),
+ NAME_FUNC_OFFSET(19874, glEGLImageTargetRenderbufferStorageOES, glEGLImageTargetRenderbufferStorageOES, NULL, 1110),
+ NAME_FUNC_OFFSET(19913, glEGLImageTargetTexture2DOES, glEGLImageTargetTexture2DOES, NULL, 1111),
+ NAME_FUNC_OFFSET(19942, glAlphaFuncx, glAlphaFuncx, NULL, 1112),
+ NAME_FUNC_OFFSET(19955, glClearColorx, glClearColorx, NULL, 1113),
+ NAME_FUNC_OFFSET(19969, glClearDepthx, glClearDepthx, NULL, 1114),
+ NAME_FUNC_OFFSET(19983, glColor4x, glColor4x, NULL, 1115),
+ NAME_FUNC_OFFSET(19993, glDepthRangex, glDepthRangex, NULL, 1116),
+ NAME_FUNC_OFFSET(20007, glFogx, glFogx, NULL, 1117),
+ NAME_FUNC_OFFSET(20014, glFogxv, glFogxv, NULL, 1118),
+ NAME_FUNC_OFFSET(20022, glFrustumf, glFrustumf, NULL, 1119),
+ NAME_FUNC_OFFSET(20033, glFrustumx, glFrustumx, NULL, 1120),
+ NAME_FUNC_OFFSET(20044, glLightModelx, glLightModelx, NULL, 1121),
+ NAME_FUNC_OFFSET(20058, glLightModelxv, glLightModelxv, NULL, 1122),
+ NAME_FUNC_OFFSET(20073, glLightx, glLightx, NULL, 1123),
+ NAME_FUNC_OFFSET(20082, glLightxv, glLightxv, NULL, 1124),
+ NAME_FUNC_OFFSET(20092, glLineWidthx, glLineWidthx, NULL, 1125),
+ NAME_FUNC_OFFSET(20105, glLoadMatrixx, glLoadMatrixx, NULL, 1126),
+ NAME_FUNC_OFFSET(20119, glMaterialx, glMaterialx, NULL, 1127),
+ NAME_FUNC_OFFSET(20131, glMaterialxv, glMaterialxv, NULL, 1128),
+ NAME_FUNC_OFFSET(20144, glMultMatrixx, glMultMatrixx, NULL, 1129),
+ NAME_FUNC_OFFSET(20158, glMultiTexCoord4x, glMultiTexCoord4x, NULL, 1130),
+ NAME_FUNC_OFFSET(20176, glNormal3x, glNormal3x, NULL, 1131),
+ NAME_FUNC_OFFSET(20187, glOrthof, glOrthof, NULL, 1132),
+ NAME_FUNC_OFFSET(20196, glOrthox, glOrthox, NULL, 1133),
+ NAME_FUNC_OFFSET(20205, glPointSizex, glPointSizex, NULL, 1134),
+ NAME_FUNC_OFFSET(20218, glPolygonOffsetx, glPolygonOffsetx, NULL, 1135),
+ NAME_FUNC_OFFSET(20235, glRotatex, glRotatex, NULL, 1136),
+ NAME_FUNC_OFFSET(20245, glSampleCoveragex, glSampleCoveragex, NULL, 1137),
+ NAME_FUNC_OFFSET(20263, glScalex, glScalex, NULL, 1138),
+ NAME_FUNC_OFFSET(20272, glTexEnvx, glTexEnvx, NULL, 1139),
+ NAME_FUNC_OFFSET(20282, glTexEnvxv, glTexEnvxv, NULL, 1140),
+ NAME_FUNC_OFFSET(20293, glTexParameterx, glTexParameterx, NULL, 1141),
+ NAME_FUNC_OFFSET(20309, glTranslatex, glTranslatex, NULL, 1142),
+ NAME_FUNC_OFFSET(20322, glClipPlanef, glClipPlanef, NULL, 1143),
+ NAME_FUNC_OFFSET(20335, glClipPlanex, glClipPlanex, NULL, 1144),
+ NAME_FUNC_OFFSET(20348, glGetClipPlanef, glGetClipPlanef, NULL, 1145),
+ NAME_FUNC_OFFSET(20364, glGetClipPlanex, glGetClipPlanex, NULL, 1146),
+ NAME_FUNC_OFFSET(20380, glGetFixedv, glGetFixedv, NULL, 1147),
+ NAME_FUNC_OFFSET(20392, glGetLightxv, glGetLightxv, NULL, 1148),
+ NAME_FUNC_OFFSET(20405, glGetMaterialxv, glGetMaterialxv, NULL, 1149),
+ NAME_FUNC_OFFSET(20421, glGetTexEnvxv, glGetTexEnvxv, NULL, 1150),
+ NAME_FUNC_OFFSET(20435, glGetTexParameterxv, glGetTexParameterxv, NULL, 1151),
+ NAME_FUNC_OFFSET(20455, glPointParameterx, glPointParameterx, NULL, 1152),
+ NAME_FUNC_OFFSET(20473, glPointParameterxv, glPointParameterxv, NULL, 1153),
+ NAME_FUNC_OFFSET(20492, glTexParameterxv, glTexParameterxv, NULL, 1154),
+ NAME_FUNC_OFFSET(20509, glTexGenf, glTexGenf, NULL, 190),
+ NAME_FUNC_OFFSET(20522, glTexGenfv, glTexGenfv, NULL, 191),
+ NAME_FUNC_OFFSET(20536, glTexGeni, glTexGeni, NULL, 192),
+ NAME_FUNC_OFFSET(20549, glTexGeniv, glTexGeniv, NULL, 193),
+ NAME_FUNC_OFFSET(20563, glReadBuffer, glReadBuffer, NULL, 254),
+ NAME_FUNC_OFFSET(20578, glGetTexGenfv, glGetTexGenfv, NULL, 279),
+ NAME_FUNC_OFFSET(20595, glGetTexGeniv, glGetTexGeniv, NULL, 280),
+ NAME_FUNC_OFFSET(20612, glArrayElement, glArrayElement, NULL, 306),
+ NAME_FUNC_OFFSET(20630, glBindTexture, glBindTexture, NULL, 307),
+ NAME_FUNC_OFFSET(20647, glDrawArrays, glDrawArrays, NULL, 310),
+ NAME_FUNC_OFFSET(20663, glAreTexturesResident, glAreTexturesResidentEXT, glAreTexturesResidentEXT, 322),
+ NAME_FUNC_OFFSET(20688, glCopyTexImage1D, glCopyTexImage1D, NULL, 323),
+ NAME_FUNC_OFFSET(20708, glCopyTexImage2D, glCopyTexImage2D, NULL, 324),
+ NAME_FUNC_OFFSET(20728, glCopyTexSubImage1D, glCopyTexSubImage1D, NULL, 325),
+ NAME_FUNC_OFFSET(20751, glCopyTexSubImage2D, glCopyTexSubImage2D, NULL, 326),
+ NAME_FUNC_OFFSET(20774, glDeleteTextures, glDeleteTexturesEXT, glDeleteTexturesEXT, 327),
+ NAME_FUNC_OFFSET(20794, glGenTextures, glGenTexturesEXT, glGenTexturesEXT, 328),
+ NAME_FUNC_OFFSET(20811, glGetPointerv, glGetPointerv, NULL, 329),
+ NAME_FUNC_OFFSET(20828, glIsTexture, glIsTextureEXT, glIsTextureEXT, 330),
+ NAME_FUNC_OFFSET(20843, glPrioritizeTextures, glPrioritizeTextures, NULL, 331),
+ NAME_FUNC_OFFSET(20867, glTexSubImage1D, glTexSubImage1D, NULL, 332),
+ NAME_FUNC_OFFSET(20886, glTexSubImage2D, glTexSubImage2D, NULL, 333),
+ NAME_FUNC_OFFSET(20905, glBlendColor, glBlendColor, NULL, 336),
NAME_FUNC_OFFSET(20921, glBlendEquation, glBlendEquation, NULL, 337),
- NAME_FUNC_OFFSET(20940, glDrawRangeElements, glDrawRangeElements, NULL, 338),
- NAME_FUNC_OFFSET(20963, glColorTable, glColorTable, NULL, 339),
- NAME_FUNC_OFFSET(20979, glColorTable, glColorTable, NULL, 339),
- NAME_FUNC_OFFSET(20995, glColorTableParameterfv, glColorTableParameterfv, NULL, 340),
- NAME_FUNC_OFFSET(21022, glColorTableParameteriv, glColorTableParameteriv, NULL, 341),
- NAME_FUNC_OFFSET(21049, glCopyColorTable, glCopyColorTable, NULL, 342),
- NAME_FUNC_OFFSET(21069, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
+ NAME_FUNC_OFFSET(20940, glBlendEquation, glBlendEquation, NULL, 337),
+ NAME_FUNC_OFFSET(20959, glDrawRangeElements, glDrawRangeElements, NULL, 338),
+ NAME_FUNC_OFFSET(20982, glColorTable, glColorTable, NULL, 339),
+ NAME_FUNC_OFFSET(20998, glColorTable, glColorTable, NULL, 339),
+ NAME_FUNC_OFFSET(21014, glColorTableParameterfv, glColorTableParameterfv, NULL, 340),
+ NAME_FUNC_OFFSET(21041, glColorTableParameteriv, glColorTableParameteriv, NULL, 341),
+ NAME_FUNC_OFFSET(21068, glCopyColorTable, glCopyColorTable, NULL, 342),
NAME_FUNC_OFFSET(21088, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
- NAME_FUNC_OFFSET(21107, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
- NAME_FUNC_OFFSET(21137, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
- NAME_FUNC_OFFSET(21167, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
- NAME_FUNC_OFFSET(21197, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
- NAME_FUNC_OFFSET(21227, glColorSubTable, glColorSubTable, NULL, 346),
- NAME_FUNC_OFFSET(21246, glCopyColorSubTable, glCopyColorSubTable, NULL, 347),
- NAME_FUNC_OFFSET(21269, glConvolutionFilter1D, glConvolutionFilter1D, NULL, 348),
- NAME_FUNC_OFFSET(21294, glConvolutionFilter2D, glConvolutionFilter2D, NULL, 349),
- NAME_FUNC_OFFSET(21319, glConvolutionParameterf, glConvolutionParameterf, NULL, 350),
- NAME_FUNC_OFFSET(21346, glConvolutionParameterfv, glConvolutionParameterfv, NULL, 351),
- NAME_FUNC_OFFSET(21374, glConvolutionParameteri, glConvolutionParameteri, NULL, 352),
- NAME_FUNC_OFFSET(21401, glConvolutionParameteriv, glConvolutionParameteriv, NULL, 353),
- NAME_FUNC_OFFSET(21429, glCopyConvolutionFilter1D, glCopyConvolutionFilter1D, NULL, 354),
- NAME_FUNC_OFFSET(21458, glCopyConvolutionFilter2D, glCopyConvolutionFilter2D, NULL, 355),
- NAME_FUNC_OFFSET(21487, glGetConvolutionFilter, gl_dispatch_stub_356, gl_dispatch_stub_356, 356),
- NAME_FUNC_OFFSET(21513, glGetConvolutionParameterfv, gl_dispatch_stub_357, gl_dispatch_stub_357, 357),
- NAME_FUNC_OFFSET(21544, glGetConvolutionParameteriv, gl_dispatch_stub_358, gl_dispatch_stub_358, 358),
- NAME_FUNC_OFFSET(21575, glGetSeparableFilter, gl_dispatch_stub_359, gl_dispatch_stub_359, 359),
- NAME_FUNC_OFFSET(21599, glSeparableFilter2D, glSeparableFilter2D, NULL, 360),
- NAME_FUNC_OFFSET(21622, glGetHistogram, gl_dispatch_stub_361, gl_dispatch_stub_361, 361),
- NAME_FUNC_OFFSET(21640, glGetHistogramParameterfv, gl_dispatch_stub_362, gl_dispatch_stub_362, 362),
- NAME_FUNC_OFFSET(21669, glGetHistogramParameteriv, gl_dispatch_stub_363, gl_dispatch_stub_363, 363),
- NAME_FUNC_OFFSET(21698, glGetMinmax, gl_dispatch_stub_364, gl_dispatch_stub_364, 364),
- NAME_FUNC_OFFSET(21713, glGetMinmaxParameterfv, gl_dispatch_stub_365, gl_dispatch_stub_365, 365),
- NAME_FUNC_OFFSET(21739, glGetMinmaxParameteriv, gl_dispatch_stub_366, gl_dispatch_stub_366, 366),
- NAME_FUNC_OFFSET(21765, glHistogram, glHistogram, NULL, 367),
- NAME_FUNC_OFFSET(21780, glMinmax, glMinmax, NULL, 368),
- NAME_FUNC_OFFSET(21792, glResetHistogram, glResetHistogram, NULL, 369),
- NAME_FUNC_OFFSET(21812, glResetMinmax, glResetMinmax, NULL, 370),
- NAME_FUNC_OFFSET(21829, glTexImage3D, glTexImage3D, NULL, 371),
- NAME_FUNC_OFFSET(21845, glTexImage3D, glTexImage3D, NULL, 371),
- NAME_FUNC_OFFSET(21861, glTexSubImage3D, glTexSubImage3D, NULL, 372),
+ NAME_FUNC_OFFSET(21107, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, 343),
+ NAME_FUNC_OFFSET(21126, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
+ NAME_FUNC_OFFSET(21156, glGetColorTableParameterfv, glGetColorTableParameterfvEXT, glGetColorTableParameterfvEXT, 344),
+ NAME_FUNC_OFFSET(21186, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
+ NAME_FUNC_OFFSET(21216, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, 345),
+ NAME_FUNC_OFFSET(21246, glColorSubTable, glColorSubTable, NULL, 346),
+ NAME_FUNC_OFFSET(21265, glCopyColorSubTable, glCopyColorSubTable, NULL, 347),
+ NAME_FUNC_OFFSET(21288, glConvolutionFilter1D, glConvolutionFilter1D, NULL, 348),
+ NAME_FUNC_OFFSET(21313, glConvolutionFilter2D, glConvolutionFilter2D, NULL, 349),
+ NAME_FUNC_OFFSET(21338, glConvolutionParameterf, glConvolutionParameterf, NULL, 350),
+ NAME_FUNC_OFFSET(21365, glConvolutionParameterfv, glConvolutionParameterfv, NULL, 351),
+ NAME_FUNC_OFFSET(21393, glConvolutionParameteri, glConvolutionParameteri, NULL, 352),
+ NAME_FUNC_OFFSET(21420, glConvolutionParameteriv, glConvolutionParameteriv, NULL, 353),
+ NAME_FUNC_OFFSET(21448, glCopyConvolutionFilter1D, glCopyConvolutionFilter1D, NULL, 354),
+ NAME_FUNC_OFFSET(21477, glCopyConvolutionFilter2D, glCopyConvolutionFilter2D, NULL, 355),
+ NAME_FUNC_OFFSET(21506, glGetConvolutionFilter, gl_dispatch_stub_356, gl_dispatch_stub_356, 356),
+ NAME_FUNC_OFFSET(21532, glGetConvolutionParameterfv, gl_dispatch_stub_357, gl_dispatch_stub_357, 357),
+ NAME_FUNC_OFFSET(21563, glGetConvolutionParameteriv, gl_dispatch_stub_358, gl_dispatch_stub_358, 358),
+ NAME_FUNC_OFFSET(21594, glGetSeparableFilter, gl_dispatch_stub_359, gl_dispatch_stub_359, 359),
+ NAME_FUNC_OFFSET(21618, glSeparableFilter2D, glSeparableFilter2D, NULL, 360),
+ NAME_FUNC_OFFSET(21641, glGetHistogram, gl_dispatch_stub_361, gl_dispatch_stub_361, 361),
+ NAME_FUNC_OFFSET(21659, glGetHistogramParameterfv, gl_dispatch_stub_362, gl_dispatch_stub_362, 362),
+ NAME_FUNC_OFFSET(21688, glGetHistogramParameteriv, gl_dispatch_stub_363, gl_dispatch_stub_363, 363),
+ NAME_FUNC_OFFSET(21717, glGetMinmax, gl_dispatch_stub_364, gl_dispatch_stub_364, 364),
+ NAME_FUNC_OFFSET(21732, glGetMinmaxParameterfv, gl_dispatch_stub_365, gl_dispatch_stub_365, 365),
+ NAME_FUNC_OFFSET(21758, glGetMinmaxParameteriv, gl_dispatch_stub_366, gl_dispatch_stub_366, 366),
+ NAME_FUNC_OFFSET(21784, glHistogram, glHistogram, NULL, 367),
+ NAME_FUNC_OFFSET(21799, glMinmax, glMinmax, NULL, 368),
+ NAME_FUNC_OFFSET(21811, glResetHistogram, glResetHistogram, NULL, 369),
+ NAME_FUNC_OFFSET(21831, glResetMinmax, glResetMinmax, NULL, 370),
+ NAME_FUNC_OFFSET(21848, glTexImage3D, glTexImage3D, NULL, 371),
+ NAME_FUNC_OFFSET(21864, glTexImage3D, glTexImage3D, NULL, 371),
NAME_FUNC_OFFSET(21880, glTexSubImage3D, glTexSubImage3D, NULL, 372),
- NAME_FUNC_OFFSET(21899, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
- NAME_FUNC_OFFSET(21922, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
- NAME_FUNC_OFFSET(21945, glActiveTexture, glActiveTexture, NULL, 374),
- NAME_FUNC_OFFSET(21964, glClientActiveTexture, glClientActiveTexture, NULL, 375),
- NAME_FUNC_OFFSET(21989, glMultiTexCoord1d, glMultiTexCoord1d, NULL, 376),
- NAME_FUNC_OFFSET(22010, glMultiTexCoord1dv, glMultiTexCoord1dv, NULL, 377),
- NAME_FUNC_OFFSET(22032, glMultiTexCoord1fARB, glMultiTexCoord1fARB, NULL, 378),
- NAME_FUNC_OFFSET(22050, glMultiTexCoord1fvARB, glMultiTexCoord1fvARB, NULL, 379),
- NAME_FUNC_OFFSET(22069, glMultiTexCoord1i, glMultiTexCoord1i, NULL, 380),
- NAME_FUNC_OFFSET(22090, glMultiTexCoord1iv, glMultiTexCoord1iv, NULL, 381),
- NAME_FUNC_OFFSET(22112, glMultiTexCoord1s, glMultiTexCoord1s, NULL, 382),
- NAME_FUNC_OFFSET(22133, glMultiTexCoord1sv, glMultiTexCoord1sv, NULL, 383),
- NAME_FUNC_OFFSET(22155, glMultiTexCoord2d, glMultiTexCoord2d, NULL, 384),
- NAME_FUNC_OFFSET(22176, glMultiTexCoord2dv, glMultiTexCoord2dv, NULL, 385),
- NAME_FUNC_OFFSET(22198, glMultiTexCoord2fARB, glMultiTexCoord2fARB, NULL, 386),
- NAME_FUNC_OFFSET(22216, glMultiTexCoord2fvARB, glMultiTexCoord2fvARB, NULL, 387),
- NAME_FUNC_OFFSET(22235, glMultiTexCoord2i, glMultiTexCoord2i, NULL, 388),
- NAME_FUNC_OFFSET(22256, glMultiTexCoord2iv, glMultiTexCoord2iv, NULL, 389),
- NAME_FUNC_OFFSET(22278, glMultiTexCoord2s, glMultiTexCoord2s, NULL, 390),
- NAME_FUNC_OFFSET(22299, glMultiTexCoord2sv, glMultiTexCoord2sv, NULL, 391),
- NAME_FUNC_OFFSET(22321, glMultiTexCoord3d, glMultiTexCoord3d, NULL, 392),
- NAME_FUNC_OFFSET(22342, glMultiTexCoord3dv, glMultiTexCoord3dv, NULL, 393),
- NAME_FUNC_OFFSET(22364, glMultiTexCoord3fARB, glMultiTexCoord3fARB, NULL, 394),
- NAME_FUNC_OFFSET(22382, glMultiTexCoord3fvARB, glMultiTexCoord3fvARB, NULL, 395),
- NAME_FUNC_OFFSET(22401, glMultiTexCoord3i, glMultiTexCoord3i, NULL, 396),
- NAME_FUNC_OFFSET(22422, glMultiTexCoord3iv, glMultiTexCoord3iv, NULL, 397),
- NAME_FUNC_OFFSET(22444, glMultiTexCoord3s, glMultiTexCoord3s, NULL, 398),
- NAME_FUNC_OFFSET(22465, glMultiTexCoord3sv, glMultiTexCoord3sv, NULL, 399),
- NAME_FUNC_OFFSET(22487, glMultiTexCoord4d, glMultiTexCoord4d, NULL, 400),
- NAME_FUNC_OFFSET(22508, glMultiTexCoord4dv, glMultiTexCoord4dv, NULL, 401),
- NAME_FUNC_OFFSET(22530, glMultiTexCoord4fARB, glMultiTexCoord4fARB, NULL, 402),
- NAME_FUNC_OFFSET(22548, glMultiTexCoord4fvARB, glMultiTexCoord4fvARB, NULL, 403),
- NAME_FUNC_OFFSET(22567, glMultiTexCoord4i, glMultiTexCoord4i, NULL, 404),
- NAME_FUNC_OFFSET(22588, glMultiTexCoord4iv, glMultiTexCoord4iv, NULL, 405),
- NAME_FUNC_OFFSET(22610, glMultiTexCoord4s, glMultiTexCoord4s, NULL, 406),
- NAME_FUNC_OFFSET(22631, glMultiTexCoord4sv, glMultiTexCoord4sv, NULL, 407),
- NAME_FUNC_OFFSET(22653, glCompressedTexImage1D, glCompressedTexImage1D, NULL, 408),
- NAME_FUNC_OFFSET(22679, glCompressedTexImage2D, glCompressedTexImage2D, NULL, 409),
- NAME_FUNC_OFFSET(22705, glCompressedTexImage3D, glCompressedTexImage3D, NULL, 410),
- NAME_FUNC_OFFSET(22731, glCompressedTexImage3D, glCompressedTexImage3D, NULL, 410),
- NAME_FUNC_OFFSET(22757, glCompressedTexSubImage1D, glCompressedTexSubImage1D, NULL, 411),
- NAME_FUNC_OFFSET(22786, glCompressedTexSubImage2D, glCompressedTexSubImage2D, NULL, 412),
- NAME_FUNC_OFFSET(22815, glCompressedTexSubImage3D, glCompressedTexSubImage3D, NULL, 413),
- NAME_FUNC_OFFSET(22844, glCompressedTexSubImage3D, glCompressedTexSubImage3D, NULL, 413),
- NAME_FUNC_OFFSET(22873, glGetCompressedTexImage, glGetCompressedTexImage, NULL, 414),
- NAME_FUNC_OFFSET(22900, glLoadTransposeMatrixd, glLoadTransposeMatrixd, NULL, 415),
- NAME_FUNC_OFFSET(22926, glLoadTransposeMatrixf, glLoadTransposeMatrixf, NULL, 416),
- NAME_FUNC_OFFSET(22952, glMultTransposeMatrixd, glMultTransposeMatrixd, NULL, 417),
- NAME_FUNC_OFFSET(22978, glMultTransposeMatrixf, glMultTransposeMatrixf, NULL, 418),
- NAME_FUNC_OFFSET(23004, glSampleCoverage, glSampleCoverage, NULL, 419),
- NAME_FUNC_OFFSET(23024, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
- NAME_FUNC_OFFSET(23047, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
- NAME_FUNC_OFFSET(23071, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
- NAME_FUNC_OFFSET(23094, glFogCoordPointer, glFogCoordPointer, NULL, 421),
- NAME_FUNC_OFFSET(23115, glFogCoordd, glFogCoordd, NULL, 422),
- NAME_FUNC_OFFSET(23130, glFogCoorddv, glFogCoorddv, NULL, 423),
- NAME_FUNC_OFFSET(23146, glMultiDrawArrays, glMultiDrawArrays, NULL, 424),
- NAME_FUNC_OFFSET(23167, glPointParameterf, glPointParameterf, NULL, 425),
- NAME_FUNC_OFFSET(23188, glPointParameterf, glPointParameterf, NULL, 425),
- NAME_FUNC_OFFSET(23209, glPointParameterf, glPointParameterf, NULL, 425),
- NAME_FUNC_OFFSET(23231, glPointParameterfv, glPointParameterfv, NULL, 426),
- NAME_FUNC_OFFSET(23253, glPointParameterfv, glPointParameterfv, NULL, 426),
- NAME_FUNC_OFFSET(23275, glPointParameterfv, glPointParameterfv, NULL, 426),
- NAME_FUNC_OFFSET(23298, glPointParameteri, glPointParameteri, NULL, 427),
- NAME_FUNC_OFFSET(23318, glPointParameteriv, glPointParameteriv, NULL, 428),
- NAME_FUNC_OFFSET(23339, glSecondaryColor3b, glSecondaryColor3b, NULL, 429),
- NAME_FUNC_OFFSET(23361, glSecondaryColor3bv, glSecondaryColor3bv, NULL, 430),
- NAME_FUNC_OFFSET(23384, glSecondaryColor3d, glSecondaryColor3d, NULL, 431),
- NAME_FUNC_OFFSET(23406, glSecondaryColor3dv, glSecondaryColor3dv, NULL, 432),
- NAME_FUNC_OFFSET(23429, glSecondaryColor3i, glSecondaryColor3i, NULL, 433),
- NAME_FUNC_OFFSET(23451, glSecondaryColor3iv, glSecondaryColor3iv, NULL, 434),
- NAME_FUNC_OFFSET(23474, glSecondaryColor3s, glSecondaryColor3s, NULL, 435),
- NAME_FUNC_OFFSET(23496, glSecondaryColor3sv, glSecondaryColor3sv, NULL, 436),
- NAME_FUNC_OFFSET(23519, glSecondaryColor3ub, glSecondaryColor3ub, NULL, 437),
- NAME_FUNC_OFFSET(23542, glSecondaryColor3ubv, glSecondaryColor3ubv, NULL, 438),
- NAME_FUNC_OFFSET(23566, glSecondaryColor3ui, glSecondaryColor3ui, NULL, 439),
- NAME_FUNC_OFFSET(23589, glSecondaryColor3uiv, glSecondaryColor3uiv, NULL, 440),
- NAME_FUNC_OFFSET(23613, glSecondaryColor3us, glSecondaryColor3us, NULL, 441),
- NAME_FUNC_OFFSET(23636, glSecondaryColor3usv, glSecondaryColor3usv, NULL, 442),
- NAME_FUNC_OFFSET(23660, glSecondaryColorPointer, glSecondaryColorPointer, NULL, 443),
- NAME_FUNC_OFFSET(23687, glWindowPos2d, glWindowPos2d, NULL, 444),
- NAME_FUNC_OFFSET(23704, glWindowPos2d, glWindowPos2d, NULL, 444),
- NAME_FUNC_OFFSET(23722, glWindowPos2dv, glWindowPos2dv, NULL, 445),
- NAME_FUNC_OFFSET(23740, glWindowPos2dv, glWindowPos2dv, NULL, 445),
- NAME_FUNC_OFFSET(23759, glWindowPos2f, glWindowPos2f, NULL, 446),
- NAME_FUNC_OFFSET(23776, glWindowPos2f, glWindowPos2f, NULL, 446),
- NAME_FUNC_OFFSET(23794, glWindowPos2fv, glWindowPos2fv, NULL, 447),
- NAME_FUNC_OFFSET(23812, glWindowPos2fv, glWindowPos2fv, NULL, 447),
- NAME_FUNC_OFFSET(23831, glWindowPos2i, glWindowPos2i, NULL, 448),
- NAME_FUNC_OFFSET(23848, glWindowPos2i, glWindowPos2i, NULL, 448),
- NAME_FUNC_OFFSET(23866, glWindowPos2iv, glWindowPos2iv, NULL, 449),
- NAME_FUNC_OFFSET(23884, glWindowPos2iv, glWindowPos2iv, NULL, 449),
- NAME_FUNC_OFFSET(23903, glWindowPos2s, glWindowPos2s, NULL, 450),
- NAME_FUNC_OFFSET(23920, glWindowPos2s, glWindowPos2s, NULL, 450),
- NAME_FUNC_OFFSET(23938, glWindowPos2sv, glWindowPos2sv, NULL, 451),
- NAME_FUNC_OFFSET(23956, glWindowPos2sv, glWindowPos2sv, NULL, 451),
- NAME_FUNC_OFFSET(23975, glWindowPos3d, glWindowPos3d, NULL, 452),
- NAME_FUNC_OFFSET(23992, glWindowPos3d, glWindowPos3d, NULL, 452),
- NAME_FUNC_OFFSET(24010, glWindowPos3dv, glWindowPos3dv, NULL, 453),
- NAME_FUNC_OFFSET(24028, glWindowPos3dv, glWindowPos3dv, NULL, 453),
- NAME_FUNC_OFFSET(24047, glWindowPos3f, glWindowPos3f, NULL, 454),
- NAME_FUNC_OFFSET(24064, glWindowPos3f, glWindowPos3f, NULL, 454),
- NAME_FUNC_OFFSET(24082, glWindowPos3fv, glWindowPos3fv, NULL, 455),
- NAME_FUNC_OFFSET(24100, glWindowPos3fv, glWindowPos3fv, NULL, 455),
- NAME_FUNC_OFFSET(24119, glWindowPos3i, glWindowPos3i, NULL, 456),
- NAME_FUNC_OFFSET(24136, glWindowPos3i, glWindowPos3i, NULL, 456),
- NAME_FUNC_OFFSET(24154, glWindowPos3iv, glWindowPos3iv, NULL, 457),
- NAME_FUNC_OFFSET(24172, glWindowPos3iv, glWindowPos3iv, NULL, 457),
- NAME_FUNC_OFFSET(24191, glWindowPos3s, glWindowPos3s, NULL, 458),
- NAME_FUNC_OFFSET(24208, glWindowPos3s, glWindowPos3s, NULL, 458),
- NAME_FUNC_OFFSET(24226, glWindowPos3sv, glWindowPos3sv, NULL, 459),
- NAME_FUNC_OFFSET(24244, glWindowPos3sv, glWindowPos3sv, NULL, 459),
- NAME_FUNC_OFFSET(24263, glBeginQuery, glBeginQuery, NULL, 460),
- NAME_FUNC_OFFSET(24279, glBindBuffer, glBindBuffer, NULL, 461),
- NAME_FUNC_OFFSET(24295, glBufferData, glBufferData, NULL, 462),
- NAME_FUNC_OFFSET(24311, glBufferSubData, glBufferSubData, NULL, 463),
- NAME_FUNC_OFFSET(24330, glDeleteBuffers, glDeleteBuffers, NULL, 464),
- NAME_FUNC_OFFSET(24349, glDeleteQueries, glDeleteQueries, NULL, 465),
- NAME_FUNC_OFFSET(24368, glEndQuery, glEndQuery, NULL, 466),
- NAME_FUNC_OFFSET(24382, glGenBuffers, glGenBuffers, NULL, 467),
- NAME_FUNC_OFFSET(24398, glGenQueries, glGenQueries, NULL, 468),
- NAME_FUNC_OFFSET(24414, glGetBufferParameteriv, glGetBufferParameteriv, NULL, 469),
- NAME_FUNC_OFFSET(24440, glGetBufferPointerv, glGetBufferPointerv, NULL, 470),
- NAME_FUNC_OFFSET(24463, glGetBufferPointerv, glGetBufferPointerv, NULL, 470),
- NAME_FUNC_OFFSET(24486, glGetBufferSubData, glGetBufferSubData, NULL, 471),
- NAME_FUNC_OFFSET(24508, glGetQueryObjectiv, glGetQueryObjectiv, NULL, 472),
- NAME_FUNC_OFFSET(24530, glGetQueryObjectuiv, glGetQueryObjectuiv, NULL, 473),
- NAME_FUNC_OFFSET(24553, glGetQueryiv, glGetQueryiv, NULL, 474),
- NAME_FUNC_OFFSET(24569, glIsBuffer, glIsBuffer, NULL, 475),
- NAME_FUNC_OFFSET(24583, glIsQuery, glIsQuery, NULL, 476),
- NAME_FUNC_OFFSET(24596, glMapBuffer, glMapBuffer, NULL, 477),
- NAME_FUNC_OFFSET(24611, glMapBuffer, glMapBuffer, NULL, 477),
- NAME_FUNC_OFFSET(24626, glUnmapBuffer, glUnmapBuffer, NULL, 478),
- NAME_FUNC_OFFSET(24643, glUnmapBuffer, glUnmapBuffer, NULL, 478),
- NAME_FUNC_OFFSET(24660, glBindAttribLocation, glBindAttribLocation, NULL, 480),
- NAME_FUNC_OFFSET(24684, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
- NAME_FUNC_OFFSET(24711, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
- NAME_FUNC_OFFSET(24738, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
- NAME_FUNC_OFFSET(24765, glCompileShader, glCompileShader, NULL, 482),
- NAME_FUNC_OFFSET(24784, glDisableVertexAttribArray, glDisableVertexAttribArray, NULL, 488),
- NAME_FUNC_OFFSET(24814, glDrawBuffers, glDrawBuffers, NULL, 489),
- NAME_FUNC_OFFSET(24831, glDrawBuffers, glDrawBuffers, NULL, 489),
- NAME_FUNC_OFFSET(24848, glDrawBuffers, glDrawBuffers, NULL, 489),
- NAME_FUNC_OFFSET(24864, glEnableVertexAttribArray, glEnableVertexAttribArray, NULL, 490),
- NAME_FUNC_OFFSET(24893, glGetActiveAttrib, glGetActiveAttrib, NULL, 491),
- NAME_FUNC_OFFSET(24914, glGetActiveUniform, glGetActiveUniform, NULL, 492),
- NAME_FUNC_OFFSET(24936, glGetAttribLocation, glGetAttribLocation, NULL, 494),
- NAME_FUNC_OFFSET(24959, glGetShaderSource, glGetShaderSource, NULL, 498),
- NAME_FUNC_OFFSET(24980, glGetUniformLocation, glGetUniformLocation, NULL, 500),
- NAME_FUNC_OFFSET(25004, glGetUniformfv, glGetUniformfv, NULL, 501),
- NAME_FUNC_OFFSET(25022, glGetUniformiv, glGetUniformiv, NULL, 502),
- NAME_FUNC_OFFSET(25040, glGetVertexAttribPointerv, glGetVertexAttribPointerv, NULL, 503),
- NAME_FUNC_OFFSET(25069, glGetVertexAttribPointerv, glGetVertexAttribPointerv, NULL, 503),
- NAME_FUNC_OFFSET(25097, glGetVertexAttribdv, glGetVertexAttribdv, NULL, 504),
- NAME_FUNC_OFFSET(25120, glGetVertexAttribfv, glGetVertexAttribfv, NULL, 505),
- NAME_FUNC_OFFSET(25143, glGetVertexAttribiv, glGetVertexAttribiv, NULL, 506),
- NAME_FUNC_OFFSET(25166, glLinkProgram, glLinkProgram, NULL, 509),
- NAME_FUNC_OFFSET(25183, glShaderSource, glShaderSource, NULL, 510),
- NAME_FUNC_OFFSET(25201, glStencilOpSeparate, glStencilOpSeparate, NULL, 513),
- NAME_FUNC_OFFSET(25224, glUniform1f, glUniform1f, NULL, 514),
- NAME_FUNC_OFFSET(25239, glUniform1fv, glUniform1fv, NULL, 515),
- NAME_FUNC_OFFSET(25255, glUniform1i, glUniform1i, NULL, 516),
- NAME_FUNC_OFFSET(25270, glUniform1iv, glUniform1iv, NULL, 517),
- NAME_FUNC_OFFSET(25286, glUniform2f, glUniform2f, NULL, 518),
- NAME_FUNC_OFFSET(25301, glUniform2fv, glUniform2fv, NULL, 519),
- NAME_FUNC_OFFSET(25317, glUniform2i, glUniform2i, NULL, 520),
- NAME_FUNC_OFFSET(25332, glUniform2iv, glUniform2iv, NULL, 521),
- NAME_FUNC_OFFSET(25348, glUniform3f, glUniform3f, NULL, 522),
- NAME_FUNC_OFFSET(25363, glUniform3fv, glUniform3fv, NULL, 523),
- NAME_FUNC_OFFSET(25379, glUniform3i, glUniform3i, NULL, 524),
- NAME_FUNC_OFFSET(25394, glUniform3iv, glUniform3iv, NULL, 525),
- NAME_FUNC_OFFSET(25410, glUniform4f, glUniform4f, NULL, 526),
- NAME_FUNC_OFFSET(25425, glUniform4fv, glUniform4fv, NULL, 527),
- NAME_FUNC_OFFSET(25441, glUniform4i, glUniform4i, NULL, 528),
- NAME_FUNC_OFFSET(25456, glUniform4iv, glUniform4iv, NULL, 529),
- NAME_FUNC_OFFSET(25472, glUniformMatrix2fv, glUniformMatrix2fv, NULL, 530),
- NAME_FUNC_OFFSET(25494, glUniformMatrix3fv, glUniformMatrix3fv, NULL, 531),
- NAME_FUNC_OFFSET(25516, glUniformMatrix4fv, glUniformMatrix4fv, NULL, 532),
- NAME_FUNC_OFFSET(25538, glUseProgram, glUseProgram, NULL, 533),
- NAME_FUNC_OFFSET(25560, glValidateProgram, glValidateProgram, NULL, 534),
- NAME_FUNC_OFFSET(25581, glVertexAttrib1d, glVertexAttrib1d, NULL, 535),
- NAME_FUNC_OFFSET(25601, glVertexAttrib1dv, glVertexAttrib1dv, NULL, 536),
- NAME_FUNC_OFFSET(25622, glVertexAttrib1s, glVertexAttrib1s, NULL, 537),
- NAME_FUNC_OFFSET(25642, glVertexAttrib1sv, glVertexAttrib1sv, NULL, 538),
- NAME_FUNC_OFFSET(25663, glVertexAttrib2d, glVertexAttrib2d, NULL, 539),
- NAME_FUNC_OFFSET(25683, glVertexAttrib2dv, glVertexAttrib2dv, NULL, 540),
- NAME_FUNC_OFFSET(25704, glVertexAttrib2s, glVertexAttrib2s, NULL, 541),
- NAME_FUNC_OFFSET(25724, glVertexAttrib2sv, glVertexAttrib2sv, NULL, 542),
- NAME_FUNC_OFFSET(25745, glVertexAttrib3d, glVertexAttrib3d, NULL, 543),
- NAME_FUNC_OFFSET(25765, glVertexAttrib3dv, glVertexAttrib3dv, NULL, 544),
- NAME_FUNC_OFFSET(25786, glVertexAttrib3s, glVertexAttrib3s, NULL, 545),
- NAME_FUNC_OFFSET(25806, glVertexAttrib3sv, glVertexAttrib3sv, NULL, 546),
- NAME_FUNC_OFFSET(25827, glVertexAttrib4Nbv, glVertexAttrib4Nbv, NULL, 547),
- NAME_FUNC_OFFSET(25849, glVertexAttrib4Niv, glVertexAttrib4Niv, NULL, 548),
- NAME_FUNC_OFFSET(25871, glVertexAttrib4Nsv, glVertexAttrib4Nsv, NULL, 549),
- NAME_FUNC_OFFSET(25893, glVertexAttrib4Nub, glVertexAttrib4Nub, NULL, 550),
- NAME_FUNC_OFFSET(25915, glVertexAttrib4Nubv, glVertexAttrib4Nubv, NULL, 551),
- NAME_FUNC_OFFSET(25938, glVertexAttrib4Nuiv, glVertexAttrib4Nuiv, NULL, 552),
- NAME_FUNC_OFFSET(25961, glVertexAttrib4Nusv, glVertexAttrib4Nusv, NULL, 553),
- NAME_FUNC_OFFSET(25984, glVertexAttrib4bv, glVertexAttrib4bv, NULL, 554),
- NAME_FUNC_OFFSET(26005, glVertexAttrib4d, glVertexAttrib4d, NULL, 555),
- NAME_FUNC_OFFSET(26025, glVertexAttrib4dv, glVertexAttrib4dv, NULL, 556),
- NAME_FUNC_OFFSET(26046, glVertexAttrib4iv, glVertexAttrib4iv, NULL, 557),
- NAME_FUNC_OFFSET(26067, glVertexAttrib4s, glVertexAttrib4s, NULL, 558),
- NAME_FUNC_OFFSET(26087, glVertexAttrib4sv, glVertexAttrib4sv, NULL, 559),
- NAME_FUNC_OFFSET(26108, glVertexAttrib4ubv, glVertexAttrib4ubv, NULL, 560),
- NAME_FUNC_OFFSET(26130, glVertexAttrib4uiv, glVertexAttrib4uiv, NULL, 561),
- NAME_FUNC_OFFSET(26152, glVertexAttrib4usv, glVertexAttrib4usv, NULL, 562),
- NAME_FUNC_OFFSET(26174, glVertexAttribPointer, glVertexAttribPointer, NULL, 563),
- NAME_FUNC_OFFSET(26199, glBeginConditionalRender, glBeginConditionalRender, NULL, 570),
- NAME_FUNC_OFFSET(26226, glBeginTransformFeedback, glBeginTransformFeedback, NULL, 571),
- NAME_FUNC_OFFSET(26254, glBindBufferBase, glBindBufferBase, NULL, 572),
- NAME_FUNC_OFFSET(26274, glBindBufferRange, glBindBufferRange, NULL, 573),
- NAME_FUNC_OFFSET(26295, glBindFragDataLocation, glBindFragDataLocation, NULL, 574),
- NAME_FUNC_OFFSET(26321, glClampColor, glClampColor, NULL, 575),
- NAME_FUNC_OFFSET(26337, glColorMaski, glColorMaski, NULL, 580),
- NAME_FUNC_OFFSET(26359, glDisablei, glDisablei, NULL, 581),
- NAME_FUNC_OFFSET(26379, glEnablei, glEnablei, NULL, 582),
- NAME_FUNC_OFFSET(26398, glEndConditionalRender, glEndConditionalRender, NULL, 583),
- NAME_FUNC_OFFSET(26423, glEndTransformFeedback, glEndTransformFeedback, NULL, 584),
- NAME_FUNC_OFFSET(26449, glGetBooleani_v, glGetBooleani_v, NULL, 585),
- NAME_FUNC_OFFSET(26473, glGetFragDataLocation, glGetFragDataLocation, NULL, 586),
- NAME_FUNC_OFFSET(26498, glGetIntegeri_v, glGetIntegeri_v, NULL, 587),
- NAME_FUNC_OFFSET(26522, glGetTexParameterIiv, glGetTexParameterIiv, NULL, 589),
- NAME_FUNC_OFFSET(26546, glGetTexParameterIuiv, glGetTexParameterIuiv, NULL, 590),
- NAME_FUNC_OFFSET(26571, glGetTransformFeedbackVarying, glGetTransformFeedbackVarying, NULL, 591),
- NAME_FUNC_OFFSET(26604, glGetUniformuiv, glGetUniformuiv, NULL, 592),
- NAME_FUNC_OFFSET(26623, glGetVertexAttribIiv, glGetVertexAttribIiv, NULL, 593),
- NAME_FUNC_OFFSET(26647, glGetVertexAttribIuiv, glGetVertexAttribIuiv, NULL, 594),
- NAME_FUNC_OFFSET(26672, glIsEnabledi, glIsEnabledi, NULL, 595),
- NAME_FUNC_OFFSET(26694, glTexParameterIiv, glTexParameterIiv, NULL, 596),
- NAME_FUNC_OFFSET(26715, glTexParameterIuiv, glTexParameterIuiv, NULL, 597),
- NAME_FUNC_OFFSET(26737, glTransformFeedbackVaryings, glTransformFeedbackVaryings, NULL, 598),
- NAME_FUNC_OFFSET(26768, glUniform1ui, glUniform1ui, NULL, 599),
- NAME_FUNC_OFFSET(26784, glUniform1uiv, glUniform1uiv, NULL, 600),
- NAME_FUNC_OFFSET(26801, glUniform2ui, glUniform2ui, NULL, 601),
- NAME_FUNC_OFFSET(26817, glUniform2uiv, glUniform2uiv, NULL, 602),
- NAME_FUNC_OFFSET(26834, glUniform3ui, glUniform3ui, NULL, 603),
- NAME_FUNC_OFFSET(26850, glUniform3uiv, glUniform3uiv, NULL, 604),
- NAME_FUNC_OFFSET(26867, glUniform4ui, glUniform4ui, NULL, 605),
- NAME_FUNC_OFFSET(26883, glUniform4uiv, glUniform4uiv, NULL, 606),
- NAME_FUNC_OFFSET(26900, glVertexAttribI1iv, glVertexAttribI1iv, NULL, 607),
- NAME_FUNC_OFFSET(26922, glVertexAttribI1uiv, glVertexAttribI1uiv, NULL, 608),
- NAME_FUNC_OFFSET(26945, glVertexAttribI4bv, glVertexAttribI4bv, NULL, 609),
- NAME_FUNC_OFFSET(26967, glVertexAttribI4sv, glVertexAttribI4sv, NULL, 610),
- NAME_FUNC_OFFSET(26989, glVertexAttribI4ubv, glVertexAttribI4ubv, NULL, 611),
- NAME_FUNC_OFFSET(27012, glVertexAttribI4usv, glVertexAttribI4usv, NULL, 612),
- NAME_FUNC_OFFSET(27035, glVertexAttribIPointer, glVertexAttribIPointer, NULL, 613),
- NAME_FUNC_OFFSET(27061, glPrimitiveRestartIndex, glPrimitiveRestartIndex, NULL, 614),
- NAME_FUNC_OFFSET(27087, glTexBuffer, glTexBuffer, NULL, 615),
- NAME_FUNC_OFFSET(27102, glFramebufferTexture, glFramebufferTexture, NULL, 616),
- NAME_FUNC_OFFSET(27126, glVertexAttribDivisor, glVertexAttribDivisor, NULL, 619),
- NAME_FUNC_OFFSET(27151, glMinSampleShading, glMinSampleShading, NULL, 620),
- NAME_FUNC_OFFSET(27173, glBindProgramARB, glBindProgramARB, NULL, 621),
- NAME_FUNC_OFFSET(27189, glDeleteProgramsARB, glDeleteProgramsARB, NULL, 622),
- NAME_FUNC_OFFSET(27208, glGenProgramsARB, glGenProgramsARB, NULL, 623),
- NAME_FUNC_OFFSET(27224, glIsProgramARB, glIsProgramARB, NULL, 630),
- NAME_FUNC_OFFSET(27238, glProgramEnvParameter4dARB, glProgramEnvParameter4dARB, NULL, 631),
- NAME_FUNC_OFFSET(27261, glProgramEnvParameter4dvARB, glProgramEnvParameter4dvARB, NULL, 632),
- NAME_FUNC_OFFSET(27285, glProgramEnvParameter4fARB, glProgramEnvParameter4fARB, NULL, 633),
- NAME_FUNC_OFFSET(27308, glProgramEnvParameter4fvARB, glProgramEnvParameter4fvARB, NULL, 634),
- NAME_FUNC_OFFSET(27332, glVertexAttrib1fARB, glVertexAttrib1fARB, NULL, 640),
- NAME_FUNC_OFFSET(27349, glVertexAttrib1fvARB, glVertexAttrib1fvARB, NULL, 641),
- NAME_FUNC_OFFSET(27367, glVertexAttrib2fARB, glVertexAttrib2fARB, NULL, 642),
- NAME_FUNC_OFFSET(27384, glVertexAttrib2fvARB, glVertexAttrib2fvARB, NULL, 643),
- NAME_FUNC_OFFSET(27402, glVertexAttrib3fARB, glVertexAttrib3fARB, NULL, 644),
- NAME_FUNC_OFFSET(27419, glVertexAttrib3fvARB, glVertexAttrib3fvARB, NULL, 645),
- NAME_FUNC_OFFSET(27437, glVertexAttrib4fARB, glVertexAttrib4fARB, NULL, 646),
- NAME_FUNC_OFFSET(27454, glVertexAttrib4fvARB, glVertexAttrib4fvARB, NULL, 647),
- NAME_FUNC_OFFSET(27472, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 658),
- NAME_FUNC_OFFSET(27497, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 658),
- NAME_FUNC_OFFSET(27519, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 659),
- NAME_FUNC_OFFSET(27546, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 659),
- NAME_FUNC_OFFSET(27570, glBindFramebuffer, glBindFramebuffer, NULL, 660),
- NAME_FUNC_OFFSET(27591, glBindRenderbuffer, glBindRenderbuffer, NULL, 661),
- NAME_FUNC_OFFSET(27613, glBlitFramebuffer, glBlitFramebuffer, NULL, 662),
- NAME_FUNC_OFFSET(27634, glCheckFramebufferStatus, glCheckFramebufferStatus, NULL, 663),
- NAME_FUNC_OFFSET(27662, glCheckFramebufferStatus, glCheckFramebufferStatus, NULL, 663),
- NAME_FUNC_OFFSET(27690, glDeleteFramebuffers, glDeleteFramebuffers, NULL, 664),
- NAME_FUNC_OFFSET(27714, glDeleteFramebuffers, glDeleteFramebuffers, NULL, 664),
- NAME_FUNC_OFFSET(27738, glDeleteRenderbuffers, glDeleteRenderbuffers, NULL, 665),
- NAME_FUNC_OFFSET(27763, glDeleteRenderbuffers, glDeleteRenderbuffers, NULL, 665),
- NAME_FUNC_OFFSET(27788, glFramebufferRenderbuffer, glFramebufferRenderbuffer, NULL, 666),
- NAME_FUNC_OFFSET(27817, glFramebufferRenderbuffer, glFramebufferRenderbuffer, NULL, 666),
- NAME_FUNC_OFFSET(27846, glFramebufferTexture1D, glFramebufferTexture1D, NULL, 667),
- NAME_FUNC_OFFSET(27872, glFramebufferTexture2D, glFramebufferTexture2D, NULL, 668),
- NAME_FUNC_OFFSET(27898, glFramebufferTexture2D, glFramebufferTexture2D, NULL, 668),
- NAME_FUNC_OFFSET(27924, glFramebufferTexture3D, glFramebufferTexture3D, NULL, 669),
- NAME_FUNC_OFFSET(27950, glFramebufferTexture3D, glFramebufferTexture3D, NULL, 669),
- NAME_FUNC_OFFSET(27976, glFramebufferTextureLayer, glFramebufferTextureLayer, NULL, 670),
- NAME_FUNC_OFFSET(28005, glFramebufferTextureLayer, glFramebufferTextureLayer, NULL, 670),
- NAME_FUNC_OFFSET(28034, glGenFramebuffers, glGenFramebuffers, NULL, 671),
- NAME_FUNC_OFFSET(28055, glGenFramebuffers, glGenFramebuffers, NULL, 671),
- NAME_FUNC_OFFSET(28076, glGenRenderbuffers, glGenRenderbuffers, NULL, 672),
- NAME_FUNC_OFFSET(28098, glGenRenderbuffers, glGenRenderbuffers, NULL, 672),
- NAME_FUNC_OFFSET(28120, glGenerateMipmap, glGenerateMipmap, NULL, 673),
- NAME_FUNC_OFFSET(28140, glGenerateMipmap, glGenerateMipmap, NULL, 673),
- NAME_FUNC_OFFSET(28160, glGetFramebufferAttachmentParameteriv, glGetFramebufferAttachmentParameteriv, NULL, 674),
- NAME_FUNC_OFFSET(28201, glGetFramebufferAttachmentParameteriv, glGetFramebufferAttachmentParameteriv, NULL, 674),
- NAME_FUNC_OFFSET(28242, glGetRenderbufferParameteriv, glGetRenderbufferParameteriv, NULL, 675),
- NAME_FUNC_OFFSET(28274, glGetRenderbufferParameteriv, glGetRenderbufferParameteriv, NULL, 675),
- NAME_FUNC_OFFSET(28306, glIsFramebuffer, glIsFramebuffer, NULL, 676),
+ NAME_FUNC_OFFSET(21899, glTexSubImage3D, glTexSubImage3D, NULL, 372),
+ NAME_FUNC_OFFSET(21918, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
+ NAME_FUNC_OFFSET(21941, glCopyTexSubImage3D, glCopyTexSubImage3D, NULL, 373),
+ NAME_FUNC_OFFSET(21964, glActiveTexture, glActiveTexture, NULL, 374),
+ NAME_FUNC_OFFSET(21983, glClientActiveTexture, glClientActiveTexture, NULL, 375),
+ NAME_FUNC_OFFSET(22008, glMultiTexCoord1d, glMultiTexCoord1d, NULL, 376),
+ NAME_FUNC_OFFSET(22029, glMultiTexCoord1dv, glMultiTexCoord1dv, NULL, 377),
+ NAME_FUNC_OFFSET(22051, glMultiTexCoord1fARB, glMultiTexCoord1fARB, NULL, 378),
+ NAME_FUNC_OFFSET(22069, glMultiTexCoord1fvARB, glMultiTexCoord1fvARB, NULL, 379),
+ NAME_FUNC_OFFSET(22088, glMultiTexCoord1i, glMultiTexCoord1i, NULL, 380),
+ NAME_FUNC_OFFSET(22109, glMultiTexCoord1iv, glMultiTexCoord1iv, NULL, 381),
+ NAME_FUNC_OFFSET(22131, glMultiTexCoord1s, glMultiTexCoord1s, NULL, 382),
+ NAME_FUNC_OFFSET(22152, glMultiTexCoord1sv, glMultiTexCoord1sv, NULL, 383),
+ NAME_FUNC_OFFSET(22174, glMultiTexCoord2d, glMultiTexCoord2d, NULL, 384),
+ NAME_FUNC_OFFSET(22195, glMultiTexCoord2dv, glMultiTexCoord2dv, NULL, 385),
+ NAME_FUNC_OFFSET(22217, glMultiTexCoord2fARB, glMultiTexCoord2fARB, NULL, 386),
+ NAME_FUNC_OFFSET(22235, glMultiTexCoord2fvARB, glMultiTexCoord2fvARB, NULL, 387),
+ NAME_FUNC_OFFSET(22254, glMultiTexCoord2i, glMultiTexCoord2i, NULL, 388),
+ NAME_FUNC_OFFSET(22275, glMultiTexCoord2iv, glMultiTexCoord2iv, NULL, 389),
+ NAME_FUNC_OFFSET(22297, glMultiTexCoord2s, glMultiTexCoord2s, NULL, 390),
+ NAME_FUNC_OFFSET(22318, glMultiTexCoord2sv, glMultiTexCoord2sv, NULL, 391),
+ NAME_FUNC_OFFSET(22340, glMultiTexCoord3d, glMultiTexCoord3d, NULL, 392),
+ NAME_FUNC_OFFSET(22361, glMultiTexCoord3dv, glMultiTexCoord3dv, NULL, 393),
+ NAME_FUNC_OFFSET(22383, glMultiTexCoord3fARB, glMultiTexCoord3fARB, NULL, 394),
+ NAME_FUNC_OFFSET(22401, glMultiTexCoord3fvARB, glMultiTexCoord3fvARB, NULL, 395),
+ NAME_FUNC_OFFSET(22420, glMultiTexCoord3i, glMultiTexCoord3i, NULL, 396),
+ NAME_FUNC_OFFSET(22441, glMultiTexCoord3iv, glMultiTexCoord3iv, NULL, 397),
+ NAME_FUNC_OFFSET(22463, glMultiTexCoord3s, glMultiTexCoord3s, NULL, 398),
+ NAME_FUNC_OFFSET(22484, glMultiTexCoord3sv, glMultiTexCoord3sv, NULL, 399),
+ NAME_FUNC_OFFSET(22506, glMultiTexCoord4d, glMultiTexCoord4d, NULL, 400),
+ NAME_FUNC_OFFSET(22527, glMultiTexCoord4dv, glMultiTexCoord4dv, NULL, 401),
+ NAME_FUNC_OFFSET(22549, glMultiTexCoord4fARB, glMultiTexCoord4fARB, NULL, 402),
+ NAME_FUNC_OFFSET(22567, glMultiTexCoord4fvARB, glMultiTexCoord4fvARB, NULL, 403),
+ NAME_FUNC_OFFSET(22586, glMultiTexCoord4i, glMultiTexCoord4i, NULL, 404),
+ NAME_FUNC_OFFSET(22607, glMultiTexCoord4iv, glMultiTexCoord4iv, NULL, 405),
+ NAME_FUNC_OFFSET(22629, glMultiTexCoord4s, glMultiTexCoord4s, NULL, 406),
+ NAME_FUNC_OFFSET(22650, glMultiTexCoord4sv, glMultiTexCoord4sv, NULL, 407),
+ NAME_FUNC_OFFSET(22672, glCompressedTexImage1D, glCompressedTexImage1D, NULL, 408),
+ NAME_FUNC_OFFSET(22698, glCompressedTexImage2D, glCompressedTexImage2D, NULL, 409),
+ NAME_FUNC_OFFSET(22724, glCompressedTexImage3D, glCompressedTexImage3D, NULL, 410),
+ NAME_FUNC_OFFSET(22750, glCompressedTexImage3D, glCompressedTexImage3D, NULL, 410),
+ NAME_FUNC_OFFSET(22776, glCompressedTexSubImage1D, glCompressedTexSubImage1D, NULL, 411),
+ NAME_FUNC_OFFSET(22805, glCompressedTexSubImage2D, glCompressedTexSubImage2D, NULL, 412),
+ NAME_FUNC_OFFSET(22834, glCompressedTexSubImage3D, glCompressedTexSubImage3D, NULL, 413),
+ NAME_FUNC_OFFSET(22863, glCompressedTexSubImage3D, glCompressedTexSubImage3D, NULL, 413),
+ NAME_FUNC_OFFSET(22892, glGetCompressedTexImage, glGetCompressedTexImage, NULL, 414),
+ NAME_FUNC_OFFSET(22919, glLoadTransposeMatrixd, glLoadTransposeMatrixd, NULL, 415),
+ NAME_FUNC_OFFSET(22945, glLoadTransposeMatrixf, glLoadTransposeMatrixf, NULL, 416),
+ NAME_FUNC_OFFSET(22971, glMultTransposeMatrixd, glMultTransposeMatrixd, NULL, 417),
+ NAME_FUNC_OFFSET(22997, glMultTransposeMatrixf, glMultTransposeMatrixf, NULL, 418),
+ NAME_FUNC_OFFSET(23023, glSampleCoverage, glSampleCoverage, NULL, 419),
+ NAME_FUNC_OFFSET(23043, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
+ NAME_FUNC_OFFSET(23066, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
+ NAME_FUNC_OFFSET(23090, glBlendFuncSeparate, glBlendFuncSeparate, NULL, 420),
+ NAME_FUNC_OFFSET(23113, glFogCoordPointer, glFogCoordPointer, NULL, 421),
+ NAME_FUNC_OFFSET(23134, glFogCoordd, glFogCoordd, NULL, 422),
+ NAME_FUNC_OFFSET(23149, glFogCoorddv, glFogCoorddv, NULL, 423),
+ NAME_FUNC_OFFSET(23165, glMultiDrawArrays, glMultiDrawArrays, NULL, 424),
+ NAME_FUNC_OFFSET(23186, glPointParameterf, glPointParameterf, NULL, 425),
+ NAME_FUNC_OFFSET(23207, glPointParameterf, glPointParameterf, NULL, 425),
+ NAME_FUNC_OFFSET(23228, glPointParameterf, glPointParameterf, NULL, 425),
+ NAME_FUNC_OFFSET(23250, glPointParameterfv, glPointParameterfv, NULL, 426),
+ NAME_FUNC_OFFSET(23272, glPointParameterfv, glPointParameterfv, NULL, 426),
+ NAME_FUNC_OFFSET(23294, glPointParameterfv, glPointParameterfv, NULL, 426),
+ NAME_FUNC_OFFSET(23317, glPointParameteri, glPointParameteri, NULL, 427),
+ NAME_FUNC_OFFSET(23337, glPointParameteriv, glPointParameteriv, NULL, 428),
+ NAME_FUNC_OFFSET(23358, glSecondaryColor3b, glSecondaryColor3b, NULL, 429),
+ NAME_FUNC_OFFSET(23380, glSecondaryColor3bv, glSecondaryColor3bv, NULL, 430),
+ NAME_FUNC_OFFSET(23403, glSecondaryColor3d, glSecondaryColor3d, NULL, 431),
+ NAME_FUNC_OFFSET(23425, glSecondaryColor3dv, glSecondaryColor3dv, NULL, 432),
+ NAME_FUNC_OFFSET(23448, glSecondaryColor3i, glSecondaryColor3i, NULL, 433),
+ NAME_FUNC_OFFSET(23470, glSecondaryColor3iv, glSecondaryColor3iv, NULL, 434),
+ NAME_FUNC_OFFSET(23493, glSecondaryColor3s, glSecondaryColor3s, NULL, 435),
+ NAME_FUNC_OFFSET(23515, glSecondaryColor3sv, glSecondaryColor3sv, NULL, 436),
+ NAME_FUNC_OFFSET(23538, glSecondaryColor3ub, glSecondaryColor3ub, NULL, 437),
+ NAME_FUNC_OFFSET(23561, glSecondaryColor3ubv, glSecondaryColor3ubv, NULL, 438),
+ NAME_FUNC_OFFSET(23585, glSecondaryColor3ui, glSecondaryColor3ui, NULL, 439),
+ NAME_FUNC_OFFSET(23608, glSecondaryColor3uiv, glSecondaryColor3uiv, NULL, 440),
+ NAME_FUNC_OFFSET(23632, glSecondaryColor3us, glSecondaryColor3us, NULL, 441),
+ NAME_FUNC_OFFSET(23655, glSecondaryColor3usv, glSecondaryColor3usv, NULL, 442),
+ NAME_FUNC_OFFSET(23679, glSecondaryColorPointer, glSecondaryColorPointer, NULL, 443),
+ NAME_FUNC_OFFSET(23706, glWindowPos2d, glWindowPos2d, NULL, 444),
+ NAME_FUNC_OFFSET(23723, glWindowPos2d, glWindowPos2d, NULL, 444),
+ NAME_FUNC_OFFSET(23741, glWindowPos2dv, glWindowPos2dv, NULL, 445),
+ NAME_FUNC_OFFSET(23759, glWindowPos2dv, glWindowPos2dv, NULL, 445),
+ NAME_FUNC_OFFSET(23778, glWindowPos2f, glWindowPos2f, NULL, 446),
+ NAME_FUNC_OFFSET(23795, glWindowPos2f, glWindowPos2f, NULL, 446),
+ NAME_FUNC_OFFSET(23813, glWindowPos2fv, glWindowPos2fv, NULL, 447),
+ NAME_FUNC_OFFSET(23831, glWindowPos2fv, glWindowPos2fv, NULL, 447),
+ NAME_FUNC_OFFSET(23850, glWindowPos2i, glWindowPos2i, NULL, 448),
+ NAME_FUNC_OFFSET(23867, glWindowPos2i, glWindowPos2i, NULL, 448),
+ NAME_FUNC_OFFSET(23885, glWindowPos2iv, glWindowPos2iv, NULL, 449),
+ NAME_FUNC_OFFSET(23903, glWindowPos2iv, glWindowPos2iv, NULL, 449),
+ NAME_FUNC_OFFSET(23922, glWindowPos2s, glWindowPos2s, NULL, 450),
+ NAME_FUNC_OFFSET(23939, glWindowPos2s, glWindowPos2s, NULL, 450),
+ NAME_FUNC_OFFSET(23957, glWindowPos2sv, glWindowPos2sv, NULL, 451),
+ NAME_FUNC_OFFSET(23975, glWindowPos2sv, glWindowPos2sv, NULL, 451),
+ NAME_FUNC_OFFSET(23994, glWindowPos3d, glWindowPos3d, NULL, 452),
+ NAME_FUNC_OFFSET(24011, glWindowPos3d, glWindowPos3d, NULL, 452),
+ NAME_FUNC_OFFSET(24029, glWindowPos3dv, glWindowPos3dv, NULL, 453),
+ NAME_FUNC_OFFSET(24047, glWindowPos3dv, glWindowPos3dv, NULL, 453),
+ NAME_FUNC_OFFSET(24066, glWindowPos3f, glWindowPos3f, NULL, 454),
+ NAME_FUNC_OFFSET(24083, glWindowPos3f, glWindowPos3f, NULL, 454),
+ NAME_FUNC_OFFSET(24101, glWindowPos3fv, glWindowPos3fv, NULL, 455),
+ NAME_FUNC_OFFSET(24119, glWindowPos3fv, glWindowPos3fv, NULL, 455),
+ NAME_FUNC_OFFSET(24138, glWindowPos3i, glWindowPos3i, NULL, 456),
+ NAME_FUNC_OFFSET(24155, glWindowPos3i, glWindowPos3i, NULL, 456),
+ NAME_FUNC_OFFSET(24173, glWindowPos3iv, glWindowPos3iv, NULL, 457),
+ NAME_FUNC_OFFSET(24191, glWindowPos3iv, glWindowPos3iv, NULL, 457),
+ NAME_FUNC_OFFSET(24210, glWindowPos3s, glWindowPos3s, NULL, 458),
+ NAME_FUNC_OFFSET(24227, glWindowPos3s, glWindowPos3s, NULL, 458),
+ NAME_FUNC_OFFSET(24245, glWindowPos3sv, glWindowPos3sv, NULL, 459),
+ NAME_FUNC_OFFSET(24263, glWindowPos3sv, glWindowPos3sv, NULL, 459),
+ NAME_FUNC_OFFSET(24282, glBeginQuery, glBeginQuery, NULL, 460),
+ NAME_FUNC_OFFSET(24298, glBindBuffer, glBindBuffer, NULL, 461),
+ NAME_FUNC_OFFSET(24314, glBufferData, glBufferData, NULL, 462),
+ NAME_FUNC_OFFSET(24330, glBufferSubData, glBufferSubData, NULL, 463),
+ NAME_FUNC_OFFSET(24349, glDeleteBuffers, glDeleteBuffers, NULL, 464),
+ NAME_FUNC_OFFSET(24368, glDeleteQueries, glDeleteQueries, NULL, 465),
+ NAME_FUNC_OFFSET(24387, glEndQuery, glEndQuery, NULL, 466),
+ NAME_FUNC_OFFSET(24401, glGenBuffers, glGenBuffers, NULL, 467),
+ NAME_FUNC_OFFSET(24417, glGenQueries, glGenQueries, NULL, 468),
+ NAME_FUNC_OFFSET(24433, glGetBufferParameteriv, glGetBufferParameteriv, NULL, 469),
+ NAME_FUNC_OFFSET(24459, glGetBufferPointerv, glGetBufferPointerv, NULL, 470),
+ NAME_FUNC_OFFSET(24482, glGetBufferPointerv, glGetBufferPointerv, NULL, 470),
+ NAME_FUNC_OFFSET(24505, glGetBufferSubData, glGetBufferSubData, NULL, 471),
+ NAME_FUNC_OFFSET(24527, glGetQueryObjectiv, glGetQueryObjectiv, NULL, 472),
+ NAME_FUNC_OFFSET(24549, glGetQueryObjectuiv, glGetQueryObjectuiv, NULL, 473),
+ NAME_FUNC_OFFSET(24572, glGetQueryiv, glGetQueryiv, NULL, 474),
+ NAME_FUNC_OFFSET(24588, glIsBuffer, glIsBuffer, NULL, 475),
+ NAME_FUNC_OFFSET(24602, glIsQuery, glIsQuery, NULL, 476),
+ NAME_FUNC_OFFSET(24615, glMapBuffer, glMapBuffer, NULL, 477),
+ NAME_FUNC_OFFSET(24630, glMapBuffer, glMapBuffer, NULL, 477),
+ NAME_FUNC_OFFSET(24645, glUnmapBuffer, glUnmapBuffer, NULL, 478),
+ NAME_FUNC_OFFSET(24662, glUnmapBuffer, glUnmapBuffer, NULL, 478),
+ NAME_FUNC_OFFSET(24679, glBindAttribLocation, glBindAttribLocation, NULL, 480),
+ NAME_FUNC_OFFSET(24703, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
+ NAME_FUNC_OFFSET(24730, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
+ NAME_FUNC_OFFSET(24757, glBlendEquationSeparate, glBlendEquationSeparate, NULL, 481),
+ NAME_FUNC_OFFSET(24784, glCompileShader, glCompileShader, NULL, 482),
+ NAME_FUNC_OFFSET(24803, glDisableVertexAttribArray, glDisableVertexAttribArray, NULL, 488),
+ NAME_FUNC_OFFSET(24833, glDrawBuffers, glDrawBuffers, NULL, 489),
+ NAME_FUNC_OFFSET(24850, glDrawBuffers, glDrawBuffers, NULL, 489),
+ NAME_FUNC_OFFSET(24867, glDrawBuffers, glDrawBuffers, NULL, 489),
+ NAME_FUNC_OFFSET(24883, glEnableVertexAttribArray, glEnableVertexAttribArray, NULL, 490),
+ NAME_FUNC_OFFSET(24912, glGetActiveAttrib, glGetActiveAttrib, NULL, 491),
+ NAME_FUNC_OFFSET(24933, glGetActiveUniform, glGetActiveUniform, NULL, 492),
+ NAME_FUNC_OFFSET(24955, glGetAttribLocation, glGetAttribLocation, NULL, 494),
+ NAME_FUNC_OFFSET(24978, glGetShaderSource, glGetShaderSource, NULL, 498),
+ NAME_FUNC_OFFSET(24999, glGetUniformLocation, glGetUniformLocation, NULL, 500),
+ NAME_FUNC_OFFSET(25023, glGetUniformfv, glGetUniformfv, NULL, 501),
+ NAME_FUNC_OFFSET(25041, glGetUniformiv, glGetUniformiv, NULL, 502),
+ NAME_FUNC_OFFSET(25059, glGetVertexAttribPointerv, glGetVertexAttribPointerv, NULL, 503),
+ NAME_FUNC_OFFSET(25088, glGetVertexAttribPointerv, glGetVertexAttribPointerv, NULL, 503),
+ NAME_FUNC_OFFSET(25116, glGetVertexAttribdv, glGetVertexAttribdv, NULL, 504),
+ NAME_FUNC_OFFSET(25139, glGetVertexAttribfv, glGetVertexAttribfv, NULL, 505),
+ NAME_FUNC_OFFSET(25162, glGetVertexAttribiv, glGetVertexAttribiv, NULL, 506),
+ NAME_FUNC_OFFSET(25185, glLinkProgram, glLinkProgram, NULL, 509),
+ NAME_FUNC_OFFSET(25202, glShaderSource, glShaderSource, NULL, 510),
+ NAME_FUNC_OFFSET(25220, glStencilOpSeparate, glStencilOpSeparate, NULL, 513),
+ NAME_FUNC_OFFSET(25243, glUniform1f, glUniform1f, NULL, 514),
+ NAME_FUNC_OFFSET(25258, glUniform1fv, glUniform1fv, NULL, 515),
+ NAME_FUNC_OFFSET(25274, glUniform1i, glUniform1i, NULL, 516),
+ NAME_FUNC_OFFSET(25289, glUniform1iv, glUniform1iv, NULL, 517),
+ NAME_FUNC_OFFSET(25305, glUniform2f, glUniform2f, NULL, 518),
+ NAME_FUNC_OFFSET(25320, glUniform2fv, glUniform2fv, NULL, 519),
+ NAME_FUNC_OFFSET(25336, glUniform2i, glUniform2i, NULL, 520),
+ NAME_FUNC_OFFSET(25351, glUniform2iv, glUniform2iv, NULL, 521),
+ NAME_FUNC_OFFSET(25367, glUniform3f, glUniform3f, NULL, 522),
+ NAME_FUNC_OFFSET(25382, glUniform3fv, glUniform3fv, NULL, 523),
+ NAME_FUNC_OFFSET(25398, glUniform3i, glUniform3i, NULL, 524),
+ NAME_FUNC_OFFSET(25413, glUniform3iv, glUniform3iv, NULL, 525),
+ NAME_FUNC_OFFSET(25429, glUniform4f, glUniform4f, NULL, 526),
+ NAME_FUNC_OFFSET(25444, glUniform4fv, glUniform4fv, NULL, 527),
+ NAME_FUNC_OFFSET(25460, glUniform4i, glUniform4i, NULL, 528),
+ NAME_FUNC_OFFSET(25475, glUniform4iv, glUniform4iv, NULL, 529),
+ NAME_FUNC_OFFSET(25491, glUniformMatrix2fv, glUniformMatrix2fv, NULL, 530),
+ NAME_FUNC_OFFSET(25513, glUniformMatrix3fv, glUniformMatrix3fv, NULL, 531),
+ NAME_FUNC_OFFSET(25535, glUniformMatrix4fv, glUniformMatrix4fv, NULL, 532),
+ NAME_FUNC_OFFSET(25557, glUseProgram, glUseProgram, NULL, 533),
+ NAME_FUNC_OFFSET(25579, glValidateProgram, glValidateProgram, NULL, 534),
+ NAME_FUNC_OFFSET(25600, glVertexAttrib1d, glVertexAttrib1d, NULL, 535),
+ NAME_FUNC_OFFSET(25620, glVertexAttrib1dv, glVertexAttrib1dv, NULL, 536),
+ NAME_FUNC_OFFSET(25641, glVertexAttrib1s, glVertexAttrib1s, NULL, 537),
+ NAME_FUNC_OFFSET(25661, glVertexAttrib1sv, glVertexAttrib1sv, NULL, 538),
+ NAME_FUNC_OFFSET(25682, glVertexAttrib2d, glVertexAttrib2d, NULL, 539),
+ NAME_FUNC_OFFSET(25702, glVertexAttrib2dv, glVertexAttrib2dv, NULL, 540),
+ NAME_FUNC_OFFSET(25723, glVertexAttrib2s, glVertexAttrib2s, NULL, 541),
+ NAME_FUNC_OFFSET(25743, glVertexAttrib2sv, glVertexAttrib2sv, NULL, 542),
+ NAME_FUNC_OFFSET(25764, glVertexAttrib3d, glVertexAttrib3d, NULL, 543),
+ NAME_FUNC_OFFSET(25784, glVertexAttrib3dv, glVertexAttrib3dv, NULL, 544),
+ NAME_FUNC_OFFSET(25805, glVertexAttrib3s, glVertexAttrib3s, NULL, 545),
+ NAME_FUNC_OFFSET(25825, glVertexAttrib3sv, glVertexAttrib3sv, NULL, 546),
+ NAME_FUNC_OFFSET(25846, glVertexAttrib4Nbv, glVertexAttrib4Nbv, NULL, 547),
+ NAME_FUNC_OFFSET(25868, glVertexAttrib4Niv, glVertexAttrib4Niv, NULL, 548),
+ NAME_FUNC_OFFSET(25890, glVertexAttrib4Nsv, glVertexAttrib4Nsv, NULL, 549),
+ NAME_FUNC_OFFSET(25912, glVertexAttrib4Nub, glVertexAttrib4Nub, NULL, 550),
+ NAME_FUNC_OFFSET(25934, glVertexAttrib4Nubv, glVertexAttrib4Nubv, NULL, 551),
+ NAME_FUNC_OFFSET(25957, glVertexAttrib4Nuiv, glVertexAttrib4Nuiv, NULL, 552),
+ NAME_FUNC_OFFSET(25980, glVertexAttrib4Nusv, glVertexAttrib4Nusv, NULL, 553),
+ NAME_FUNC_OFFSET(26003, glVertexAttrib4bv, glVertexAttrib4bv, NULL, 554),
+ NAME_FUNC_OFFSET(26024, glVertexAttrib4d, glVertexAttrib4d, NULL, 555),
+ NAME_FUNC_OFFSET(26044, glVertexAttrib4dv, glVertexAttrib4dv, NULL, 556),
+ NAME_FUNC_OFFSET(26065, glVertexAttrib4iv, glVertexAttrib4iv, NULL, 557),
+ NAME_FUNC_OFFSET(26086, glVertexAttrib4s, glVertexAttrib4s, NULL, 558),
+ NAME_FUNC_OFFSET(26106, glVertexAttrib4sv, glVertexAttrib4sv, NULL, 559),
+ NAME_FUNC_OFFSET(26127, glVertexAttrib4ubv, glVertexAttrib4ubv, NULL, 560),
+ NAME_FUNC_OFFSET(26149, glVertexAttrib4uiv, glVertexAttrib4uiv, NULL, 561),
+ NAME_FUNC_OFFSET(26171, glVertexAttrib4usv, glVertexAttrib4usv, NULL, 562),
+ NAME_FUNC_OFFSET(26193, glVertexAttribPointer, glVertexAttribPointer, NULL, 563),
+ NAME_FUNC_OFFSET(26218, glBeginConditionalRender, glBeginConditionalRender, NULL, 570),
+ NAME_FUNC_OFFSET(26245, glBeginTransformFeedback, glBeginTransformFeedback, NULL, 571),
+ NAME_FUNC_OFFSET(26273, glBindBufferBase, glBindBufferBase, NULL, 572),
+ NAME_FUNC_OFFSET(26293, glBindBufferRange, glBindBufferRange, NULL, 573),
+ NAME_FUNC_OFFSET(26314, glBindFragDataLocation, glBindFragDataLocation, NULL, 574),
+ NAME_FUNC_OFFSET(26340, glClampColor, glClampColor, NULL, 575),
+ NAME_FUNC_OFFSET(26356, glColorMaski, glColorMaski, NULL, 580),
+ NAME_FUNC_OFFSET(26378, glDisablei, glDisablei, NULL, 581),
+ NAME_FUNC_OFFSET(26398, glEnablei, glEnablei, NULL, 582),
+ NAME_FUNC_OFFSET(26417, glEndConditionalRender, glEndConditionalRender, NULL, 583),
+ NAME_FUNC_OFFSET(26442, glEndTransformFeedback, glEndTransformFeedback, NULL, 584),
+ NAME_FUNC_OFFSET(26468, glGetBooleani_v, glGetBooleani_v, NULL, 585),
+ NAME_FUNC_OFFSET(26492, glGetFragDataLocation, glGetFragDataLocation, NULL, 586),
+ NAME_FUNC_OFFSET(26517, glGetIntegeri_v, glGetIntegeri_v, NULL, 587),
+ NAME_FUNC_OFFSET(26541, glGetTexParameterIiv, glGetTexParameterIiv, NULL, 589),
+ NAME_FUNC_OFFSET(26565, glGetTexParameterIuiv, glGetTexParameterIuiv, NULL, 590),
+ NAME_FUNC_OFFSET(26590, glGetTransformFeedbackVarying, glGetTransformFeedbackVarying, NULL, 591),
+ NAME_FUNC_OFFSET(26623, glGetUniformuiv, glGetUniformuiv, NULL, 592),
+ NAME_FUNC_OFFSET(26642, glGetVertexAttribIiv, glGetVertexAttribIiv, NULL, 593),
+ NAME_FUNC_OFFSET(26666, glGetVertexAttribIuiv, glGetVertexAttribIuiv, NULL, 594),
+ NAME_FUNC_OFFSET(26691, glIsEnabledi, glIsEnabledi, NULL, 595),
+ NAME_FUNC_OFFSET(26713, glTexParameterIiv, glTexParameterIiv, NULL, 596),
+ NAME_FUNC_OFFSET(26734, glTexParameterIuiv, glTexParameterIuiv, NULL, 597),
+ NAME_FUNC_OFFSET(26756, glTransformFeedbackVaryings, glTransformFeedbackVaryings, NULL, 598),
+ NAME_FUNC_OFFSET(26787, glUniform1ui, glUniform1ui, NULL, 599),
+ NAME_FUNC_OFFSET(26803, glUniform1uiv, glUniform1uiv, NULL, 600),
+ NAME_FUNC_OFFSET(26820, glUniform2ui, glUniform2ui, NULL, 601),
+ NAME_FUNC_OFFSET(26836, glUniform2uiv, glUniform2uiv, NULL, 602),
+ NAME_FUNC_OFFSET(26853, glUniform3ui, glUniform3ui, NULL, 603),
+ NAME_FUNC_OFFSET(26869, glUniform3uiv, glUniform3uiv, NULL, 604),
+ NAME_FUNC_OFFSET(26886, glUniform4ui, glUniform4ui, NULL, 605),
+ NAME_FUNC_OFFSET(26902, glUniform4uiv, glUniform4uiv, NULL, 606),
+ NAME_FUNC_OFFSET(26919, glVertexAttribI1iv, glVertexAttribI1iv, NULL, 607),
+ NAME_FUNC_OFFSET(26941, glVertexAttribI1uiv, glVertexAttribI1uiv, NULL, 608),
+ NAME_FUNC_OFFSET(26964, glVertexAttribI4bv, glVertexAttribI4bv, NULL, 609),
+ NAME_FUNC_OFFSET(26986, glVertexAttribI4sv, glVertexAttribI4sv, NULL, 610),
+ NAME_FUNC_OFFSET(27008, glVertexAttribI4ubv, glVertexAttribI4ubv, NULL, 611),
+ NAME_FUNC_OFFSET(27031, glVertexAttribI4usv, glVertexAttribI4usv, NULL, 612),
+ NAME_FUNC_OFFSET(27054, glVertexAttribIPointer, glVertexAttribIPointer, NULL, 613),
+ NAME_FUNC_OFFSET(27080, glPrimitiveRestartIndex, glPrimitiveRestartIndex, NULL, 614),
+ NAME_FUNC_OFFSET(27106, glTexBuffer, glTexBuffer, NULL, 615),
+ NAME_FUNC_OFFSET(27121, glFramebufferTexture, glFramebufferTexture, NULL, 616),
+ NAME_FUNC_OFFSET(27145, glVertexAttribDivisor, glVertexAttribDivisor, NULL, 619),
+ NAME_FUNC_OFFSET(27170, glMinSampleShading, glMinSampleShading, NULL, 620),
+ NAME_FUNC_OFFSET(27192, glBindProgramARB, glBindProgramARB, NULL, 621),
+ NAME_FUNC_OFFSET(27208, glDeleteProgramsARB, glDeleteProgramsARB, NULL, 622),
+ NAME_FUNC_OFFSET(27227, glGenProgramsARB, glGenProgramsARB, NULL, 623),
+ NAME_FUNC_OFFSET(27243, glIsProgramARB, glIsProgramARB, NULL, 630),
+ NAME_FUNC_OFFSET(27257, glProgramEnvParameter4dARB, glProgramEnvParameter4dARB, NULL, 631),
+ NAME_FUNC_OFFSET(27280, glProgramEnvParameter4dvARB, glProgramEnvParameter4dvARB, NULL, 632),
+ NAME_FUNC_OFFSET(27304, glProgramEnvParameter4fARB, glProgramEnvParameter4fARB, NULL, 633),
+ NAME_FUNC_OFFSET(27327, glProgramEnvParameter4fvARB, glProgramEnvParameter4fvARB, NULL, 634),
+ NAME_FUNC_OFFSET(27351, glVertexAttrib1fARB, glVertexAttrib1fARB, NULL, 640),
+ NAME_FUNC_OFFSET(27368, glVertexAttrib1fvARB, glVertexAttrib1fvARB, NULL, 641),
+ NAME_FUNC_OFFSET(27386, glVertexAttrib2fARB, glVertexAttrib2fARB, NULL, 642),
+ NAME_FUNC_OFFSET(27403, glVertexAttrib2fvARB, glVertexAttrib2fvARB, NULL, 643),
+ NAME_FUNC_OFFSET(27421, glVertexAttrib3fARB, glVertexAttrib3fARB, NULL, 644),
+ NAME_FUNC_OFFSET(27438, glVertexAttrib3fvARB, glVertexAttrib3fvARB, NULL, 645),
+ NAME_FUNC_OFFSET(27456, glVertexAttrib4fARB, glVertexAttrib4fARB, NULL, 646),
+ NAME_FUNC_OFFSET(27473, glVertexAttrib4fvARB, glVertexAttrib4fvARB, NULL, 647),
+ NAME_FUNC_OFFSET(27491, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 658),
+ NAME_FUNC_OFFSET(27516, glDrawArraysInstancedARB, glDrawArraysInstancedARB, NULL, 658),
+ NAME_FUNC_OFFSET(27538, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 659),
+ NAME_FUNC_OFFSET(27565, glDrawElementsInstancedARB, glDrawElementsInstancedARB, NULL, 659),
+ NAME_FUNC_OFFSET(27589, glBindFramebuffer, glBindFramebuffer, NULL, 660),
+ NAME_FUNC_OFFSET(27610, glBindRenderbuffer, glBindRenderbuffer, NULL, 661),
+ NAME_FUNC_OFFSET(27632, glBlitFramebuffer, glBlitFramebuffer, NULL, 662),
+ NAME_FUNC_OFFSET(27653, glCheckFramebufferStatus, glCheckFramebufferStatus, NULL, 663),
+ NAME_FUNC_OFFSET(27681, glCheckFramebufferStatus, glCheckFramebufferStatus, NULL, 663),
+ NAME_FUNC_OFFSET(27709, glDeleteFramebuffers, glDeleteFramebuffers, NULL, 664),
+ NAME_FUNC_OFFSET(27733, glDeleteFramebuffers, glDeleteFramebuffers, NULL, 664),
+ NAME_FUNC_OFFSET(27757, glDeleteRenderbuffers, glDeleteRenderbuffers, NULL, 665),
+ NAME_FUNC_OFFSET(27782, glDeleteRenderbuffers, glDeleteRenderbuffers, NULL, 665),
+ NAME_FUNC_OFFSET(27807, glFramebufferRenderbuffer, glFramebufferRenderbuffer, NULL, 666),
+ NAME_FUNC_OFFSET(27836, glFramebufferRenderbuffer, glFramebufferRenderbuffer, NULL, 666),
+ NAME_FUNC_OFFSET(27865, glFramebufferTexture1D, glFramebufferTexture1D, NULL, 667),
+ NAME_FUNC_OFFSET(27891, glFramebufferTexture2D, glFramebufferTexture2D, NULL, 668),
+ NAME_FUNC_OFFSET(27917, glFramebufferTexture2D, glFramebufferTexture2D, NULL, 668),
+ NAME_FUNC_OFFSET(27943, glFramebufferTexture3D, glFramebufferTexture3D, NULL, 669),
+ NAME_FUNC_OFFSET(27969, glFramebufferTexture3D, glFramebufferTexture3D, NULL, 669),
+ NAME_FUNC_OFFSET(27995, glFramebufferTextureLayer, glFramebufferTextureLayer, NULL, 670),
+ NAME_FUNC_OFFSET(28024, glFramebufferTextureLayer, glFramebufferTextureLayer, NULL, 670),
+ NAME_FUNC_OFFSET(28053, glGenFramebuffers, glGenFramebuffers, NULL, 671),
+ NAME_FUNC_OFFSET(28074, glGenFramebuffers, glGenFramebuffers, NULL, 671),
+ NAME_FUNC_OFFSET(28095, glGenRenderbuffers, glGenRenderbuffers, NULL, 672),
+ NAME_FUNC_OFFSET(28117, glGenRenderbuffers, glGenRenderbuffers, NULL, 672),
+ NAME_FUNC_OFFSET(28139, glGenerateMipmap, glGenerateMipmap, NULL, 673),
+ NAME_FUNC_OFFSET(28159, glGenerateMipmap, glGenerateMipmap, NULL, 673),
+ NAME_FUNC_OFFSET(28179, glGetFramebufferAttachmentParameteriv, glGetFramebufferAttachmentParameteriv, NULL, 674),
+ NAME_FUNC_OFFSET(28220, glGetFramebufferAttachmentParameteriv, glGetFramebufferAttachmentParameteriv, NULL, 674),
+ NAME_FUNC_OFFSET(28261, glGetRenderbufferParameteriv, glGetRenderbufferParameteriv, NULL, 675),
+ NAME_FUNC_OFFSET(28293, glGetRenderbufferParameteriv, glGetRenderbufferParameteriv, NULL, 675),
NAME_FUNC_OFFSET(28325, glIsFramebuffer, glIsFramebuffer, NULL, 676),
- NAME_FUNC_OFFSET(28344, glIsRenderbuffer, glIsRenderbuffer, NULL, 677),
- NAME_FUNC_OFFSET(28364, glIsRenderbuffer, glIsRenderbuffer, NULL, 677),
- NAME_FUNC_OFFSET(28384, glRenderbufferStorage, glRenderbufferStorage, NULL, 678),
- NAME_FUNC_OFFSET(28409, glRenderbufferStorage, glRenderbufferStorage, NULL, 678),
- NAME_FUNC_OFFSET(28434, glRenderbufferStorageMultisample, glRenderbufferStorageMultisample, NULL, 679),
- NAME_FUNC_OFFSET(28470, glFlushMappedBufferRange, glFlushMappedBufferRange, NULL, 681),
- NAME_FUNC_OFFSET(28498, glMapBufferRange, glMapBufferRange, NULL, 682),
- NAME_FUNC_OFFSET(28518, glBindVertexArray, glBindVertexArray, NULL, 683),
- NAME_FUNC_OFFSET(28539, glDeleteVertexArrays, glDeleteVertexArrays, NULL, 684),
- NAME_FUNC_OFFSET(28565, glDeleteVertexArrays, glDeleteVertexArrays, NULL, 684),
- NAME_FUNC_OFFSET(28589, glGenVertexArrays, glGenVertexArrays, NULL, 685),
- NAME_FUNC_OFFSET(28610, glIsVertexArray, glIsVertexArray, NULL, 686),
- NAME_FUNC_OFFSET(28631, glIsVertexArray, glIsVertexArray, NULL, 686),
- NAME_FUNC_OFFSET(28650, glProvokingVertex, glProvokingVertex, NULL, 706),
- NAME_FUNC_OFFSET(28671, glBlendEquationSeparateiARB, glBlendEquationSeparateiARB, NULL, 711),
- NAME_FUNC_OFFSET(28705, glBlendEquationiARB, glBlendEquationiARB, NULL, 712),
- NAME_FUNC_OFFSET(28731, glBlendFuncSeparateiARB, glBlendFuncSeparateiARB, NULL, 713),
- NAME_FUNC_OFFSET(28761, glBlendFunciARB, glBlendFunciARB, NULL, 714),
- NAME_FUNC_OFFSET(28783, gl_dispatch_stub_731, gl_dispatch_stub_731, NULL, 731),
- NAME_FUNC_OFFSET(28807, gl_dispatch_stub_732, gl_dispatch_stub_732, NULL, 732),
- NAME_FUNC_OFFSET(28832, glClearDepthf, glClearDepthf, NULL, 785),
- NAME_FUNC_OFFSET(28849, glDepthRangef, glDepthRangef, NULL, 786),
- NAME_FUNC_OFFSET(28866, glGetProgramBinary, glGetProgramBinary, NULL, 790),
- NAME_FUNC_OFFSET(28888, glProgramBinary, glProgramBinary, NULL, 791),
- NAME_FUNC_OFFSET(28907, glProgramParameteri, glProgramParameteri, NULL, 792),
- NAME_FUNC_OFFSET(28930, glProgramParameteri, glProgramParameteri, NULL, 792),
- NAME_FUNC_OFFSET(28953, gl_dispatch_stub_880, gl_dispatch_stub_880, NULL, 880),
- NAME_FUNC_OFFSET(28969, gl_dispatch_stub_881, gl_dispatch_stub_881, NULL, 881),
- NAME_FUNC_OFFSET(28988, gl_dispatch_stub_889, gl_dispatch_stub_889, NULL, 889),
- NAME_FUNC_OFFSET(29013, gl_dispatch_stub_890, gl_dispatch_stub_890, NULL, 890),
- NAME_FUNC_OFFSET(29038, gl_dispatch_stub_891, gl_dispatch_stub_891, NULL, 891),
- NAME_FUNC_OFFSET(29064, gl_dispatch_stub_892, gl_dispatch_stub_892, NULL, 892),
- NAME_FUNC_OFFSET(29092, gl_dispatch_stub_893, gl_dispatch_stub_893, NULL, 893),
- NAME_FUNC_OFFSET(29117, gl_dispatch_stub_894, gl_dispatch_stub_894, NULL, 894),
- NAME_FUNC_OFFSET(29148, gl_dispatch_stub_895, gl_dispatch_stub_895, NULL, 895),
- NAME_FUNC_OFFSET(29174, gl_dispatch_stub_896, gl_dispatch_stub_896, NULL, 896),
- NAME_FUNC_OFFSET(29197, gl_dispatch_stub_898, gl_dispatch_stub_898, NULL, 898),
- NAME_FUNC_OFFSET(29219, gl_dispatch_stub_899, gl_dispatch_stub_899, NULL, 899),
- NAME_FUNC_OFFSET(29242, gl_dispatch_stub_900, gl_dispatch_stub_900, NULL, 900),
- NAME_FUNC_OFFSET(29264, gl_dispatch_stub_901, gl_dispatch_stub_901, NULL, 901),
- NAME_FUNC_OFFSET(29287, gl_dispatch_stub_902, gl_dispatch_stub_902, NULL, 902),
- NAME_FUNC_OFFSET(29310, gl_dispatch_stub_903, gl_dispatch_stub_903, NULL, 903),
- NAME_FUNC_OFFSET(29334, gl_dispatch_stub_904, gl_dispatch_stub_904, NULL, 904),
- NAME_FUNC_OFFSET(29356, gl_dispatch_stub_905, gl_dispatch_stub_905, NULL, 905),
- NAME_FUNC_OFFSET(29379, gl_dispatch_stub_906, gl_dispatch_stub_906, NULL, 906),
- NAME_FUNC_OFFSET(29401, gl_dispatch_stub_907, gl_dispatch_stub_907, NULL, 907),
- NAME_FUNC_OFFSET(29424, gl_dispatch_stub_908, gl_dispatch_stub_908, NULL, 908),
- NAME_FUNC_OFFSET(29447, gl_dispatch_stub_909, gl_dispatch_stub_909, NULL, 909),
- NAME_FUNC_OFFSET(29471, gl_dispatch_stub_910, gl_dispatch_stub_910, NULL, 910),
- NAME_FUNC_OFFSET(29493, gl_dispatch_stub_911, gl_dispatch_stub_911, NULL, 911),
- NAME_FUNC_OFFSET(29516, gl_dispatch_stub_912, gl_dispatch_stub_912, NULL, 912),
- NAME_FUNC_OFFSET(29538, gl_dispatch_stub_913, gl_dispatch_stub_913, NULL, 913),
- NAME_FUNC_OFFSET(29561, gl_dispatch_stub_914, gl_dispatch_stub_914, NULL, 914),
- NAME_FUNC_OFFSET(29584, gl_dispatch_stub_915, gl_dispatch_stub_915, NULL, 915),
- NAME_FUNC_OFFSET(29608, gl_dispatch_stub_916, gl_dispatch_stub_916, NULL, 916),
- NAME_FUNC_OFFSET(29630, gl_dispatch_stub_917, gl_dispatch_stub_917, NULL, 917),
- NAME_FUNC_OFFSET(29653, gl_dispatch_stub_918, gl_dispatch_stub_918, NULL, 918),
- NAME_FUNC_OFFSET(29675, gl_dispatch_stub_919, gl_dispatch_stub_919, NULL, 919),
- NAME_FUNC_OFFSET(29698, gl_dispatch_stub_920, gl_dispatch_stub_920, NULL, 920),
- NAME_FUNC_OFFSET(29721, gl_dispatch_stub_921, gl_dispatch_stub_921, NULL, 921),
- NAME_FUNC_OFFSET(29745, gl_dispatch_stub_922, gl_dispatch_stub_922, NULL, 922),
- NAME_FUNC_OFFSET(29774, gl_dispatch_stub_923, gl_dispatch_stub_923, NULL, 923),
- NAME_FUNC_OFFSET(29805, gl_dispatch_stub_924, gl_dispatch_stub_924, NULL, 924),
- NAME_FUNC_OFFSET(29836, gl_dispatch_stub_925, gl_dispatch_stub_925, NULL, 925),
- NAME_FUNC_OFFSET(29865, gl_dispatch_stub_926, gl_dispatch_stub_926, NULL, 926),
- NAME_FUNC_OFFSET(29896, gl_dispatch_stub_927, gl_dispatch_stub_927, NULL, 927),
- NAME_FUNC_OFFSET(29927, gl_dispatch_stub_928, gl_dispatch_stub_928, NULL, 928),
- NAME_FUNC_OFFSET(29956, gl_dispatch_stub_929, gl_dispatch_stub_929, NULL, 929),
- NAME_FUNC_OFFSET(29987, gl_dispatch_stub_930, gl_dispatch_stub_930, NULL, 930),
- NAME_FUNC_OFFSET(30018, gl_dispatch_stub_932, gl_dispatch_stub_932, NULL, 932),
- NAME_FUNC_OFFSET(30040, gl_dispatch_stub_933, gl_dispatch_stub_933, NULL, 933),
- NAME_FUNC_OFFSET(30069, glDebugMessageCallback, glDebugMessageCallback, NULL, 934),
- NAME_FUNC_OFFSET(30095, glDebugMessageControl, glDebugMessageControl, NULL, 935),
- NAME_FUNC_OFFSET(30120, glDebugMessageInsert, glDebugMessageInsert, NULL, 936),
- NAME_FUNC_OFFSET(30144, glGetDebugMessageLog, glGetDebugMessageLog, NULL, 937),
- NAME_FUNC_OFFSET(30168, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 944),
- NAME_FUNC_OFFSET(30187, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 945),
- NAME_FUNC_OFFSET(30207, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 946),
- NAME_FUNC_OFFSET(30227, glFogCoordfEXT, glFogCoordfEXT, NULL, 947),
- NAME_FUNC_OFFSET(30239, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 948),
- NAME_FUNC_OFFSET(30252, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 1051),
- NAME_FUNC_OFFSET(30270, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 1052),
- NAME_FUNC_OFFSET(30289, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 1053),
- NAME_FUNC_OFFSET(30307, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 1054),
- NAME_FUNC_OFFSET(30326, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 1055),
- NAME_FUNC_OFFSET(30345, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 1056),
- NAME_FUNC_OFFSET(30365, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 1057),
- NAME_FUNC_OFFSET(30383, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 1058),
- NAME_FUNC_OFFSET(30402, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 1059),
- NAME_FUNC_OFFSET(30421, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 1060),
- NAME_FUNC_OFFSET(30441, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 1061),
- NAME_FUNC_OFFSET(30459, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 1062),
- NAME_FUNC_OFFSET(30478, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 1063),
- NAME_FUNC_OFFSET(30497, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 1064),
- NAME_FUNC_OFFSET(30517, glAlphaFuncx, glAlphaFuncx, NULL, 1111),
- NAME_FUNC_OFFSET(30533, glClearColorx, glClearColorx, NULL, 1112),
- NAME_FUNC_OFFSET(30550, glClearDepthx, glClearDepthx, NULL, 1113),
- NAME_FUNC_OFFSET(30567, glColor4x, glColor4x, NULL, 1114),
- NAME_FUNC_OFFSET(30580, glDepthRangex, glDepthRangex, NULL, 1115),
- NAME_FUNC_OFFSET(30597, glFogx, glFogx, NULL, 1116),
- NAME_FUNC_OFFSET(30607, glFogxv, glFogxv, NULL, 1117),
- NAME_FUNC_OFFSET(30618, glFrustumf, glFrustumf, NULL, 1118),
- NAME_FUNC_OFFSET(30632, glFrustumx, glFrustumx, NULL, 1119),
- NAME_FUNC_OFFSET(30646, glLightModelx, glLightModelx, NULL, 1120),
- NAME_FUNC_OFFSET(30663, glLightModelxv, glLightModelxv, NULL, 1121),
- NAME_FUNC_OFFSET(30681, glLightx, glLightx, NULL, 1122),
- NAME_FUNC_OFFSET(30693, glLightxv, glLightxv, NULL, 1123),
- NAME_FUNC_OFFSET(30706, glLineWidthx, glLineWidthx, NULL, 1124),
- NAME_FUNC_OFFSET(30722, glLoadMatrixx, glLoadMatrixx, NULL, 1125),
- NAME_FUNC_OFFSET(30739, glMaterialx, glMaterialx, NULL, 1126),
- NAME_FUNC_OFFSET(30754, glMaterialxv, glMaterialxv, NULL, 1127),
- NAME_FUNC_OFFSET(30770, glMultMatrixx, glMultMatrixx, NULL, 1128),
- NAME_FUNC_OFFSET(30787, glMultiTexCoord4x, glMultiTexCoord4x, NULL, 1129),
- NAME_FUNC_OFFSET(30808, glNormal3x, glNormal3x, NULL, 1130),
- NAME_FUNC_OFFSET(30822, glOrthof, glOrthof, NULL, 1131),
- NAME_FUNC_OFFSET(30834, glOrthox, glOrthox, NULL, 1132),
- NAME_FUNC_OFFSET(30846, glPointSizex, glPointSizex, NULL, 1133),
- NAME_FUNC_OFFSET(30862, glPolygonOffsetx, glPolygonOffsetx, NULL, 1134),
- NAME_FUNC_OFFSET(30882, glRotatex, glRotatex, NULL, 1135),
- NAME_FUNC_OFFSET(30895, glSampleCoveragex, glSampleCoveragex, NULL, 1136),
- NAME_FUNC_OFFSET(30916, glScalex, glScalex, NULL, 1137),
- NAME_FUNC_OFFSET(30928, glTexEnvx, glTexEnvx, NULL, 1138),
- NAME_FUNC_OFFSET(30941, glTexEnvxv, glTexEnvxv, NULL, 1139),
- NAME_FUNC_OFFSET(30955, glTexParameterx, glTexParameterx, NULL, 1140),
- NAME_FUNC_OFFSET(30974, glTranslatex, glTranslatex, NULL, 1141),
- NAME_FUNC_OFFSET(30990, glClipPlanef, glClipPlanef, NULL, 1142),
- NAME_FUNC_OFFSET(31006, glClipPlanex, glClipPlanex, NULL, 1143),
- NAME_FUNC_OFFSET(31022, glGetClipPlanef, glGetClipPlanef, NULL, 1144),
- NAME_FUNC_OFFSET(31041, glGetClipPlanex, glGetClipPlanex, NULL, 1145),
- NAME_FUNC_OFFSET(31060, glGetFixedv, glGetFixedv, NULL, 1146),
- NAME_FUNC_OFFSET(31075, glGetLightxv, glGetLightxv, NULL, 1147),
- NAME_FUNC_OFFSET(31091, glGetMaterialxv, glGetMaterialxv, NULL, 1148),
- NAME_FUNC_OFFSET(31110, glGetTexEnvxv, glGetTexEnvxv, NULL, 1149),
- NAME_FUNC_OFFSET(31127, glGetTexParameterxv, glGetTexParameterxv, NULL, 1150),
- NAME_FUNC_OFFSET(31150, glPointParameterx, glPointParameterx, NULL, 1151),
- NAME_FUNC_OFFSET(31171, glPointParameterxv, glPointParameterxv, NULL, 1152),
- NAME_FUNC_OFFSET(31193, glTexParameterxv, glTexParameterxv, NULL, 1153),
+ NAME_FUNC_OFFSET(28344, glIsFramebuffer, glIsFramebuffer, NULL, 676),
+ NAME_FUNC_OFFSET(28363, glIsRenderbuffer, glIsRenderbuffer, NULL, 677),
+ NAME_FUNC_OFFSET(28383, glIsRenderbuffer, glIsRenderbuffer, NULL, 677),
+ NAME_FUNC_OFFSET(28403, glRenderbufferStorage, glRenderbufferStorage, NULL, 678),
+ NAME_FUNC_OFFSET(28428, glRenderbufferStorage, glRenderbufferStorage, NULL, 678),
+ NAME_FUNC_OFFSET(28453, glRenderbufferStorageMultisample, glRenderbufferStorageMultisample, NULL, 679),
+ NAME_FUNC_OFFSET(28489, glFlushMappedBufferRange, glFlushMappedBufferRange, NULL, 681),
+ NAME_FUNC_OFFSET(28517, glMapBufferRange, glMapBufferRange, NULL, 682),
+ NAME_FUNC_OFFSET(28537, glBindVertexArray, glBindVertexArray, NULL, 683),
+ NAME_FUNC_OFFSET(28558, glDeleteVertexArrays, glDeleteVertexArrays, NULL, 684),
+ NAME_FUNC_OFFSET(28584, glDeleteVertexArrays, glDeleteVertexArrays, NULL, 684),
+ NAME_FUNC_OFFSET(28608, glGenVertexArrays, glGenVertexArrays, NULL, 685),
+ NAME_FUNC_OFFSET(28629, glIsVertexArray, glIsVertexArray, NULL, 686),
+ NAME_FUNC_OFFSET(28650, glIsVertexArray, glIsVertexArray, NULL, 686),
+ NAME_FUNC_OFFSET(28669, glProvokingVertex, glProvokingVertex, NULL, 706),
+ NAME_FUNC_OFFSET(28690, glBlendEquationSeparateiARB, glBlendEquationSeparateiARB, NULL, 711),
+ NAME_FUNC_OFFSET(28724, glBlendEquationSeparateiARB, glBlendEquationSeparateiARB, NULL, 711),
+ NAME_FUNC_OFFSET(28749, glBlendEquationiARB, glBlendEquationiARB, NULL, 712),
+ NAME_FUNC_OFFSET(28775, glBlendEquationiARB, glBlendEquationiARB, NULL, 712),
+ NAME_FUNC_OFFSET(28792, glBlendFuncSeparateiARB, glBlendFuncSeparateiARB, NULL, 713),
+ NAME_FUNC_OFFSET(28822, glBlendFuncSeparateiARB, glBlendFuncSeparateiARB, NULL, 713),
+ NAME_FUNC_OFFSET(28843, glBlendFunciARB, glBlendFunciARB, NULL, 714),
+ NAME_FUNC_OFFSET(28865, glBlendFunciARB, glBlendFunciARB, NULL, 714),
+ NAME_FUNC_OFFSET(28878, gl_dispatch_stub_731, gl_dispatch_stub_731, NULL, 731),
+ NAME_FUNC_OFFSET(28902, gl_dispatch_stub_732, gl_dispatch_stub_732, NULL, 732),
+ NAME_FUNC_OFFSET(28927, glClearDepthf, glClearDepthf, NULL, 785),
+ NAME_FUNC_OFFSET(28944, glDepthRangef, glDepthRangef, NULL, 786),
+ NAME_FUNC_OFFSET(28961, glGetProgramBinary, glGetProgramBinary, NULL, 790),
+ NAME_FUNC_OFFSET(28983, glProgramBinary, glProgramBinary, NULL, 791),
+ NAME_FUNC_OFFSET(29002, glProgramParameteri, glProgramParameteri, NULL, 792),
+ NAME_FUNC_OFFSET(29025, glProgramParameteri, glProgramParameteri, NULL, 792),
+ NAME_FUNC_OFFSET(29048, gl_dispatch_stub_881, gl_dispatch_stub_881, NULL, 881),
+ NAME_FUNC_OFFSET(29064, gl_dispatch_stub_882, gl_dispatch_stub_882, NULL, 882),
+ NAME_FUNC_OFFSET(29083, gl_dispatch_stub_890, gl_dispatch_stub_890, NULL, 890),
+ NAME_FUNC_OFFSET(29108, gl_dispatch_stub_891, gl_dispatch_stub_891, NULL, 891),
+ NAME_FUNC_OFFSET(29133, gl_dispatch_stub_892, gl_dispatch_stub_892, NULL, 892),
+ NAME_FUNC_OFFSET(29159, gl_dispatch_stub_893, gl_dispatch_stub_893, NULL, 893),
+ NAME_FUNC_OFFSET(29187, gl_dispatch_stub_894, gl_dispatch_stub_894, NULL, 894),
+ NAME_FUNC_OFFSET(29212, gl_dispatch_stub_895, gl_dispatch_stub_895, NULL, 895),
+ NAME_FUNC_OFFSET(29243, gl_dispatch_stub_896, gl_dispatch_stub_896, NULL, 896),
+ NAME_FUNC_OFFSET(29269, gl_dispatch_stub_897, gl_dispatch_stub_897, NULL, 897),
+ NAME_FUNC_OFFSET(29292, gl_dispatch_stub_899, gl_dispatch_stub_899, NULL, 899),
+ NAME_FUNC_OFFSET(29314, gl_dispatch_stub_900, gl_dispatch_stub_900, NULL, 900),
+ NAME_FUNC_OFFSET(29337, gl_dispatch_stub_901, gl_dispatch_stub_901, NULL, 901),
+ NAME_FUNC_OFFSET(29359, gl_dispatch_stub_902, gl_dispatch_stub_902, NULL, 902),
+ NAME_FUNC_OFFSET(29382, gl_dispatch_stub_903, gl_dispatch_stub_903, NULL, 903),
+ NAME_FUNC_OFFSET(29405, gl_dispatch_stub_904, gl_dispatch_stub_904, NULL, 904),
+ NAME_FUNC_OFFSET(29429, gl_dispatch_stub_905, gl_dispatch_stub_905, NULL, 905),
+ NAME_FUNC_OFFSET(29451, gl_dispatch_stub_906, gl_dispatch_stub_906, NULL, 906),
+ NAME_FUNC_OFFSET(29474, gl_dispatch_stub_907, gl_dispatch_stub_907, NULL, 907),
+ NAME_FUNC_OFFSET(29496, gl_dispatch_stub_908, gl_dispatch_stub_908, NULL, 908),
+ NAME_FUNC_OFFSET(29519, gl_dispatch_stub_909, gl_dispatch_stub_909, NULL, 909),
+ NAME_FUNC_OFFSET(29542, gl_dispatch_stub_910, gl_dispatch_stub_910, NULL, 910),
+ NAME_FUNC_OFFSET(29566, gl_dispatch_stub_911, gl_dispatch_stub_911, NULL, 911),
+ NAME_FUNC_OFFSET(29588, gl_dispatch_stub_912, gl_dispatch_stub_912, NULL, 912),
+ NAME_FUNC_OFFSET(29611, gl_dispatch_stub_913, gl_dispatch_stub_913, NULL, 913),
+ NAME_FUNC_OFFSET(29633, gl_dispatch_stub_914, gl_dispatch_stub_914, NULL, 914),
+ NAME_FUNC_OFFSET(29656, gl_dispatch_stub_915, gl_dispatch_stub_915, NULL, 915),
+ NAME_FUNC_OFFSET(29679, gl_dispatch_stub_916, gl_dispatch_stub_916, NULL, 916),
+ NAME_FUNC_OFFSET(29703, gl_dispatch_stub_917, gl_dispatch_stub_917, NULL, 917),
+ NAME_FUNC_OFFSET(29725, gl_dispatch_stub_918, gl_dispatch_stub_918, NULL, 918),
+ NAME_FUNC_OFFSET(29748, gl_dispatch_stub_919, gl_dispatch_stub_919, NULL, 919),
+ NAME_FUNC_OFFSET(29770, gl_dispatch_stub_920, gl_dispatch_stub_920, NULL, 920),
+ NAME_FUNC_OFFSET(29793, gl_dispatch_stub_921, gl_dispatch_stub_921, NULL, 921),
+ NAME_FUNC_OFFSET(29816, gl_dispatch_stub_922, gl_dispatch_stub_922, NULL, 922),
+ NAME_FUNC_OFFSET(29840, gl_dispatch_stub_923, gl_dispatch_stub_923, NULL, 923),
+ NAME_FUNC_OFFSET(29869, gl_dispatch_stub_924, gl_dispatch_stub_924, NULL, 924),
+ NAME_FUNC_OFFSET(29900, gl_dispatch_stub_925, gl_dispatch_stub_925, NULL, 925),
+ NAME_FUNC_OFFSET(29931, gl_dispatch_stub_926, gl_dispatch_stub_926, NULL, 926),
+ NAME_FUNC_OFFSET(29960, gl_dispatch_stub_927, gl_dispatch_stub_927, NULL, 927),
+ NAME_FUNC_OFFSET(29991, gl_dispatch_stub_928, gl_dispatch_stub_928, NULL, 928),
+ NAME_FUNC_OFFSET(30022, gl_dispatch_stub_929, gl_dispatch_stub_929, NULL, 929),
+ NAME_FUNC_OFFSET(30051, gl_dispatch_stub_930, gl_dispatch_stub_930, NULL, 930),
+ NAME_FUNC_OFFSET(30082, gl_dispatch_stub_931, gl_dispatch_stub_931, NULL, 931),
+ NAME_FUNC_OFFSET(30113, gl_dispatch_stub_933, gl_dispatch_stub_933, NULL, 933),
+ NAME_FUNC_OFFSET(30135, gl_dispatch_stub_934, gl_dispatch_stub_934, NULL, 934),
+ NAME_FUNC_OFFSET(30164, glDebugMessageCallback, glDebugMessageCallback, NULL, 935),
+ NAME_FUNC_OFFSET(30190, glDebugMessageControl, glDebugMessageControl, NULL, 936),
+ NAME_FUNC_OFFSET(30215, glDebugMessageInsert, glDebugMessageInsert, NULL, 937),
+ NAME_FUNC_OFFSET(30239, glGetDebugMessageLog, glGetDebugMessageLog, NULL, 938),
+ NAME_FUNC_OFFSET(30263, glSecondaryColor3fEXT, glSecondaryColor3fEXT, NULL, 945),
+ NAME_FUNC_OFFSET(30282, glSecondaryColor3fvEXT, glSecondaryColor3fvEXT, NULL, 946),
+ NAME_FUNC_OFFSET(30302, glMultiDrawElementsEXT, glMultiDrawElementsEXT, NULL, 947),
+ NAME_FUNC_OFFSET(30322, glFogCoordfEXT, glFogCoordfEXT, NULL, 948),
+ NAME_FUNC_OFFSET(30334, glFogCoordfvEXT, glFogCoordfvEXT, NULL, 949),
+ NAME_FUNC_OFFSET(30347, glVertexAttribI1iEXT, glVertexAttribI1iEXT, NULL, 1052),
+ NAME_FUNC_OFFSET(30365, glVertexAttribI1uiEXT, glVertexAttribI1uiEXT, NULL, 1053),
+ NAME_FUNC_OFFSET(30384, glVertexAttribI2iEXT, glVertexAttribI2iEXT, NULL, 1054),
+ NAME_FUNC_OFFSET(30402, glVertexAttribI2ivEXT, glVertexAttribI2ivEXT, NULL, 1055),
+ NAME_FUNC_OFFSET(30421, glVertexAttribI2uiEXT, glVertexAttribI2uiEXT, NULL, 1056),
+ NAME_FUNC_OFFSET(30440, glVertexAttribI2uivEXT, glVertexAttribI2uivEXT, NULL, 1057),
+ NAME_FUNC_OFFSET(30460, glVertexAttribI3iEXT, glVertexAttribI3iEXT, NULL, 1058),
+ NAME_FUNC_OFFSET(30478, glVertexAttribI3ivEXT, glVertexAttribI3ivEXT, NULL, 1059),
+ NAME_FUNC_OFFSET(30497, glVertexAttribI3uiEXT, glVertexAttribI3uiEXT, NULL, 1060),
+ NAME_FUNC_OFFSET(30516, glVertexAttribI3uivEXT, glVertexAttribI3uivEXT, NULL, 1061),
+ NAME_FUNC_OFFSET(30536, glVertexAttribI4iEXT, glVertexAttribI4iEXT, NULL, 1062),
+ NAME_FUNC_OFFSET(30554, glVertexAttribI4ivEXT, glVertexAttribI4ivEXT, NULL, 1063),
+ NAME_FUNC_OFFSET(30573, glVertexAttribI4uiEXT, glVertexAttribI4uiEXT, NULL, 1064),
+ NAME_FUNC_OFFSET(30592, glVertexAttribI4uivEXT, glVertexAttribI4uivEXT, NULL, 1065),
+ NAME_FUNC_OFFSET(30612, glAlphaFuncx, glAlphaFuncx, NULL, 1112),
+ NAME_FUNC_OFFSET(30628, glClearColorx, glClearColorx, NULL, 1113),
+ NAME_FUNC_OFFSET(30645, glClearDepthx, glClearDepthx, NULL, 1114),
+ NAME_FUNC_OFFSET(30662, glColor4x, glColor4x, NULL, 1115),
+ NAME_FUNC_OFFSET(30675, glDepthRangex, glDepthRangex, NULL, 1116),
+ NAME_FUNC_OFFSET(30692, glFogx, glFogx, NULL, 1117),
+ NAME_FUNC_OFFSET(30702, glFogxv, glFogxv, NULL, 1118),
+ NAME_FUNC_OFFSET(30713, glFrustumf, glFrustumf, NULL, 1119),
+ NAME_FUNC_OFFSET(30727, glFrustumx, glFrustumx, NULL, 1120),
+ NAME_FUNC_OFFSET(30741, glLightModelx, glLightModelx, NULL, 1121),
+ NAME_FUNC_OFFSET(30758, glLightModelxv, glLightModelxv, NULL, 1122),
+ NAME_FUNC_OFFSET(30776, glLightx, glLightx, NULL, 1123),
+ NAME_FUNC_OFFSET(30788, glLightxv, glLightxv, NULL, 1124),
+ NAME_FUNC_OFFSET(30801, glLineWidthx, glLineWidthx, NULL, 1125),
+ NAME_FUNC_OFFSET(30817, glLoadMatrixx, glLoadMatrixx, NULL, 1126),
+ NAME_FUNC_OFFSET(30834, glMaterialx, glMaterialx, NULL, 1127),
+ NAME_FUNC_OFFSET(30849, glMaterialxv, glMaterialxv, NULL, 1128),
+ NAME_FUNC_OFFSET(30865, glMultMatrixx, glMultMatrixx, NULL, 1129),
+ NAME_FUNC_OFFSET(30882, glMultiTexCoord4x, glMultiTexCoord4x, NULL, 1130),
+ NAME_FUNC_OFFSET(30903, glNormal3x, glNormal3x, NULL, 1131),
+ NAME_FUNC_OFFSET(30917, glOrthof, glOrthof, NULL, 1132),
+ NAME_FUNC_OFFSET(30929, glOrthox, glOrthox, NULL, 1133),
+ NAME_FUNC_OFFSET(30941, glPointSizex, glPointSizex, NULL, 1134),
+ NAME_FUNC_OFFSET(30957, glPolygonOffsetx, glPolygonOffsetx, NULL, 1135),
+ NAME_FUNC_OFFSET(30977, glRotatex, glRotatex, NULL, 1136),
+ NAME_FUNC_OFFSET(30990, glSampleCoveragex, glSampleCoveragex, NULL, 1137),
+ NAME_FUNC_OFFSET(31011, glScalex, glScalex, NULL, 1138),
+ NAME_FUNC_OFFSET(31023, glTexEnvx, glTexEnvx, NULL, 1139),
+ NAME_FUNC_OFFSET(31036, glTexEnvxv, glTexEnvxv, NULL, 1140),
+ NAME_FUNC_OFFSET(31050, glTexParameterx, glTexParameterx, NULL, 1141),
+ NAME_FUNC_OFFSET(31069, glTranslatex, glTranslatex, NULL, 1142),
+ NAME_FUNC_OFFSET(31085, glClipPlanef, glClipPlanef, NULL, 1143),
+ NAME_FUNC_OFFSET(31101, glClipPlanex, glClipPlanex, NULL, 1144),
+ NAME_FUNC_OFFSET(31117, glGetClipPlanef, glGetClipPlanef, NULL, 1145),
+ NAME_FUNC_OFFSET(31136, glGetClipPlanex, glGetClipPlanex, NULL, 1146),
+ NAME_FUNC_OFFSET(31155, glGetFixedv, glGetFixedv, NULL, 1147),
+ NAME_FUNC_OFFSET(31170, glGetLightxv, glGetLightxv, NULL, 1148),
+ NAME_FUNC_OFFSET(31186, glGetMaterialxv, glGetMaterialxv, NULL, 1149),
+ NAME_FUNC_OFFSET(31205, glGetTexEnvxv, glGetTexEnvxv, NULL, 1150),
+ NAME_FUNC_OFFSET(31222, glGetTexParameterxv, glGetTexParameterxv, NULL, 1151),
+ NAME_FUNC_OFFSET(31245, glPointParameterx, glPointParameterx, NULL, 1152),
+ NAME_FUNC_OFFSET(31266, glPointParameterxv, glPointParameterxv, NULL, 1153),
+ NAME_FUNC_OFFSET(31288, glTexParameterxv, glTexParameterxv, NULL, 1154),
NAME_FUNC_OFFSET(-1, NULL, NULL, NULL, 0)
};
diff --git a/xorg-server/glx/remap_helper.h b/xorg-server/glx/remap_helper.h
index b1b32e4b8..7191c3582 100644
--- a/xorg-server/glx/remap_helper.h
+++ b/xorg-server/glx/remap_helper.h
@@ -563,5527 +563,5535 @@ static const char _mesa_function_pool[] =
"iiiii\0"
"glBlendFuncSeparateiARB\0"
"glBlendFuncSeparateIndexedAMD\0"
+ "glBlendFuncSeparatei\0"
"\0"
- /* _mesa_function_pool[3793]: PixelTexGenParameteriSGIS (dynamic) */
+ /* _mesa_function_pool[3814]: PixelTexGenParameteriSGIS (dynamic) */
"ii\0"
"glPixelTexGenParameteriSGIS\0"
"\0"
- /* _mesa_function_pool[3825]: EGLImageTargetRenderbufferStorageOES (will be remapped) */
+ /* _mesa_function_pool[3846]: EGLImageTargetRenderbufferStorageOES (will be remapped) */
"ip\0"
"glEGLImageTargetRenderbufferStorageOES\0"
"\0"
- /* _mesa_function_pool[3868]: GenTransformFeedbacks (will be remapped) */
+ /* _mesa_function_pool[3889]: GenTransformFeedbacks (will be remapped) */
"ip\0"
"glGenTransformFeedbacks\0"
"\0"
- /* _mesa_function_pool[3896]: VertexPointer (offset 321) */
+ /* _mesa_function_pool[3917]: VertexPointer (offset 321) */
"iiip\0"
"glVertexPointer\0"
"\0"
- /* _mesa_function_pool[3918]: GetCompressedTexImage (will be remapped) */
+ /* _mesa_function_pool[3939]: GetCompressedTexImage (will be remapped) */
"iip\0"
"glGetCompressedTexImage\0"
"glGetCompressedTexImageARB\0"
"\0"
- /* _mesa_function_pool[3974]: ProgramLocalParameter4dvARB (will be remapped) */
+ /* _mesa_function_pool[3995]: ProgramLocalParameter4dvARB (will be remapped) */
"iip\0"
"glProgramLocalParameter4dvARB\0"
"\0"
- /* _mesa_function_pool[4009]: TexCoord4fv (offset 121) */
+ /* _mesa_function_pool[4030]: TexCoord4fv (offset 121) */
"p\0"
"glTexCoord4fv\0"
"\0"
- /* _mesa_function_pool[4026]: GetQueryObjectui64v (will be remapped) */
+ /* _mesa_function_pool[4047]: GetQueryObjectui64v (will be remapped) */
"iip\0"
"glGetQueryObjectui64v\0"
"glGetQueryObjectui64vEXT\0"
"\0"
- /* _mesa_function_pool[4078]: VertexAttribP1uiv (will be remapped) */
+ /* _mesa_function_pool[4099]: VertexAttribP1uiv (will be remapped) */
"iiip\0"
"glVertexAttribP1uiv\0"
"\0"
- /* _mesa_function_pool[4104]: IsProgram (will be remapped) */
+ /* _mesa_function_pool[4125]: IsProgram (will be remapped) */
"i\0"
"glIsProgram\0"
"\0"
- /* _mesa_function_pool[4119]: TexCoordPointerListIBM (dynamic) */
+ /* _mesa_function_pool[4140]: TexCoordPointerListIBM (dynamic) */
"iiipi\0"
"glTexCoordPointerListIBM\0"
"\0"
- /* _mesa_function_pool[4151]: ResizeBuffersMESA (will be remapped) */
+ /* _mesa_function_pool[4172]: ResizeBuffersMESA (will be remapped) */
"\0"
"glResizeBuffersMESA\0"
"\0"
- /* _mesa_function_pool[4173]: BindBuffersBase (will be remapped) */
+ /* _mesa_function_pool[4194]: BindBuffersBase (will be remapped) */
"iiip\0"
"glBindBuffersBase\0"
"\0"
- /* _mesa_function_pool[4197]: GenTextures (offset 328) */
+ /* _mesa_function_pool[4218]: GenTextures (offset 328) */
"ip\0"
"glGenTextures\0"
"glGenTexturesEXT\0"
"\0"
- /* _mesa_function_pool[4232]: IndexPointerListIBM (dynamic) */
+ /* _mesa_function_pool[4253]: IndexPointerListIBM (dynamic) */
"iipi\0"
"glIndexPointerListIBM\0"
"\0"
- /* _mesa_function_pool[4260]: WindowPos4fMESA (will be remapped) */
+ /* _mesa_function_pool[4281]: WindowPos4fMESA (will be remapped) */
"ffff\0"
"glWindowPos4fMESA\0"
"\0"
- /* _mesa_function_pool[4284]: VertexAttribs2fvNV (will be remapped) */
+ /* _mesa_function_pool[4305]: VertexAttribs2fvNV (will be remapped) */
"iip\0"
"glVertexAttribs2fvNV\0"
"\0"
- /* _mesa_function_pool[4310]: VertexAttribP4ui (will be remapped) */
+ /* _mesa_function_pool[4331]: VertexAttribP4ui (will be remapped) */
"iiii\0"
"glVertexAttribP4ui\0"
"\0"
- /* _mesa_function_pool[4335]: Uniform4i (will be remapped) */
+ /* _mesa_function_pool[4356]: Uniform4i (will be remapped) */
"iiiii\0"
"glUniform4i\0"
"glUniform4iARB\0"
"\0"
- /* _mesa_function_pool[4369]: BufferParameteriAPPLE (will be remapped) */
+ /* _mesa_function_pool[4390]: BufferParameteriAPPLE (will be remapped) */
"iii\0"
"glBufferParameteriAPPLE\0"
"\0"
- /* _mesa_function_pool[4398]: Uniform4f (will be remapped) */
+ /* _mesa_function_pool[4419]: Uniform4f (will be remapped) */
"iffff\0"
"glUniform4f\0"
"glUniform4fARB\0"
"\0"
- /* _mesa_function_pool[4432]: ProgramUniform3f (will be remapped) */
+ /* _mesa_function_pool[4453]: ProgramUniform3f (will be remapped) */
"iifff\0"
"glProgramUniform3f\0"
"glProgramUniform3fEXT\0"
"\0"
- /* _mesa_function_pool[4480]: ProgramUniform3i (will be remapped) */
+ /* _mesa_function_pool[4501]: ProgramUniform3i (will be remapped) */
"iiiii\0"
"glProgramUniform3i\0"
"glProgramUniform3iEXT\0"
"\0"
- /* _mesa_function_pool[4528]: PointParameterfv (will be remapped) */
+ /* _mesa_function_pool[4549]: PointParameterfv (will be remapped) */
"ip\0"
"glPointParameterfv\0"
"glPointParameterfvARB\0"
"glPointParameterfvEXT\0"
"glPointParameterfvSGIS\0"
"\0"
- /* _mesa_function_pool[4618]: GetHistogramParameterfv (offset 362) */
+ /* _mesa_function_pool[4639]: GetHistogramParameterfv (offset 362) */
"iip\0"
"glGetHistogramParameterfv\0"
"glGetHistogramParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[4678]: GetString (offset 275) */
+ /* _mesa_function_pool[4699]: GetString (offset 275) */
"i\0"
"glGetString\0"
"\0"
- /* _mesa_function_pool[4693]: ColorPointervINTEL (dynamic) */
+ /* _mesa_function_pool[4714]: ColorPointervINTEL (dynamic) */
"iip\0"
"glColorPointervINTEL\0"
"\0"
- /* _mesa_function_pool[4719]: VDPAUUnmapSurfacesNV (will be remapped) */
+ /* _mesa_function_pool[4740]: VDPAUUnmapSurfacesNV (will be remapped) */
"ip\0"
"glVDPAUUnmapSurfacesNV\0"
"\0"
- /* _mesa_function_pool[4746]: GetnHistogramARB (will be remapped) */
+ /* _mesa_function_pool[4767]: GetnHistogramARB (will be remapped) */
"iiiiip\0"
"glGetnHistogramARB\0"
"\0"
- /* _mesa_function_pool[4773]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[4794]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */
"pppp\0"
"glReplacementCodeuiColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[4826]: SecondaryColor3s (will be remapped) */
+ /* _mesa_function_pool[4847]: SecondaryColor3s (will be remapped) */
"iii\0"
"glSecondaryColor3s\0"
"glSecondaryColor3sEXT\0"
"\0"
- /* _mesa_function_pool[4872]: VertexAttribP2uiv (will be remapped) */
+ /* _mesa_function_pool[4893]: VertexAttribP2uiv (will be remapped) */
"iiip\0"
"glVertexAttribP2uiv\0"
"\0"
- /* _mesa_function_pool[4898]: GetDetailTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[4919]: GetDetailTexFuncSGIS (dynamic) */
"ip\0"
"glGetDetailTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[4925]: VertexAttrib3fNV (will be remapped) */
+ /* _mesa_function_pool[4946]: VertexAttrib3fNV (will be remapped) */
"ifff\0"
"glVertexAttrib3fNV\0"
"\0"
- /* _mesa_function_pool[4950]: SecondaryColor3b (will be remapped) */
+ /* _mesa_function_pool[4971]: SecondaryColor3b (will be remapped) */
"iii\0"
"glSecondaryColor3b\0"
"glSecondaryColor3bEXT\0"
"\0"
- /* _mesa_function_pool[4996]: EnableClientState (offset 313) */
+ /* _mesa_function_pool[5017]: EnableClientState (offset 313) */
"i\0"
"glEnableClientState\0"
"\0"
- /* _mesa_function_pool[5019]: Color4ubVertex2fvSUN (dynamic) */
+ /* _mesa_function_pool[5040]: Color4ubVertex2fvSUN (dynamic) */
"pp\0"
"glColor4ubVertex2fvSUN\0"
"\0"
- /* _mesa_function_pool[5046]: SecondaryColor3i (will be remapped) */
+ /* _mesa_function_pool[5067]: SecondaryColor3i (will be remapped) */
"iii\0"
"glSecondaryColor3i\0"
"glSecondaryColor3iEXT\0"
"\0"
- /* _mesa_function_pool[5092]: TexFilterFuncSGIS (dynamic) */
+ /* _mesa_function_pool[5113]: TexFilterFuncSGIS (dynamic) */
"iiip\0"
"glTexFilterFuncSGIS\0"
"\0"
- /* _mesa_function_pool[5118]: GetFragmentMaterialfvSGIX (dynamic) */
+ /* _mesa_function_pool[5139]: GetFragmentMaterialfvSGIX (dynamic) */
"iip\0"
"glGetFragmentMaterialfvSGIX\0"
"\0"
- /* _mesa_function_pool[5151]: DetailTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[5172]: DetailTexFuncSGIS (dynamic) */
"iip\0"
"glDetailTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[5176]: FlushMappedBufferRange (will be remapped) */
+ /* _mesa_function_pool[5197]: FlushMappedBufferRange (will be remapped) */
"iii\0"
"glFlushMappedBufferRange\0"
"glFlushMappedBufferRangeEXT\0"
"\0"
- /* _mesa_function_pool[5234]: Lightfv (offset 160) */
+ /* _mesa_function_pool[5255]: Lightfv (offset 160) */
"iip\0"
"glLightfv\0"
"\0"
- /* _mesa_function_pool[5249]: GetFramebufferAttachmentParameteriv (will be remapped) */
+ /* _mesa_function_pool[5270]: GetFramebufferAttachmentParameteriv (will be remapped) */
"iiip\0"
"glGetFramebufferAttachmentParameteriv\0"
"glGetFramebufferAttachmentParameterivEXT\0"
"glGetFramebufferAttachmentParameterivOES\0"
"\0"
- /* _mesa_function_pool[5375]: ColorSubTable (offset 346) */
+ /* _mesa_function_pool[5396]: ColorSubTable (offset 346) */
"iiiiip\0"
"glColorSubTable\0"
"glColorSubTableEXT\0"
"\0"
- /* _mesa_function_pool[5418]: EndPerfMonitorAMD (will be remapped) */
+ /* _mesa_function_pool[5439]: EndPerfMonitorAMD (will be remapped) */
"i\0"
"glEndPerfMonitorAMD\0"
"\0"
- /* _mesa_function_pool[5441]: Uniform1ui (will be remapped) */
+ /* _mesa_function_pool[5462]: Uniform1ui (will be remapped) */
"ii\0"
"glUniform1uiEXT\0"
"glUniform1ui\0"
"\0"
- /* _mesa_function_pool[5474]: MapParameterivNV (dynamic) */
+ /* _mesa_function_pool[5495]: MapParameterivNV (dynamic) */
"iip\0"
"glMapParameterivNV\0"
"\0"
- /* _mesa_function_pool[5498]: GetMultisamplefv (will be remapped) */
+ /* _mesa_function_pool[5519]: GetMultisamplefv (will be remapped) */
"iip\0"
"glGetMultisamplefv\0"
"\0"
- /* _mesa_function_pool[5522]: WeightbvARB (dynamic) */
+ /* _mesa_function_pool[5543]: WeightbvARB (dynamic) */
"ip\0"
"glWeightbvARB\0"
"\0"
- /* _mesa_function_pool[5540]: Rectdv (offset 87) */
+ /* _mesa_function_pool[5561]: Rectdv (offset 87) */
"pp\0"
"glRectdv\0"
"\0"
- /* _mesa_function_pool[5553]: DrawArraysInstancedARB (will be remapped) */
+ /* _mesa_function_pool[5574]: DrawArraysInstancedARB (will be remapped) */
"iiii\0"
"glDrawArraysInstancedARB\0"
"glDrawArraysInstancedEXT\0"
"glDrawArraysInstanced\0"
"\0"
- /* _mesa_function_pool[5631]: ProgramEnvParameters4fvEXT (will be remapped) */
+ /* _mesa_function_pool[5652]: ProgramEnvParameters4fvEXT (will be remapped) */
"iiip\0"
"glProgramEnvParameters4fvEXT\0"
"\0"
- /* _mesa_function_pool[5666]: VertexAttrib2svNV (will be remapped) */
+ /* _mesa_function_pool[5687]: VertexAttrib2svNV (will be remapped) */
"ip\0"
"glVertexAttrib2svNV\0"
"\0"
- /* _mesa_function_pool[5690]: SecondaryColorP3uiv (will be remapped) */
+ /* _mesa_function_pool[5711]: SecondaryColorP3uiv (will be remapped) */
"ip\0"
"glSecondaryColorP3uiv\0"
"\0"
- /* _mesa_function_pool[5716]: GetnPixelMapuivARB (will be remapped) */
+ /* _mesa_function_pool[5737]: GetnPixelMapuivARB (will be remapped) */
"iip\0"
"glGetnPixelMapuivARB\0"
"\0"
- /* _mesa_function_pool[5742]: GetSamplerParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[5763]: GetSamplerParameterIuiv (will be remapped) */
"iip\0"
"glGetSamplerParameterIuiv\0"
"\0"
- /* _mesa_function_pool[5773]: PointParameterxv (will be remapped) */
- "ip\0"
- "glPointParameterxvOES\0"
- "glPointParameterxv\0"
+ /* _mesa_function_pool[5794]: Disablei (will be remapped) */
+ "ii\0"
+ "glDisableIndexedEXT\0"
+ "glDisablei\0"
"\0"
- /* _mesa_function_pool[5818]: CompressedTexSubImage3D (will be remapped) */
+ /* _mesa_function_pool[5829]: CompressedTexSubImage3D (will be remapped) */
"iiiiiiiiiip\0"
"glCompressedTexSubImage3D\0"
"glCompressedTexSubImage3DARB\0"
"glCompressedTexSubImage3DOES\0"
"\0"
- /* _mesa_function_pool[5915]: BindFramebufferEXT (will be remapped) */
+ /* _mesa_function_pool[5926]: BindFramebufferEXT (will be remapped) */
"ii\0"
"glBindFramebufferEXT\0"
"\0"
- /* _mesa_function_pool[5940]: Color3dv (offset 12) */
+ /* _mesa_function_pool[5951]: Color3dv (offset 12) */
"p\0"
"glColor3dv\0"
"\0"
- /* _mesa_function_pool[5954]: BeginQuery (will be remapped) */
+ /* _mesa_function_pool[5965]: BeginQuery (will be remapped) */
"ii\0"
"glBeginQuery\0"
"glBeginQueryARB\0"
"\0"
- /* _mesa_function_pool[5987]: VertexP3uiv (will be remapped) */
+ /* _mesa_function_pool[5998]: VertexP3uiv (will be remapped) */
"ip\0"
"glVertexP3uiv\0"
"\0"
- /* _mesa_function_pool[6005]: GetUniformLocation (will be remapped) */
+ /* _mesa_function_pool[6016]: GetUniformLocation (will be remapped) */
"ip\0"
"glGetUniformLocation\0"
"glGetUniformLocationARB\0"
"\0"
- /* _mesa_function_pool[6054]: PixelStoref (offset 249) */
+ /* _mesa_function_pool[6065]: PixelStoref (offset 249) */
"if\0"
"glPixelStoref\0"
"\0"
- /* _mesa_function_pool[6072]: WindowPos2iv (will be remapped) */
+ /* _mesa_function_pool[6083]: WindowPos2iv (will be remapped) */
"p\0"
"glWindowPos2iv\0"
"glWindowPos2ivARB\0"
"glWindowPos2ivMESA\0"
"\0"
- /* _mesa_function_pool[6127]: PixelStorei (offset 250) */
+ /* _mesa_function_pool[6138]: PixelStorei (offset 250) */
"ii\0"
"glPixelStorei\0"
"\0"
- /* _mesa_function_pool[6145]: VertexAttribs1svNV (will be remapped) */
+ /* _mesa_function_pool[6156]: VertexAttribs1svNV (will be remapped) */
"iip\0"
"glVertexAttribs1svNV\0"
"\0"
- /* _mesa_function_pool[6171]: RequestResidentProgramsNV (will be remapped) */
+ /* _mesa_function_pool[6182]: RequestResidentProgramsNV (will be remapped) */
"ip\0"
"glRequestResidentProgramsNV\0"
"\0"
- /* _mesa_function_pool[6203]: ListParameterivSGIX (dynamic) */
+ /* _mesa_function_pool[6214]: ListParameterivSGIX (dynamic) */
"iip\0"
"glListParameterivSGIX\0"
"\0"
- /* _mesa_function_pool[6230]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[6241]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
"pppp\0"
"glTexCoord2fColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[6276]: CheckFramebufferStatus (will be remapped) */
+ /* _mesa_function_pool[6287]: CheckFramebufferStatus (will be remapped) */
"i\0"
"glCheckFramebufferStatus\0"
"glCheckFramebufferStatusEXT\0"
"glCheckFramebufferStatusOES\0"
"\0"
- /* _mesa_function_pool[6360]: DispatchComputeIndirect (will be remapped) */
+ /* _mesa_function_pool[6371]: DispatchComputeIndirect (will be remapped) */
"i\0"
"glDispatchComputeIndirect\0"
"\0"
- /* _mesa_function_pool[6389]: InvalidateBufferData (will be remapped) */
+ /* _mesa_function_pool[6400]: InvalidateBufferData (will be remapped) */
"i\0"
"glInvalidateBufferData\0"
"\0"
- /* _mesa_function_pool[6415]: VDPAUMapSurfacesNV (will be remapped) */
+ /* _mesa_function_pool[6426]: VDPAUMapSurfacesNV (will be remapped) */
"ip\0"
"glVDPAUMapSurfacesNV\0"
"\0"
- /* _mesa_function_pool[6440]: IsFramebuffer (will be remapped) */
+ /* _mesa_function_pool[6451]: IsFramebuffer (will be remapped) */
"i\0"
"glIsFramebuffer\0"
"glIsFramebufferEXT\0"
"glIsFramebufferOES\0"
"\0"
- /* _mesa_function_pool[6497]: GetPixelTexGenParameterfvSGIS (dynamic) */
+ /* _mesa_function_pool[6508]: GetPixelTexGenParameterfvSGIS (dynamic) */
"ip\0"
"glGetPixelTexGenParameterfvSGIS\0"
"\0"
- /* _mesa_function_pool[6533]: GetDoublev (offset 260) */
+ /* _mesa_function_pool[6544]: GetDoublev (offset 260) */
"ip\0"
"glGetDoublev\0"
"\0"
- /* _mesa_function_pool[6550]: GetObjectLabel (will be remapped) */
+ /* _mesa_function_pool[6561]: GetObjectLabel (will be remapped) */
"iiipp\0"
"glGetObjectLabel\0"
"\0"
- /* _mesa_function_pool[6574]: TextureLightEXT (dynamic) */
+ /* _mesa_function_pool[6585]: TextureLightEXT (dynamic) */
"i\0"
"glTextureLightEXT\0"
"\0"
- /* _mesa_function_pool[6595]: ColorP3uiv (will be remapped) */
+ /* _mesa_function_pool[6606]: ColorP3uiv (will be remapped) */
"ip\0"
"glColorP3uiv\0"
"\0"
- /* _mesa_function_pool[6612]: CombinerParameteriNV (dynamic) */
+ /* _mesa_function_pool[6623]: CombinerParameteriNV (dynamic) */
"ii\0"
"glCombinerParameteriNV\0"
"\0"
- /* _mesa_function_pool[6639]: Normal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[6650]: Normal3fVertex3fvSUN (dynamic) */
"pp\0"
"glNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[6666]: VertexAttribI4ivEXT (will be remapped) */
+ /* _mesa_function_pool[6677]: VertexAttribI4ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI4ivEXT\0"
"glVertexAttribI4iv\0"
"\0"
- /* _mesa_function_pool[6711]: SecondaryColor3ubv (will be remapped) */
+ /* _mesa_function_pool[6722]: SecondaryColor3ubv (will be remapped) */
"p\0"
"glSecondaryColor3ubv\0"
"glSecondaryColor3ubvEXT\0"
"\0"
- /* _mesa_function_pool[6759]: GetDebugMessageLog (will be remapped) */
+ /* _mesa_function_pool[6770]: GetDebugMessageLog (will be remapped) */
"iipppppp\0"
"glGetDebugMessageLogARB\0"
"glGetDebugMessageLog\0"
"\0"
- /* _mesa_function_pool[6814]: DeformationMap3fSGIX (dynamic) */
+ /* _mesa_function_pool[6825]: DeformationMap3fSGIX (dynamic) */
"iffiiffiiffiip\0"
"glDeformationMap3fSGIX\0"
"\0"
- /* _mesa_function_pool[6853]: MatrixIndexubvARB (dynamic) */
+ /* _mesa_function_pool[6864]: MatrixIndexubvARB (dynamic) */
"ip\0"
"glMatrixIndexubvARB\0"
"\0"
- /* _mesa_function_pool[6877]: VertexAttribI4usv (will be remapped) */
+ /* _mesa_function_pool[6888]: VertexAttribI4usv (will be remapped) */
"ip\0"
"glVertexAttribI4usvEXT\0"
"glVertexAttribI4usv\0"
"\0"
- /* _mesa_function_pool[6924]: PixelTexGenParameterfSGIS (dynamic) */
+ /* _mesa_function_pool[6935]: PixelTexGenParameterfSGIS (dynamic) */
"if\0"
"glPixelTexGenParameterfSGIS\0"
"\0"
- /* _mesa_function_pool[6956]: ProgramUniform2ui (will be remapped) */
+ /* _mesa_function_pool[6967]: ProgramUniform2ui (will be remapped) */
"iiii\0"
"glProgramUniform2ui\0"
"glProgramUniform2uiEXT\0"
"\0"
- /* _mesa_function_pool[7005]: TexCoord2fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[7016]: TexCoord2fVertex3fvSUN (dynamic) */
"pp\0"
"glTexCoord2fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[7034]: Color4ubVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[7045]: Color4ubVertex3fvSUN (dynamic) */
"pp\0"
"glColor4ubVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[7061]: GetShaderSource (will be remapped) */
+ /* _mesa_function_pool[7072]: GetShaderSource (will be remapped) */
"iipp\0"
"glGetShaderSource\0"
"glGetShaderSourceARB\0"
"\0"
- /* _mesa_function_pool[7106]: BindProgramARB (will be remapped) */
+ /* _mesa_function_pool[7117]: BindProgramARB (will be remapped) */
"ii\0"
"glBindProgramARB\0"
"glBindProgramNV\0"
"\0"
- /* _mesa_function_pool[7143]: VertexAttrib3sNV (will be remapped) */
+ /* _mesa_function_pool[7154]: VertexAttrib3sNV (will be remapped) */
"iiii\0"
"glVertexAttrib3sNV\0"
"\0"
- /* _mesa_function_pool[7168]: ColorFragmentOp1ATI (will be remapped) */
+ /* _mesa_function_pool[7179]: ColorFragmentOp1ATI (will be remapped) */
"iiiiiii\0"
"glColorFragmentOp1ATI\0"
"\0"
- /* _mesa_function_pool[7199]: ProgramUniformMatrix4x3fv (will be remapped) */
+ /* _mesa_function_pool[7210]: ProgramUniformMatrix4x3fv (will be remapped) */
"iiiip\0"
"glProgramUniformMatrix4x3fv\0"
"glProgramUniformMatrix4x3fvEXT\0"
"\0"
- /* _mesa_function_pool[7265]: PopClientAttrib (offset 334) */
+ /* _mesa_function_pool[7276]: PopClientAttrib (offset 334) */
"\0"
"glPopClientAttrib\0"
"\0"
- /* _mesa_function_pool[7285]: DrawElementsInstancedARB (will be remapped) */
+ /* _mesa_function_pool[7296]: DrawElementsInstancedARB (will be remapped) */
"iiipi\0"
"glDrawElementsInstancedARB\0"
"glDrawElementsInstancedEXT\0"
"glDrawElementsInstanced\0"
"\0"
- /* _mesa_function_pool[7370]: GetQueryObjectuiv (will be remapped) */
+ /* _mesa_function_pool[7381]: GetQueryObjectuiv (will be remapped) */
"iip\0"
"glGetQueryObjectuiv\0"
"glGetQueryObjectuivARB\0"
"\0"
- /* _mesa_function_pool[7418]: VertexAttribI4bv (will be remapped) */
+ /* _mesa_function_pool[7429]: VertexAttribI4bv (will be remapped) */
"ip\0"
"glVertexAttribI4bvEXT\0"
"glVertexAttribI4bv\0"
"\0"
- /* _mesa_function_pool[7463]: FogCoordPointerListIBM (dynamic) */
+ /* _mesa_function_pool[7474]: FogCoordPointerListIBM (dynamic) */
"iipi\0"
"glFogCoordPointerListIBM\0"
"\0"
- /* _mesa_function_pool[7494]: Binormal3sEXT (dynamic) */
+ /* _mesa_function_pool[7505]: Binormal3sEXT (dynamic) */
"iii\0"
"glBinormal3sEXT\0"
"\0"
- /* _mesa_function_pool[7515]: ListBase (offset 6) */
+ /* _mesa_function_pool[7526]: ListBase (offset 6) */
"i\0"
"glListBase\0"
"\0"
- /* _mesa_function_pool[7529]: GenerateMipmap (will be remapped) */
+ /* _mesa_function_pool[7540]: GenerateMipmap (will be remapped) */
"i\0"
"glGenerateMipmap\0"
"glGenerateMipmapEXT\0"
"glGenerateMipmapOES\0"
"\0"
- /* _mesa_function_pool[7589]: BindBufferRange (will be remapped) */
+ /* _mesa_function_pool[7600]: BindBufferRange (will be remapped) */
"iiiii\0"
"glBindBufferRange\0"
"glBindBufferRangeEXT\0"
"\0"
- /* _mesa_function_pool[7635]: ProgramUniformMatrix2x4fv (will be remapped) */
+ /* _mesa_function_pool[7646]: ProgramUniformMatrix2x4fv (will be remapped) */
"iiiip\0"
"glProgramUniformMatrix2x4fv\0"
"glProgramUniformMatrix2x4fvEXT\0"
"\0"
- /* _mesa_function_pool[7701]: GetQueryObjectiv (will be remapped) */
+ /* _mesa_function_pool[7712]: GetQueryObjectiv (will be remapped) */
"iip\0"
"glGetQueryObjectiv\0"
"glGetQueryObjectivARB\0"
"\0"
- /* _mesa_function_pool[7747]: VertexAttrib2s (will be remapped) */
+ /* _mesa_function_pool[7758]: VertexAttrib2s (will be remapped) */
"iii\0"
"glVertexAttrib2s\0"
"glVertexAttrib2sARB\0"
"\0"
- /* _mesa_function_pool[7789]: SecondaryColor3fvEXT (will be remapped) */
+ /* _mesa_function_pool[7800]: SecondaryColor3fvEXT (will be remapped) */
"p\0"
"glSecondaryColor3fv\0"
"glSecondaryColor3fvEXT\0"
"\0"
- /* _mesa_function_pool[7835]: VertexAttrib2d (will be remapped) */
+ /* _mesa_function_pool[7846]: VertexAttrib2d (will be remapped) */
"idd\0"
"glVertexAttrib2d\0"
"glVertexAttrib2dARB\0"
"\0"
- /* _mesa_function_pool[7877]: Uniform1fv (will be remapped) */
+ /* _mesa_function_pool[7888]: Uniform1fv (will be remapped) */
"iip\0"
"glUniform1fv\0"
"glUniform1fvARB\0"
"\0"
- /* _mesa_function_pool[7911]: GetProgramPipelineInfoLog (will be remapped) */
+ /* _mesa_function_pool[7922]: GetProgramPipelineInfoLog (will be remapped) */
"iipp\0"
"glGetProgramPipelineInfoLog\0"
"glGetProgramPipelineInfoLogEXT\0"
"\0"
- /* _mesa_function_pool[7976]: TextureMaterialEXT (dynamic) */
+ /* _mesa_function_pool[7987]: TextureMaterialEXT (dynamic) */
"ii\0"
"glTextureMaterialEXT\0"
"\0"
- /* _mesa_function_pool[8001]: DepthBoundsEXT (will be remapped) */
+ /* _mesa_function_pool[8012]: DepthBoundsEXT (will be remapped) */
"dd\0"
"glDepthBoundsEXT\0"
"\0"
- /* _mesa_function_pool[8022]: WindowPos3fv (will be remapped) */
+ /* _mesa_function_pool[8033]: WindowPos3fv (will be remapped) */
"p\0"
"glWindowPos3fv\0"
"glWindowPos3fvARB\0"
"glWindowPos3fvMESA\0"
"\0"
- /* _mesa_function_pool[8077]: BindVertexArrayAPPLE (will be remapped) */
+ /* _mesa_function_pool[8088]: BindVertexArrayAPPLE (will be remapped) */
"i\0"
"glBindVertexArrayAPPLE\0"
"\0"
- /* _mesa_function_pool[8103]: GetHistogramParameteriv (offset 363) */
+ /* _mesa_function_pool[8114]: GetHistogramParameteriv (offset 363) */
"iip\0"
"glGetHistogramParameteriv\0"
"glGetHistogramParameterivEXT\0"
"\0"
- /* _mesa_function_pool[8163]: PointParameteriv (will be remapped) */
+ /* _mesa_function_pool[8174]: PointParameteriv (will be remapped) */
"ip\0"
"glPointParameteriv\0"
"glPointParameterivNV\0"
"\0"
- /* _mesa_function_pool[8207]: GetProgramivARB (will be remapped) */
+ /* _mesa_function_pool[8218]: GetProgramivARB (will be remapped) */
"iip\0"
"glGetProgramivARB\0"
"\0"
- /* _mesa_function_pool[8230]: BindRenderbuffer (will be remapped) */
+ /* _mesa_function_pool[8241]: BindRenderbuffer (will be remapped) */
"ii\0"
"glBindRenderbuffer\0"
"glBindRenderbufferOES\0"
"\0"
- /* _mesa_function_pool[8275]: SecondaryColor3fEXT (will be remapped) */
+ /* _mesa_function_pool[8286]: SecondaryColor3fEXT (will be remapped) */
"fff\0"
"glSecondaryColor3f\0"
"glSecondaryColor3fEXT\0"
"\0"
- /* _mesa_function_pool[8321]: PrimitiveRestartIndex (will be remapped) */
+ /* _mesa_function_pool[8332]: PrimitiveRestartIndex (will be remapped) */
"i\0"
"glPrimitiveRestartIndex\0"
"glPrimitiveRestartIndexNV\0"
"\0"
- /* _mesa_function_pool[8374]: VertexAttribI4ubv (will be remapped) */
+ /* _mesa_function_pool[8385]: VertexAttribI4ubv (will be remapped) */
"ip\0"
"glVertexAttribI4ubvEXT\0"
"glVertexAttribI4ubv\0"
"\0"
- /* _mesa_function_pool[8421]: GetGraphicsResetStatusARB (will be remapped) */
+ /* _mesa_function_pool[8432]: GetGraphicsResetStatusARB (will be remapped) */
"\0"
"glGetGraphicsResetStatusARB\0"
"\0"
- /* _mesa_function_pool[8451]: ActiveStencilFaceEXT (will be remapped) */
+ /* _mesa_function_pool[8462]: ActiveStencilFaceEXT (will be remapped) */
"i\0"
"glActiveStencilFaceEXT\0"
"\0"
- /* _mesa_function_pool[8477]: VertexAttrib4dNV (will be remapped) */
+ /* _mesa_function_pool[8488]: VertexAttrib4dNV (will be remapped) */
"idddd\0"
"glVertexAttrib4dNV\0"
"\0"
- /* _mesa_function_pool[8503]: DepthRange (offset 288) */
+ /* _mesa_function_pool[8514]: DepthRange (offset 288) */
"dd\0"
"glDepthRange\0"
"\0"
- /* _mesa_function_pool[8520]: TexBumpParameterivATI (will be remapped) */
+ /* _mesa_function_pool[8531]: TexBumpParameterivATI (will be remapped) */
"ip\0"
"glTexBumpParameterivATI\0"
"\0"
- /* _mesa_function_pool[8548]: VertexAttrib4fNV (will be remapped) */
+ /* _mesa_function_pool[8559]: VertexAttrib4fNV (will be remapped) */
"iffff\0"
"glVertexAttrib4fNV\0"
"\0"
- /* _mesa_function_pool[8574]: Uniform4fv (will be remapped) */
+ /* _mesa_function_pool[8585]: Uniform4fv (will be remapped) */
"iip\0"
"glUniform4fv\0"
"glUniform4fvARB\0"
"\0"
- /* _mesa_function_pool[8608]: DrawMeshArraysSUN (dynamic) */
+ /* _mesa_function_pool[8619]: DrawMeshArraysSUN (dynamic) */
"iiii\0"
"glDrawMeshArraysSUN\0"
"\0"
- /* _mesa_function_pool[8634]: SamplerParameterIiv (will be remapped) */
+ /* _mesa_function_pool[8645]: SamplerParameterIiv (will be remapped) */
"iip\0"
"glSamplerParameterIiv\0"
"\0"
- /* _mesa_function_pool[8661]: GetMapControlPointsNV (dynamic) */
+ /* _mesa_function_pool[8672]: GetMapControlPointsNV (dynamic) */
"iiiiiip\0"
"glGetMapControlPointsNV\0"
"\0"
- /* _mesa_function_pool[8694]: SpriteParameterivSGIX (dynamic) */
+ /* _mesa_function_pool[8705]: SpriteParameterivSGIX (dynamic) */
"ip\0"
"glSpriteParameterivSGIX\0"
"\0"
- /* _mesa_function_pool[8722]: Frustumf (will be remapped) */
+ /* _mesa_function_pool[8733]: Frustumf (will be remapped) */
"ffffff\0"
"glFrustumfOES\0"
"glFrustumf\0"
"\0"
- /* _mesa_function_pool[8755]: ProgramUniform2uiv (will be remapped) */
+ /* _mesa_function_pool[8766]: ProgramUniform2uiv (will be remapped) */
"iiip\0"
"glProgramUniform2uiv\0"
"glProgramUniform2uivEXT\0"
"\0"
- /* _mesa_function_pool[8806]: Rectsv (offset 93) */
+ /* _mesa_function_pool[8817]: Rectsv (offset 93) */
"pp\0"
"glRectsv\0"
"\0"
- /* _mesa_function_pool[8819]: Frustumx (will be remapped) */
+ /* _mesa_function_pool[8830]: Frustumx (will be remapped) */
"iiiiii\0"
"glFrustumxOES\0"
"glFrustumx\0"
"\0"
- /* _mesa_function_pool[8852]: CullFace (offset 152) */
+ /* _mesa_function_pool[8863]: CullFace (offset 152) */
"i\0"
"glCullFace\0"
"\0"
- /* _mesa_function_pool[8866]: BindTexture (offset 307) */
+ /* _mesa_function_pool[8877]: BindTexture (offset 307) */
"ii\0"
"glBindTexture\0"
"glBindTextureEXT\0"
"\0"
- /* _mesa_function_pool[8901]: MultiTexCoord4fARB (offset 402) */
+ /* _mesa_function_pool[8912]: MultiTexCoord4fARB (offset 402) */
"iffff\0"
"glMultiTexCoord4f\0"
"glMultiTexCoord4fARB\0"
"\0"
- /* _mesa_function_pool[8947]: MultiTexCoordP2uiv (will be remapped) */
+ /* _mesa_function_pool[8958]: MultiTexCoordP2uiv (will be remapped) */
"iip\0"
"glMultiTexCoordP2uiv\0"
"\0"
- /* _mesa_function_pool[8973]: NormalPointervINTEL (dynamic) */
+ /* _mesa_function_pool[8984]: NormalPointervINTEL (dynamic) */
"ip\0"
"glNormalPointervINTEL\0"
"\0"
- /* _mesa_function_pool[8999]: NormalPointer (offset 318) */
+ /* _mesa_function_pool[9010]: NormalPointer (offset 318) */
"iip\0"
"glNormalPointer\0"
"\0"
- /* _mesa_function_pool[9020]: TangentPointerEXT (dynamic) */
+ /* _mesa_function_pool[9031]: TangentPointerEXT (dynamic) */
"iip\0"
"glTangentPointerEXT\0"
"\0"
- /* _mesa_function_pool[9045]: WindowPos4iMESA (will be remapped) */
+ /* _mesa_function_pool[9056]: WindowPos4iMESA (will be remapped) */
"iiii\0"
"glWindowPos4iMESA\0"
"\0"
- /* _mesa_function_pool[9069]: ReferencePlaneSGIX (dynamic) */
+ /* _mesa_function_pool[9080]: ReferencePlaneSGIX (dynamic) */
"p\0"
"glReferencePlaneSGIX\0"
"\0"
- /* _mesa_function_pool[9093]: VertexAttrib4bv (will be remapped) */
+ /* _mesa_function_pool[9104]: VertexAttrib4bv (will be remapped) */
"ip\0"
"glVertexAttrib4bv\0"
"glVertexAttrib4bvARB\0"
"\0"
- /* _mesa_function_pool[9136]: ReplacementCodeuivSUN (dynamic) */
+ /* _mesa_function_pool[9147]: ReplacementCodeuivSUN (dynamic) */
"p\0"
"glReplacementCodeuivSUN\0"
"\0"
- /* _mesa_function_pool[9163]: SecondaryColor3usv (will be remapped) */
+ /* _mesa_function_pool[9174]: SecondaryColor3usv (will be remapped) */
"p\0"
"glSecondaryColor3usv\0"
"glSecondaryColor3usvEXT\0"
"\0"
- /* _mesa_function_pool[9211]: GetPixelMapuiv (offset 272) */
+ /* _mesa_function_pool[9222]: GetPixelMapuiv (offset 272) */
"ip\0"
"glGetPixelMapuiv\0"
"\0"
- /* _mesa_function_pool[9232]: Indexfv (offset 47) */
+ /* _mesa_function_pool[9243]: Indexfv (offset 47) */
"p\0"
"glIndexfv\0"
"\0"
- /* _mesa_function_pool[9245]: AlphaFragmentOp1ATI (will be remapped) */
+ /* _mesa_function_pool[9256]: AlphaFragmentOp1ATI (will be remapped) */
"iiiiii\0"
"glAlphaFragmentOp1ATI\0"
"\0"
- /* _mesa_function_pool[9275]: ListParameteriSGIX (dynamic) */
+ /* _mesa_function_pool[9286]: ListParameteriSGIX (dynamic) */
"iii\0"
"glListParameteriSGIX\0"
"\0"
- /* _mesa_function_pool[9301]: GetFloatv (offset 262) */
+ /* _mesa_function_pool[9312]: GetFloatv (offset 262) */
"ip\0"
"glGetFloatv\0"
"\0"
- /* _mesa_function_pool[9317]: MultiTexCoord3i (offset 396) */
+ /* _mesa_function_pool[9328]: MultiTexCoord3i (offset 396) */
"iiii\0"
"glMultiTexCoord3i\0"
"glMultiTexCoord3iARB\0"
"\0"
- /* _mesa_function_pool[9362]: ProgramUniform1fv (will be remapped) */
+ /* _mesa_function_pool[9373]: ProgramUniform1fv (will be remapped) */
"iiip\0"
"glProgramUniform1fv\0"
"glProgramUniform1fvEXT\0"
"\0"
- /* _mesa_function_pool[9411]: MultiTexCoord3d (offset 392) */
+ /* _mesa_function_pool[9422]: MultiTexCoord3d (offset 392) */
"iddd\0"
"glMultiTexCoord3d\0"
"glMultiTexCoord3dARB\0"
"\0"
- /* _mesa_function_pool[9456]: TexCoord3sv (offset 117) */
+ /* _mesa_function_pool[9467]: TexCoord3sv (offset 117) */
"p\0"
"glTexCoord3sv\0"
"\0"
- /* _mesa_function_pool[9473]: Fogfv (offset 154) */
+ /* _mesa_function_pool[9484]: Fogfv (offset 154) */
"ip\0"
"glFogfv\0"
"\0"
- /* _mesa_function_pool[9485]: Minmax (offset 368) */
+ /* _mesa_function_pool[9496]: Minmax (offset 368) */
"iii\0"
"glMinmax\0"
"glMinmaxEXT\0"
"\0"
- /* _mesa_function_pool[9511]: MultiTexCoord3s (offset 398) */
+ /* _mesa_function_pool[9522]: MultiTexCoord3s (offset 398) */
"iiii\0"
"glMultiTexCoord3s\0"
"glMultiTexCoord3sARB\0"
"\0"
- /* _mesa_function_pool[9556]: FinishTextureSUNX (dynamic) */
+ /* _mesa_function_pool[9567]: FinishTextureSUNX (dynamic) */
"\0"
"glFinishTextureSUNX\0"
"\0"
- /* _mesa_function_pool[9578]: GetFinalCombinerInputParameterfvNV (dynamic) */
+ /* _mesa_function_pool[9589]: GetFinalCombinerInputParameterfvNV (dynamic) */
"iip\0"
"glGetFinalCombinerInputParameterfvNV\0"
"\0"
- /* _mesa_function_pool[9620]: PollInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[9631]: PollInstrumentsSGIX (dynamic) */
"p\0"
"glPollInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[9645]: Vertex4iv (offset 147) */
+ /* _mesa_function_pool[9656]: Vertex4iv (offset 147) */
"p\0"
"glVertex4iv\0"
"\0"
- /* _mesa_function_pool[9660]: BufferSubData (will be remapped) */
+ /* _mesa_function_pool[9671]: BufferSubData (will be remapped) */
"iiip\0"
"glBufferSubData\0"
"glBufferSubDataARB\0"
"\0"
- /* _mesa_function_pool[9701]: AlphaFragmentOp3ATI (will be remapped) */
+ /* _mesa_function_pool[9712]: AlphaFragmentOp3ATI (will be remapped) */
"iiiiiiiiiiii\0"
"glAlphaFragmentOp3ATI\0"
"\0"
- /* _mesa_function_pool[9737]: Begin (offset 7) */
+ /* _mesa_function_pool[9748]: Begin (offset 7) */
"i\0"
"glBegin\0"
"\0"
- /* _mesa_function_pool[9748]: LightModeli (offset 165) */
+ /* _mesa_function_pool[9759]: LightModeli (offset 165) */
"ii\0"
"glLightModeli\0"
"\0"
- /* _mesa_function_pool[9766]: UniformMatrix2fv (will be remapped) */
+ /* _mesa_function_pool[9777]: UniformMatrix2fv (will be remapped) */
"iiip\0"
"glUniformMatrix2fv\0"
"glUniformMatrix2fvARB\0"
"\0"
- /* _mesa_function_pool[9813]: LightModelf (offset 163) */
+ /* _mesa_function_pool[9824]: LightModelf (offset 163) */
"if\0"
"glLightModelf\0"
"\0"
- /* _mesa_function_pool[9831]: GetTexParameterfv (offset 282) */
+ /* _mesa_function_pool[9842]: GetTexParameterfv (offset 282) */
"iip\0"
"glGetTexParameterfv\0"
"\0"
- /* _mesa_function_pool[9856]: BinormalPointerEXT (dynamic) */
+ /* _mesa_function_pool[9867]: BinormalPointerEXT (dynamic) */
"iip\0"
"glBinormalPointerEXT\0"
"\0"
- /* _mesa_function_pool[9882]: GetCombinerInputParameterivNV (dynamic) */
+ /* _mesa_function_pool[9893]: GetCombinerInputParameterivNV (dynamic) */
"iiiip\0"
"glGetCombinerInputParameterivNV\0"
"\0"
- /* _mesa_function_pool[9921]: DeleteAsyncMarkersSGIX (dynamic) */
+ /* _mesa_function_pool[9932]: DeleteAsyncMarkersSGIX (dynamic) */
"ii\0"
"glDeleteAsyncMarkersSGIX\0"
"\0"
- /* _mesa_function_pool[9950]: MultiTexCoord2fvARB (offset 387) */
+ /* _mesa_function_pool[9961]: MultiTexCoord2fvARB (offset 387) */
"ip\0"
"glMultiTexCoord2fv\0"
"glMultiTexCoord2fvARB\0"
"\0"
- /* _mesa_function_pool[9995]: VertexAttrib4ubv (will be remapped) */
+ /* _mesa_function_pool[10006]: VertexAttrib4ubv (will be remapped) */
"ip\0"
"glVertexAttrib4ubv\0"
"glVertexAttrib4ubvARB\0"
"\0"
- /* _mesa_function_pool[10040]: GetnTexImageARB (will be remapped) */
+ /* _mesa_function_pool[10051]: GetnTexImageARB (will be remapped) */
"iiiiip\0"
"glGetnTexImageARB\0"
"\0"
- /* _mesa_function_pool[10066]: ColorMask (offset 210) */
+ /* _mesa_function_pool[10077]: ColorMask (offset 210) */
"iiii\0"
"glColorMask\0"
"\0"
- /* _mesa_function_pool[10084]: GenAsyncMarkersSGIX (dynamic) */
+ /* _mesa_function_pool[10095]: GenAsyncMarkersSGIX (dynamic) */
"i\0"
"glGenAsyncMarkersSGIX\0"
"\0"
- /* _mesa_function_pool[10109]: ReplacementCodeuiVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[10120]: ReplacementCodeuiVertex3fSUN (dynamic) */
"ifff\0"
"glReplacementCodeuiVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[10146]: VertexAttribI4sv (will be remapped) */
+ /* _mesa_function_pool[10157]: VertexAttribI4sv (will be remapped) */
"ip\0"
"glVertexAttribI4svEXT\0"
"glVertexAttribI4sv\0"
"\0"
- /* _mesa_function_pool[10191]: DrawElementsInstancedBaseInstance (will be remapped) */
+ /* _mesa_function_pool[10202]: DrawElementsInstancedBaseInstance (will be remapped) */
"iiipii\0"
"glDrawElementsInstancedBaseInstance\0"
"\0"
- /* _mesa_function_pool[10235]: UniformMatrix4fv (will be remapped) */
+ /* _mesa_function_pool[10246]: UniformMatrix4fv (will be remapped) */
"iiip\0"
"glUniformMatrix4fv\0"
"glUniformMatrix4fvARB\0"
"\0"
- /* _mesa_function_pool[10282]: UniformMatrix3x2fv (will be remapped) */
+ /* _mesa_function_pool[10293]: UniformMatrix3x2fv (will be remapped) */
"iiip\0"
"glUniformMatrix3x2fv\0"
"\0"
- /* _mesa_function_pool[10309]: VertexAttrib4Nuiv (will be remapped) */
+ /* _mesa_function_pool[10320]: VertexAttrib4Nuiv (will be remapped) */
"ip\0"
"glVertexAttrib4Nuiv\0"
"glVertexAttrib4NuivARB\0"
"\0"
- /* _mesa_function_pool[10356]: ClientActiveTexture (offset 375) */
+ /* _mesa_function_pool[10367]: ClientActiveTexture (offset 375) */
"i\0"
"glClientActiveTexture\0"
"glClientActiveTextureARB\0"
"\0"
- /* _mesa_function_pool[10406]: GetUniformIndices (will be remapped) */
+ /* _mesa_function_pool[10417]: GetUniformIndices (will be remapped) */
"iipp\0"
"glGetUniformIndices\0"
"\0"
- /* _mesa_function_pool[10432]: GetTexBumpParameterivATI (will be remapped) */
+ /* _mesa_function_pool[10443]: GetTexBumpParameterivATI (will be remapped) */
"ip\0"
"glGetTexBumpParameterivATI\0"
"\0"
- /* _mesa_function_pool[10463]: Binormal3bEXT (dynamic) */
+ /* _mesa_function_pool[10474]: Binormal3bEXT (dynamic) */
"iii\0"
"glBinormal3bEXT\0"
"\0"
- /* _mesa_function_pool[10484]: CombinerParameterivNV (dynamic) */
+ /* _mesa_function_pool[10495]: CombinerParameterivNV (dynamic) */
"ip\0"
"glCombinerParameterivNV\0"
"\0"
- /* _mesa_function_pool[10512]: MultiTexCoord2sv (offset 391) */
+ /* _mesa_function_pool[10523]: MultiTexCoord2sv (offset 391) */
"ip\0"
"glMultiTexCoord2sv\0"
"glMultiTexCoord2svARB\0"
"\0"
- /* _mesa_function_pool[10557]: LoadIdentity (offset 290) */
+ /* _mesa_function_pool[10568]: LoadIdentity (offset 290) */
"\0"
"glLoadIdentity\0"
"\0"
- /* _mesa_function_pool[10574]: ActiveShaderProgram (will be remapped) */
+ /* _mesa_function_pool[10585]: ActiveShaderProgram (will be remapped) */
"ii\0"
"glActiveShaderProgram\0"
"glActiveShaderProgramEXT\0"
"\0"
- /* _mesa_function_pool[10625]: BindImageTextures (will be remapped) */
+ /* _mesa_function_pool[10636]: BindImageTextures (will be remapped) */
"iip\0"
"glBindImageTextures\0"
"\0"
- /* _mesa_function_pool[10650]: DeleteTransformFeedbacks (will be remapped) */
+ /* _mesa_function_pool[10661]: DeleteTransformFeedbacks (will be remapped) */
"ip\0"
"glDeleteTransformFeedbacks\0"
"\0"
- /* _mesa_function_pool[10681]: VertexAttrib4ubvNV (will be remapped) */
+ /* _mesa_function_pool[10692]: VertexAttrib4ubvNV (will be remapped) */
"ip\0"
"glVertexAttrib4ubvNV\0"
"\0"
- /* _mesa_function_pool[10706]: FogCoordfEXT (will be remapped) */
+ /* _mesa_function_pool[10717]: FogCoordfEXT (will be remapped) */
"f\0"
"glFogCoordf\0"
"glFogCoordfEXT\0"
"\0"
- /* _mesa_function_pool[10736]: GetMapfv (offset 267) */
+ /* _mesa_function_pool[10747]: GetMapfv (offset 267) */
"iip\0"
"glGetMapfv\0"
"\0"
- /* _mesa_function_pool[10752]: GetProgramInfoLog (will be remapped) */
+ /* _mesa_function_pool[10763]: GetProgramInfoLog (will be remapped) */
"iipp\0"
"glGetProgramInfoLog\0"
"\0"
- /* _mesa_function_pool[10778]: BindTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[10789]: BindTransformFeedback (will be remapped) */
"ii\0"
"glBindTransformFeedback\0"
"\0"
- /* _mesa_function_pool[10806]: TexCoord4fColor4fNormal3fVertex4fvSUN (dynamic) */
+ /* _mesa_function_pool[10817]: TexCoord4fColor4fNormal3fVertex4fvSUN (dynamic) */
"pppp\0"
"glTexCoord4fColor4fNormal3fVertex4fvSUN\0"
"\0"
- /* _mesa_function_pool[10852]: GetPixelMapfv (offset 271) */
+ /* _mesa_function_pool[10863]: GetPixelMapfv (offset 271) */
"ip\0"
"glGetPixelMapfv\0"
"\0"
- /* _mesa_function_pool[10872]: WeightivARB (dynamic) */
+ /* _mesa_function_pool[10883]: WeightivARB (dynamic) */
"ip\0"
"glWeightivARB\0"
"\0"
- /* _mesa_function_pool[10890]: VertexAttrib4svNV (will be remapped) */
+ /* _mesa_function_pool[10901]: VertexAttrib4svNV (will be remapped) */
"ip\0"
"glVertexAttrib4svNV\0"
"\0"
- /* _mesa_function_pool[10914]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[10925]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */
"ifffff\0"
"glReplacementCodeuiTexCoord2fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[10963]: VDPAUSurfaceAccessNV (will be remapped) */
+ /* _mesa_function_pool[10974]: VDPAUSurfaceAccessNV (will be remapped) */
"ii\0"
"glVDPAUSurfaceAccessNV\0"
"\0"
- /* _mesa_function_pool[10990]: EdgeFlagPointer (offset 312) */
+ /* _mesa_function_pool[11001]: EdgeFlagPointer (offset 312) */
"ip\0"
"glEdgeFlagPointer\0"
"\0"
- /* _mesa_function_pool[11012]: WindowPos2f (will be remapped) */
+ /* _mesa_function_pool[11023]: WindowPos2f (will be remapped) */
"ff\0"
"glWindowPos2f\0"
"glWindowPos2fARB\0"
"glWindowPos2fMESA\0"
"\0"
- /* _mesa_function_pool[11065]: WindowPos2d (will be remapped) */
+ /* _mesa_function_pool[11076]: WindowPos2d (will be remapped) */
"dd\0"
"glWindowPos2d\0"
"glWindowPos2dARB\0"
"glWindowPos2dMESA\0"
"\0"
- /* _mesa_function_pool[11118]: WindowPos2i (will be remapped) */
+ /* _mesa_function_pool[11129]: WindowPos2i (will be remapped) */
"ii\0"
"glWindowPos2i\0"
"glWindowPos2iARB\0"
"glWindowPos2iMESA\0"
"\0"
- /* _mesa_function_pool[11171]: WindowPos2s (will be remapped) */
+ /* _mesa_function_pool[11182]: WindowPos2s (will be remapped) */
"ii\0"
"glWindowPos2s\0"
"glWindowPos2sARB\0"
"glWindowPos2sMESA\0"
"\0"
- /* _mesa_function_pool[11224]: VertexAttribI1uiEXT (will be remapped) */
+ /* _mesa_function_pool[11235]: VertexAttribI1uiEXT (will be remapped) */
"ii\0"
"glVertexAttribI1uiEXT\0"
"glVertexAttribI1ui\0"
"\0"
- /* _mesa_function_pool[11269]: DeleteSync (will be remapped) */
+ /* _mesa_function_pool[11280]: DeleteSync (will be remapped) */
"i\0"
"glDeleteSync\0"
"\0"
- /* _mesa_function_pool[11285]: WindowPos4fvMESA (will be remapped) */
+ /* _mesa_function_pool[11296]: WindowPos4fvMESA (will be remapped) */
"p\0"
"glWindowPos4fvMESA\0"
"\0"
- /* _mesa_function_pool[11307]: CompressedTexImage3D (will be remapped) */
+ /* _mesa_function_pool[11318]: CompressedTexImage3D (will be remapped) */
"iiiiiiiip\0"
"glCompressedTexImage3D\0"
"glCompressedTexImage3DARB\0"
"glCompressedTexImage3DOES\0"
"\0"
- /* _mesa_function_pool[11393]: VertexAttribI1uiv (will be remapped) */
+ /* _mesa_function_pool[11404]: VertexAttribI1uiv (will be remapped) */
"ip\0"
"glVertexAttribI1uivEXT\0"
"glVertexAttribI1uiv\0"
"\0"
- /* _mesa_function_pool[11440]: SecondaryColor3dv (will be remapped) */
+ /* _mesa_function_pool[11451]: SecondaryColor3dv (will be remapped) */
"p\0"
"glSecondaryColor3dv\0"
"glSecondaryColor3dvEXT\0"
"\0"
- /* _mesa_function_pool[11486]: GetListParameterivSGIX (dynamic) */
+ /* _mesa_function_pool[11497]: GetListParameterivSGIX (dynamic) */
"iip\0"
"glGetListParameterivSGIX\0"
"\0"
- /* _mesa_function_pool[11516]: GetnPixelMapusvARB (will be remapped) */
+ /* _mesa_function_pool[11527]: GetnPixelMapusvARB (will be remapped) */
"iip\0"
"glGetnPixelMapusvARB\0"
"\0"
- /* _mesa_function_pool[11542]: VertexAttrib3s (will be remapped) */
+ /* _mesa_function_pool[11553]: VertexAttrib3s (will be remapped) */
"iiii\0"
"glVertexAttrib3s\0"
"glVertexAttrib3sARB\0"
"\0"
- /* _mesa_function_pool[11585]: UniformMatrix4x3fv (will be remapped) */
+ /* _mesa_function_pool[11596]: UniformMatrix4x3fv (will be remapped) */
"iiip\0"
"glUniformMatrix4x3fv\0"
"\0"
- /* _mesa_function_pool[11612]: Binormal3dEXT (dynamic) */
+ /* _mesa_function_pool[11623]: Binormal3dEXT (dynamic) */
"ddd\0"
"glBinormal3dEXT\0"
"\0"
- /* _mesa_function_pool[11633]: GetQueryiv (will be remapped) */
+ /* _mesa_function_pool[11644]: GetQueryiv (will be remapped) */
"iip\0"
"glGetQueryiv\0"
"glGetQueryivARB\0"
"\0"
- /* _mesa_function_pool[11667]: VertexAttrib3d (will be remapped) */
+ /* _mesa_function_pool[11678]: VertexAttrib3d (will be remapped) */
"iddd\0"
"glVertexAttrib3d\0"
"glVertexAttrib3dARB\0"
"\0"
- /* _mesa_function_pool[11710]: ImageTransformParameterfHP (dynamic) */
+ /* _mesa_function_pool[11721]: ImageTransformParameterfHP (dynamic) */
"iif\0"
"glImageTransformParameterfHP\0"
"\0"
- /* _mesa_function_pool[11744]: MapBuffer (will be remapped) */
+ /* _mesa_function_pool[11755]: MapBuffer (will be remapped) */
"ii\0"
"glMapBuffer\0"
"glMapBufferARB\0"
"glMapBufferOES\0"
"\0"
- /* _mesa_function_pool[11790]: VertexAttrib4Nbv (will be remapped) */
+ /* _mesa_function_pool[11801]: VertexAttrib4Nbv (will be remapped) */
"ip\0"
"glVertexAttrib4Nbv\0"
"glVertexAttrib4NbvARB\0"
"\0"
- /* _mesa_function_pool[11835]: ProgramBinary (will be remapped) */
+ /* _mesa_function_pool[11846]: ProgramBinary (will be remapped) */
"iipi\0"
"glProgramBinary\0"
"glProgramBinaryOES\0"
"\0"
- /* _mesa_function_pool[11876]: InvalidateTexImage (will be remapped) */
+ /* _mesa_function_pool[11887]: InvalidateTexImage (will be remapped) */
"ii\0"
"glInvalidateTexImage\0"
"\0"
- /* _mesa_function_pool[11901]: Uniform4ui (will be remapped) */
+ /* _mesa_function_pool[11912]: Uniform4ui (will be remapped) */
"iiiii\0"
"glUniform4uiEXT\0"
"glUniform4ui\0"
"\0"
- /* _mesa_function_pool[11937]: VertexAttrib1fARB (will be remapped) */
+ /* _mesa_function_pool[11948]: VertexAttrib1fARB (will be remapped) */
"if\0"
"glVertexAttrib1f\0"
"glVertexAttrib1fARB\0"
"\0"
- /* _mesa_function_pool[11978]: GetBooleani_v (will be remapped) */
+ /* _mesa_function_pool[11989]: GetBooleani_v (will be remapped) */
"iip\0"
"glGetBooleanIndexedvEXT\0"
"glGetBooleani_v\0"
"\0"
- /* _mesa_function_pool[12023]: DrawTexsOES (will be remapped) */
+ /* _mesa_function_pool[12034]: DrawTexsOES (will be remapped) */
"iiiii\0"
"glDrawTexsOES\0"
"\0"
- /* _mesa_function_pool[12044]: GetObjectPtrLabel (will be remapped) */
+ /* _mesa_function_pool[12055]: GetObjectPtrLabel (will be remapped) */
"pipp\0"
"glGetObjectPtrLabel\0"
"\0"
- /* _mesa_function_pool[12070]: ProgramParameteri (will be remapped) */
+ /* _mesa_function_pool[12081]: ProgramParameteri (will be remapped) */
"iii\0"
"glProgramParameteriARB\0"
"glProgramParameteri\0"
"glProgramParameteriEXT\0"
"\0"
- /* _mesa_function_pool[12141]: SecondaryColorPointerListIBM (dynamic) */
+ /* _mesa_function_pool[12152]: SecondaryColorPointerListIBM (dynamic) */
"iiipi\0"
"glSecondaryColorPointerListIBM\0"
"\0"
- /* _mesa_function_pool[12179]: Color3fv (offset 14) */
+ /* _mesa_function_pool[12190]: Color3fv (offset 14) */
"p\0"
"glColor3fv\0"
"\0"
- /* _mesa_function_pool[12193]: ReplacementCodeubSUN (dynamic) */
+ /* _mesa_function_pool[12204]: ReplacementCodeubSUN (dynamic) */
"i\0"
"glReplacementCodeubSUN\0"
"\0"
- /* _mesa_function_pool[12219]: GetnMapfvARB (will be remapped) */
+ /* _mesa_function_pool[12230]: GetnMapfvARB (will be remapped) */
"iiip\0"
"glGetnMapfvARB\0"
"\0"
- /* _mesa_function_pool[12240]: MultiTexCoord2i (offset 388) */
+ /* _mesa_function_pool[12251]: MultiTexCoord2i (offset 388) */
"iii\0"
"glMultiTexCoord2i\0"
"glMultiTexCoord2iARB\0"
"\0"
- /* _mesa_function_pool[12284]: MultiTexCoord2d (offset 384) */
+ /* _mesa_function_pool[12295]: MultiTexCoord2d (offset 384) */
"idd\0"
"glMultiTexCoord2d\0"
"glMultiTexCoord2dARB\0"
"\0"
- /* _mesa_function_pool[12328]: SamplerParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[12339]: SamplerParameterIuiv (will be remapped) */
"iip\0"
"glSamplerParameterIuiv\0"
"\0"
- /* _mesa_function_pool[12356]: MultiTexCoord2s (offset 390) */
+ /* _mesa_function_pool[12367]: MultiTexCoord2s (offset 390) */
"iii\0"
"glMultiTexCoord2s\0"
"glMultiTexCoord2sARB\0"
"\0"
- /* _mesa_function_pool[12400]: VDPAURegisterVideoSurfaceNV (will be remapped) */
+ /* _mesa_function_pool[12411]: VDPAURegisterVideoSurfaceNV (will be remapped) */
"piip\0"
"glVDPAURegisterVideoSurfaceNV\0"
"\0"
- /* _mesa_function_pool[12436]: TexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[12447]: TexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
"ffffffffffff\0"
"glTexCoord2fColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[12489]: BindBufferBase (will be remapped) */
+ /* _mesa_function_pool[12500]: BindBufferBase (will be remapped) */
"iii\0"
"glBindBufferBase\0"
"glBindBufferBaseEXT\0"
"\0"
- /* _mesa_function_pool[12531]: GetPerfMonitorCounterDataAMD (will be remapped) */
+ /* _mesa_function_pool[12542]: GetPerfMonitorCounterDataAMD (will be remapped) */
"iiipp\0"
"glGetPerfMonitorCounterDataAMD\0"
"\0"
- /* _mesa_function_pool[12569]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[12580]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[12614]: MultTransposeMatrixf (will be remapped) */
+ /* _mesa_function_pool[12625]: MultTransposeMatrixf (will be remapped) */
"p\0"
"glMultTransposeMatrixf\0"
"glMultTransposeMatrixfARB\0"
"\0"
- /* _mesa_function_pool[12666]: PolygonOffsetEXT (will be remapped) */
+ /* _mesa_function_pool[12677]: PolygonOffsetEXT (will be remapped) */
"ff\0"
"glPolygonOffsetEXT\0"
"\0"
- /* _mesa_function_pool[12689]: Scalex (will be remapped) */
+ /* _mesa_function_pool[12700]: Scalex (will be remapped) */
"iii\0"
"glScalexOES\0"
"glScalex\0"
"\0"
- /* _mesa_function_pool[12715]: Scaled (offset 301) */
+ /* _mesa_function_pool[12726]: Scaled (offset 301) */
"ddd\0"
"glScaled\0"
"\0"
- /* _mesa_function_pool[12729]: Scalef (offset 302) */
+ /* _mesa_function_pool[12740]: Scalef (offset 302) */
"fff\0"
"glScalef\0"
"\0"
- /* _mesa_function_pool[12743]: IndexPointerEXT (will be remapped) */
+ /* _mesa_function_pool[12754]: IndexPointerEXT (will be remapped) */
"iiip\0"
"glIndexPointerEXT\0"
"\0"
- /* _mesa_function_pool[12767]: GetUniformfv (will be remapped) */
+ /* _mesa_function_pool[12778]: GetUniformfv (will be remapped) */
"iip\0"
"glGetUniformfv\0"
"glGetUniformfvARB\0"
"\0"
- /* _mesa_function_pool[12805]: ColorFragmentOp2ATI (will be remapped) */
+ /* _mesa_function_pool[12816]: ColorFragmentOp2ATI (will be remapped) */
"iiiiiiiiii\0"
"glColorFragmentOp2ATI\0"
"\0"
- /* _mesa_function_pool[12839]: VertexAttrib2sNV (will be remapped) */
+ /* _mesa_function_pool[12850]: VertexAttrib2sNV (will be remapped) */
"iii\0"
"glVertexAttrib2sNV\0"
"\0"
- /* _mesa_function_pool[12863]: ReadPixels (offset 256) */
+ /* _mesa_function_pool[12874]: ReadPixels (offset 256) */
"iiiiiip\0"
"glReadPixels\0"
"\0"
- /* _mesa_function_pool[12885]: NormalPointerListIBM (dynamic) */
+ /* _mesa_function_pool[12896]: NormalPointerListIBM (dynamic) */
"iipi\0"
"glNormalPointerListIBM\0"
"\0"
- /* _mesa_function_pool[12914]: QueryCounter (will be remapped) */
+ /* _mesa_function_pool[12925]: QueryCounter (will be remapped) */
"ii\0"
"glQueryCounter\0"
"\0"
- /* _mesa_function_pool[12933]: NormalPointerEXT (will be remapped) */
+ /* _mesa_function_pool[12944]: NormalPointerEXT (will be remapped) */
"iiip\0"
"glNormalPointerEXT\0"
"\0"
- /* _mesa_function_pool[12958]: ProgramUniform3iv (will be remapped) */
+ /* _mesa_function_pool[12969]: ProgramUniform3iv (will be remapped) */
"iiip\0"
"glProgramUniform3iv\0"
"glProgramUniform3ivEXT\0"
"\0"
- /* _mesa_function_pool[13007]: ClearTexSubImage (will be remapped) */
+ /* _mesa_function_pool[13018]: ClearTexSubImage (will be remapped) */
"iiiiiiiiiip\0"
"glClearTexSubImage\0"
"\0"
- /* _mesa_function_pool[13039]: GetActiveUniformBlockName (will be remapped) */
+ /* _mesa_function_pool[13050]: GetActiveUniformBlockName (will be remapped) */
"iiipp\0"
"glGetActiveUniformBlockName\0"
"\0"
- /* _mesa_function_pool[13074]: DrawElementsBaseVertex (will be remapped) */
+ /* _mesa_function_pool[13085]: DrawElementsBaseVertex (will be remapped) */
"iiipi\0"
"glDrawElementsBaseVertex\0"
"\0"
- /* _mesa_function_pool[13106]: RasterPos3iv (offset 75) */
+ /* _mesa_function_pool[13117]: RasterPos3iv (offset 75) */
"p\0"
"glRasterPos3iv\0"
"\0"
- /* _mesa_function_pool[13124]: ColorMaski (will be remapped) */
+ /* _mesa_function_pool[13135]: ColorMaski (will be remapped) */
"iiiii\0"
"glColorMaskIndexedEXT\0"
"glColorMaski\0"
"\0"
- /* _mesa_function_pool[13166]: Uniform2uiv (will be remapped) */
+ /* _mesa_function_pool[13177]: Uniform2uiv (will be remapped) */
"iip\0"
"glUniform2uivEXT\0"
"glUniform2uiv\0"
"\0"
- /* _mesa_function_pool[13202]: RasterPos3s (offset 76) */
+ /* _mesa_function_pool[13213]: RasterPos3s (offset 76) */
"iii\0"
"glRasterPos3s\0"
"\0"
- /* _mesa_function_pool[13221]: RasterPos3d (offset 70) */
+ /* _mesa_function_pool[13232]: RasterPos3d (offset 70) */
"ddd\0"
"glRasterPos3d\0"
"\0"
- /* _mesa_function_pool[13240]: RasterPos3f (offset 72) */
+ /* _mesa_function_pool[13251]: RasterPos3f (offset 72) */
"fff\0"
"glRasterPos3f\0"
"\0"
- /* _mesa_function_pool[13259]: BindVertexArray (will be remapped) */
+ /* _mesa_function_pool[13270]: BindVertexArray (will be remapped) */
"i\0"
"glBindVertexArray\0"
"glBindVertexArrayOES\0"
"\0"
- /* _mesa_function_pool[13301]: RasterPos3i (offset 74) */
+ /* _mesa_function_pool[13312]: RasterPos3i (offset 74) */
"iii\0"
"glRasterPos3i\0"
"\0"
- /* _mesa_function_pool[13320]: GetTexParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[13331]: GetTexParameterIuiv (will be remapped) */
"iip\0"
"glGetTexParameterIuivEXT\0"
"glGetTexParameterIuiv\0"
"\0"
- /* _mesa_function_pool[13372]: DrawTransformFeedbackStreamInstanced (will be remapped) */
+ /* _mesa_function_pool[13383]: DrawTransformFeedbackStreamInstanced (will be remapped) */
"iiii\0"
"glDrawTransformFeedbackStreamInstanced\0"
"\0"
- /* _mesa_function_pool[13417]: VertexAttrib2fvARB (will be remapped) */
+ /* _mesa_function_pool[13428]: VertexAttrib2fvARB (will be remapped) */
"ip\0"
"glVertexAttrib2fv\0"
"glVertexAttrib2fvARB\0"
"\0"
- /* _mesa_function_pool[13460]: VertexPointerListIBM (dynamic) */
+ /* _mesa_function_pool[13471]: VertexPointerListIBM (dynamic) */
"iiipi\0"
"glVertexPointerListIBM\0"
"\0"
- /* _mesa_function_pool[13490]: TexCoord2fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[13501]: TexCoord2fNormal3fVertex3fSUN (dynamic) */
"ffffffff\0"
"glTexCoord2fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[13532]: IsFenceNV (dynamic) */
+ /* _mesa_function_pool[13543]: IsFenceNV (dynamic) */
"i\0"
"glIsFenceNV\0"
"\0"
- /* _mesa_function_pool[13547]: ColorTable (offset 339) */
+ /* _mesa_function_pool[13558]: ColorTable (offset 339) */
"iiiiip\0"
"glColorTable\0"
"glColorTableSGI\0"
"glColorTableEXT\0"
"\0"
- /* _mesa_function_pool[13600]: LoadName (offset 198) */
+ /* _mesa_function_pool[13611]: LoadName (offset 198) */
"i\0"
"glLoadName\0"
"\0"
- /* _mesa_function_pool[13614]: Color3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[13625]: Color3fVertex3fSUN (dynamic) */
"ffffff\0"
"glColor3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[13643]: GetnUniformuivARB (will be remapped) */
+ /* _mesa_function_pool[13654]: GetnUniformuivARB (will be remapped) */
"iiip\0"
"glGetnUniformuivARB\0"
"\0"
- /* _mesa_function_pool[13669]: ClearIndex (offset 205) */
+ /* _mesa_function_pool[13680]: ClearIndex (offset 205) */
"f\0"
"glClearIndex\0"
"\0"
- /* _mesa_function_pool[13685]: ConvolutionParameterfv (offset 351) */
+ /* _mesa_function_pool[13696]: ConvolutionParameterfv (offset 351) */
"iip\0"
"glConvolutionParameterfv\0"
"glConvolutionParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[13743]: TbufferMask3DFX (dynamic) */
+ /* _mesa_function_pool[13754]: TbufferMask3DFX (dynamic) */
"i\0"
"glTbufferMask3DFX\0"
"\0"
- /* _mesa_function_pool[13764]: GetTexGendv (offset 278) */
+ /* _mesa_function_pool[13775]: GetTexGendv (offset 278) */
"iip\0"
"glGetTexGendv\0"
"\0"
- /* _mesa_function_pool[13783]: MultiTexCoordP1ui (will be remapped) */
+ /* _mesa_function_pool[13794]: MultiTexCoordP1ui (will be remapped) */
"iii\0"
"glMultiTexCoordP1ui\0"
"\0"
- /* _mesa_function_pool[13808]: EvalMesh2 (offset 238) */
+ /* _mesa_function_pool[13819]: EvalMesh2 (offset 238) */
"iiiii\0"
"glEvalMesh2\0"
"\0"
- /* _mesa_function_pool[13827]: Vertex4fv (offset 145) */
+ /* _mesa_function_pool[13838]: Vertex4fv (offset 145) */
"p\0"
"glVertex4fv\0"
"\0"
- /* _mesa_function_pool[13842]: SelectPerfMonitorCountersAMD (will be remapped) */
+ /* _mesa_function_pool[13853]: SelectPerfMonitorCountersAMD (will be remapped) */
"iiiip\0"
"glSelectPerfMonitorCountersAMD\0"
"\0"
- /* _mesa_function_pool[13880]: BindFramebuffer (will be remapped) */
+ /* _mesa_function_pool[13891]: BindFramebuffer (will be remapped) */
"ii\0"
"glBindFramebuffer\0"
"glBindFramebufferOES\0"
"\0"
- /* _mesa_function_pool[13923]: CreateProgram (will be remapped) */
+ /* _mesa_function_pool[13934]: CreateProgram (will be remapped) */
"\0"
"glCreateProgram\0"
"\0"
- /* _mesa_function_pool[13941]: GetMinmax (offset 364) */
+ /* _mesa_function_pool[13952]: GetMinmax (offset 364) */
"iiiip\0"
"glGetMinmax\0"
"glGetMinmaxEXT\0"
"\0"
- /* _mesa_function_pool[13975]: Color3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[13986]: Color3fVertex3fvSUN (dynamic) */
"pp\0"
"glColor3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[14001]: VertexAttribs3svNV (will be remapped) */
+ /* _mesa_function_pool[14012]: VertexAttribs3svNV (will be remapped) */
"iip\0"
"glVertexAttribs3svNV\0"
"\0"
- /* _mesa_function_pool[14027]: GetActiveUniformsiv (will be remapped) */
+ /* _mesa_function_pool[14038]: GetActiveUniformsiv (will be remapped) */
"iipip\0"
"glGetActiveUniformsiv\0"
"\0"
- /* _mesa_function_pool[14056]: VertexAttrib2sv (will be remapped) */
+ /* _mesa_function_pool[14067]: VertexAttrib2sv (will be remapped) */
"ip\0"
"glVertexAttrib2sv\0"
"glVertexAttrib2svARB\0"
"\0"
- /* _mesa_function_pool[14099]: GetProgramEnvParameterdvARB (will be remapped) */
+ /* _mesa_function_pool[14110]: GetProgramEnvParameterdvARB (will be remapped) */
"iip\0"
"glGetProgramEnvParameterdvARB\0"
"\0"
- /* _mesa_function_pool[14134]: VertexAttrib1dNV (will be remapped) */
+ /* _mesa_function_pool[14145]: VertexAttrib1dNV (will be remapped) */
"id\0"
"glVertexAttrib1dNV\0"
"\0"
- /* _mesa_function_pool[14157]: ReplacementCodeuiNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[14168]: ReplacementCodeuiNormal3fVertex3fSUN (dynamic) */
"iffffff\0"
"glReplacementCodeuiNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[14205]: GetPerfMonitorGroupStringAMD (will be remapped) */
+ /* _mesa_function_pool[14216]: GetPerfMonitorGroupStringAMD (will be remapped) */
"iipp\0"
"glGetPerfMonitorGroupStringAMD\0"
"\0"
- /* _mesa_function_pool[14242]: GetError (offset 261) */
+ /* _mesa_function_pool[14253]: GetError (offset 261) */
"\0"
"glGetError\0"
"\0"
- /* _mesa_function_pool[14255]: PassThrough (offset 199) */
+ /* _mesa_function_pool[14266]: PassThrough (offset 199) */
"f\0"
"glPassThrough\0"
"\0"
- /* _mesa_function_pool[14272]: GetListParameterfvSGIX (dynamic) */
+ /* _mesa_function_pool[14283]: GetListParameterfvSGIX (dynamic) */
"iip\0"
"glGetListParameterfvSGIX\0"
"\0"
- /* _mesa_function_pool[14302]: GetObjectParameterivAPPLE (will be remapped) */
+ /* _mesa_function_pool[14313]: GetObjectParameterivAPPLE (will be remapped) */
"iiip\0"
"glGetObjectParameterivAPPLE\0"
"\0"
- /* _mesa_function_pool[14336]: GlobalAlphaFactorubSUN (dynamic) */
+ /* _mesa_function_pool[14347]: GlobalAlphaFactorubSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorubSUN\0"
"\0"
- /* _mesa_function_pool[14364]: BindBuffersRange (will be remapped) */
+ /* _mesa_function_pool[14375]: BindBuffersRange (will be remapped) */
"iiippp\0"
"glBindBuffersRange\0"
"\0"
- /* _mesa_function_pool[14391]: VertexAttrib4fvARB (will be remapped) */
+ /* _mesa_function_pool[14402]: VertexAttrib4fvARB (will be remapped) */
"ip\0"
"glVertexAttrib4fv\0"
"glVertexAttrib4fvARB\0"
"\0"
- /* _mesa_function_pool[14434]: WindowPos3dv (will be remapped) */
+ /* _mesa_function_pool[14445]: WindowPos3dv (will be remapped) */
"p\0"
"glWindowPos3dv\0"
"glWindowPos3dvARB\0"
"glWindowPos3dvMESA\0"
"\0"
- /* _mesa_function_pool[14489]: TexGenxOES (will be remapped) */
+ /* _mesa_function_pool[14500]: TexGenxOES (will be remapped) */
"iii\0"
"glTexGenxOES\0"
"\0"
- /* _mesa_function_pool[14507]: DeleteFencesNV (dynamic) */
+ /* _mesa_function_pool[14518]: DeleteFencesNV (dynamic) */
"ip\0"
"glDeleteFencesNV\0"
"\0"
- /* _mesa_function_pool[14528]: GetImageTransformParameterivHP (dynamic) */
+ /* _mesa_function_pool[14539]: GetImageTransformParameterivHP (dynamic) */
"iip\0"
"glGetImageTransformParameterivHP\0"
"\0"
- /* _mesa_function_pool[14566]: StencilOp (offset 244) */
+ /* _mesa_function_pool[14577]: StencilOp (offset 244) */
"iii\0"
"glStencilOp\0"
"\0"
- /* _mesa_function_pool[14583]: Binormal3fEXT (dynamic) */
+ /* _mesa_function_pool[14594]: Binormal3fEXT (dynamic) */
"fff\0"
"glBinormal3fEXT\0"
"\0"
- /* _mesa_function_pool[14604]: ProgramUniform1iv (will be remapped) */
+ /* _mesa_function_pool[14615]: ProgramUniform1iv (will be remapped) */
"iiip\0"
"glProgramUniform1iv\0"
"glProgramUniform1ivEXT\0"
"\0"
- /* _mesa_function_pool[14653]: ProgramUniform3ui (will be remapped) */
+ /* _mesa_function_pool[14664]: ProgramUniform3ui (will be remapped) */
"iiiii\0"
"glProgramUniform3ui\0"
"glProgramUniform3uiEXT\0"
"\0"
- /* _mesa_function_pool[14703]: SecondaryColor3sv (will be remapped) */
+ /* _mesa_function_pool[14714]: SecondaryColor3sv (will be remapped) */
"p\0"
"glSecondaryColor3sv\0"
"glSecondaryColor3svEXT\0"
"\0"
- /* _mesa_function_pool[14749]: TexCoordP3ui (will be remapped) */
+ /* _mesa_function_pool[14760]: TexCoordP3ui (will be remapped) */
"ii\0"
"glTexCoordP3ui\0"
"\0"
- /* _mesa_function_pool[14768]: Fogxv (will be remapped) */
+ /* _mesa_function_pool[14779]: Fogxv (will be remapped) */
"ip\0"
"glFogxvOES\0"
"glFogxv\0"
"\0"
- /* _mesa_function_pool[14791]: VertexPointervINTEL (dynamic) */
+ /* _mesa_function_pool[14802]: VertexPointervINTEL (dynamic) */
"iip\0"
"glVertexPointervINTEL\0"
"\0"
- /* _mesa_function_pool[14818]: VertexAttribP1ui (will be remapped) */
+ /* _mesa_function_pool[14829]: VertexAttribP1ui (will be remapped) */
"iiii\0"
"glVertexAttribP1ui\0"
"\0"
- /* _mesa_function_pool[14843]: DeleteLists (offset 4) */
+ /* _mesa_function_pool[14854]: DeleteLists (offset 4) */
"ii\0"
"glDeleteLists\0"
"\0"
- /* _mesa_function_pool[14861]: LogicOp (offset 242) */
+ /* _mesa_function_pool[14872]: LogicOp (offset 242) */
"i\0"
"glLogicOp\0"
"\0"
- /* _mesa_function_pool[14874]: RenderbufferStorageMultisample (will be remapped) */
+ /* _mesa_function_pool[14885]: RenderbufferStorageMultisample (will be remapped) */
"iiiii\0"
"glRenderbufferStorageMultisample\0"
"glRenderbufferStorageMultisampleEXT\0"
"\0"
- /* _mesa_function_pool[14950]: WindowPos3d (will be remapped) */
+ /* _mesa_function_pool[14961]: WindowPos3d (will be remapped) */
"ddd\0"
"glWindowPos3d\0"
"glWindowPos3dARB\0"
"glWindowPos3dMESA\0"
"\0"
- /* _mesa_function_pool[15004]: Enablei (will be remapped) */
+ /* _mesa_function_pool[15015]: Enablei (will be remapped) */
"ii\0"
"glEnableIndexedEXT\0"
"glEnablei\0"
"\0"
- /* _mesa_function_pool[15037]: WindowPos3f (will be remapped) */
+ /* _mesa_function_pool[15048]: WindowPos3f (will be remapped) */
"fff\0"
"glWindowPos3f\0"
"glWindowPos3fARB\0"
"glWindowPos3fMESA\0"
"\0"
- /* _mesa_function_pool[15091]: GenProgramsARB (will be remapped) */
+ /* _mesa_function_pool[15102]: GenProgramsARB (will be remapped) */
"ip\0"
"glGenProgramsARB\0"
"glGenProgramsNV\0"
"\0"
- /* _mesa_function_pool[15128]: RasterPos2sv (offset 69) */
+ /* _mesa_function_pool[15139]: RasterPos2sv (offset 69) */
"p\0"
"glRasterPos2sv\0"
"\0"
- /* _mesa_function_pool[15146]: WindowPos3i (will be remapped) */
+ /* _mesa_function_pool[15157]: WindowPos3i (will be remapped) */
"iii\0"
"glWindowPos3i\0"
"glWindowPos3iARB\0"
"glWindowPos3iMESA\0"
"\0"
- /* _mesa_function_pool[15200]: MultiTexCoord4iv (offset 405) */
+ /* _mesa_function_pool[15211]: MultiTexCoord4iv (offset 405) */
"ip\0"
"glMultiTexCoord4iv\0"
"glMultiTexCoord4ivARB\0"
"\0"
- /* _mesa_function_pool[15245]: TexCoord1sv (offset 101) */
+ /* _mesa_function_pool[15256]: TexCoord1sv (offset 101) */
"p\0"
"glTexCoord1sv\0"
"\0"
- /* _mesa_function_pool[15262]: WindowPos3s (will be remapped) */
+ /* _mesa_function_pool[15273]: WindowPos3s (will be remapped) */
"iii\0"
"glWindowPos3s\0"
"glWindowPos3sARB\0"
"glWindowPos3sMESA\0"
"\0"
- /* _mesa_function_pool[15316]: PixelMapusv (offset 253) */
+ /* _mesa_function_pool[15327]: PixelMapusv (offset 253) */
"iip\0"
"glPixelMapusv\0"
"\0"
- /* _mesa_function_pool[15335]: DebugMessageInsert (will be remapped) */
+ /* _mesa_function_pool[15346]: DebugMessageInsert (will be remapped) */
"iiiiip\0"
"glDebugMessageInsertARB\0"
"glDebugMessageInsert\0"
"\0"
- /* _mesa_function_pool[15388]: Orthof (will be remapped) */
+ /* _mesa_function_pool[15399]: Orthof (will be remapped) */
"ffffff\0"
"glOrthofOES\0"
"glOrthof\0"
"\0"
- /* _mesa_function_pool[15417]: CompressedTexImage2D (will be remapped) */
+ /* _mesa_function_pool[15428]: CompressedTexImage2D (will be remapped) */
"iiiiiiip\0"
"glCompressedTexImage2D\0"
"glCompressedTexImage2DARB\0"
"\0"
- /* _mesa_function_pool[15476]: DeleteObjectARB (will be remapped) */
+ /* _mesa_function_pool[15487]: DeleteObjectARB (will be remapped) */
"i\0"
"glDeleteObjectARB\0"
"\0"
- /* _mesa_function_pool[15497]: IsSync (will be remapped) */
+ /* _mesa_function_pool[15508]: IsSync (will be remapped) */
"i\0"
"glIsSync\0"
"\0"
- /* _mesa_function_pool[15509]: Color4uiv (offset 38) */
+ /* _mesa_function_pool[15520]: Color4uiv (offset 38) */
"p\0"
"glColor4uiv\0"
"\0"
- /* _mesa_function_pool[15524]: MultiTexCoord1sv (offset 383) */
+ /* _mesa_function_pool[15535]: MultiTexCoord1sv (offset 383) */
"ip\0"
"glMultiTexCoord1sv\0"
"glMultiTexCoord1svARB\0"
"\0"
- /* _mesa_function_pool[15569]: Orthox (will be remapped) */
+ /* _mesa_function_pool[15580]: Orthox (will be remapped) */
"iiiiii\0"
"glOrthoxOES\0"
"glOrthox\0"
"\0"
- /* _mesa_function_pool[15598]: PushAttrib (offset 219) */
+ /* _mesa_function_pool[15609]: PushAttrib (offset 219) */
"i\0"
"glPushAttrib\0"
"\0"
- /* _mesa_function_pool[15614]: RasterPos2i (offset 66) */
+ /* _mesa_function_pool[15625]: RasterPos2i (offset 66) */
"ii\0"
"glRasterPos2i\0"
"\0"
- /* _mesa_function_pool[15632]: ClipPlane (offset 150) */
+ /* _mesa_function_pool[15643]: ClipPlane (offset 150) */
"ip\0"
"glClipPlane\0"
"\0"
- /* _mesa_function_pool[15648]: TexCoord2fColor3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[15659]: TexCoord2fColor3fVertex3fSUN (dynamic) */
"ffffffff\0"
"glTexCoord2fColor3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[15689]: GetProgramivNV (will be remapped) */
+ /* _mesa_function_pool[15700]: GetProgramivNV (will be remapped) */
"iip\0"
"glGetProgramivNV\0"
"\0"
- /* _mesa_function_pool[15711]: RasterPos2f (offset 64) */
+ /* _mesa_function_pool[15722]: RasterPos2f (offset 64) */
"ff\0"
"glRasterPos2f\0"
"\0"
- /* _mesa_function_pool[15729]: RasterPos2d (offset 62) */
+ /* _mesa_function_pool[15740]: RasterPos2d (offset 62) */
"dd\0"
"glRasterPos2d\0"
"\0"
- /* _mesa_function_pool[15747]: RasterPos3fv (offset 73) */
+ /* _mesa_function_pool[15758]: RasterPos3fv (offset 73) */
"p\0"
"glRasterPos3fv\0"
"\0"
- /* _mesa_function_pool[15765]: InvalidateSubFramebuffer (will be remapped) */
+ /* _mesa_function_pool[15776]: InvalidateSubFramebuffer (will be remapped) */
"iipiiii\0"
"glInvalidateSubFramebuffer\0"
"\0"
- /* _mesa_function_pool[15801]: Color4ub (offset 35) */
+ /* _mesa_function_pool[15812]: Color4ub (offset 35) */
"iiii\0"
"glColor4ub\0"
"\0"
- /* _mesa_function_pool[15818]: RasterPos2s (offset 68) */
+ /* _mesa_function_pool[15829]: RasterPos2s (offset 68) */
"ii\0"
"glRasterPos2s\0"
"\0"
- /* _mesa_function_pool[15836]: Color4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[15847]: Color4fNormal3fVertex3fvSUN (dynamic) */
"ppp\0"
"glColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[15871]: GetVertexAttribivNV (will be remapped) */
+ /* _mesa_function_pool[15882]: GetVertexAttribivNV (will be remapped) */
"iip\0"
"glGetVertexAttribivNV\0"
"\0"
- /* _mesa_function_pool[15898]: TexSubImage4DSGIS (dynamic) */
+ /* _mesa_function_pool[15909]: TexSubImage4DSGIS (dynamic) */
"iiiiiiiiiiiip\0"
"glTexSubImage4DSGIS\0"
"\0"
- /* _mesa_function_pool[15933]: MultiTexCoord3dv (offset 393) */
+ /* _mesa_function_pool[15944]: MultiTexCoord3dv (offset 393) */
"ip\0"
"glMultiTexCoord3dv\0"
"glMultiTexCoord3dvARB\0"
"\0"
- /* _mesa_function_pool[15978]: BindProgramPipeline (will be remapped) */
+ /* _mesa_function_pool[15989]: BindProgramPipeline (will be remapped) */
"i\0"
"glBindProgramPipeline\0"
"glBindProgramPipelineEXT\0"
"\0"
- /* _mesa_function_pool[16028]: VertexAttribP4uiv (will be remapped) */
+ /* _mesa_function_pool[16039]: VertexAttribP4uiv (will be remapped) */
"iiip\0"
"glVertexAttribP4uiv\0"
"\0"
- /* _mesa_function_pool[16054]: DebugMessageCallback (will be remapped) */
+ /* _mesa_function_pool[16065]: DebugMessageCallback (will be remapped) */
"pp\0"
"glDebugMessageCallbackARB\0"
"glDebugMessageCallback\0"
"\0"
- /* _mesa_function_pool[16107]: MultiTexCoord1i (offset 380) */
+ /* _mesa_function_pool[16118]: MultiTexCoord1i (offset 380) */
"ii\0"
"glMultiTexCoord1i\0"
"glMultiTexCoord1iARB\0"
"\0"
- /* _mesa_function_pool[16150]: WindowPos2dv (will be remapped) */
+ /* _mesa_function_pool[16161]: WindowPos2dv (will be remapped) */
"p\0"
"glWindowPos2dv\0"
"glWindowPos2dvARB\0"
"glWindowPos2dvMESA\0"
"\0"
- /* _mesa_function_pool[16205]: TexParameterIuiv (will be remapped) */
+ /* _mesa_function_pool[16216]: TexParameterIuiv (will be remapped) */
"iip\0"
"glTexParameterIuivEXT\0"
"glTexParameterIuiv\0"
"\0"
- /* _mesa_function_pool[16251]: DeletePerfQueryINTEL (will be remapped) */
+ /* _mesa_function_pool[16262]: DeletePerfQueryINTEL (will be remapped) */
"i\0"
"glDeletePerfQueryINTEL\0"
"\0"
- /* _mesa_function_pool[16277]: MultiTexCoord1d (offset 376) */
+ /* _mesa_function_pool[16288]: MultiTexCoord1d (offset 376) */
"id\0"
"glMultiTexCoord1d\0"
"glMultiTexCoord1dARB\0"
"\0"
- /* _mesa_function_pool[16320]: GenVertexArraysAPPLE (will be remapped) */
+ /* _mesa_function_pool[16331]: GenVertexArraysAPPLE (will be remapped) */
"ip\0"
"glGenVertexArraysAPPLE\0"
"\0"
- /* _mesa_function_pool[16347]: MultiTexCoord1s (offset 382) */
+ /* _mesa_function_pool[16358]: MultiTexCoord1s (offset 382) */
"ii\0"
"glMultiTexCoord1s\0"
"glMultiTexCoord1sARB\0"
"\0"
- /* _mesa_function_pool[16390]: BeginConditionalRender (will be remapped) */
+ /* _mesa_function_pool[16401]: BeginConditionalRender (will be remapped) */
"ii\0"
"glBeginConditionalRender\0"
"glBeginConditionalRenderNV\0"
"\0"
- /* _mesa_function_pool[16446]: LoadPaletteFromModelViewMatrixOES (dynamic) */
+ /* _mesa_function_pool[16457]: LoadPaletteFromModelViewMatrixOES (dynamic) */
"\0"
"glLoadPaletteFromModelViewMatrixOES\0"
"\0"
- /* _mesa_function_pool[16484]: GetShaderiv (will be remapped) */
+ /* _mesa_function_pool[16495]: GetShaderiv (will be remapped) */
"iip\0"
"glGetShaderiv\0"
"\0"
- /* _mesa_function_pool[16503]: GetMapAttribParameterfvNV (dynamic) */
+ /* _mesa_function_pool[16514]: GetMapAttribParameterfvNV (dynamic) */
"iiip\0"
"glGetMapAttribParameterfvNV\0"
"\0"
- /* _mesa_function_pool[16537]: CopyConvolutionFilter1D (offset 354) */
+ /* _mesa_function_pool[16548]: CopyConvolutionFilter1D (offset 354) */
"iiiii\0"
"glCopyConvolutionFilter1D\0"
"glCopyConvolutionFilter1DEXT\0"
"\0"
- /* _mesa_function_pool[16599]: ClearBufferfv (will be remapped) */
+ /* _mesa_function_pool[16610]: ClearBufferfv (will be remapped) */
"iip\0"
"glClearBufferfv\0"
"\0"
- /* _mesa_function_pool[16620]: InstrumentsBufferSGIX (dynamic) */
+ /* _mesa_function_pool[16631]: InstrumentsBufferSGIX (dynamic) */
"ip\0"
"glInstrumentsBufferSGIX\0"
"\0"
- /* _mesa_function_pool[16648]: CreateShaderObjectARB (will be remapped) */
+ /* _mesa_function_pool[16659]: CreateShaderObjectARB (will be remapped) */
"i\0"
"glCreateShaderObjectARB\0"
"\0"
- /* _mesa_function_pool[16675]: GetTexParameterxv (will be remapped) */
+ /* _mesa_function_pool[16686]: GetTexParameterxv (will be remapped) */
"iip\0"
"glGetTexParameterxvOES\0"
"glGetTexParameterxv\0"
"\0"
- /* _mesa_function_pool[16723]: GetAttachedShaders (will be remapped) */
+ /* _mesa_function_pool[16734]: GetAttachedShaders (will be remapped) */
"iipp\0"
"glGetAttachedShaders\0"
"\0"
- /* _mesa_function_pool[16750]: ClearBufferfi (will be remapped) */
+ /* _mesa_function_pool[16761]: ClearBufferfi (will be remapped) */
"iifi\0"
"glClearBufferfi\0"
"\0"
- /* _mesa_function_pool[16772]: Materialiv (offset 172) */
+ /* _mesa_function_pool[16783]: Materialiv (offset 172) */
"iip\0"
"glMaterialiv\0"
"\0"
- /* _mesa_function_pool[16790]: DeleteFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[16801]: DeleteFragmentShaderATI (will be remapped) */
"i\0"
"glDeleteFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[16819]: Tangent3dvEXT (dynamic) */
+ /* _mesa_function_pool[16830]: Tangent3dvEXT (dynamic) */
"p\0"
"glTangent3dvEXT\0"
"\0"
- /* _mesa_function_pool[16838]: DrawElementsInstancedBaseVertex (will be remapped) */
+ /* _mesa_function_pool[16849]: DrawElementsInstancedBaseVertex (will be remapped) */
"iiipii\0"
"glDrawElementsInstancedBaseVertex\0"
"\0"
- /* _mesa_function_pool[16880]: DisableClientState (offset 309) */
+ /* _mesa_function_pool[16891]: DisableClientState (offset 309) */
"i\0"
"glDisableClientState\0"
"\0"
- /* _mesa_function_pool[16904]: TexGeni (offset 192) */
+ /* _mesa_function_pool[16915]: TexGeni (offset 192) */
"iii\0"
"glTexGeni\0"
"glTexGeniOES\0"
"\0"
- /* _mesa_function_pool[16932]: TexGenf (offset 190) */
+ /* _mesa_function_pool[16943]: TexGenf (offset 190) */
"iif\0"
"glTexGenf\0"
"glTexGenfOES\0"
"\0"
- /* _mesa_function_pool[16960]: TexGend (offset 188) */
+ /* _mesa_function_pool[16971]: TexGend (offset 188) */
"iid\0"
"glTexGend\0"
"\0"
- /* _mesa_function_pool[16975]: GetVertexAttribfvNV (will be remapped) */
+ /* _mesa_function_pool[16986]: GetVertexAttribfvNV (will be remapped) */
"iip\0"
"glGetVertexAttribfvNV\0"
"\0"
- /* _mesa_function_pool[17002]: ColorPointerListIBM (dynamic) */
+ /* _mesa_function_pool[17013]: ColorPointerListIBM (dynamic) */
"iiipi\0"
"glColorPointerListIBM\0"
"\0"
- /* _mesa_function_pool[17031]: Color4sv (offset 34) */
+ /* _mesa_function_pool[17042]: Color4sv (offset 34) */
"p\0"
"glColor4sv\0"
"\0"
- /* _mesa_function_pool[17045]: GetCombinerInputParameterfvNV (dynamic) */
+ /* _mesa_function_pool[17056]: GetCombinerInputParameterfvNV (dynamic) */
"iiiip\0"
"glGetCombinerInputParameterfvNV\0"
"\0"
- /* _mesa_function_pool[17084]: LoadTransposeMatrixf (will be remapped) */
+ /* _mesa_function_pool[17095]: LoadTransposeMatrixf (will be remapped) */
"p\0"
"glLoadTransposeMatrixf\0"
"glLoadTransposeMatrixfARB\0"
"\0"
- /* _mesa_function_pool[17136]: LoadTransposeMatrixd (will be remapped) */
+ /* _mesa_function_pool[17147]: LoadTransposeMatrixd (will be remapped) */
"p\0"
"glLoadTransposeMatrixd\0"
"glLoadTransposeMatrixdARB\0"
"\0"
- /* _mesa_function_pool[17188]: PixelZoom (offset 246) */
+ /* _mesa_function_pool[17199]: PixelZoom (offset 246) */
"ff\0"
"glPixelZoom\0"
"\0"
- /* _mesa_function_pool[17204]: ProgramEnvParameter4dARB (will be remapped) */
+ /* _mesa_function_pool[17215]: ProgramEnvParameter4dARB (will be remapped) */
"iidddd\0"
"glProgramEnvParameter4dARB\0"
"glProgramParameter4dNV\0"
"\0"
- /* _mesa_function_pool[17262]: ColorTableParameterfv (offset 340) */
+ /* _mesa_function_pool[17273]: ColorTableParameterfv (offset 340) */
"iip\0"
"glColorTableParameterfv\0"
"glColorTableParameterfvSGI\0"
"\0"
- /* _mesa_function_pool[17318]: IsTexture (offset 330) */
+ /* _mesa_function_pool[17329]: IsTexture (offset 330) */
"i\0"
"glIsTexture\0"
"glIsTextureEXT\0"
"\0"
- /* _mesa_function_pool[17348]: ProgramUniform3uiv (will be remapped) */
+ /* _mesa_function_pool[17359]: ProgramUniform3uiv (will be remapped) */
"iiip\0"
"glProgramUniform3uiv\0"
"glProgramUniform3uivEXT\0"
"\0"
- /* _mesa_function_pool[17399]: ProgramUniform2fv (will be remapped) */
+ /* _mesa_function_pool[17410]: ProgramUniform2fv (will be remapped) */
"iiip\0"
"glProgramUniform2fv\0"
"glProgramUniform2fvEXT\0"
"\0"
- /* _mesa_function_pool[17448]: ImageTransformParameterivHP (dynamic) */
+ /* _mesa_function_pool[17459]: ImageTransformParameterivHP (dynamic) */
"iip\0"
"glImageTransformParameterivHP\0"
"\0"
- /* _mesa_function_pool[17483]: VertexAttrib4sNV (will be remapped) */
+ /* _mesa_function_pool[17494]: VertexAttrib4sNV (will be remapped) */
"iiiii\0"
"glVertexAttrib4sNV\0"
"\0"
- /* _mesa_function_pool[17509]: GetMapdv (offset 266) */
+ /* _mesa_function_pool[17520]: GetMapdv (offset 266) */
"iip\0"
"glGetMapdv\0"
"\0"
- /* _mesa_function_pool[17525]: GenVertexArrays (will be remapped) */
+ /* _mesa_function_pool[17536]: GenVertexArrays (will be remapped) */
"ip\0"
"glGenVertexArrays\0"
"glGenVertexArraysOES\0"
"\0"
- /* _mesa_function_pool[17568]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[17579]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */
"iiiiifff\0"
"glReplacementCodeuiColor4ubVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[17617]: IsBuffer (will be remapped) */
+ /* _mesa_function_pool[17628]: IsBuffer (will be remapped) */
"i\0"
"glIsBuffer\0"
"glIsBufferARB\0"
"\0"
- /* _mesa_function_pool[17645]: ColorP4ui (will be remapped) */
+ /* _mesa_function_pool[17656]: ColorP4ui (will be remapped) */
"ii\0"
"glColorP4ui\0"
"\0"
- /* _mesa_function_pool[17661]: SpriteParameteriSGIX (dynamic) */
+ /* _mesa_function_pool[17672]: SpriteParameteriSGIX (dynamic) */
"ii\0"
"glSpriteParameteriSGIX\0"
"\0"
- /* _mesa_function_pool[17688]: TexCoordP3uiv (will be remapped) */
+ /* _mesa_function_pool[17699]: TexCoordP3uiv (will be remapped) */
"ip\0"
"glTexCoordP3uiv\0"
"\0"
- /* _mesa_function_pool[17708]: WeightusvARB (dynamic) */
+ /* _mesa_function_pool[17719]: WeightusvARB (dynamic) */
"ip\0"
"glWeightusvARB\0"
"\0"
- /* _mesa_function_pool[17727]: EvalMapsNV (dynamic) */
+ /* _mesa_function_pool[17738]: EvalMapsNV (dynamic) */
"ii\0"
"glEvalMapsNV\0"
"\0"
- /* _mesa_function_pool[17744]: ReplacementCodeuiSUN (dynamic) */
+ /* _mesa_function_pool[17755]: ReplacementCodeuiSUN (dynamic) */
"i\0"
"glReplacementCodeuiSUN\0"
"\0"
- /* _mesa_function_pool[17770]: GlobalAlphaFactoruiSUN (dynamic) */
+ /* _mesa_function_pool[17781]: GlobalAlphaFactoruiSUN (dynamic) */
"i\0"
"glGlobalAlphaFactoruiSUN\0"
"\0"
- /* _mesa_function_pool[17798]: Uniform1iv (will be remapped) */
+ /* _mesa_function_pool[17809]: Uniform1iv (will be remapped) */
"iip\0"
"glUniform1iv\0"
"glUniform1ivARB\0"
"\0"
- /* _mesa_function_pool[17832]: Uniform4uiv (will be remapped) */
+ /* _mesa_function_pool[17843]: Uniform4uiv (will be remapped) */
"iip\0"
"glUniform4uivEXT\0"
"glUniform4uiv\0"
"\0"
- /* _mesa_function_pool[17868]: PopDebugGroup (will be remapped) */
+ /* _mesa_function_pool[17879]: PopDebugGroup (will be remapped) */
"\0"
"glPopDebugGroup\0"
"\0"
- /* _mesa_function_pool[17886]: VertexAttrib1d (will be remapped) */
+ /* _mesa_function_pool[17897]: VertexAttrib1d (will be remapped) */
"id\0"
"glVertexAttrib1d\0"
"glVertexAttrib1dARB\0"
"\0"
- /* _mesa_function_pool[17927]: CompressedTexImage1D (will be remapped) */
+ /* _mesa_function_pool[17938]: CompressedTexImage1D (will be remapped) */
"iiiiiip\0"
"glCompressedTexImage1D\0"
"glCompressedTexImage1DARB\0"
"\0"
- /* _mesa_function_pool[17985]: TexBufferRange (will be remapped) */
+ /* _mesa_function_pool[17996]: TexBufferRange (will be remapped) */
"iiiii\0"
"glTexBufferRange\0"
"\0"
- /* _mesa_function_pool[18009]: VertexAttrib1s (will be remapped) */
+ /* _mesa_function_pool[18020]: VertexAttrib1s (will be remapped) */
"ii\0"
"glVertexAttrib1s\0"
"glVertexAttrib1sARB\0"
"\0"
- /* _mesa_function_pool[18050]: MultiDrawElementsIndirect (will be remapped) */
+ /* _mesa_function_pool[18061]: MultiDrawElementsIndirect (will be remapped) */
"iipii\0"
"glMultiDrawElementsIndirect\0"
"\0"
- /* _mesa_function_pool[18085]: FogCoordfvEXT (will be remapped) */
+ /* _mesa_function_pool[18096]: FogCoordfvEXT (will be remapped) */
"p\0"
"glFogCoordfv\0"
"glFogCoordfvEXT\0"
"\0"
- /* _mesa_function_pool[18117]: BeginPerfMonitorAMD (will be remapped) */
+ /* _mesa_function_pool[18128]: BeginPerfMonitorAMD (will be remapped) */
"i\0"
"glBeginPerfMonitorAMD\0"
"\0"
- /* _mesa_function_pool[18142]: GetColorTableParameterfv (offset 344) */
+ /* _mesa_function_pool[18153]: GetColorTableParameterfv (offset 344) */
"iip\0"
"glGetColorTableParameterfv\0"
"glGetColorTableParameterfvSGI\0"
"glGetColorTableParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[18234]: MultiTexCoord3fARB (offset 394) */
+ /* _mesa_function_pool[18245]: MultiTexCoord3fARB (offset 394) */
"ifff\0"
"glMultiTexCoord3f\0"
"glMultiTexCoord3fARB\0"
"\0"
- /* _mesa_function_pool[18279]: GetTexLevelParameterfv (offset 284) */
+ /* _mesa_function_pool[18290]: GetTexLevelParameterfv (offset 284) */
"iiip\0"
"glGetTexLevelParameterfv\0"
"\0"
- /* _mesa_function_pool[18310]: Vertex2sv (offset 133) */
+ /* _mesa_function_pool[18321]: Vertex2sv (offset 133) */
"p\0"
"glVertex2sv\0"
"\0"
- /* _mesa_function_pool[18325]: GetnMapdvARB (will be remapped) */
+ /* _mesa_function_pool[18336]: GetnMapdvARB (will be remapped) */
"iiip\0"
"glGetnMapdvARB\0"
"\0"
- /* _mesa_function_pool[18346]: VertexAttrib2dNV (will be remapped) */
+ /* _mesa_function_pool[18357]: VertexAttrib2dNV (will be remapped) */
"idd\0"
"glVertexAttrib2dNV\0"
"\0"
- /* _mesa_function_pool[18370]: GetTrackMatrixivNV (will be remapped) */
+ /* _mesa_function_pool[18381]: GetTrackMatrixivNV (will be remapped) */
"iiip\0"
"glGetTrackMatrixivNV\0"
"\0"
- /* _mesa_function_pool[18397]: VertexAttrib3svNV (will be remapped) */
+ /* _mesa_function_pool[18408]: VertexAttrib3svNV (will be remapped) */
"ip\0"
"glVertexAttrib3svNV\0"
"\0"
- /* _mesa_function_pool[18421]: GetTexEnviv (offset 277) */
+ /* _mesa_function_pool[18432]: GetTexEnviv (offset 277) */
"iip\0"
"glGetTexEnviv\0"
"\0"
- /* _mesa_function_pool[18440]: ViewportArrayv (will be remapped) */
+ /* _mesa_function_pool[18451]: ViewportArrayv (will be remapped) */
"iip\0"
"glViewportArrayv\0"
"\0"
- /* _mesa_function_pool[18462]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[18473]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
"iffffffffffff\0"
"glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[18533]: SeparableFilter2D (offset 360) */
+ /* _mesa_function_pool[18544]: SeparableFilter2D (offset 360) */
"iiiiiipp\0"
"glSeparableFilter2D\0"
"glSeparableFilter2DEXT\0"
"\0"
- /* _mesa_function_pool[18586]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[18597]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiColor4ubVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[18631]: ArrayElement (offset 306) */
+ /* _mesa_function_pool[18642]: ArrayElement (offset 306) */
"i\0"
"glArrayElement\0"
"glArrayElementEXT\0"
"\0"
- /* _mesa_function_pool[18667]: TexImage2D (offset 183) */
+ /* _mesa_function_pool[18678]: TexImage2D (offset 183) */
"iiiiiiiip\0"
"glTexImage2D\0"
"\0"
- /* _mesa_function_pool[18691]: FragmentMaterialiSGIX (dynamic) */
+ /* _mesa_function_pool[18702]: FragmentMaterialiSGIX (dynamic) */
"iii\0"
"glFragmentMaterialiSGIX\0"
"\0"
- /* _mesa_function_pool[18720]: RasterPos2dv (offset 63) */
+ /* _mesa_function_pool[18731]: RasterPos2dv (offset 63) */
"p\0"
"glRasterPos2dv\0"
"\0"
- /* _mesa_function_pool[18738]: Fogiv (offset 156) */
+ /* _mesa_function_pool[18749]: Fogiv (offset 156) */
"ip\0"
"glFogiv\0"
"\0"
- /* _mesa_function_pool[18750]: EndQuery (will be remapped) */
+ /* _mesa_function_pool[18761]: EndQuery (will be remapped) */
"i\0"
"glEndQuery\0"
"glEndQueryARB\0"
"\0"
- /* _mesa_function_pool[18778]: TexCoord1dv (offset 95) */
+ /* _mesa_function_pool[18789]: TexCoord1dv (offset 95) */
"p\0"
"glTexCoord1dv\0"
"\0"
- /* _mesa_function_pool[18795]: TexCoord4dv (offset 119) */
+ /* _mesa_function_pool[18806]: TexCoord4dv (offset 119) */
"p\0"
"glTexCoord4dv\0"
"\0"
- /* _mesa_function_pool[18812]: GetVertexAttribdvNV (will be remapped) */
+ /* _mesa_function_pool[18823]: GetVertexAttribdvNV (will be remapped) */
"iip\0"
"glGetVertexAttribdvNV\0"
"\0"
- /* _mesa_function_pool[18839]: Clear (offset 203) */
+ /* _mesa_function_pool[18850]: Clear (offset 203) */
"i\0"
"glClear\0"
"\0"
- /* _mesa_function_pool[18850]: VertexAttrib4sv (will be remapped) */
+ /* _mesa_function_pool[18861]: VertexAttrib4sv (will be remapped) */
"ip\0"
"glVertexAttrib4sv\0"
"glVertexAttrib4svARB\0"
"\0"
- /* _mesa_function_pool[18893]: Ortho (offset 296) */
+ /* _mesa_function_pool[18904]: Ortho (offset 296) */
"dddddd\0"
"glOrtho\0"
"\0"
- /* _mesa_function_pool[18909]: Uniform3uiv (will be remapped) */
+ /* _mesa_function_pool[18920]: Uniform3uiv (will be remapped) */
"iip\0"
"glUniform3uivEXT\0"
"glUniform3uiv\0"
"\0"
- /* _mesa_function_pool[18945]: MatrixIndexPointerARB (dynamic) */
+ /* _mesa_function_pool[18956]: MatrixIndexPointerARB (dynamic) */
"iiip\0"
"glMatrixIndexPointerARB\0"
"glMatrixIndexPointerOES\0"
"\0"
- /* _mesa_function_pool[18999]: EndQueryIndexed (will be remapped) */
+ /* _mesa_function_pool[19010]: EndQueryIndexed (will be remapped) */
"ii\0"
"glEndQueryIndexed\0"
"\0"
- /* _mesa_function_pool[19021]: TexParameterxv (will be remapped) */
+ /* _mesa_function_pool[19032]: TexParameterxv (will be remapped) */
"iip\0"
"glTexParameterxvOES\0"
"glTexParameterxv\0"
"\0"
- /* _mesa_function_pool[19063]: SampleMaskSGIS (will be remapped) */
+ /* _mesa_function_pool[19074]: SampleMaskSGIS (will be remapped) */
"fi\0"
"glSampleMaskSGIS\0"
"glSampleMaskEXT\0"
"\0"
- /* _mesa_function_pool[19100]: FramebufferTextureFaceARB (will be remapped) */
+ /* _mesa_function_pool[19111]: FramebufferTextureFaceARB (will be remapped) */
"iiiii\0"
"glFramebufferTextureFaceARB\0"
"\0"
- /* _mesa_function_pool[19135]: ProgramUniformMatrix2fv (will be remapped) */
+ /* _mesa_function_pool[19146]: ProgramUniformMatrix2fv (will be remapped) */
"iiiip\0"
"glProgramUniformMatrix2fv\0"
"glProgramUniformMatrix2fvEXT\0"
"\0"
- /* _mesa_function_pool[19197]: ProgramLocalParameter4fvARB (will be remapped) */
+ /* _mesa_function_pool[19208]: ProgramLocalParameter4fvARB (will be remapped) */
"iip\0"
"glProgramLocalParameter4fvARB\0"
"\0"
- /* _mesa_function_pool[19232]: GetProgramStringNV (will be remapped) */
+ /* _mesa_function_pool[19243]: GetProgramStringNV (will be remapped) */
"iip\0"
"glGetProgramStringNV\0"
"\0"
- /* _mesa_function_pool[19258]: Binormal3svEXT (dynamic) */
+ /* _mesa_function_pool[19269]: Binormal3svEXT (dynamic) */
"p\0"
"glBinormal3svEXT\0"
"\0"
- /* _mesa_function_pool[19278]: LightModelx (will be remapped) */
+ /* _mesa_function_pool[19289]: LightModelx (will be remapped) */
"ii\0"
"glLightModelxOES\0"
"glLightModelx\0"
"\0"
- /* _mesa_function_pool[19313]: VertexAttribI3iEXT (will be remapped) */
+ /* _mesa_function_pool[19324]: VertexAttribI3iEXT (will be remapped) */
"iiii\0"
"glVertexAttribI3iEXT\0"
"glVertexAttribI3i\0"
"\0"
- /* _mesa_function_pool[19358]: ClearColorx (will be remapped) */
+ /* _mesa_function_pool[19369]: ClearColorx (will be remapped) */
"iiii\0"
"glClearColorxOES\0"
"glClearColorx\0"
"\0"
- /* _mesa_function_pool[19395]: EndTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[19406]: EndTransformFeedback (will be remapped) */
"\0"
"glEndTransformFeedback\0"
"glEndTransformFeedbackEXT\0"
"\0"
- /* _mesa_function_pool[19446]: VertexAttribs4dvNV (will be remapped) */
+ /* _mesa_function_pool[19457]: VertexAttribs4dvNV (will be remapped) */
"iip\0"
"glVertexAttribs4dvNV\0"
"\0"
- /* _mesa_function_pool[19472]: GetProgramBinary (will be remapped) */
+ /* _mesa_function_pool[19483]: GetProgramBinary (will be remapped) */
"iippp\0"
"glGetProgramBinary\0"
"glGetProgramBinaryOES\0"
"\0"
- /* _mesa_function_pool[19520]: ViewportIndexedfv (will be remapped) */
+ /* _mesa_function_pool[19531]: ViewportIndexedfv (will be remapped) */
"ip\0"
"glViewportIndexedfv\0"
"\0"
- /* _mesa_function_pool[19544]: CallList (offset 2) */
+ /* _mesa_function_pool[19555]: CallList (offset 2) */
"i\0"
"glCallList\0"
"\0"
- /* _mesa_function_pool[19558]: Materialfv (offset 170) */
+ /* _mesa_function_pool[19569]: Materialfv (offset 170) */
"iip\0"
"glMaterialfv\0"
"\0"
- /* _mesa_function_pool[19576]: DeleteProgram (will be remapped) */
+ /* _mesa_function_pool[19587]: DeleteProgram (will be remapped) */
"i\0"
"glDeleteProgram\0"
"\0"
- /* _mesa_function_pool[19595]: GetActiveAtomicCounterBufferiv (will be remapped) */
+ /* _mesa_function_pool[19606]: GetActiveAtomicCounterBufferiv (will be remapped) */
"iiip\0"
"glGetActiveAtomicCounterBufferiv\0"
"\0"
- /* _mesa_function_pool[19634]: TexParameterIiv (will be remapped) */
+ /* _mesa_function_pool[19645]: TexParameterIiv (will be remapped) */
"iip\0"
"glTexParameterIivEXT\0"
"glTexParameterIiv\0"
"\0"
- /* _mesa_function_pool[19678]: VertexWeightfEXT (dynamic) */
+ /* _mesa_function_pool[19689]: VertexWeightfEXT (dynamic) */
"f\0"
"glVertexWeightfEXT\0"
"\0"
- /* _mesa_function_pool[19700]: FlushVertexArrayRangeNV (dynamic) */
+ /* _mesa_function_pool[19711]: FlushVertexArrayRangeNV (dynamic) */
"\0"
"glFlushVertexArrayRangeNV\0"
"\0"
- /* _mesa_function_pool[19728]: GetConvolutionFilter (offset 356) */
+ /* _mesa_function_pool[19739]: GetConvolutionFilter (offset 356) */
"iiip\0"
"glGetConvolutionFilter\0"
"glGetConvolutionFilterEXT\0"
"\0"
- /* _mesa_function_pool[19783]: MultiModeDrawElementsIBM (will be remapped) */
+ /* _mesa_function_pool[19794]: MultiModeDrawElementsIBM (will be remapped) */
"ppipii\0"
"glMultiModeDrawElementsIBM\0"
"\0"
- /* _mesa_function_pool[19818]: Uniform2iv (will be remapped) */
+ /* _mesa_function_pool[19829]: Uniform2iv (will be remapped) */
"iip\0"
"glUniform2iv\0"
"glUniform2ivARB\0"
"\0"
- /* _mesa_function_pool[19852]: GetFixedv (will be remapped) */
+ /* _mesa_function_pool[19863]: GetFixedv (will be remapped) */
"ip\0"
"glGetFixedvOES\0"
"glGetFixedv\0"
"\0"
- /* _mesa_function_pool[19883]: ProgramParameters4dvNV (will be remapped) */
+ /* _mesa_function_pool[19894]: ProgramParameters4dvNV (will be remapped) */
"iiip\0"
"glProgramParameters4dvNV\0"
"\0"
- /* _mesa_function_pool[19914]: Binormal3dvEXT (dynamic) */
+ /* _mesa_function_pool[19925]: Binormal3dvEXT (dynamic) */
"p\0"
"glBinormal3dvEXT\0"
"\0"
- /* _mesa_function_pool[19934]: SampleCoveragex (will be remapped) */
+ /* _mesa_function_pool[19945]: SampleCoveragex (will be remapped) */
"ii\0"
"glSampleCoveragexOES\0"
"glSampleCoveragex\0"
"\0"
- /* _mesa_function_pool[19977]: GetPerfQueryInfoINTEL (will be remapped) */
+ /* _mesa_function_pool[19988]: GetPerfQueryInfoINTEL (will be remapped) */
"iippppp\0"
"glGetPerfQueryInfoINTEL\0"
"\0"
- /* _mesa_function_pool[20010]: DeleteFramebuffers (will be remapped) */
+ /* _mesa_function_pool[20021]: DeleteFramebuffers (will be remapped) */
"ip\0"
"glDeleteFramebuffers\0"
"glDeleteFramebuffersEXT\0"
"glDeleteFramebuffersOES\0"
"\0"
- /* _mesa_function_pool[20083]: CombinerInputNV (dynamic) */
+ /* _mesa_function_pool[20094]: CombinerInputNV (dynamic) */
"iiiiii\0"
"glCombinerInputNV\0"
"\0"
- /* _mesa_function_pool[20109]: VertexAttrib4uiv (will be remapped) */
+ /* _mesa_function_pool[20120]: VertexAttrib4uiv (will be remapped) */
"ip\0"
"glVertexAttrib4uiv\0"
"glVertexAttrib4uivARB\0"
"\0"
- /* _mesa_function_pool[20154]: VertexAttrib4Nsv (will be remapped) */
+ /* _mesa_function_pool[20165]: VertexAttrib4Nsv (will be remapped) */
"ip\0"
"glVertexAttrib4Nsv\0"
"glVertexAttrib4NsvARB\0"
"\0"
- /* _mesa_function_pool[20199]: Vertex4s (offset 148) */
+ /* _mesa_function_pool[20210]: Vertex4s (offset 148) */
"iiii\0"
"glVertex4s\0"
"\0"
- /* _mesa_function_pool[20216]: VertexAttribI2iEXT (will be remapped) */
+ /* _mesa_function_pool[20227]: VertexAttribI2iEXT (will be remapped) */
"iii\0"
"glVertexAttribI2iEXT\0"
"glVertexAttribI2i\0"
"\0"
- /* _mesa_function_pool[20260]: Vertex4f (offset 144) */
+ /* _mesa_function_pool[20271]: Vertex4f (offset 144) */
"ffff\0"
"glVertex4f\0"
"\0"
- /* _mesa_function_pool[20277]: Vertex4d (offset 142) */
+ /* _mesa_function_pool[20288]: Vertex4d (offset 142) */
"dddd\0"
"glVertex4d\0"
"\0"
- /* _mesa_function_pool[20294]: GetTexGenfv (offset 279) */
+ /* _mesa_function_pool[20305]: GetTexGenfv (offset 279) */
"iip\0"
"glGetTexGenfv\0"
"glGetTexGenfvOES\0"
"\0"
- /* _mesa_function_pool[20330]: Vertex4i (offset 146) */
+ /* _mesa_function_pool[20341]: Vertex4i (offset 146) */
"iiii\0"
"glVertex4i\0"
"\0"
- /* _mesa_function_pool[20347]: VertexWeightPointerEXT (dynamic) */
+ /* _mesa_function_pool[20358]: VertexWeightPointerEXT (dynamic) */
"iiip\0"
"glVertexWeightPointerEXT\0"
"\0"
- /* _mesa_function_pool[20378]: StencilFuncSeparateATI (will be remapped) */
+ /* _mesa_function_pool[20389]: StencilFuncSeparateATI (will be remapped) */
"iiii\0"
"glStencilFuncSeparateATI\0"
"\0"
- /* _mesa_function_pool[20409]: GetVertexAttribIuiv (will be remapped) */
+ /* _mesa_function_pool[20420]: GetVertexAttribIuiv (will be remapped) */
"iip\0"
"glGetVertexAttribIuivEXT\0"
"glGetVertexAttribIuiv\0"
"\0"
- /* _mesa_function_pool[20461]: LightModelfv (offset 164) */
+ /* _mesa_function_pool[20472]: LightModelfv (offset 164) */
"ip\0"
"glLightModelfv\0"
"\0"
- /* _mesa_function_pool[20480]: Vertex4dv (offset 143) */
+ /* _mesa_function_pool[20491]: Vertex4dv (offset 143) */
"p\0"
"glVertex4dv\0"
"\0"
- /* _mesa_function_pool[20495]: ProgramParameters4fvNV (will be remapped) */
+ /* _mesa_function_pool[20506]: ProgramParameters4fvNV (will be remapped) */
"iiip\0"
"glProgramParameters4fvNV\0"
"\0"
- /* _mesa_function_pool[20526]: GetInfoLogARB (will be remapped) */
+ /* _mesa_function_pool[20537]: GetInfoLogARB (will be remapped) */
"iipp\0"
"glGetInfoLogARB\0"
"\0"
- /* _mesa_function_pool[20548]: StencilMask (offset 209) */
+ /* _mesa_function_pool[20559]: StencilMask (offset 209) */
"i\0"
"glStencilMask\0"
"\0"
- /* _mesa_function_pool[20565]: IsList (offset 287) */
+ /* _mesa_function_pool[20576]: IsList (offset 287) */
"i\0"
"glIsList\0"
"\0"
- /* _mesa_function_pool[20577]: ClearBufferiv (will be remapped) */
+ /* _mesa_function_pool[20588]: ClearBufferiv (will be remapped) */
"iip\0"
"glClearBufferiv\0"
"\0"
- /* _mesa_function_pool[20598]: GetIntegeri_v (will be remapped) */
+ /* _mesa_function_pool[20609]: GetIntegeri_v (will be remapped) */
"iip\0"
"glGetIntegerIndexedvEXT\0"
"glGetIntegeri_v\0"
"\0"
- /* _mesa_function_pool[20643]: ProgramUniform2iv (will be remapped) */
+ /* _mesa_function_pool[20654]: ProgramUniform2iv (will be remapped) */
"iiip\0"
"glProgramUniform2iv\0"
"glProgramUniform2ivEXT\0"
"\0"
- /* _mesa_function_pool[20692]: VertexAttribs4svNV (will be remapped) */
+ /* _mesa_function_pool[20703]: VertexAttribs4svNV (will be remapped) */
"iip\0"
"glVertexAttribs4svNV\0"
"\0"
- /* _mesa_function_pool[20718]: FogCoordPointer (will be remapped) */
+ /* _mesa_function_pool[20729]: FogCoordPointer (will be remapped) */
"iip\0"
"glFogCoordPointer\0"
"glFogCoordPointerEXT\0"
"\0"
- /* _mesa_function_pool[20762]: SecondaryColor3us (will be remapped) */
+ /* _mesa_function_pool[20773]: SecondaryColor3us (will be remapped) */
"iii\0"
"glSecondaryColor3us\0"
"glSecondaryColor3usEXT\0"
"\0"
- /* _mesa_function_pool[20810]: DeformationMap3dSGIX (dynamic) */
+ /* _mesa_function_pool[20821]: DeformationMap3dSGIX (dynamic) */
"iddiiddiiddiip\0"
"glDeformationMap3dSGIX\0"
"\0"
- /* _mesa_function_pool[20849]: TextureNormalEXT (dynamic) */
+ /* _mesa_function_pool[20860]: TextureNormalEXT (dynamic) */
"i\0"
"glTextureNormalEXT\0"
"\0"
- /* _mesa_function_pool[20871]: SecondaryColor3ub (will be remapped) */
+ /* _mesa_function_pool[20882]: SecondaryColor3ub (will be remapped) */
"iii\0"
"glSecondaryColor3ub\0"
"glSecondaryColor3ubEXT\0"
"\0"
- /* _mesa_function_pool[20919]: SecondaryColor3ui (will be remapped) */
+ /* _mesa_function_pool[20930]: SecondaryColor3ui (will be remapped) */
"iii\0"
"glSecondaryColor3ui\0"
"glSecondaryColor3uiEXT\0"
"\0"
- /* _mesa_function_pool[20967]: VertexAttribI3uivEXT (will be remapped) */
+ /* _mesa_function_pool[20978]: VertexAttribI3uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI3uivEXT\0"
"glVertexAttribI3uiv\0"
"\0"
- /* _mesa_function_pool[21014]: Binormal3fvEXT (dynamic) */
+ /* _mesa_function_pool[21025]: Binormal3fvEXT (dynamic) */
"p\0"
"glBinormal3fvEXT\0"
"\0"
- /* _mesa_function_pool[21034]: TexCoordPointervINTEL (dynamic) */
+ /* _mesa_function_pool[21045]: TexCoordPointervINTEL (dynamic) */
"iip\0"
"glTexCoordPointervINTEL\0"
"\0"
- /* _mesa_function_pool[21063]: VertexAttrib1sNV (will be remapped) */
+ /* _mesa_function_pool[21074]: VertexAttrib1sNV (will be remapped) */
"ii\0"
"glVertexAttrib1sNV\0"
"\0"
- /* _mesa_function_pool[21086]: Tangent3bEXT (dynamic) */
+ /* _mesa_function_pool[21097]: Tangent3bEXT (dynamic) */
"iii\0"
"glTangent3bEXT\0"
"\0"
- /* _mesa_function_pool[21106]: FragmentLightModelfSGIX (dynamic) */
+ /* _mesa_function_pool[21117]: FragmentLightModelfSGIX (dynamic) */
"if\0"
"glFragmentLightModelfSGIX\0"
"\0"
- /* _mesa_function_pool[21136]: InitNames (offset 197) */
+ /* _mesa_function_pool[21147]: InitNames (offset 197) */
"\0"
"glInitNames\0"
"\0"
- /* _mesa_function_pool[21150]: Normal3sv (offset 61) */
+ /* _mesa_function_pool[21161]: Normal3sv (offset 61) */
"p\0"
"glNormal3sv\0"
"\0"
- /* _mesa_function_pool[21165]: DeleteQueries (will be remapped) */
+ /* _mesa_function_pool[21176]: DeleteQueries (will be remapped) */
"ip\0"
"glDeleteQueries\0"
"glDeleteQueriesARB\0"
"\0"
- /* _mesa_function_pool[21204]: InvalidateFramebuffer (will be remapped) */
+ /* _mesa_function_pool[21215]: InvalidateFramebuffer (will be remapped) */
"iip\0"
"glInvalidateFramebuffer\0"
"\0"
- /* _mesa_function_pool[21233]: Hint (offset 158) */
+ /* _mesa_function_pool[21244]: Hint (offset 158) */
"ii\0"
"glHint\0"
"\0"
- /* _mesa_function_pool[21244]: MemoryBarrier (will be remapped) */
+ /* _mesa_function_pool[21255]: MemoryBarrier (will be remapped) */
"i\0"
"glMemoryBarrier\0"
"\0"
- /* _mesa_function_pool[21263]: CopyColorSubTable (offset 347) */
+ /* _mesa_function_pool[21274]: CopyColorSubTable (offset 347) */
"iiiii\0"
"glCopyColorSubTable\0"
"glCopyColorSubTableEXT\0"
"\0"
- /* _mesa_function_pool[21313]: WeightdvARB (dynamic) */
+ /* _mesa_function_pool[21324]: WeightdvARB (dynamic) */
"ip\0"
"glWeightdvARB\0"
"\0"
- /* _mesa_function_pool[21331]: GetObjectParameterfvARB (will be remapped) */
+ /* _mesa_function_pool[21342]: GetObjectParameterfvARB (will be remapped) */
"iip\0"
"glGetObjectParameterfvARB\0"
"\0"
- /* _mesa_function_pool[21362]: GetTexEnvxv (will be remapped) */
+ /* _mesa_function_pool[21373]: GetTexEnvxv (will be remapped) */
"iip\0"
"glGetTexEnvxvOES\0"
"glGetTexEnvxv\0"
"\0"
- /* _mesa_function_pool[21398]: DrawTexsvOES (will be remapped) */
+ /* _mesa_function_pool[21409]: DrawTexsvOES (will be remapped) */
"p\0"
"glDrawTexsvOES\0"
"\0"
- /* _mesa_function_pool[21416]: Disable (offset 214) */
+ /* _mesa_function_pool[21427]: Disable (offset 214) */
"i\0"
"glDisable\0"
"\0"
- /* _mesa_function_pool[21429]: ClearColor (offset 206) */
+ /* _mesa_function_pool[21440]: ClearColor (offset 206) */
"ffff\0"
"glClearColor\0"
"\0"
- /* _mesa_function_pool[21448]: WeightuivARB (dynamic) */
+ /* _mesa_function_pool[21459]: WeightuivARB (dynamic) */
"ip\0"
"glWeightuivARB\0"
"\0"
- /* _mesa_function_pool[21467]: RasterPos4iv (offset 83) */
+ /* _mesa_function_pool[21478]: RasterPos4iv (offset 83) */
"p\0"
"glRasterPos4iv\0"
"\0"
- /* _mesa_function_pool[21485]: VDPAUIsSurfaceNV (will be remapped) */
+ /* _mesa_function_pool[21496]: VDPAUIsSurfaceNV (will be remapped) */
"i\0"
"glVDPAUIsSurfaceNV\0"
"\0"
- /* _mesa_function_pool[21507]: ProgramUniformMatrix2x3fv (will be remapped) */
+ /* _mesa_function_pool[21518]: ProgramUniformMatrix2x3fv (will be remapped) */
"iiiip\0"
"glProgramUniformMatrix2x3fv\0"
"glProgramUniformMatrix2x3fvEXT\0"
"\0"
- /* _mesa_function_pool[21573]: BindVertexBuffer (will be remapped) */
+ /* _mesa_function_pool[21584]: BindVertexBuffer (will be remapped) */
"iiii\0"
"glBindVertexBuffer\0"
"\0"
- /* _mesa_function_pool[21598]: Binormal3iEXT (dynamic) */
+ /* _mesa_function_pool[21609]: Binormal3iEXT (dynamic) */
"iii\0"
"glBinormal3iEXT\0"
"\0"
- /* _mesa_function_pool[21619]: RasterPos4i (offset 82) */
+ /* _mesa_function_pool[21630]: RasterPos4i (offset 82) */
"iiii\0"
"glRasterPos4i\0"
"\0"
- /* _mesa_function_pool[21639]: RasterPos4d (offset 78) */
+ /* _mesa_function_pool[21650]: RasterPos4d (offset 78) */
"dddd\0"
"glRasterPos4d\0"
"\0"
- /* _mesa_function_pool[21659]: RasterPos4f (offset 80) */
+ /* _mesa_function_pool[21670]: RasterPos4f (offset 80) */
"ffff\0"
"glRasterPos4f\0"
"\0"
- /* _mesa_function_pool[21679]: GetQueryIndexediv (will be remapped) */
+ /* _mesa_function_pool[21690]: GetQueryIndexediv (will be remapped) */
"iiip\0"
"glGetQueryIndexediv\0"
"\0"
- /* _mesa_function_pool[21705]: RasterPos3dv (offset 71) */
+ /* _mesa_function_pool[21716]: RasterPos3dv (offset 71) */
"p\0"
"glRasterPos3dv\0"
"\0"
- /* _mesa_function_pool[21723]: GetProgramiv (will be remapped) */
+ /* _mesa_function_pool[21734]: GetProgramiv (will be remapped) */
"iip\0"
"glGetProgramiv\0"
"\0"
- /* _mesa_function_pool[21743]: TexCoord1iv (offset 99) */
+ /* _mesa_function_pool[21754]: TexCoord1iv (offset 99) */
"p\0"
"glTexCoord1iv\0"
"\0"
- /* _mesa_function_pool[21760]: RasterPos4s (offset 84) */
+ /* _mesa_function_pool[21771]: RasterPos4s (offset 84) */
"iiii\0"
"glRasterPos4s\0"
"\0"
- /* _mesa_function_pool[21780]: PixelTexGenParameterfvSGIS (dynamic) */
+ /* _mesa_function_pool[21791]: PixelTexGenParameterfvSGIS (dynamic) */
"ip\0"
"glPixelTexGenParameterfvSGIS\0"
"\0"
- /* _mesa_function_pool[21813]: VertexAttrib3dv (will be remapped) */
+ /* _mesa_function_pool[21824]: VertexAttrib3dv (will be remapped) */
"ip\0"
"glVertexAttrib3dv\0"
"glVertexAttrib3dvARB\0"
"\0"
- /* _mesa_function_pool[21856]: Histogram (offset 367) */
+ /* _mesa_function_pool[21867]: Histogram (offset 367) */
"iiii\0"
"glHistogram\0"
"glHistogramEXT\0"
"\0"
- /* _mesa_function_pool[21889]: Uniform2fv (will be remapped) */
+ /* _mesa_function_pool[21900]: Uniform2fv (will be remapped) */
"iip\0"
"glUniform2fv\0"
"glUniform2fvARB\0"
"\0"
- /* _mesa_function_pool[21923]: TexImage4DSGIS (dynamic) */
+ /* _mesa_function_pool[21934]: TexImage4DSGIS (dynamic) */
"iiiiiiiiiip\0"
"glTexImage4DSGIS\0"
"\0"
- /* _mesa_function_pool[21953]: DrawBuffers (will be remapped) */
+ /* _mesa_function_pool[21964]: DrawBuffers (will be remapped) */
"ip\0"
"glDrawBuffers\0"
"glDrawBuffersARB\0"
"glDrawBuffersATI\0"
"glDrawBuffersNV\0"
"\0"
- /* _mesa_function_pool[22021]: GetnPolygonStippleARB (will be remapped) */
+ /* _mesa_function_pool[22032]: GetnPolygonStippleARB (will be remapped) */
"ip\0"
"glGetnPolygonStippleARB\0"
"\0"
- /* _mesa_function_pool[22049]: Color3uiv (offset 22) */
+ /* _mesa_function_pool[22060]: Color3uiv (offset 22) */
"p\0"
"glColor3uiv\0"
"\0"
- /* _mesa_function_pool[22064]: EvalCoord2fv (offset 235) */
+ /* _mesa_function_pool[22075]: EvalCoord2fv (offset 235) */
"p\0"
"glEvalCoord2fv\0"
"\0"
- /* _mesa_function_pool[22082]: TextureStorage3DEXT (will be remapped) */
+ /* _mesa_function_pool[22093]: TextureStorage3DEXT (will be remapped) */
"iiiiiii\0"
"glTextureStorage3DEXT\0"
"\0"
- /* _mesa_function_pool[22113]: VertexAttrib2fARB (will be remapped) */
+ /* _mesa_function_pool[22124]: VertexAttrib2fARB (will be remapped) */
"iff\0"
"glVertexAttrib2f\0"
"glVertexAttrib2fARB\0"
"\0"
- /* _mesa_function_pool[22155]: WindowPos2fv (will be remapped) */
+ /* _mesa_function_pool[22166]: WindowPos2fv (will be remapped) */
"p\0"
"glWindowPos2fv\0"
"glWindowPos2fvARB\0"
"glWindowPos2fvMESA\0"
"\0"
- /* _mesa_function_pool[22210]: Tangent3fEXT (dynamic) */
+ /* _mesa_function_pool[22221]: Tangent3fEXT (dynamic) */
"fff\0"
"glTangent3fEXT\0"
"\0"
- /* _mesa_function_pool[22230]: TexImage3D (offset 371) */
+ /* _mesa_function_pool[22241]: TexImage3D (offset 371) */
"iiiiiiiiip\0"
"glTexImage3D\0"
"glTexImage3DEXT\0"
"glTexImage3DOES\0"
"\0"
- /* _mesa_function_pool[22287]: GetPerfQueryIdByNameINTEL (will be remapped) */
+ /* _mesa_function_pool[22298]: GetPerfQueryIdByNameINTEL (will be remapped) */
"pp\0"
"glGetPerfQueryIdByNameINTEL\0"
"\0"
- /* _mesa_function_pool[22319]: BindFragDataLocation (will be remapped) */
+ /* _mesa_function_pool[22330]: BindFragDataLocation (will be remapped) */
"iip\0"
"glBindFragDataLocationEXT\0"
"glBindFragDataLocation\0"
"\0"
- /* _mesa_function_pool[22373]: LightModeliv (offset 166) */
+ /* _mesa_function_pool[22384]: LightModeliv (offset 166) */
"ip\0"
"glLightModeliv\0"
"\0"
- /* _mesa_function_pool[22392]: Normal3bv (offset 53) */
+ /* _mesa_function_pool[22403]: Normal3bv (offset 53) */
"p\0"
"glNormal3bv\0"
"\0"
- /* _mesa_function_pool[22407]: BeginQueryIndexed (will be remapped) */
+ /* _mesa_function_pool[22418]: BeginQueryIndexed (will be remapped) */
"iii\0"
"glBeginQueryIndexed\0"
"\0"
- /* _mesa_function_pool[22432]: Vertex3iv (offset 139) */
+ /* _mesa_function_pool[22443]: Vertex3iv (offset 139) */
"p\0"
"glVertex3iv\0"
"\0"
- /* _mesa_function_pool[22447]: TexCoord3dv (offset 111) */
+ /* _mesa_function_pool[22458]: TexCoord3dv (offset 111) */
"p\0"
"glTexCoord3dv\0"
"\0"
- /* _mesa_function_pool[22464]: GetProgramStringARB (will be remapped) */
+ /* _mesa_function_pool[22475]: GetProgramStringARB (will be remapped) */
"iip\0"
"glGetProgramStringARB\0"
"\0"
- /* _mesa_function_pool[22491]: VertexP3ui (will be remapped) */
+ /* _mesa_function_pool[22502]: VertexP3ui (will be remapped) */
"ii\0"
"glVertexP3ui\0"
"\0"
- /* _mesa_function_pool[22508]: CreateProgramObjectARB (will be remapped) */
+ /* _mesa_function_pool[22519]: CreateProgramObjectARB (will be remapped) */
"\0"
"glCreateProgramObjectARB\0"
"\0"
- /* _mesa_function_pool[22535]: UniformMatrix3fv (will be remapped) */
+ /* _mesa_function_pool[22546]: UniformMatrix3fv (will be remapped) */
"iiip\0"
"glUniformMatrix3fv\0"
"glUniformMatrix3fvARB\0"
"\0"
- /* _mesa_function_pool[22582]: PrioritizeTextures (offset 331) */
+ /* _mesa_function_pool[22593]: PrioritizeTextures (offset 331) */
"ipp\0"
"glPrioritizeTextures\0"
"glPrioritizeTexturesEXT\0"
"\0"
- /* _mesa_function_pool[22632]: VertexAttribI3uiEXT (will be remapped) */
+ /* _mesa_function_pool[22643]: VertexAttribI3uiEXT (will be remapped) */
"iiii\0"
"glVertexAttribI3uiEXT\0"
"glVertexAttribI3ui\0"
"\0"
- /* _mesa_function_pool[22679]: AsyncMarkerSGIX (dynamic) */
+ /* _mesa_function_pool[22690]: AsyncMarkerSGIX (dynamic) */
"i\0"
"glAsyncMarkerSGIX\0"
"\0"
- /* _mesa_function_pool[22700]: GetProgramNamedParameterfvNV (will be remapped) */
+ /* _mesa_function_pool[22711]: GetProgramNamedParameterfvNV (will be remapped) */
"iipp\0"
"glGetProgramNamedParameterfvNV\0"
"\0"
- /* _mesa_function_pool[22737]: GetMaterialxv (will be remapped) */
+ /* _mesa_function_pool[22748]: GetMaterialxv (will be remapped) */
"iip\0"
"glGetMaterialxvOES\0"
"glGetMaterialxv\0"
"\0"
- /* _mesa_function_pool[22777]: MatrixIndexusvARB (dynamic) */
+ /* _mesa_function_pool[22788]: MatrixIndexusvARB (dynamic) */
"ip\0"
"glMatrixIndexusvARB\0"
"\0"
- /* _mesa_function_pool[22801]: SecondaryColor3uiv (will be remapped) */
+ /* _mesa_function_pool[22812]: SecondaryColor3uiv (will be remapped) */
"p\0"
"glSecondaryColor3uiv\0"
"glSecondaryColor3uivEXT\0"
"\0"
- /* _mesa_function_pool[22849]: EndConditionalRender (will be remapped) */
+ /* _mesa_function_pool[22860]: EndConditionalRender (will be remapped) */
"\0"
"glEndConditionalRender\0"
"glEndConditionalRenderNV\0"
"\0"
- /* _mesa_function_pool[22899]: ProgramLocalParameter4dARB (will be remapped) */
+ /* _mesa_function_pool[22910]: ProgramLocalParameter4dARB (will be remapped) */
"iidddd\0"
"glProgramLocalParameter4dARB\0"
"\0"
- /* _mesa_function_pool[22936]: Color3sv (offset 18) */
+ /* _mesa_function_pool[22947]: Color3sv (offset 18) */
"p\0"
"glColor3sv\0"
"\0"
- /* _mesa_function_pool[22950]: GenFragmentShadersATI (will be remapped) */
+ /* _mesa_function_pool[22961]: GenFragmentShadersATI (will be remapped) */
"i\0"
"glGenFragmentShadersATI\0"
"\0"
- /* _mesa_function_pool[22977]: BlendEquationSeparateiARB (will be remapped) */
+ /* _mesa_function_pool[22988]: BlendEquationSeparateiARB (will be remapped) */
"iii\0"
"glBlendEquationSeparateiARB\0"
"glBlendEquationSeparateIndexedAMD\0"
+ "glBlendEquationSeparatei\0"
"\0"
- /* _mesa_function_pool[23044]: TestFenceNV (dynamic) */
+ /* _mesa_function_pool[23080]: TestFenceNV (dynamic) */
"i\0"
"glTestFenceNV\0"
"\0"
- /* _mesa_function_pool[23061]: MultiTexCoord1fvARB (offset 379) */
+ /* _mesa_function_pool[23097]: MultiTexCoord1fvARB (offset 379) */
"ip\0"
"glMultiTexCoord1fv\0"
"glMultiTexCoord1fvARB\0"
"\0"
- /* _mesa_function_pool[23106]: TexStorage2D (will be remapped) */
+ /* _mesa_function_pool[23142]: TexStorage2D (will be remapped) */
"iiiii\0"
"glTexStorage2D\0"
"\0"
- /* _mesa_function_pool[23128]: GetPixelTexGenParameterivSGIS (dynamic) */
+ /* _mesa_function_pool[23164]: GetPixelTexGenParameterivSGIS (dynamic) */
"ip\0"
"glGetPixelTexGenParameterivSGIS\0"
"\0"
- /* _mesa_function_pool[23164]: FramebufferTexture2D (will be remapped) */
+ /* _mesa_function_pool[23200]: FramebufferTexture2D (will be remapped) */
"iiiii\0"
"glFramebufferTexture2D\0"
"glFramebufferTexture2DEXT\0"
"glFramebufferTexture2DOES\0"
"\0"
- /* _mesa_function_pool[23246]: GetSamplerParameterfv (will be remapped) */
+ /* _mesa_function_pool[23282]: GetSamplerParameterfv (will be remapped) */
"iip\0"
"glGetSamplerParameterfv\0"
"\0"
- /* _mesa_function_pool[23275]: VertexAttrib2dv (will be remapped) */
+ /* _mesa_function_pool[23311]: VertexAttrib2dv (will be remapped) */
"ip\0"
"glVertexAttrib2dv\0"
"glVertexAttrib2dvARB\0"
"\0"
- /* _mesa_function_pool[23318]: Vertex4sv (offset 149) */
+ /* _mesa_function_pool[23354]: Vertex4sv (offset 149) */
"p\0"
"glVertex4sv\0"
"\0"
- /* _mesa_function_pool[23333]: GetQueryObjecti64v (will be remapped) */
+ /* _mesa_function_pool[23369]: GetQueryObjecti64v (will be remapped) */
"iip\0"
"glGetQueryObjecti64v\0"
"glGetQueryObjecti64vEXT\0"
"\0"
- /* _mesa_function_pool[23383]: ClampColor (will be remapped) */
+ /* _mesa_function_pool[23419]: ClampColor (will be remapped) */
"ii\0"
"glClampColorARB\0"
"glClampColor\0"
"\0"
- /* _mesa_function_pool[23416]: TextureRangeAPPLE (dynamic) */
+ /* _mesa_function_pool[23452]: TextureRangeAPPLE (dynamic) */
"iip\0"
"glTextureRangeAPPLE\0"
"\0"
- /* _mesa_function_pool[23441]: ConvolutionFilter1D (offset 348) */
+ /* _mesa_function_pool[23477]: ConvolutionFilter1D (offset 348) */
"iiiiip\0"
"glConvolutionFilter1D\0"
"glConvolutionFilter1DEXT\0"
"\0"
- /* _mesa_function_pool[23496]: DrawElementsIndirect (will be remapped) */
+ /* _mesa_function_pool[23532]: DrawElementsIndirect (will be remapped) */
"iip\0"
"glDrawElementsIndirect\0"
"\0"
- /* _mesa_function_pool[23524]: WindowPos3sv (will be remapped) */
+ /* _mesa_function_pool[23560]: WindowPos3sv (will be remapped) */
"p\0"
"glWindowPos3sv\0"
"glWindowPos3svARB\0"
"glWindowPos3svMESA\0"
"\0"
- /* _mesa_function_pool[23579]: FragmentMaterialfvSGIX (dynamic) */
+ /* _mesa_function_pool[23615]: FragmentMaterialfvSGIX (dynamic) */
"iip\0"
"glFragmentMaterialfvSGIX\0"
"\0"
- /* _mesa_function_pool[23609]: CallLists (offset 3) */
+ /* _mesa_function_pool[23645]: CallLists (offset 3) */
"iip\0"
"glCallLists\0"
"\0"
- /* _mesa_function_pool[23626]: AlphaFunc (offset 240) */
+ /* _mesa_function_pool[23662]: AlphaFunc (offset 240) */
"if\0"
"glAlphaFunc\0"
"\0"
- /* _mesa_function_pool[23642]: EdgeFlag (offset 41) */
+ /* _mesa_function_pool[23678]: EdgeFlag (offset 41) */
"i\0"
"glEdgeFlag\0"
"\0"
- /* _mesa_function_pool[23656]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[23692]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */
"ppp\0"
"glTexCoord2fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[23694]: EdgeFlagv (offset 42) */
+ /* _mesa_function_pool[23730]: EdgeFlagv (offset 42) */
"p\0"
"glEdgeFlagv\0"
"\0"
- /* _mesa_function_pool[23709]: DepthRangex (will be remapped) */
+ /* _mesa_function_pool[23745]: DepthRangex (will be remapped) */
"ii\0"
"glDepthRangexOES\0"
"glDepthRangex\0"
"\0"
- /* _mesa_function_pool[23744]: ReplacementCodeubvSUN (dynamic) */
+ /* _mesa_function_pool[23780]: ReplacementCodeubvSUN (dynamic) */
"p\0"
"glReplacementCodeubvSUN\0"
"\0"
- /* _mesa_function_pool[23771]: VDPAUInitNV (will be remapped) */
+ /* _mesa_function_pool[23807]: VDPAUInitNV (will be remapped) */
"pp\0"
"glVDPAUInitNV\0"
"\0"
- /* _mesa_function_pool[23789]: GetBufferParameteri64v (will be remapped) */
+ /* _mesa_function_pool[23825]: GetBufferParameteri64v (will be remapped) */
"iip\0"
"glGetBufferParameteri64v\0"
"\0"
- /* _mesa_function_pool[23819]: LoadIdentityDeformationMapSGIX (dynamic) */
+ /* _mesa_function_pool[23855]: LoadIdentityDeformationMapSGIX (dynamic) */
"i\0"
"glLoadIdentityDeformationMapSGIX\0"
"\0"
- /* _mesa_function_pool[23855]: DepthRangef (will be remapped) */
+ /* _mesa_function_pool[23891]: DepthRangef (will be remapped) */
"ff\0"
"glDepthRangef\0"
"glDepthRangefOES\0"
"\0"
- /* _mesa_function_pool[23890]: GetSharpenTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[23926]: GetSharpenTexFuncSGIS (dynamic) */
"ip\0"
"glGetSharpenTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[23918]: ColorFragmentOp3ATI (will be remapped) */
+ /* _mesa_function_pool[23954]: ColorFragmentOp3ATI (will be remapped) */
"iiiiiiiiiiiii\0"
"glColorFragmentOp3ATI\0"
"\0"
- /* _mesa_function_pool[23955]: ValidateProgram (will be remapped) */
+ /* _mesa_function_pool[23991]: ValidateProgram (will be remapped) */
"i\0"
"glValidateProgram\0"
"glValidateProgramARB\0"
"\0"
- /* _mesa_function_pool[23997]: VertexPointerEXT (will be remapped) */
+ /* _mesa_function_pool[24033]: VertexPointerEXT (will be remapped) */
"iiiip\0"
"glVertexPointerEXT\0"
"\0"
- /* _mesa_function_pool[24023]: Scissor (offset 176) */
+ /* _mesa_function_pool[24059]: Scissor (offset 176) */
"iiii\0"
"glScissor\0"
"\0"
- /* _mesa_function_pool[24039]: BeginTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[24075]: BeginTransformFeedback (will be remapped) */
"i\0"
"glBeginTransformFeedback\0"
"glBeginTransformFeedbackEXT\0"
"\0"
- /* _mesa_function_pool[24095]: TexCoord2i (offset 106) */
+ /* _mesa_function_pool[24131]: TexCoord2i (offset 106) */
"ii\0"
"glTexCoord2i\0"
"\0"
- /* _mesa_function_pool[24112]: Color4ui (offset 37) */
+ /* _mesa_function_pool[24148]: Color4ui (offset 37) */
"iiii\0"
"glColor4ui\0"
"\0"
- /* _mesa_function_pool[24129]: TexCoord2f (offset 104) */
+ /* _mesa_function_pool[24165]: TexCoord2f (offset 104) */
"ff\0"
"glTexCoord2f\0"
"\0"
- /* _mesa_function_pool[24146]: TexCoord2d (offset 102) */
+ /* _mesa_function_pool[24182]: TexCoord2d (offset 102) */
"dd\0"
"glTexCoord2d\0"
"\0"
- /* _mesa_function_pool[24163]: TexCoord2s (offset 108) */
+ /* _mesa_function_pool[24199]: TexCoord2s (offset 108) */
"ii\0"
"glTexCoord2s\0"
"\0"
- /* _mesa_function_pool[24180]: PointSizePointerOES (will be remapped) */
+ /* _mesa_function_pool[24216]: PointSizePointerOES (will be remapped) */
"iip\0"
"glPointSizePointerOES\0"
"\0"
- /* _mesa_function_pool[24207]: Color4us (offset 39) */
+ /* _mesa_function_pool[24243]: Color4us (offset 39) */
"iiii\0"
"glColor4us\0"
"\0"
- /* _mesa_function_pool[24224]: Color3bv (offset 10) */
+ /* _mesa_function_pool[24260]: Color3bv (offset 10) */
"p\0"
"glColor3bv\0"
"\0"
- /* _mesa_function_pool[24238]: PrimitiveRestartNV (will be remapped) */
+ /* _mesa_function_pool[24274]: PrimitiveRestartNV (will be remapped) */
"\0"
"glPrimitiveRestartNV\0"
"\0"
- /* _mesa_function_pool[24261]: BindBufferOffsetEXT (will be remapped) */
+ /* _mesa_function_pool[24297]: BindBufferOffsetEXT (will be remapped) */
"iiii\0"
"glBindBufferOffsetEXT\0"
"\0"
- /* _mesa_function_pool[24289]: ProvokingVertex (will be remapped) */
+ /* _mesa_function_pool[24325]: ProvokingVertex (will be remapped) */
"i\0"
"glProvokingVertexEXT\0"
"glProvokingVertex\0"
"\0"
- /* _mesa_function_pool[24331]: VertexAttribs4fvNV (will be remapped) */
+ /* _mesa_function_pool[24367]: VertexAttribs4fvNV (will be remapped) */
"iip\0"
"glVertexAttribs4fvNV\0"
"\0"
- /* _mesa_function_pool[24357]: MapControlPointsNV (dynamic) */
+ /* _mesa_function_pool[24393]: MapControlPointsNV (dynamic) */
"iiiiiiiip\0"
"glMapControlPointsNV\0"
"\0"
- /* _mesa_function_pool[24389]: Vertex2i (offset 130) */
+ /* _mesa_function_pool[24425]: Vertex2i (offset 130) */
"ii\0"
"glVertex2i\0"
"\0"
- /* _mesa_function_pool[24404]: HintPGI (dynamic) */
+ /* _mesa_function_pool[24440]: HintPGI (dynamic) */
"ii\0"
"glHintPGI\0"
"\0"
- /* _mesa_function_pool[24418]: InterleavedArrays (offset 317) */
+ /* _mesa_function_pool[24454]: InterleavedArrays (offset 317) */
"iip\0"
"glInterleavedArrays\0"
"\0"
- /* _mesa_function_pool[24443]: RasterPos2fv (offset 65) */
+ /* _mesa_function_pool[24479]: RasterPos2fv (offset 65) */
"p\0"
"glRasterPos2fv\0"
"\0"
- /* _mesa_function_pool[24461]: TexCoord1fv (offset 97) */
+ /* _mesa_function_pool[24497]: TexCoord1fv (offset 97) */
"p\0"
"glTexCoord1fv\0"
"\0"
- /* _mesa_function_pool[24478]: PixelTransferf (offset 247) */
+ /* _mesa_function_pool[24514]: PixelTransferf (offset 247) */
"if\0"
"glPixelTransferf\0"
"\0"
- /* _mesa_function_pool[24499]: MultiTexCoord4dv (offset 401) */
+ /* _mesa_function_pool[24535]: MultiTexCoord4dv (offset 401) */
"ip\0"
"glMultiTexCoord4dv\0"
"glMultiTexCoord4dvARB\0"
"\0"
- /* _mesa_function_pool[24544]: ProgramEnvParameter4fvARB (will be remapped) */
+ /* _mesa_function_pool[24580]: ProgramEnvParameter4fvARB (will be remapped) */
"iip\0"
"glProgramEnvParameter4fvARB\0"
"glProgramParameter4fvNV\0"
"\0"
- /* _mesa_function_pool[24601]: RasterPos4fv (offset 81) */
+ /* _mesa_function_pool[24637]: RasterPos4fv (offset 81) */
"p\0"
"glRasterPos4fv\0"
"\0"
- /* _mesa_function_pool[24619]: FragmentLightModeliSGIX (dynamic) */
+ /* _mesa_function_pool[24655]: FragmentLightModeliSGIX (dynamic) */
"ii\0"
"glFragmentLightModeliSGIX\0"
"\0"
- /* _mesa_function_pool[24649]: PushMatrix (offset 298) */
+ /* _mesa_function_pool[24685]: PushMatrix (offset 298) */
"\0"
"glPushMatrix\0"
"\0"
- /* _mesa_function_pool[24664]: EndList (offset 1) */
+ /* _mesa_function_pool[24700]: EndList (offset 1) */
"\0"
"glEndList\0"
"\0"
- /* _mesa_function_pool[24676]: DrawRangeElements (offset 338) */
+ /* _mesa_function_pool[24712]: DrawRangeElements (offset 338) */
"iiiiip\0"
"glDrawRangeElements\0"
"glDrawRangeElementsEXT\0"
"\0"
- /* _mesa_function_pool[24727]: GetTexGenxvOES (will be remapped) */
+ /* _mesa_function_pool[24763]: GetTexGenxvOES (will be remapped) */
"iip\0"
"glGetTexGenxvOES\0"
"\0"
- /* _mesa_function_pool[24749]: GetHandleARB (will be remapped) */
+ /* _mesa_function_pool[24785]: GetHandleARB (will be remapped) */
"i\0"
"glGetHandleARB\0"
"\0"
- /* _mesa_function_pool[24767]: DrawTexfvOES (will be remapped) */
+ /* _mesa_function_pool[24803]: DrawTexfvOES (will be remapped) */
"p\0"
"glDrawTexfvOES\0"
"\0"
- /* _mesa_function_pool[24785]: BlendFunciARB (will be remapped) */
+ /* _mesa_function_pool[24821]: BlendFunciARB (will be remapped) */
"iii\0"
"glBlendFunciARB\0"
"glBlendFuncIndexedAMD\0"
+ "glBlendFunci\0"
"\0"
- /* _mesa_function_pool[24828]: GlobalAlphaFactorbSUN (dynamic) */
+ /* _mesa_function_pool[24877]: GlobalAlphaFactorbSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorbSUN\0"
"\0"
- /* _mesa_function_pool[24855]: Uniform2ui (will be remapped) */
+ /* _mesa_function_pool[24904]: Uniform2ui (will be remapped) */
"iii\0"
"glUniform2uiEXT\0"
"glUniform2ui\0"
"\0"
- /* _mesa_function_pool[24889]: ScissorIndexed (will be remapped) */
+ /* _mesa_function_pool[24938]: ScissorIndexed (will be remapped) */
"iiiii\0"
"glScissorIndexed\0"
"\0"
- /* _mesa_function_pool[24913]: End (offset 43) */
+ /* _mesa_function_pool[24962]: End (offset 43) */
"\0"
"glEnd\0"
"\0"
- /* _mesa_function_pool[24921]: BindVertexBuffers (will be remapped) */
+ /* _mesa_function_pool[24970]: BindVertexBuffers (will be remapped) */
"iippp\0"
"glBindVertexBuffers\0"
"\0"
- /* _mesa_function_pool[24948]: GetSamplerParameteriv (will be remapped) */
+ /* _mesa_function_pool[24997]: GetSamplerParameteriv (will be remapped) */
"iip\0"
"glGetSamplerParameteriv\0"
"\0"
- /* _mesa_function_pool[24977]: GenProgramPipelines (will be remapped) */
+ /* _mesa_function_pool[25026]: GenProgramPipelines (will be remapped) */
"ip\0"
"glGenProgramPipelines\0"
"glGenProgramPipelinesEXT\0"
"\0"
- /* _mesa_function_pool[25028]: Enable (offset 215) */
+ /* _mesa_function_pool[25077]: Enable (offset 215) */
"i\0"
"glEnable\0"
"\0"
- /* _mesa_function_pool[25040]: IsProgramPipeline (will be remapped) */
+ /* _mesa_function_pool[25089]: IsProgramPipeline (will be remapped) */
"i\0"
"glIsProgramPipeline\0"
"glIsProgramPipelineEXT\0"
"\0"
- /* _mesa_function_pool[25086]: ShaderBinary (will be remapped) */
+ /* _mesa_function_pool[25135]: ShaderBinary (will be remapped) */
"ipipi\0"
"glShaderBinary\0"
"\0"
- /* _mesa_function_pool[25108]: GetFragmentMaterialivSGIX (dynamic) */
+ /* _mesa_function_pool[25157]: GetFragmentMaterialivSGIX (dynamic) */
"iip\0"
"glGetFragmentMaterialivSGIX\0"
"\0"
- /* _mesa_function_pool[25141]: WeightPointerARB (dynamic) */
+ /* _mesa_function_pool[25190]: WeightPointerARB (dynamic) */
"iiip\0"
"glWeightPointerARB\0"
"glWeightPointerOES\0"
"\0"
- /* _mesa_function_pool[25185]: Normal3x (will be remapped) */
+ /* _mesa_function_pool[25234]: Normal3x (will be remapped) */
"iii\0"
"glNormal3xOES\0"
"glNormal3x\0"
"\0"
- /* _mesa_function_pool[25215]: VertexAttrib4fARB (will be remapped) */
+ /* _mesa_function_pool[25264]: VertexAttrib4fARB (will be remapped) */
"iffff\0"
"glVertexAttrib4f\0"
"glVertexAttrib4fARB\0"
"\0"
- /* _mesa_function_pool[25259]: ReadnPixelsARB (will be remapped) */
+ /* _mesa_function_pool[25308]: ReadnPixelsARB (will be remapped) */
"iiiiiiip\0"
"glReadnPixelsARB\0"
"\0"
- /* _mesa_function_pool[25286]: InvalidateTexSubImage (will be remapped) */
+ /* _mesa_function_pool[25335]: InvalidateTexSubImage (will be remapped) */
"iiiiiiii\0"
"glInvalidateTexSubImage\0"
"\0"
- /* _mesa_function_pool[25320]: Normal3s (offset 60) */
+ /* _mesa_function_pool[25369]: Normal3s (offset 60) */
"iii\0"
"glNormal3s\0"
"\0"
- /* _mesa_function_pool[25336]: Materialxv (will be remapped) */
+ /* _mesa_function_pool[25385]: Materialxv (will be remapped) */
"iip\0"
"glMaterialxvOES\0"
"glMaterialxv\0"
"\0"
- /* _mesa_function_pool[25370]: Normal3i (offset 58) */
+ /* _mesa_function_pool[25419]: Normal3i (offset 58) */
"iii\0"
"glNormal3i\0"
"\0"
- /* _mesa_function_pool[25386]: ProgramNamedParameter4fvNV (will be remapped) */
+ /* _mesa_function_pool[25435]: ProgramNamedParameter4fvNV (will be remapped) */
"iipp\0"
"glProgramNamedParameter4fvNV\0"
"\0"
- /* _mesa_function_pool[25421]: Normal3b (offset 52) */
+ /* _mesa_function_pool[25470]: Normal3b (offset 52) */
"iii\0"
"glNormal3b\0"
"\0"
- /* _mesa_function_pool[25437]: Normal3d (offset 54) */
+ /* _mesa_function_pool[25486]: Normal3d (offset 54) */
"ddd\0"
"glNormal3d\0"
"\0"
- /* _mesa_function_pool[25453]: Normal3f (offset 56) */
+ /* _mesa_function_pool[25502]: Normal3f (offset 56) */
"fff\0"
"glNormal3f\0"
"\0"
- /* _mesa_function_pool[25469]: Indexi (offset 48) */
+ /* _mesa_function_pool[25518]: Indexi (offset 48) */
"i\0"
"glIndexi\0"
"\0"
- /* _mesa_function_pool[25481]: Uniform1uiv (will be remapped) */
+ /* _mesa_function_pool[25530]: Uniform1uiv (will be remapped) */
"iip\0"
"glUniform1uivEXT\0"
"glUniform1uiv\0"
"\0"
- /* _mesa_function_pool[25517]: VertexAttribI2uiEXT (will be remapped) */
+ /* _mesa_function_pool[25566]: VertexAttribI2uiEXT (will be remapped) */
"iii\0"
"glVertexAttribI2uiEXT\0"
"glVertexAttribI2ui\0"
"\0"
- /* _mesa_function_pool[25563]: IsRenderbuffer (will be remapped) */
+ /* _mesa_function_pool[25612]: IsRenderbuffer (will be remapped) */
"i\0"
"glIsRenderbuffer\0"
"glIsRenderbufferEXT\0"
"glIsRenderbufferOES\0"
"\0"
- /* _mesa_function_pool[25623]: NormalP3uiv (will be remapped) */
+ /* _mesa_function_pool[25672]: NormalP3uiv (will be remapped) */
"ip\0"
"glNormalP3uiv\0"
"\0"
- /* _mesa_function_pool[25641]: Indexf (offset 46) */
+ /* _mesa_function_pool[25690]: Indexf (offset 46) */
"f\0"
"glIndexf\0"
"\0"
- /* _mesa_function_pool[25653]: Indexd (offset 44) */
+ /* _mesa_function_pool[25702]: Indexd (offset 44) */
"d\0"
"glIndexd\0"
"\0"
- /* _mesa_function_pool[25665]: GetMaterialiv (offset 270) */
+ /* _mesa_function_pool[25714]: GetMaterialiv (offset 270) */
"iip\0"
"glGetMaterialiv\0"
"\0"
- /* _mesa_function_pool[25686]: Indexs (offset 50) */
+ /* _mesa_function_pool[25735]: Indexs (offset 50) */
"i\0"
"glIndexs\0"
"\0"
- /* _mesa_function_pool[25698]: MultiTexCoordP1uiv (will be remapped) */
+ /* _mesa_function_pool[25747]: MultiTexCoordP1uiv (will be remapped) */
"iip\0"
"glMultiTexCoordP1uiv\0"
"\0"
- /* _mesa_function_pool[25724]: ConvolutionFilter2D (offset 349) */
+ /* _mesa_function_pool[25773]: ConvolutionFilter2D (offset 349) */
"iiiiiip\0"
"glConvolutionFilter2D\0"
"glConvolutionFilter2DEXT\0"
"\0"
- /* _mesa_function_pool[25780]: Vertex2d (offset 126) */
+ /* _mesa_function_pool[25829]: Vertex2d (offset 126) */
"dd\0"
"glVertex2d\0"
"\0"
- /* _mesa_function_pool[25795]: Vertex2f (offset 128) */
+ /* _mesa_function_pool[25844]: Vertex2f (offset 128) */
"ff\0"
"glVertex2f\0"
"\0"
- /* _mesa_function_pool[25810]: Color4bv (offset 26) */
+ /* _mesa_function_pool[25859]: Color4bv (offset 26) */
"p\0"
"glColor4bv\0"
"\0"
- /* _mesa_function_pool[25824]: VertexAttrib2fvNV (will be remapped) */
+ /* _mesa_function_pool[25873]: VertexAttrib2fvNV (will be remapped) */
"ip\0"
"glVertexAttrib2fvNV\0"
"\0"
- /* _mesa_function_pool[25848]: Vertex2s (offset 132) */
+ /* _mesa_function_pool[25897]: Vertex2s (offset 132) */
"ii\0"
"glVertex2s\0"
"\0"
- /* _mesa_function_pool[25863]: ActiveTexture (offset 374) */
+ /* _mesa_function_pool[25912]: ActiveTexture (offset 374) */
"i\0"
"glActiveTexture\0"
"glActiveTextureARB\0"
"\0"
- /* _mesa_function_pool[25901]: GlobalAlphaFactorfSUN (dynamic) */
+ /* _mesa_function_pool[25950]: GlobalAlphaFactorfSUN (dynamic) */
"f\0"
"glGlobalAlphaFactorfSUN\0"
"\0"
- /* _mesa_function_pool[25928]: ColorP4uiv (will be remapped) */
+ /* _mesa_function_pool[25977]: ColorP4uiv (will be remapped) */
"ip\0"
"glColorP4uiv\0"
"\0"
- /* _mesa_function_pool[25945]: DrawTexxOES (will be remapped) */
+ /* _mesa_function_pool[25994]: DrawTexxOES (will be remapped) */
"iiiii\0"
"glDrawTexxOES\0"
"\0"
- /* _mesa_function_pool[25966]: SetFenceNV (dynamic) */
+ /* _mesa_function_pool[26015]: SetFenceNV (dynamic) */
"ii\0"
"glSetFenceNV\0"
"\0"
- /* _mesa_function_pool[25983]: PixelTexGenParameterivSGIS (dynamic) */
+ /* _mesa_function_pool[26032]: PixelTexGenParameterivSGIS (dynamic) */
"ip\0"
"glPixelTexGenParameterivSGIS\0"
"\0"
- /* _mesa_function_pool[26016]: MultiTexCoordP3ui (will be remapped) */
+ /* _mesa_function_pool[26065]: MultiTexCoordP3ui (will be remapped) */
"iii\0"
"glMultiTexCoordP3ui\0"
"\0"
- /* _mesa_function_pool[26041]: GetAttribLocation (will be remapped) */
+ /* _mesa_function_pool[26090]: GetAttribLocation (will be remapped) */
"ip\0"
"glGetAttribLocation\0"
"glGetAttribLocationARB\0"
"\0"
- /* _mesa_function_pool[26088]: GetCombinerStageParameterfvNV (dynamic) */
+ /* _mesa_function_pool[26137]: GetCombinerStageParameterfvNV (dynamic) */
"iip\0"
"glGetCombinerStageParameterfvNV\0"
"\0"
- /* _mesa_function_pool[26125]: DrawBuffer (offset 202) */
+ /* _mesa_function_pool[26174]: DrawBuffer (offset 202) */
"i\0"
"glDrawBuffer\0"
"\0"
- /* _mesa_function_pool[26141]: MultiTexCoord2dv (offset 385) */
+ /* _mesa_function_pool[26190]: MultiTexCoord2dv (offset 385) */
"ip\0"
"glMultiTexCoord2dv\0"
"glMultiTexCoord2dvARB\0"
"\0"
- /* _mesa_function_pool[26186]: IsSampler (will be remapped) */
+ /* _mesa_function_pool[26235]: IsSampler (will be remapped) */
"i\0"
"glIsSampler\0"
"\0"
- /* _mesa_function_pool[26201]: BlendFunc (offset 241) */
+ /* _mesa_function_pool[26250]: BlendFunc (offset 241) */
"ii\0"
"glBlendFunc\0"
"\0"
- /* _mesa_function_pool[26217]: LineStipple (offset 167) */
+ /* _mesa_function_pool[26266]: LineStipple (offset 167) */
"ii\0"
"glLineStipple\0"
"\0"
- /* _mesa_function_pool[26235]: Tangent3fvEXT (dynamic) */
+ /* _mesa_function_pool[26284]: Tangent3fvEXT (dynamic) */
"p\0"
"glTangent3fvEXT\0"
"\0"
- /* _mesa_function_pool[26254]: ColorMaterial (offset 151) */
+ /* _mesa_function_pool[26303]: ColorMaterial (offset 151) */
"ii\0"
"glColorMaterial\0"
"\0"
- /* _mesa_function_pool[26274]: RasterPos3sv (offset 77) */
+ /* _mesa_function_pool[26323]: RasterPos3sv (offset 77) */
"p\0"
"glRasterPos3sv\0"
"\0"
- /* _mesa_function_pool[26292]: TexCoordP2ui (will be remapped) */
+ /* _mesa_function_pool[26341]: TexCoordP2ui (will be remapped) */
"ii\0"
"glTexCoordP2ui\0"
"\0"
- /* _mesa_function_pool[26311]: TexParameteriv (offset 181) */
+ /* _mesa_function_pool[26360]: TexParameteriv (offset 181) */
"iip\0"
"glTexParameteriv\0"
"\0"
- /* _mesa_function_pool[26333]: VertexAttrib3fvARB (will be remapped) */
+ /* _mesa_function_pool[26382]: VertexAttrib3fvARB (will be remapped) */
"ip\0"
"glVertexAttrib3fv\0"
"glVertexAttrib3fvARB\0"
"\0"
- /* _mesa_function_pool[26376]: ProgramUniformMatrix3x4fv (will be remapped) */
+ /* _mesa_function_pool[26425]: ProgramUniformMatrix3x4fv (will be remapped) */
"iiiip\0"
"glProgramUniformMatrix3x4fv\0"
"glProgramUniformMatrix3x4fvEXT\0"
"\0"
- /* _mesa_function_pool[26442]: PixelTransformParameterfEXT (dynamic) */
+ /* _mesa_function_pool[26491]: PixelTransformParameterfEXT (dynamic) */
"iif\0"
"glPixelTransformParameterfEXT\0"
"\0"
- /* _mesa_function_pool[26477]: TextureColorMaskSGIS (dynamic) */
+ /* _mesa_function_pool[26526]: TextureColorMaskSGIS (dynamic) */
"iiii\0"
"glTextureColorMaskSGIS\0"
"\0"
- /* _mesa_function_pool[26506]: GetColorTable (offset 343) */
+ /* _mesa_function_pool[26555]: GetColorTable (offset 343) */
"iiip\0"
"glGetColorTable\0"
"glGetColorTableSGI\0"
"glGetColorTableEXT\0"
"\0"
- /* _mesa_function_pool[26566]: TexCoord3i (offset 114) */
+ /* _mesa_function_pool[26615]: TexCoord3i (offset 114) */
"iii\0"
"glTexCoord3i\0"
"\0"
- /* _mesa_function_pool[26584]: CopyColorTable (offset 342) */
+ /* _mesa_function_pool[26633]: CopyColorTable (offset 342) */
"iiiii\0"
"glCopyColorTable\0"
"glCopyColorTableSGI\0"
"\0"
- /* _mesa_function_pool[26628]: Frustum (offset 289) */
+ /* _mesa_function_pool[26677]: Frustum (offset 289) */
"dddddd\0"
"glFrustum\0"
"\0"
- /* _mesa_function_pool[26646]: TexCoord3d (offset 110) */
+ /* _mesa_function_pool[26695]: TexCoord3d (offset 110) */
"ddd\0"
"glTexCoord3d\0"
"\0"
- /* _mesa_function_pool[26664]: TexCoord3f (offset 112) */
+ /* _mesa_function_pool[26713]: TexCoord3f (offset 112) */
"fff\0"
"glTexCoord3f\0"
"\0"
- /* _mesa_function_pool[26682]: DepthRangeArrayv (will be remapped) */
+ /* _mesa_function_pool[26731]: DepthRangeArrayv (will be remapped) */
"iip\0"
"glDepthRangeArrayv\0"
"\0"
- /* _mesa_function_pool[26706]: DeleteTextures (offset 327) */
+ /* _mesa_function_pool[26755]: DeleteTextures (offset 327) */
"ip\0"
"glDeleteTextures\0"
"glDeleteTexturesEXT\0"
"\0"
- /* _mesa_function_pool[26747]: TexCoordPointerEXT (will be remapped) */
+ /* _mesa_function_pool[26796]: TexCoordPointerEXT (will be remapped) */
"iiiip\0"
"glTexCoordPointerEXT\0"
"\0"
- /* _mesa_function_pool[26775]: TexCoord3s (offset 116) */
+ /* _mesa_function_pool[26824]: TexCoord3s (offset 116) */
"iii\0"
"glTexCoord3s\0"
"\0"
- /* _mesa_function_pool[26793]: TexCoord4fVertex4fSUN (dynamic) */
+ /* _mesa_function_pool[26842]: TexCoord4fVertex4fSUN (dynamic) */
"ffffffff\0"
"glTexCoord4fVertex4fSUN\0"
"\0"
- /* _mesa_function_pool[26827]: CombinerStageParameterfvNV (dynamic) */
+ /* _mesa_function_pool[26876]: CombinerStageParameterfvNV (dynamic) */
"iip\0"
"glCombinerStageParameterfvNV\0"
"\0"
- /* _mesa_function_pool[26861]: GenPerfMonitorsAMD (will be remapped) */
+ /* _mesa_function_pool[26910]: GenPerfMonitorsAMD (will be remapped) */
"ip\0"
"glGenPerfMonitorsAMD\0"
"\0"
- /* _mesa_function_pool[26886]: ClearAccum (offset 204) */
+ /* _mesa_function_pool[26935]: ClearAccum (offset 204) */
"ffff\0"
"glClearAccum\0"
"\0"
- /* _mesa_function_pool[26905]: DeformSGIX (dynamic) */
+ /* _mesa_function_pool[26954]: DeformSGIX (dynamic) */
"i\0"
"glDeformSGIX\0"
"\0"
- /* _mesa_function_pool[26921]: TexCoord4iv (offset 123) */
+ /* _mesa_function_pool[26970]: TexCoord4iv (offset 123) */
"p\0"
"glTexCoord4iv\0"
"\0"
- /* _mesa_function_pool[26938]: TexStorage3D (will be remapped) */
+ /* _mesa_function_pool[26987]: TexStorage3D (will be remapped) */
"iiiiii\0"
"glTexStorage3D\0"
"\0"
- /* _mesa_function_pool[26961]: FramebufferTexture3D (will be remapped) */
+ /* _mesa_function_pool[27010]: FramebufferTexture3D (will be remapped) */
"iiiiii\0"
"glFramebufferTexture3D\0"
"glFramebufferTexture3DEXT\0"
"glFramebufferTexture3DOES\0"
"\0"
- /* _mesa_function_pool[27044]: FragmentLightModelfvSGIX (dynamic) */
+ /* _mesa_function_pool[27093]: FragmentLightModelfvSGIX (dynamic) */
"ip\0"
"glFragmentLightModelfvSGIX\0"
"\0"
- /* _mesa_function_pool[27075]: GetBufferParameteriv (will be remapped) */
+ /* _mesa_function_pool[27124]: GetBufferParameteriv (will be remapped) */
"iip\0"
"glGetBufferParameteriv\0"
"glGetBufferParameterivARB\0"
"\0"
- /* _mesa_function_pool[27129]: VertexAttrib2fNV (will be remapped) */
+ /* _mesa_function_pool[27178]: VertexAttrib2fNV (will be remapped) */
"iff\0"
"glVertexAttrib2fNV\0"
"\0"
- /* _mesa_function_pool[27153]: GetFragmentLightfvSGIX (dynamic) */
+ /* _mesa_function_pool[27202]: GetFragmentLightfvSGIX (dynamic) */
"iip\0"
"glGetFragmentLightfvSGIX\0"
"\0"
- /* _mesa_function_pool[27183]: CopyTexImage2D (offset 324) */
+ /* _mesa_function_pool[27232]: CopyTexImage2D (offset 324) */
"iiiiiiii\0"
"glCopyTexImage2D\0"
"glCopyTexImage2DEXT\0"
"\0"
- /* _mesa_function_pool[27230]: Vertex3fv (offset 137) */
+ /* _mesa_function_pool[27279]: Vertex3fv (offset 137) */
"p\0"
"glVertex3fv\0"
"\0"
- /* _mesa_function_pool[27245]: WindowPos4dvMESA (will be remapped) */
+ /* _mesa_function_pool[27294]: WindowPos4dvMESA (will be remapped) */
"p\0"
"glWindowPos4dvMESA\0"
"\0"
- /* _mesa_function_pool[27267]: CreateShaderProgramEXT (will be remapped) */
+ /* _mesa_function_pool[27316]: CreateShaderProgramEXT (will be remapped) */
"ip\0"
"glCreateShaderProgramEXT\0"
"\0"
- /* _mesa_function_pool[27296]: VertexAttribs1dvNV (will be remapped) */
+ /* _mesa_function_pool[27345]: VertexAttribs1dvNV (will be remapped) */
"iip\0"
"glVertexAttribs1dvNV\0"
"\0"
- /* _mesa_function_pool[27322]: IsQuery (will be remapped) */
+ /* _mesa_function_pool[27371]: IsQuery (will be remapped) */
"i\0"
"glIsQuery\0"
"glIsQueryARB\0"
"\0"
- /* _mesa_function_pool[27348]: EdgeFlagPointerEXT (will be remapped) */
+ /* _mesa_function_pool[27397]: EdgeFlagPointerEXT (will be remapped) */
"iip\0"
"glEdgeFlagPointerEXT\0"
"\0"
- /* _mesa_function_pool[27374]: VertexAttribs2svNV (will be remapped) */
+ /* _mesa_function_pool[27423]: VertexAttribs2svNV (will be remapped) */
"iip\0"
"glVertexAttribs2svNV\0"
"\0"
- /* _mesa_function_pool[27400]: CreateShaderProgramv (will be remapped) */
+ /* _mesa_function_pool[27449]: CreateShaderProgramv (will be remapped) */
"iip\0"
"glCreateShaderProgramv\0"
"glCreateShaderProgramvEXT\0"
"\0"
- /* _mesa_function_pool[27454]: BlendEquationiARB (will be remapped) */
+ /* _mesa_function_pool[27503]: BlendEquationiARB (will be remapped) */
"ii\0"
"glBlendEquationiARB\0"
"glBlendEquationIndexedAMD\0"
+ "glBlendEquationi\0"
"\0"
- /* _mesa_function_pool[27504]: VertexAttribI4uivEXT (will be remapped) */
+ /* _mesa_function_pool[27570]: VertexAttribI4uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI4uivEXT\0"
"glVertexAttribI4uiv\0"
"\0"
- /* _mesa_function_pool[27551]: PointSizex (will be remapped) */
+ /* _mesa_function_pool[27617]: PointSizex (will be remapped) */
"i\0"
"glPointSizexOES\0"
"glPointSizex\0"
"\0"
- /* _mesa_function_pool[27583]: PolygonMode (offset 174) */
+ /* _mesa_function_pool[27649]: PolygonMode (offset 174) */
"ii\0"
"glPolygonMode\0"
"\0"
- /* _mesa_function_pool[27601]: SecondaryColor3iv (will be remapped) */
+ /* _mesa_function_pool[27667]: SecondaryColor3iv (will be remapped) */
"p\0"
"glSecondaryColor3iv\0"
"glSecondaryColor3ivEXT\0"
"\0"
- /* _mesa_function_pool[27647]: VertexAttribI1iEXT (will be remapped) */
+ /* _mesa_function_pool[27713]: VertexAttribI1iEXT (will be remapped) */
"ii\0"
"glVertexAttribI1iEXT\0"
"glVertexAttribI1i\0"
"\0"
- /* _mesa_function_pool[27690]: VertexAttrib4Niv (will be remapped) */
+ /* _mesa_function_pool[27756]: VertexAttrib4Niv (will be remapped) */
"ip\0"
"glVertexAttrib4Niv\0"
"glVertexAttrib4NivARB\0"
"\0"
- /* _mesa_function_pool[27735]: GetMapAttribParameterivNV (dynamic) */
+ /* _mesa_function_pool[27801]: GetMapAttribParameterivNV (dynamic) */
"iiip\0"
"glGetMapAttribParameterivNV\0"
"\0"
- /* _mesa_function_pool[27769]: GetnUniformdvARB (will be remapped) */
+ /* _mesa_function_pool[27835]: GetnUniformdvARB (will be remapped) */
"iiip\0"
"glGetnUniformdvARB\0"
"\0"
- /* _mesa_function_pool[27794]: LinkProgram (will be remapped) */
+ /* _mesa_function_pool[27860]: LinkProgram (will be remapped) */
"i\0"
"glLinkProgram\0"
"glLinkProgramARB\0"
"\0"
- /* _mesa_function_pool[27828]: ProgramUniform4f (will be remapped) */
+ /* _mesa_function_pool[27894]: ProgramUniform4f (will be remapped) */
"iiffff\0"
"glProgramUniform4f\0"
"glProgramUniform4fEXT\0"
"\0"
- /* _mesa_function_pool[27877]: ProgramUniform4i (will be remapped) */
+ /* _mesa_function_pool[27943]: ProgramUniform4i (will be remapped) */
"iiiiii\0"
"glProgramUniform4i\0"
"glProgramUniform4iEXT\0"
"\0"
- /* _mesa_function_pool[27926]: ListParameterfvSGIX (dynamic) */
+ /* _mesa_function_pool[27992]: ListParameterfvSGIX (dynamic) */
"iip\0"
"glListParameterfvSGIX\0"
"\0"
- /* _mesa_function_pool[27953]: VertexAttrib4d (will be remapped) */
+ /* _mesa_function_pool[28019]: VertexAttrib4d (will be remapped) */
"idddd\0"
"glVertexAttrib4d\0"
"glVertexAttrib4dARB\0"
"\0"
- /* _mesa_function_pool[27997]: WindowPos4sMESA (will be remapped) */
+ /* _mesa_function_pool[28063]: WindowPos4sMESA (will be remapped) */
"iiii\0"
"glWindowPos4sMESA\0"
"\0"
- /* _mesa_function_pool[28021]: VertexAttrib4s (will be remapped) */
+ /* _mesa_function_pool[28087]: VertexAttrib4s (will be remapped) */
"iiiii\0"
"glVertexAttrib4s\0"
"glVertexAttrib4sARB\0"
"\0"
- /* _mesa_function_pool[28065]: VertexAttrib1dvNV (will be remapped) */
+ /* _mesa_function_pool[28131]: VertexAttrib1dvNV (will be remapped) */
"ip\0"
"glVertexAttrib1dvNV\0"
"\0"
- /* _mesa_function_pool[28089]: ReplacementCodePointerSUN (dynamic) */
+ /* _mesa_function_pool[28155]: ReplacementCodePointerSUN (dynamic) */
"iip\0"
"glReplacementCodePointerSUN\0"
"\0"
- /* _mesa_function_pool[28122]: TexStorage3DMultisample (will be remapped) */
+ /* _mesa_function_pool[28188]: TexStorage3DMultisample (will be remapped) */
"iiiiiii\0"
"glTexStorage3DMultisample\0"
"\0"
- /* _mesa_function_pool[28157]: Binormal3bvEXT (dynamic) */
+ /* _mesa_function_pool[28223]: Binormal3bvEXT (dynamic) */
"p\0"
"glBinormal3bvEXT\0"
"\0"
- /* _mesa_function_pool[28177]: SamplerParameteriv (will be remapped) */
+ /* _mesa_function_pool[28243]: SamplerParameteriv (will be remapped) */
"iip\0"
"glSamplerParameteriv\0"
"\0"
- /* _mesa_function_pool[28203]: VertexAttribP3uiv (will be remapped) */
+ /* _mesa_function_pool[28269]: VertexAttribP3uiv (will be remapped) */
"iiip\0"
"glVertexAttribP3uiv\0"
"\0"
- /* _mesa_function_pool[28229]: ScissorIndexedv (will be remapped) */
+ /* _mesa_function_pool[28295]: ScissorIndexedv (will be remapped) */
"ip\0"
"glScissorIndexedv\0"
"\0"
- /* _mesa_function_pool[28251]: Color4ubVertex2fSUN (dynamic) */
+ /* _mesa_function_pool[28317]: Color4ubVertex2fSUN (dynamic) */
"iiiiff\0"
"glColor4ubVertex2fSUN\0"
"\0"
- /* _mesa_function_pool[28281]: FragmentColorMaterialSGIX (dynamic) */
+ /* _mesa_function_pool[28347]: FragmentColorMaterialSGIX (dynamic) */
"ii\0"
"glFragmentColorMaterialSGIX\0"
"\0"
- /* _mesa_function_pool[28313]: GetStringi (will be remapped) */
+ /* _mesa_function_pool[28379]: GetStringi (will be remapped) */
"ii\0"
"glGetStringi\0"
"\0"
- /* _mesa_function_pool[28330]: VertexAttrib4dv (will be remapped) */
+ /* _mesa_function_pool[28396]: VertexAttrib4dv (will be remapped) */
"ip\0"
"glVertexAttrib4dv\0"
"glVertexAttrib4dvARB\0"
"\0"
- /* _mesa_function_pool[28373]: EvalCoord2dv (offset 233) */
+ /* _mesa_function_pool[28439]: EvalCoord2dv (offset 233) */
"p\0"
"glEvalCoord2dv\0"
"\0"
- /* _mesa_function_pool[28391]: VertexAttrib1fNV (will be remapped) */
+ /* _mesa_function_pool[28457]: VertexAttrib1fNV (will be remapped) */
"if\0"
"glVertexAttrib1fNV\0"
"\0"
- /* _mesa_function_pool[28414]: CompressedTexSubImage1D (will be remapped) */
+ /* _mesa_function_pool[28480]: CompressedTexSubImage1D (will be remapped) */
"iiiiiip\0"
"glCompressedTexSubImage1D\0"
"glCompressedTexSubImage1DARB\0"
"\0"
- /* _mesa_function_pool[28478]: GetSeparableFilter (offset 359) */
+ /* _mesa_function_pool[28544]: GetSeparableFilter (offset 359) */
"iiippp\0"
"glGetSeparableFilter\0"
"glGetSeparableFilterEXT\0"
"\0"
- /* _mesa_function_pool[28531]: ReplacementCodeusSUN (dynamic) */
+ /* _mesa_function_pool[28597]: ReplacementCodeusSUN (dynamic) */
"i\0"
"glReplacementCodeusSUN\0"
"\0"
- /* _mesa_function_pool[28557]: FeedbackBuffer (offset 194) */
+ /* _mesa_function_pool[28623]: FeedbackBuffer (offset 194) */
"iip\0"
"glFeedbackBuffer\0"
"\0"
- /* _mesa_function_pool[28579]: RasterPos2iv (offset 67) */
+ /* _mesa_function_pool[28645]: RasterPos2iv (offset 67) */
"p\0"
"glRasterPos2iv\0"
"\0"
- /* _mesa_function_pool[28597]: TexImage1D (offset 182) */
+ /* _mesa_function_pool[28663]: TexImage1D (offset 182) */
"iiiiiiip\0"
"glTexImage1D\0"
"\0"
- /* _mesa_function_pool[28620]: MultiDrawElementsEXT (will be remapped) */
+ /* _mesa_function_pool[28686]: MultiDrawElementsEXT (will be remapped) */
"ipipi\0"
"glMultiDrawElements\0"
"glMultiDrawElementsEXT\0"
"\0"
- /* _mesa_function_pool[28670]: GetnSeparableFilterARB (will be remapped) */
+ /* _mesa_function_pool[28736]: GetnSeparableFilterARB (will be remapped) */
"iiiipipp\0"
"glGetnSeparableFilterARB\0"
"\0"
- /* _mesa_function_pool[28705]: FrontFace (offset 157) */
+ /* _mesa_function_pool[28771]: FrontFace (offset 157) */
"i\0"
"glFrontFace\0"
"\0"
- /* _mesa_function_pool[28720]: MultiModeDrawArraysIBM (will be remapped) */
+ /* _mesa_function_pool[28786]: MultiModeDrawArraysIBM (will be remapped) */
"pppii\0"
"glMultiModeDrawArraysIBM\0"
"\0"
- /* _mesa_function_pool[28752]: Tangent3ivEXT (dynamic) */
+ /* _mesa_function_pool[28818]: Tangent3ivEXT (dynamic) */
"p\0"
"glTangent3ivEXT\0"
"\0"
- /* _mesa_function_pool[28771]: LightEnviSGIX (dynamic) */
+ /* _mesa_function_pool[28837]: LightEnviSGIX (dynamic) */
"ii\0"
"glLightEnviSGIX\0"
"\0"
- /* _mesa_function_pool[28791]: Normal3dv (offset 55) */
+ /* _mesa_function_pool[28857]: Normal3dv (offset 55) */
"p\0"
"glNormal3dv\0"
"\0"
- /* _mesa_function_pool[28806]: Lightf (offset 159) */
+ /* _mesa_function_pool[28872]: Lightf (offset 159) */
"iif\0"
"glLightf\0"
"\0"
- /* _mesa_function_pool[28820]: MatrixMode (offset 293) */
+ /* _mesa_function_pool[28886]: MatrixMode (offset 293) */
"i\0"
"glMatrixMode\0"
"\0"
- /* _mesa_function_pool[28836]: GetPixelMapusv (offset 273) */
+ /* _mesa_function_pool[28902]: GetPixelMapusv (offset 273) */
"ip\0"
"glGetPixelMapusv\0"
"\0"
- /* _mesa_function_pool[28857]: Lighti (offset 161) */
+ /* _mesa_function_pool[28923]: Lighti (offset 161) */
"iii\0"
"glLighti\0"
"\0"
- /* _mesa_function_pool[28871]: VertexAttribPointerNV (will be remapped) */
+ /* _mesa_function_pool[28937]: VertexAttribPointerNV (will be remapped) */
"iiiip\0"
"glVertexAttribPointerNV\0"
"\0"
- /* _mesa_function_pool[28902]: GetFragDataIndex (will be remapped) */
+ /* _mesa_function_pool[28968]: GetFragDataIndex (will be remapped) */
"ip\0"
"glGetFragDataIndex\0"
"\0"
- /* _mesa_function_pool[28925]: Lightx (will be remapped) */
+ /* _mesa_function_pool[28991]: Lightx (will be remapped) */
"iii\0"
"glLightxOES\0"
"glLightx\0"
"\0"
- /* _mesa_function_pool[28951]: ProgramUniform3fv (will be remapped) */
+ /* _mesa_function_pool[29017]: ProgramUniform3fv (will be remapped) */
"iiip\0"
"glProgramUniform3fv\0"
"glProgramUniform3fvEXT\0"
"\0"
- /* _mesa_function_pool[29000]: MultMatrixd (offset 295) */
+ /* _mesa_function_pool[29066]: MultMatrixd (offset 295) */
"p\0"
"glMultMatrixd\0"
"\0"
- /* _mesa_function_pool[29017]: MultMatrixf (offset 294) */
+ /* _mesa_function_pool[29083]: MultMatrixf (offset 294) */
"p\0"
"glMultMatrixf\0"
"\0"
- /* _mesa_function_pool[29034]: MultiTexCoord4fvARB (offset 403) */
+ /* _mesa_function_pool[29100]: MultiTexCoord4fvARB (offset 403) */
"ip\0"
"glMultiTexCoord4fv\0"
"glMultiTexCoord4fvARB\0"
"\0"
- /* _mesa_function_pool[29079]: UniformMatrix2x3fv (will be remapped) */
+ /* _mesa_function_pool[29145]: UniformMatrix2x3fv (will be remapped) */
"iiip\0"
"glUniformMatrix2x3fv\0"
"\0"
- /* _mesa_function_pool[29106]: TrackMatrixNV (will be remapped) */
+ /* _mesa_function_pool[29172]: TrackMatrixNV (will be remapped) */
"iiii\0"
"glTrackMatrixNV\0"
"\0"
- /* _mesa_function_pool[29128]: MultMatrixx (will be remapped) */
+ /* _mesa_function_pool[29194]: MultMatrixx (will be remapped) */
"p\0"
"glMultMatrixxOES\0"
"glMultMatrixx\0"
"\0"
- /* _mesa_function_pool[29162]: PointParameterx (will be remapped) */
+ /* _mesa_function_pool[29228]: PointParameterx (will be remapped) */
"ii\0"
"glPointParameterxOES\0"
"glPointParameterx\0"
"\0"
- /* _mesa_function_pool[29205]: DrawArrays (offset 310) */
+ /* _mesa_function_pool[29271]: DrawArrays (offset 310) */
"iii\0"
"glDrawArrays\0"
"glDrawArraysEXT\0"
"\0"
- /* _mesa_function_pool[29239]: PointParameteri (will be remapped) */
+ /* _mesa_function_pool[29305]: PointParameteri (will be remapped) */
"ii\0"
"glPointParameteri\0"
"glPointParameteriNV\0"
"\0"
- /* _mesa_function_pool[29281]: PointParameterf (will be remapped) */
+ /* _mesa_function_pool[29347]: PointParameterf (will be remapped) */
"if\0"
"glPointParameterf\0"
"glPointParameterfARB\0"
"glPointParameterfEXT\0"
"glPointParameterfSGIS\0"
"\0"
- /* _mesa_function_pool[29367]: GlobalAlphaFactorsSUN (dynamic) */
+ /* _mesa_function_pool[29433]: GlobalAlphaFactorsSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorsSUN\0"
"\0"
- /* _mesa_function_pool[29394]: VertexAttribBinding (will be remapped) */
+ /* _mesa_function_pool[29460]: VertexAttribBinding (will be remapped) */
"ii\0"
"glVertexAttribBinding\0"
"\0"
- /* _mesa_function_pool[29420]: ReplacementCodeuiTexCoord2fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[29486]: ReplacementCodeuiTexCoord2fVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiTexCoord2fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[29467]: CreateShader (will be remapped) */
+ /* _mesa_function_pool[29533]: CreateShader (will be remapped) */
"i\0"
"glCreateShader\0"
"\0"
- /* _mesa_function_pool[29485]: GetProgramParameterdvNV (will be remapped) */
+ /* _mesa_function_pool[29551]: GetProgramParameterdvNV (will be remapped) */
"iiip\0"
"glGetProgramParameterdvNV\0"
"\0"
- /* _mesa_function_pool[29517]: GetProgramEnvParameterfvARB (will be remapped) */
+ /* _mesa_function_pool[29583]: GetProgramEnvParameterfvARB (will be remapped) */
"iip\0"
"glGetProgramEnvParameterfvARB\0"
"\0"
- /* _mesa_function_pool[29552]: DeleteBuffers (will be remapped) */
+ /* _mesa_function_pool[29618]: DeleteBuffers (will be remapped) */
"ip\0"
"glDeleteBuffers\0"
"glDeleteBuffersARB\0"
"\0"
- /* _mesa_function_pool[29591]: GetBufferSubData (will be remapped) */
+ /* _mesa_function_pool[29657]: GetBufferSubData (will be remapped) */
"iiip\0"
"glGetBufferSubData\0"
"glGetBufferSubDataARB\0"
"\0"
- /* _mesa_function_pool[29638]: GetPerfMonitorGroupsAMD (will be remapped) */
+ /* _mesa_function_pool[29704]: GetPerfMonitorGroupsAMD (will be remapped) */
"pip\0"
"glGetPerfMonitorGroupsAMD\0"
"\0"
- /* _mesa_function_pool[29669]: FlushRasterSGIX (dynamic) */
+ /* _mesa_function_pool[29735]: FlushRasterSGIX (dynamic) */
"\0"
"glFlushRasterSGIX\0"
"\0"
- /* _mesa_function_pool[29689]: VertexAttribP2ui (will be remapped) */
+ /* _mesa_function_pool[29755]: VertexAttribP2ui (will be remapped) */
"iiii\0"
"glVertexAttribP2ui\0"
"\0"
- /* _mesa_function_pool[29714]: GetMinmaxParameteriv (offset 366) */
+ /* _mesa_function_pool[29780]: GetMinmaxParameteriv (offset 366) */
"iip\0"
"glGetMinmaxParameteriv\0"
"glGetMinmaxParameterivEXT\0"
"\0"
- /* _mesa_function_pool[29768]: DrawTexivOES (will be remapped) */
+ /* _mesa_function_pool[29834]: DrawTexivOES (will be remapped) */
"p\0"
"glDrawTexivOES\0"
"\0"
- /* _mesa_function_pool[29786]: CopyTexImage1D (offset 323) */
+ /* _mesa_function_pool[29852]: CopyTexImage1D (offset 323) */
"iiiiiii\0"
"glCopyTexImage1D\0"
"glCopyTexImage1DEXT\0"
"\0"
- /* _mesa_function_pool[29832]: GetnColorTableARB (will be remapped) */
+ /* _mesa_function_pool[29898]: GetnColorTableARB (will be remapped) */
"iiiip\0"
"glGetnColorTableARB\0"
"\0"
- /* _mesa_function_pool[29859]: VertexAttribFormat (will be remapped) */
+ /* _mesa_function_pool[29925]: VertexAttribFormat (will be remapped) */
"iiiii\0"
"glVertexAttribFormat\0"
"\0"
- /* _mesa_function_pool[29887]: Vertex3i (offset 138) */
+ /* _mesa_function_pool[29953]: Vertex3i (offset 138) */
"iii\0"
"glVertex3i\0"
"\0"
- /* _mesa_function_pool[29903]: Vertex3f (offset 136) */
+ /* _mesa_function_pool[29969]: Vertex3f (offset 136) */
"fff\0"
"glVertex3f\0"
"\0"
- /* _mesa_function_pool[29919]: Vertex3d (offset 134) */
+ /* _mesa_function_pool[29985]: Vertex3d (offset 134) */
"ddd\0"
"glVertex3d\0"
"\0"
- /* _mesa_function_pool[29935]: GetProgramPipelineiv (will be remapped) */
+ /* _mesa_function_pool[30001]: GetProgramPipelineiv (will be remapped) */
"iip\0"
"glGetProgramPipelineiv\0"
"glGetProgramPipelineivEXT\0"
"\0"
- /* _mesa_function_pool[29989]: ReadBuffer (offset 254) */
+ /* _mesa_function_pool[30055]: ReadBuffer (offset 254) */
"i\0"
"glReadBuffer\0"
"glReadBufferNV\0"
"\0"
- /* _mesa_function_pool[30020]: ConvolutionParameteri (offset 352) */
+ /* _mesa_function_pool[30086]: ConvolutionParameteri (offset 352) */
"iii\0"
"glConvolutionParameteri\0"
"glConvolutionParameteriEXT\0"
"\0"
- /* _mesa_function_pool[30076]: GetTexParameterIiv (will be remapped) */
+ /* _mesa_function_pool[30142]: GetTexParameterIiv (will be remapped) */
"iip\0"
"glGetTexParameterIivEXT\0"
"glGetTexParameterIiv\0"
"\0"
- /* _mesa_function_pool[30126]: Vertex3s (offset 140) */
+ /* _mesa_function_pool[30192]: Vertex3s (offset 140) */
"iii\0"
"glVertex3s\0"
"\0"
- /* _mesa_function_pool[30142]: ConvolutionParameterf (offset 350) */
+ /* _mesa_function_pool[30208]: ConvolutionParameterf (offset 350) */
"iif\0"
"glConvolutionParameterf\0"
"glConvolutionParameterfEXT\0"
"\0"
- /* _mesa_function_pool[30198]: GetColorTableParameteriv (offset 345) */
+ /* _mesa_function_pool[30264]: GetColorTableParameteriv (offset 345) */
"iip\0"
"glGetColorTableParameteriv\0"
"glGetColorTableParameterivSGI\0"
"glGetColorTableParameterivEXT\0"
"\0"
- /* _mesa_function_pool[30290]: GetTransformFeedbackVarying (will be remapped) */
+ /* _mesa_function_pool[30356]: GetTransformFeedbackVarying (will be remapped) */
"iiipppp\0"
"glGetTransformFeedbackVarying\0"
"glGetTransformFeedbackVaryingEXT\0"
"\0"
- /* _mesa_function_pool[30362]: GetNextPerfQueryIdINTEL (will be remapped) */
+ /* _mesa_function_pool[30428]: GetNextPerfQueryIdINTEL (will be remapped) */
"ip\0"
"glGetNextPerfQueryIdINTEL\0"
"\0"
- /* _mesa_function_pool[30392]: TexCoord3fv (offset 113) */
+ /* _mesa_function_pool[30458]: TexCoord3fv (offset 113) */
"p\0"
"glTexCoord3fv\0"
"\0"
- /* _mesa_function_pool[30409]: TextureBarrierNV (will be remapped) */
+ /* _mesa_function_pool[30475]: TextureBarrierNV (will be remapped) */
"\0"
"glTextureBarrierNV\0"
"\0"
- /* _mesa_function_pool[30430]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[30496]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */
"iffffffffff\0"
"glReplacementCodeuiColor4fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[30489]: ProgramLocalParameter4fARB (will be remapped) */
+ /* _mesa_function_pool[30555]: ProgramLocalParameter4fARB (will be remapped) */
"iiffff\0"
"glProgramLocalParameter4fARB\0"
"\0"
- /* _mesa_function_pool[30526]: ObjectLabel (will be remapped) */
+ /* _mesa_function_pool[30592]: ObjectLabel (will be remapped) */
"iiip\0"
"glObjectLabel\0"
"\0"
- /* _mesa_function_pool[30546]: PauseTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[30612]: PauseTransformFeedback (will be remapped) */
"\0"
"glPauseTransformFeedback\0"
"\0"
- /* _mesa_function_pool[30573]: DeleteShader (will be remapped) */
+ /* _mesa_function_pool[30639]: DeleteShader (will be remapped) */
"i\0"
"glDeleteShader\0"
"\0"
- /* _mesa_function_pool[30591]: CompileShader (will be remapped) */
+ /* _mesa_function_pool[30657]: CompileShader (will be remapped) */
"i\0"
"glCompileShader\0"
"glCompileShaderARB\0"
"\0"
- /* _mesa_function_pool[30629]: Vertex2iv (offset 131) */
+ /* _mesa_function_pool[30695]: Vertex2iv (offset 131) */
"p\0"
"glVertex2iv\0"
"\0"
- /* _mesa_function_pool[30644]: TexGendv (offset 189) */
+ /* _mesa_function_pool[30710]: TexGendv (offset 189) */
"iip\0"
"glTexGendv\0"
"\0"
- /* _mesa_function_pool[30660]: ProgramLocalParameters4fvEXT (will be remapped) */
+ /* _mesa_function_pool[30726]: ProgramLocalParameters4fvEXT (will be remapped) */
"iiip\0"
"glProgramLocalParameters4fvEXT\0"
"\0"
- /* _mesa_function_pool[30697]: ResetMinmax (offset 370) */
+ /* _mesa_function_pool[30763]: ResetMinmax (offset 370) */
"i\0"
"glResetMinmax\0"
"glResetMinmaxEXT\0"
"\0"
- /* _mesa_function_pool[30731]: SpriteParameterfSGIX (dynamic) */
+ /* _mesa_function_pool[30797]: SpriteParameterfSGIX (dynamic) */
"if\0"
"glSpriteParameterfSGIX\0"
"\0"
- /* _mesa_function_pool[30758]: DeleteProgramsARB (will be remapped) */
+ /* _mesa_function_pool[30824]: DeleteProgramsARB (will be remapped) */
"ip\0"
"glDeleteProgramsARB\0"
"glDeleteProgramsNV\0"
"\0"
- /* _mesa_function_pool[30801]: ShadeModel (offset 177) */
+ /* _mesa_function_pool[30867]: ShadeModel (offset 177) */
"i\0"
"glShadeModel\0"
"\0"
- /* _mesa_function_pool[30817]: VertexAttribs1fvNV (will be remapped) */
+ /* _mesa_function_pool[30883]: VertexAttribs1fvNV (will be remapped) */
"iip\0"
"glVertexAttribs1fvNV\0"
"\0"
- /* _mesa_function_pool[30843]: FogFuncSGIS (dynamic) */
+ /* _mesa_function_pool[30909]: FogFuncSGIS (dynamic) */
"ip\0"
"glFogFuncSGIS\0"
"\0"
- /* _mesa_function_pool[30861]: GetTexLevelParameteriv (offset 285) */
+ /* _mesa_function_pool[30927]: GetTexLevelParameteriv (offset 285) */
"iiip\0"
"glGetTexLevelParameteriv\0"
"\0"
- /* _mesa_function_pool[30892]: MultiDrawArrays (will be remapped) */
+ /* _mesa_function_pool[30958]: MultiDrawArrays (will be remapped) */
"ippi\0"
"glMultiDrawArrays\0"
"glMultiDrawArraysEXT\0"
"\0"
- /* _mesa_function_pool[30937]: GetProgramLocalParameterdvARB (will be remapped) */
+ /* _mesa_function_pool[31003]: GetProgramLocalParameterdvARB (will be remapped) */
"iip\0"
"glGetProgramLocalParameterdvARB\0"
"\0"
- /* _mesa_function_pool[30974]: MapBufferRange (will be remapped) */
+ /* _mesa_function_pool[31040]: MapBufferRange (will be remapped) */
"iiii\0"
"glMapBufferRange\0"
"glMapBufferRangeEXT\0"
"\0"
- /* _mesa_function_pool[31017]: DispatchCompute (will be remapped) */
+ /* _mesa_function_pool[31083]: DispatchCompute (will be remapped) */
"iii\0"
"glDispatchCompute\0"
"\0"
- /* _mesa_function_pool[31040]: UseProgramStages (will be remapped) */
+ /* _mesa_function_pool[31106]: UseProgramStages (will be remapped) */
"iii\0"
"glUseProgramStages\0"
"glUseProgramStagesEXT\0"
"\0"
- /* _mesa_function_pool[31086]: ProgramUniformMatrix4fv (will be remapped) */
+ /* _mesa_function_pool[31152]: ProgramUniformMatrix4fv (will be remapped) */
"iiiip\0"
"glProgramUniformMatrix4fv\0"
"glProgramUniformMatrix4fvEXT\0"
"\0"
- /* _mesa_function_pool[31148]: FinishAsyncSGIX (dynamic) */
+ /* _mesa_function_pool[31214]: FinishAsyncSGIX (dynamic) */
"p\0"
"glFinishAsyncSGIX\0"
"\0"
- /* _mesa_function_pool[31169]: FramebufferRenderbuffer (will be remapped) */
+ /* _mesa_function_pool[31235]: FramebufferRenderbuffer (will be remapped) */
"iiii\0"
"glFramebufferRenderbuffer\0"
"glFramebufferRenderbufferEXT\0"
"glFramebufferRenderbufferOES\0"
"\0"
- /* _mesa_function_pool[31259]: IsProgramARB (will be remapped) */
+ /* _mesa_function_pool[31325]: IsProgramARB (will be remapped) */
"i\0"
"glIsProgramARB\0"
"glIsProgramNV\0"
"\0"
- /* _mesa_function_pool[31291]: Map2d (offset 222) */
+ /* _mesa_function_pool[31357]: Map2d (offset 222) */
"iddiiddiip\0"
"glMap2d\0"
"\0"
- /* _mesa_function_pool[31311]: Map2f (offset 223) */
+ /* _mesa_function_pool[31377]: Map2f (offset 223) */
"iffiiffiip\0"
"glMap2f\0"
"\0"
- /* _mesa_function_pool[31331]: ProgramStringARB (will be remapped) */
+ /* _mesa_function_pool[31397]: ProgramStringARB (will be remapped) */
"iiip\0"
"glProgramStringARB\0"
"\0"
- /* _mesa_function_pool[31356]: MultiTexCoord4x (will be remapped) */
+ /* _mesa_function_pool[31422]: MultiTexCoord4x (will be remapped) */
"iiiii\0"
"glMultiTexCoord4xOES\0"
"glMultiTexCoord4x\0"
"\0"
- /* _mesa_function_pool[31402]: MultiTexCoord4s (offset 406) */
+ /* _mesa_function_pool[31468]: MultiTexCoord4s (offset 406) */
"iiiii\0"
"glMultiTexCoord4s\0"
"glMultiTexCoord4sARB\0"
"\0"
- /* _mesa_function_pool[31448]: ViewportIndexedf (will be remapped) */
+ /* _mesa_function_pool[31514]: ViewportIndexedf (will be remapped) */
"iffff\0"
"glViewportIndexedf\0"
"\0"
- /* _mesa_function_pool[31474]: MultiTexCoord4i (offset 404) */
+ /* _mesa_function_pool[31540]: MultiTexCoord4i (offset 404) */
"iiiii\0"
"glMultiTexCoord4i\0"
"glMultiTexCoord4iARB\0"
"\0"
- /* _mesa_function_pool[31520]: ApplyTextureEXT (dynamic) */
+ /* _mesa_function_pool[31586]: ApplyTextureEXT (dynamic) */
"i\0"
"glApplyTextureEXT\0"
"\0"
- /* _mesa_function_pool[31541]: DebugMessageControl (will be remapped) */
+ /* _mesa_function_pool[31607]: DebugMessageControl (will be remapped) */
"iiiipi\0"
"glDebugMessageControlARB\0"
"glDebugMessageControl\0"
"\0"
- /* _mesa_function_pool[31596]: MultiTexCoord4d (offset 400) */
+ /* _mesa_function_pool[31662]: MultiTexCoord4d (offset 400) */
"idddd\0"
"glMultiTexCoord4d\0"
"glMultiTexCoord4dARB\0"
"\0"
- /* _mesa_function_pool[31642]: GetHistogram (offset 361) */
+ /* _mesa_function_pool[31708]: GetHistogram (offset 361) */
"iiiip\0"
"glGetHistogram\0"
"glGetHistogramEXT\0"
"\0"
- /* _mesa_function_pool[31682]: Translatex (will be remapped) */
+ /* _mesa_function_pool[31748]: Translatex (will be remapped) */
"iii\0"
"glTranslatexOES\0"
"glTranslatex\0"
"\0"
- /* _mesa_function_pool[31716]: IglooInterfaceSGIX (dynamic) */
+ /* _mesa_function_pool[31782]: IglooInterfaceSGIX (dynamic) */
"ip\0"
"glIglooInterfaceSGIX\0"
"\0"
- /* _mesa_function_pool[31741]: Indexsv (offset 51) */
+ /* _mesa_function_pool[31807]: Indexsv (offset 51) */
"p\0"
"glIndexsv\0"
"\0"
- /* _mesa_function_pool[31754]: VertexAttrib1fvARB (will be remapped) */
+ /* _mesa_function_pool[31820]: VertexAttrib1fvARB (will be remapped) */
"ip\0"
"glVertexAttrib1fv\0"
"glVertexAttrib1fvARB\0"
"\0"
- /* _mesa_function_pool[31797]: TexCoord2dv (offset 103) */
+ /* _mesa_function_pool[31863]: TexCoord2dv (offset 103) */
"p\0"
"glTexCoord2dv\0"
"\0"
- /* _mesa_function_pool[31814]: Translated (offset 303) */
+ /* _mesa_function_pool[31880]: Translated (offset 303) */
"ddd\0"
"glTranslated\0"
"\0"
- /* _mesa_function_pool[31832]: Translatef (offset 304) */
+ /* _mesa_function_pool[31898]: Translatef (offset 304) */
"fff\0"
"glTranslatef\0"
"\0"
- /* _mesa_function_pool[31850]: MultTransposeMatrixd (will be remapped) */
+ /* _mesa_function_pool[31916]: MultTransposeMatrixd (will be remapped) */
"p\0"
"glMultTransposeMatrixd\0"
"glMultTransposeMatrixdARB\0"
"\0"
- /* _mesa_function_pool[31902]: ProgramUniform4uiv (will be remapped) */
+ /* _mesa_function_pool[31968]: ProgramUniform4uiv (will be remapped) */
"iiip\0"
"glProgramUniform4uiv\0"
"glProgramUniform4uivEXT\0"
"\0"
- /* _mesa_function_pool[31953]: GetPerfCounterInfoINTEL (will be remapped) */
+ /* _mesa_function_pool[32019]: GetPerfCounterInfoINTEL (will be remapped) */
"iiipipppppp\0"
"glGetPerfCounterInfoINTEL\0"
"\0"
- /* _mesa_function_pool[31992]: RenderMode (offset 196) */
+ /* _mesa_function_pool[32058]: RenderMode (offset 196) */
"i\0"
"glRenderMode\0"
"\0"
- /* _mesa_function_pool[32008]: MultiTexCoord1fARB (offset 378) */
+ /* _mesa_function_pool[32074]: MultiTexCoord1fARB (offset 378) */
"if\0"
"glMultiTexCoord1f\0"
"glMultiTexCoord1fARB\0"
"\0"
- /* _mesa_function_pool[32051]: SecondaryColor3d (will be remapped) */
+ /* _mesa_function_pool[32117]: SecondaryColor3d (will be remapped) */
"ddd\0"
"glSecondaryColor3d\0"
"glSecondaryColor3dEXT\0"
"\0"
- /* _mesa_function_pool[32097]: VertexAttribs4ubvNV (will be remapped) */
+ /* _mesa_function_pool[32163]: VertexAttribs4ubvNV (will be remapped) */
"iip\0"
"glVertexAttribs4ubvNV\0"
"\0"
- /* _mesa_function_pool[32124]: WeightsvARB (dynamic) */
+ /* _mesa_function_pool[32190]: WeightsvARB (dynamic) */
"ip\0"
"glWeightsvARB\0"
"\0"
- /* _mesa_function_pool[32142]: ProgramUniform4fv (will be remapped) */
+ /* _mesa_function_pool[32208]: ProgramUniform4fv (will be remapped) */
"iiip\0"
"glProgramUniform4fv\0"
"glProgramUniform4fvEXT\0"
"\0"
- /* _mesa_function_pool[32191]: LightModelxv (will be remapped) */
+ /* _mesa_function_pool[32257]: LightModelxv (will be remapped) */
"ip\0"
"glLightModelxvOES\0"
"glLightModelxv\0"
"\0"
- /* _mesa_function_pool[32228]: CopyTexSubImage1D (offset 325) */
+ /* _mesa_function_pool[32294]: CopyTexSubImage1D (offset 325) */
"iiiiii\0"
"glCopyTexSubImage1D\0"
"glCopyTexSubImage1DEXT\0"
"\0"
- /* _mesa_function_pool[32279]: PushDebugGroup (will be remapped) */
+ /* _mesa_function_pool[32345]: PushDebugGroup (will be remapped) */
"iiip\0"
"glPushDebugGroup\0"
"\0"
- /* _mesa_function_pool[32302]: StencilFunc (offset 243) */
+ /* _mesa_function_pool[32368]: StencilFunc (offset 243) */
"iii\0"
"glStencilFunc\0"
"\0"
- /* _mesa_function_pool[32321]: CopyPixels (offset 255) */
+ /* _mesa_function_pool[32387]: CopyPixels (offset 255) */
"iiiii\0"
"glCopyPixels\0"
"\0"
- /* _mesa_function_pool[32341]: TexGenxvOES (will be remapped) */
+ /* _mesa_function_pool[32407]: TexGenxvOES (will be remapped) */
"iip\0"
"glTexGenxvOES\0"
"\0"
- /* _mesa_function_pool[32360]: VertexAttrib4Nubv (will be remapped) */
+ /* _mesa_function_pool[32426]: VertexAttrib4Nubv (will be remapped) */
"ip\0"
"glVertexAttrib4Nubv\0"
"glVertexAttrib4NubvARB\0"
"\0"
- /* _mesa_function_pool[32407]: GetFogFuncSGIS (dynamic) */
+ /* _mesa_function_pool[32473]: GetFogFuncSGIS (dynamic) */
"p\0"
"glGetFogFuncSGIS\0"
"\0"
- /* _mesa_function_pool[32427]: VertexP2uiv (will be remapped) */
+ /* _mesa_function_pool[32493]: VertexP2uiv (will be remapped) */
"ip\0"
"glVertexP2uiv\0"
"\0"
- /* _mesa_function_pool[32445]: VertexAttribPointer (will be remapped) */
+ /* _mesa_function_pool[32511]: VertexAttribPointer (will be remapped) */
"iiiiip\0"
"glVertexAttribPointer\0"
"glVertexAttribPointerARB\0"
"\0"
- /* _mesa_function_pool[32500]: IndexMask (offset 212) */
+ /* _mesa_function_pool[32566]: IndexMask (offset 212) */
"i\0"
"glIndexMask\0"
"\0"
- /* _mesa_function_pool[32515]: SharpenTexFuncSGIS (dynamic) */
+ /* _mesa_function_pool[32581]: SharpenTexFuncSGIS (dynamic) */
"iip\0"
"glSharpenTexFuncSGIS\0"
"\0"
- /* _mesa_function_pool[32541]: VertexAttribIFormat (will be remapped) */
+ /* _mesa_function_pool[32607]: VertexAttribIFormat (will be remapped) */
"iiii\0"
"glVertexAttribIFormat\0"
"\0"
- /* _mesa_function_pool[32569]: CombinerOutputNV (dynamic) */
+ /* _mesa_function_pool[32635]: CombinerOutputNV (dynamic) */
"iiiiiiiiii\0"
"glCombinerOutputNV\0"
"\0"
- /* _mesa_function_pool[32600]: DrawArraysInstancedBaseInstance (will be remapped) */
+ /* _mesa_function_pool[32666]: DrawArraysInstancedBaseInstance (will be remapped) */
"iiiii\0"
"glDrawArraysInstancedBaseInstance\0"
"\0"
- /* _mesa_function_pool[32641]: PopAttrib (offset 218) */
+ /* _mesa_function_pool[32707]: PopAttrib (offset 218) */
"\0"
"glPopAttrib\0"
"\0"
- /* _mesa_function_pool[32655]: SamplePatternSGIS (will be remapped) */
+ /* _mesa_function_pool[32721]: SamplePatternSGIS (will be remapped) */
"i\0"
"glSamplePatternSGIS\0"
"glSamplePatternEXT\0"
"\0"
- /* _mesa_function_pool[32697]: Uniform3ui (will be remapped) */
+ /* _mesa_function_pool[32763]: Uniform3ui (will be remapped) */
"iiii\0"
"glUniform3uiEXT\0"
"glUniform3ui\0"
"\0"
- /* _mesa_function_pool[32732]: DeletePerfMonitorsAMD (will be remapped) */
+ /* _mesa_function_pool[32798]: DeletePerfMonitorsAMD (will be remapped) */
"ip\0"
"glDeletePerfMonitorsAMD\0"
"\0"
- /* _mesa_function_pool[32760]: Color4dv (offset 28) */
+ /* _mesa_function_pool[32826]: Color4dv (offset 28) */
"p\0"
"glColor4dv\0"
"\0"
- /* _mesa_function_pool[32774]: AreProgramsResidentNV (will be remapped) */
+ /* _mesa_function_pool[32840]: AreProgramsResidentNV (will be remapped) */
"ipp\0"
"glAreProgramsResidentNV\0"
"\0"
- /* _mesa_function_pool[32803]: DisableVertexAttribArray (will be remapped) */
+ /* _mesa_function_pool[32869]: DisableVertexAttribArray (will be remapped) */
"i\0"
"glDisableVertexAttribArray\0"
"glDisableVertexAttribArrayARB\0"
"\0"
- /* _mesa_function_pool[32863]: ProgramUniformMatrix3x2fv (will be remapped) */
+ /* _mesa_function_pool[32929]: ProgramUniformMatrix3x2fv (will be remapped) */
"iiiip\0"
"glProgramUniformMatrix3x2fv\0"
"glProgramUniformMatrix3x2fvEXT\0"
"\0"
- /* _mesa_function_pool[32929]: GetDoublei_v (will be remapped) */
+ /* _mesa_function_pool[32995]: GetDoublei_v (will be remapped) */
"iip\0"
"glGetDoublei_v\0"
"\0"
- /* _mesa_function_pool[32949]: IsTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[33015]: IsTransformFeedback (will be remapped) */
"i\0"
"glIsTransformFeedback\0"
"\0"
- /* _mesa_function_pool[32974]: ClipPlanex (will be remapped) */
+ /* _mesa_function_pool[33040]: ClipPlanex (will be remapped) */
"ip\0"
"glClipPlanexOES\0"
"glClipPlanex\0"
"\0"
- /* _mesa_function_pool[33007]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[33073]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */
"iffffff\0"
"glReplacementCodeuiColor3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[33054]: GetLightfv (offset 264) */
+ /* _mesa_function_pool[33120]: GetLightfv (offset 264) */
"iip\0"
"glGetLightfv\0"
"\0"
- /* _mesa_function_pool[33072]: ClipPlanef (will be remapped) */
+ /* _mesa_function_pool[33138]: ClipPlanef (will be remapped) */
"ip\0"
"glClipPlanefOES\0"
"glClipPlanef\0"
"\0"
- /* _mesa_function_pool[33105]: ProgramUniform1ui (will be remapped) */
+ /* _mesa_function_pool[33171]: ProgramUniform1ui (will be remapped) */
"iii\0"
"glProgramUniform1ui\0"
"glProgramUniform1uiEXT\0"
"\0"
- /* _mesa_function_pool[33153]: SecondaryColorPointer (will be remapped) */
+ /* _mesa_function_pool[33219]: SecondaryColorPointer (will be remapped) */
"iiip\0"
"glSecondaryColorPointer\0"
"glSecondaryColorPointerEXT\0"
"\0"
- /* _mesa_function_pool[33210]: Tangent3svEXT (dynamic) */
+ /* _mesa_function_pool[33276]: Tangent3svEXT (dynamic) */
"p\0"
"glTangent3svEXT\0"
"\0"
- /* _mesa_function_pool[33229]: Tangent3iEXT (dynamic) */
+ /* _mesa_function_pool[33295]: Tangent3iEXT (dynamic) */
"iii\0"
"glTangent3iEXT\0"
"\0"
- /* _mesa_function_pool[33249]: Indexub (offset 315) */
+ /* _mesa_function_pool[33315]: Indexub (offset 315) */
"i\0"
"glIndexub\0"
"\0"
- /* _mesa_function_pool[33262]: FragmentLightfSGIX (dynamic) */
+ /* _mesa_function_pool[33328]: FragmentLightfSGIX (dynamic) */
"iif\0"
"glFragmentLightfSGIX\0"
"\0"
- /* _mesa_function_pool[33288]: BeginFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[33354]: BeginFragmentShaderATI (will be remapped) */
"\0"
"glBeginFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[33315]: GenRenderbuffers (will be remapped) */
+ /* _mesa_function_pool[33381]: GenRenderbuffers (will be remapped) */
"ip\0"
"glGenRenderbuffers\0"
"glGenRenderbuffersEXT\0"
"glGenRenderbuffersOES\0"
"\0"
- /* _mesa_function_pool[33382]: GetMinmaxParameterfv (offset 365) */
+ /* _mesa_function_pool[33448]: GetMinmaxParameterfv (offset 365) */
"iip\0"
"glGetMinmaxParameterfv\0"
"glGetMinmaxParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[33436]: IsEnabledi (will be remapped) */
+ /* _mesa_function_pool[33502]: IsEnabledi (will be remapped) */
"ii\0"
"glIsEnabledIndexedEXT\0"
"glIsEnabledi\0"
"\0"
- /* _mesa_function_pool[33475]: FragmentMaterialivSGIX (dynamic) */
+ /* _mesa_function_pool[33541]: FragmentMaterialivSGIX (dynamic) */
"iip\0"
"glFragmentMaterialivSGIX\0"
"\0"
- /* _mesa_function_pool[33505]: WaitSync (will be remapped) */
+ /* _mesa_function_pool[33571]: WaitSync (will be remapped) */
"iii\0"
"glWaitSync\0"
"\0"
- /* _mesa_function_pool[33521]: GetVertexAttribPointerv (will be remapped) */
+ /* _mesa_function_pool[33587]: GetVertexAttribPointerv (will be remapped) */
"iip\0"
"glGetVertexAttribPointerv\0"
"glGetVertexAttribPointervARB\0"
"glGetVertexAttribPointervNV\0"
"\0"
- /* _mesa_function_pool[33609]: CreatePerfQueryINTEL (will be remapped) */
+ /* _mesa_function_pool[33675]: CreatePerfQueryINTEL (will be remapped) */
"ip\0"
"glCreatePerfQueryINTEL\0"
"\0"
- /* _mesa_function_pool[33636]: NewList (dynamic) */
+ /* _mesa_function_pool[33702]: NewList (dynamic) */
"ii\0"
"glNewList\0"
"\0"
- /* _mesa_function_pool[33650]: TexBuffer (will be remapped) */
+ /* _mesa_function_pool[33716]: TexBuffer (will be remapped) */
"iii\0"
"glTexBufferARB\0"
"glTexBuffer\0"
"\0"
- /* _mesa_function_pool[33682]: TexCoord4sv (offset 125) */
+ /* _mesa_function_pool[33748]: TexCoord4sv (offset 125) */
"p\0"
"glTexCoord4sv\0"
"\0"
- /* _mesa_function_pool[33699]: TexCoord1f (offset 96) */
+ /* _mesa_function_pool[33765]: TexCoord1f (offset 96) */
"f\0"
"glTexCoord1f\0"
"\0"
- /* _mesa_function_pool[33715]: TexCoord1d (offset 94) */
+ /* _mesa_function_pool[33781]: TexCoord1d (offset 94) */
"d\0"
"glTexCoord1d\0"
"\0"
- /* _mesa_function_pool[33731]: TexCoord1i (offset 98) */
+ /* _mesa_function_pool[33797]: TexCoord1i (offset 98) */
"i\0"
"glTexCoord1i\0"
"\0"
- /* _mesa_function_pool[33747]: GetnUniformfvARB (will be remapped) */
+ /* _mesa_function_pool[33813]: GetnUniformfvARB (will be remapped) */
"iiip\0"
"glGetnUniformfvARB\0"
"\0"
- /* _mesa_function_pool[33772]: TexCoord1s (offset 100) */
+ /* _mesa_function_pool[33838]: TexCoord1s (offset 100) */
"i\0"
"glTexCoord1s\0"
"\0"
- /* _mesa_function_pool[33788]: GlobalAlphaFactoriSUN (dynamic) */
+ /* _mesa_function_pool[33854]: GlobalAlphaFactoriSUN (dynamic) */
"i\0"
"glGlobalAlphaFactoriSUN\0"
"\0"
- /* _mesa_function_pool[33815]: TexStorage1D (will be remapped) */
+ /* _mesa_function_pool[33881]: TexStorage1D (will be remapped) */
"iiii\0"
"glTexStorage1D\0"
"\0"
- /* _mesa_function_pool[33836]: BlitFramebuffer (will be remapped) */
+ /* _mesa_function_pool[33902]: BlitFramebuffer (will be remapped) */
"iiiiiiiiii\0"
"glBlitFramebuffer\0"
"glBlitFramebufferEXT\0"
"\0"
- /* _mesa_function_pool[33887]: FramebufferTexture1D (will be remapped) */
+ /* _mesa_function_pool[33953]: FramebufferTexture1D (will be remapped) */
"iiiii\0"
"glFramebufferTexture1D\0"
"glFramebufferTexture1DEXT\0"
"\0"
- /* _mesa_function_pool[33943]: GetMapiv (offset 268) */
+ /* _mesa_function_pool[34009]: GetMapiv (offset 268) */
"iip\0"
"glGetMapiv\0"
"\0"
- /* _mesa_function_pool[33959]: TexCoordP4ui (will be remapped) */
+ /* _mesa_function_pool[34025]: TexCoordP4ui (will be remapped) */
"ii\0"
"glTexCoordP4ui\0"
"\0"
- /* _mesa_function_pool[33978]: VertexAttrib1sv (will be remapped) */
+ /* _mesa_function_pool[34044]: VertexAttrib1sv (will be remapped) */
"ip\0"
"glVertexAttrib1sv\0"
"glVertexAttrib1svARB\0"
"\0"
- /* _mesa_function_pool[34021]: WindowPos4dMESA (will be remapped) */
+ /* _mesa_function_pool[34087]: WindowPos4dMESA (will be remapped) */
"dddd\0"
"glWindowPos4dMESA\0"
"\0"
- /* _mesa_function_pool[34045]: Vertex3dv (offset 135) */
+ /* _mesa_function_pool[34111]: Vertex3dv (offset 135) */
"p\0"
"glVertex3dv\0"
"\0"
- /* _mesa_function_pool[34060]: MultiTexCoordP2ui (will be remapped) */
+ /* _mesa_function_pool[34126]: MultiTexCoordP2ui (will be remapped) */
"iii\0"
"glMultiTexCoordP2ui\0"
"\0"
- /* _mesa_function_pool[34085]: GetnMapivARB (will be remapped) */
+ /* _mesa_function_pool[34151]: GetnMapivARB (will be remapped) */
"iiip\0"
"glGetnMapivARB\0"
"\0"
- /* _mesa_function_pool[34106]: MapParameterfvNV (dynamic) */
+ /* _mesa_function_pool[34172]: MapParameterfvNV (dynamic) */
"iip\0"
"glMapParameterfvNV\0"
"\0"
- /* _mesa_function_pool[34130]: GetVertexAttribfv (will be remapped) */
+ /* _mesa_function_pool[34196]: GetVertexAttribfv (will be remapped) */
"iip\0"
"glGetVertexAttribfv\0"
"glGetVertexAttribfvARB\0"
"\0"
- /* _mesa_function_pool[34178]: MultiTexCoordP4uiv (will be remapped) */
+ /* _mesa_function_pool[34244]: MultiTexCoordP4uiv (will be remapped) */
"iip\0"
"glMultiTexCoordP4uiv\0"
"\0"
- /* _mesa_function_pool[34204]: TexGeniv (offset 193) */
+ /* _mesa_function_pool[34270]: TexGeniv (offset 193) */
"iip\0"
"glTexGeniv\0"
"glTexGenivOES\0"
"\0"
- /* _mesa_function_pool[34234]: WeightubvARB (dynamic) */
+ /* _mesa_function_pool[34300]: WeightubvARB (dynamic) */
"ip\0"
"glWeightubvARB\0"
"\0"
- /* _mesa_function_pool[34253]: BlendColor (offset 336) */
+ /* _mesa_function_pool[34319]: BlendColor (offset 336) */
"ffff\0"
"glBlendColor\0"
"glBlendColorEXT\0"
"\0"
- /* _mesa_function_pool[34288]: Materiali (offset 171) */
+ /* _mesa_function_pool[34354]: Materiali (offset 171) */
"iii\0"
"glMateriali\0"
"\0"
- /* _mesa_function_pool[34305]: VertexAttrib2dvNV (will be remapped) */
+ /* _mesa_function_pool[34371]: VertexAttrib2dvNV (will be remapped) */
"ip\0"
"glVertexAttrib2dvNV\0"
"\0"
- /* _mesa_function_pool[34329]: ResetHistogram (offset 369) */
+ /* _mesa_function_pool[34395]: ResetHistogram (offset 369) */
"i\0"
"glResetHistogram\0"
"glResetHistogramEXT\0"
"\0"
- /* _mesa_function_pool[34369]: CompressedTexSubImage2D (will be remapped) */
+ /* _mesa_function_pool[34435]: CompressedTexSubImage2D (will be remapped) */
"iiiiiiiip\0"
"glCompressedTexSubImage2D\0"
"glCompressedTexSubImage2DARB\0"
"\0"
- /* _mesa_function_pool[34435]: TexCoord2sv (offset 109) */
+ /* _mesa_function_pool[34501]: TexCoord2sv (offset 109) */
"p\0"
"glTexCoord2sv\0"
"\0"
- /* _mesa_function_pool[34452]: StencilMaskSeparate (will be remapped) */
+ /* _mesa_function_pool[34518]: StencilMaskSeparate (will be remapped) */
"ii\0"
"glStencilMaskSeparate\0"
"\0"
- /* _mesa_function_pool[34478]: MultiTexCoord3sv (offset 399) */
+ /* _mesa_function_pool[34544]: MultiTexCoord3sv (offset 399) */
"ip\0"
"glMultiTexCoord3sv\0"
"glMultiTexCoord3svARB\0"
"\0"
- /* _mesa_function_pool[34523]: GetMapParameterfvNV (dynamic) */
+ /* _mesa_function_pool[34589]: GetMapParameterfvNV (dynamic) */
"iip\0"
"glGetMapParameterfvNV\0"
"\0"
- /* _mesa_function_pool[34550]: TexCoord3iv (offset 115) */
+ /* _mesa_function_pool[34616]: TexCoord3iv (offset 115) */
"p\0"
"glTexCoord3iv\0"
"\0"
- /* _mesa_function_pool[34567]: MultiTexCoord4sv (offset 407) */
+ /* _mesa_function_pool[34633]: MultiTexCoord4sv (offset 407) */
"ip\0"
"glMultiTexCoord4sv\0"
"glMultiTexCoord4svARB\0"
"\0"
- /* _mesa_function_pool[34612]: VertexBindingDivisor (will be remapped) */
+ /* _mesa_function_pool[34678]: VertexBindingDivisor (will be remapped) */
"ii\0"
"glVertexBindingDivisor\0"
"\0"
- /* _mesa_function_pool[34639]: GetPerfMonitorCounterInfoAMD (will be remapped) */
+ /* _mesa_function_pool[34705]: GetPerfMonitorCounterInfoAMD (will be remapped) */
"iiip\0"
"glGetPerfMonitorCounterInfoAMD\0"
"\0"
- /* _mesa_function_pool[34676]: UniformBlockBinding (will be remapped) */
+ /* _mesa_function_pool[34742]: UniformBlockBinding (will be remapped) */
"iii\0"
"glUniformBlockBinding\0"
"\0"
- /* _mesa_function_pool[34703]: FenceSync (will be remapped) */
+ /* _mesa_function_pool[34769]: FenceSync (will be remapped) */
"ii\0"
"glFenceSync\0"
"\0"
- /* _mesa_function_pool[34719]: VertexAttrib4Nusv (will be remapped) */
+ /* _mesa_function_pool[34785]: VertexAttrib4Nusv (will be remapped) */
"ip\0"
"glVertexAttrib4Nusv\0"
"glVertexAttrib4NusvARB\0"
"\0"
- /* _mesa_function_pool[34766]: SetFragmentShaderConstantATI (will be remapped) */
+ /* _mesa_function_pool[34832]: SetFragmentShaderConstantATI (will be remapped) */
"ip\0"
"glSetFragmentShaderConstantATI\0"
"\0"
- /* _mesa_function_pool[34801]: VertexP2ui (will be remapped) */
+ /* _mesa_function_pool[34867]: VertexP2ui (will be remapped) */
"ii\0"
"glVertexP2ui\0"
"\0"
- /* _mesa_function_pool[34818]: GetTexEnvfv (offset 276) */
+ /* _mesa_function_pool[34884]: GetTexEnvfv (offset 276) */
"iip\0"
"glGetTexEnvfv\0"
"\0"
- /* _mesa_function_pool[34837]: BindAttribLocation (will be remapped) */
+ /* _mesa_function_pool[34903]: BindAttribLocation (will be remapped) */
"iip\0"
"glBindAttribLocation\0"
"glBindAttribLocationARB\0"
"\0"
- /* _mesa_function_pool[34887]: TextureStorage2DEXT (will be remapped) */
+ /* _mesa_function_pool[34953]: TextureStorage2DEXT (will be remapped) */
"iiiiii\0"
"glTextureStorage2DEXT\0"
"\0"
- /* _mesa_function_pool[34917]: FragmentLightiSGIX (dynamic) */
+ /* _mesa_function_pool[34983]: FragmentLightiSGIX (dynamic) */
"iii\0"
"glFragmentLightiSGIX\0"
"\0"
- /* _mesa_function_pool[34943]: DrawTransformFeedbackInstanced (will be remapped) */
+ /* _mesa_function_pool[35009]: DrawTransformFeedbackInstanced (will be remapped) */
"iii\0"
"glDrawTransformFeedbackInstanced\0"
"\0"
- /* _mesa_function_pool[34981]: PollAsyncSGIX (dynamic) */
+ /* _mesa_function_pool[35047]: PollAsyncSGIX (dynamic) */
"p\0"
"glPollAsyncSGIX\0"
"\0"
- /* _mesa_function_pool[35000]: ResumeTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[35066]: ResumeTransformFeedback (will be remapped) */
"\0"
"glResumeTransformFeedback\0"
"\0"
- /* _mesa_function_pool[35028]: GetProgramNamedParameterdvNV (will be remapped) */
+ /* _mesa_function_pool[35094]: GetProgramNamedParameterdvNV (will be remapped) */
"iipp\0"
"glGetProgramNamedParameterdvNV\0"
"\0"
- /* _mesa_function_pool[35065]: VertexAttribI1iv (will be remapped) */
+ /* _mesa_function_pool[35131]: VertexAttribI1iv (will be remapped) */
"ip\0"
"glVertexAttribI1ivEXT\0"
"glVertexAttribI1iv\0"
"\0"
- /* _mesa_function_pool[35110]: Vertex2dv (offset 127) */
+ /* _mesa_function_pool[35176]: Vertex2dv (offset 127) */
"p\0"
"glVertex2dv\0"
"\0"
- /* _mesa_function_pool[35125]: VertexAttribI2uivEXT (will be remapped) */
+ /* _mesa_function_pool[35191]: VertexAttribI2uivEXT (will be remapped) */
"ip\0"
"glVertexAttribI2uivEXT\0"
"glVertexAttribI2uiv\0"
"\0"
- /* _mesa_function_pool[35172]: SampleMaski (will be remapped) */
+ /* _mesa_function_pool[35238]: SampleMaski (will be remapped) */
"ii\0"
"glSampleMaski\0"
"\0"
- /* _mesa_function_pool[35190]: GetFloati_v (will be remapped) */
+ /* _mesa_function_pool[35256]: GetFloati_v (will be remapped) */
"iip\0"
"glGetFloati_v\0"
"\0"
- /* _mesa_function_pool[35209]: MultiTexCoord2iv (offset 389) */
+ /* _mesa_function_pool[35275]: MultiTexCoord2iv (offset 389) */
"ip\0"
"glMultiTexCoord2iv\0"
"glMultiTexCoord2ivARB\0"
"\0"
- /* _mesa_function_pool[35254]: DrawPixels (offset 257) */
+ /* _mesa_function_pool[35320]: DrawPixels (offset 257) */
"iiiip\0"
"glDrawPixels\0"
"\0"
- /* _mesa_function_pool[35274]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[35340]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */
"iffffffff\0"
"glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[35334]: DrawTransformFeedback (will be remapped) */
+ /* _mesa_function_pool[35400]: DrawTransformFeedback (will be remapped) */
"ii\0"
"glDrawTransformFeedback\0"
"\0"
- /* _mesa_function_pool[35362]: VertexAttribs3fvNV (will be remapped) */
+ /* _mesa_function_pool[35428]: VertexAttribs3fvNV (will be remapped) */
"iip\0"
"glVertexAttribs3fvNV\0"
"\0"
- /* _mesa_function_pool[35388]: GenLists (offset 5) */
+ /* _mesa_function_pool[35454]: GenLists (offset 5) */
"i\0"
"glGenLists\0"
"\0"
- /* _mesa_function_pool[35402]: MapGrid2d (offset 226) */
+ /* _mesa_function_pool[35468]: MapGrid2d (offset 226) */
"iddidd\0"
"glMapGrid2d\0"
"\0"
- /* _mesa_function_pool[35422]: MapGrid2f (offset 227) */
+ /* _mesa_function_pool[35488]: MapGrid2f (offset 227) */
"iffiff\0"
"glMapGrid2f\0"
"\0"
- /* _mesa_function_pool[35442]: SampleMapATI (will be remapped) */
+ /* _mesa_function_pool[35508]: SampleMapATI (will be remapped) */
"iii\0"
"glSampleMapATI\0"
"\0"
- /* _mesa_function_pool[35462]: TexBumpParameterfvATI (will be remapped) */
+ /* _mesa_function_pool[35528]: TexBumpParameterfvATI (will be remapped) */
"ip\0"
"glTexBumpParameterfvATI\0"
"\0"
- /* _mesa_function_pool[35490]: GetActiveAttrib (will be remapped) */
+ /* _mesa_function_pool[35556]: GetActiveAttrib (will be remapped) */
"iiipppp\0"
"glGetActiveAttrib\0"
"glGetActiveAttribARB\0"
"\0"
- /* _mesa_function_pool[35538]: TexCoord2fColor4ubVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[35604]: TexCoord2fColor4ubVertex3fvSUN (dynamic) */
"ppp\0"
"glTexCoord2fColor4ubVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[35576]: PixelMapfv (offset 251) */
+ /* _mesa_function_pool[35642]: PixelMapfv (offset 251) */
"iip\0"
"glPixelMapfv\0"
"\0"
- /* _mesa_function_pool[35594]: ClearBufferData (will be remapped) */
+ /* _mesa_function_pool[35660]: ClearBufferData (will be remapped) */
"iiiip\0"
"glClearBufferData\0"
"\0"
- /* _mesa_function_pool[35619]: Color3usv (offset 24) */
+ /* _mesa_function_pool[35685]: Color3usv (offset 24) */
"p\0"
"glColor3usv\0"
"\0"
- /* _mesa_function_pool[35634]: StencilOpSeparate (will be remapped) */
+ /* _mesa_function_pool[35700]: CopyImageSubData (will be remapped) */
+ "iiiiiiiiiiiiiii\0"
+ "glCopyImageSubData\0"
+ "\0"
+ /* _mesa_function_pool[35736]: StencilOpSeparate (will be remapped) */
"iiii\0"
"glStencilOpSeparate\0"
"glStencilOpSeparateATI\0"
"\0"
- /* _mesa_function_pool[35683]: GenSamplers (will be remapped) */
+ /* _mesa_function_pool[35785]: GenSamplers (will be remapped) */
"ip\0"
"glGenSamplers\0"
"\0"
- /* _mesa_function_pool[35701]: DrawTexfOES (will be remapped) */
+ /* _mesa_function_pool[35803]: DrawTexfOES (will be remapped) */
"fffff\0"
"glDrawTexfOES\0"
"\0"
- /* _mesa_function_pool[35722]: AttachObjectARB (will be remapped) */
+ /* _mesa_function_pool[35824]: AttachObjectARB (will be remapped) */
"ii\0"
"glAttachObjectARB\0"
"\0"
- /* _mesa_function_pool[35744]: GetFragmentLightivSGIX (dynamic) */
+ /* _mesa_function_pool[35846]: GetFragmentLightivSGIX (dynamic) */
"iip\0"
"glGetFragmentLightivSGIX\0"
"\0"
- /* _mesa_function_pool[35774]: Accum (offset 213) */
+ /* _mesa_function_pool[35876]: Accum (offset 213) */
"if\0"
"glAccum\0"
"\0"
- /* _mesa_function_pool[35786]: GetTexImage (offset 281) */
+ /* _mesa_function_pool[35888]: GetTexImage (offset 281) */
"iiiip\0"
"glGetTexImage\0"
"\0"
- /* _mesa_function_pool[35807]: Color4x (will be remapped) */
+ /* _mesa_function_pool[35909]: Color4x (will be remapped) */
"iiii\0"
"glColor4xOES\0"
"glColor4x\0"
"\0"
- /* _mesa_function_pool[35836]: ConvolutionParameteriv (offset 353) */
+ /* _mesa_function_pool[35938]: ConvolutionParameteriv (offset 353) */
"iip\0"
"glConvolutionParameteriv\0"
"glConvolutionParameterivEXT\0"
"\0"
- /* _mesa_function_pool[35894]: Color4s (offset 33) */
+ /* _mesa_function_pool[35996]: Color4s (offset 33) */
"iiii\0"
"glColor4s\0"
"\0"
- /* _mesa_function_pool[35910]: CullParameterdvEXT (dynamic) */
+ /* _mesa_function_pool[36012]: CullParameterdvEXT (dynamic) */
"ip\0"
"glCullParameterdvEXT\0"
"\0"
- /* _mesa_function_pool[35935]: GetUniformuiv (will be remapped) */
+ /* _mesa_function_pool[36037]: GetUniformuiv (will be remapped) */
"iip\0"
"glGetUniformuivEXT\0"
"glGetUniformuiv\0"
"\0"
- /* _mesa_function_pool[35975]: Color4i (offset 31) */
+ /* _mesa_function_pool[36077]: Color4i (offset 31) */
"iiii\0"
"glColor4i\0"
"\0"
- /* _mesa_function_pool[35991]: Color4f (offset 29) */
+ /* _mesa_function_pool[36093]: Color4f (offset 29) */
"ffff\0"
"glColor4f\0"
"\0"
- /* _mesa_function_pool[36007]: Color4d (offset 27) */
+ /* _mesa_function_pool[36109]: Color4d (offset 27) */
"dddd\0"
"glColor4d\0"
"\0"
- /* _mesa_function_pool[36023]: Color4b (offset 25) */
+ /* _mesa_function_pool[36125]: Color4b (offset 25) */
"iiii\0"
"glColor4b\0"
"\0"
- /* _mesa_function_pool[36039]: LoadProgramNV (will be remapped) */
+ /* _mesa_function_pool[36141]: LoadProgramNV (will be remapped) */
"iiip\0"
"glLoadProgramNV\0"
"\0"
- /* _mesa_function_pool[36061]: GetAttachedObjectsARB (will be remapped) */
+ /* _mesa_function_pool[36163]: GetAttachedObjectsARB (will be remapped) */
"iipp\0"
"glGetAttachedObjectsARB\0"
"\0"
- /* _mesa_function_pool[36091]: EvalCoord1fv (offset 231) */
+ /* _mesa_function_pool[36193]: EvalCoord1fv (offset 231) */
"p\0"
"glEvalCoord1fv\0"
"\0"
- /* _mesa_function_pool[36109]: VertexAttribLFormat (will be remapped) */
+ /* _mesa_function_pool[36211]: VertexAttribLFormat (will be remapped) */
"iiii\0"
"glVertexAttribLFormat\0"
"\0"
- /* _mesa_function_pool[36137]: StencilFuncSeparate (will be remapped) */
+ /* _mesa_function_pool[36239]: StencilFuncSeparate (will be remapped) */
"iiii\0"
"glStencilFuncSeparate\0"
"\0"
- /* _mesa_function_pool[36165]: ShaderSource (will be remapped) */
+ /* _mesa_function_pool[36267]: ShaderSource (will be remapped) */
"iipp\0"
"glShaderSource\0"
"glShaderSourceARB\0"
"\0"
- /* _mesa_function_pool[36204]: Normal3fv (offset 57) */
+ /* _mesa_function_pool[36306]: Normal3fv (offset 57) */
"p\0"
"glNormal3fv\0"
"\0"
- /* _mesa_function_pool[36219]: ImageTransformParameterfvHP (dynamic) */
+ /* _mesa_function_pool[36321]: ImageTransformParameterfvHP (dynamic) */
"iip\0"
"glImageTransformParameterfvHP\0"
"\0"
- /* _mesa_function_pool[36254]: NormalP3ui (will be remapped) */
+ /* _mesa_function_pool[36356]: NormalP3ui (will be remapped) */
"ii\0"
"glNormalP3ui\0"
"\0"
- /* _mesa_function_pool[36271]: MultiTexCoord3fvARB (offset 395) */
+ /* _mesa_function_pool[36373]: MultiTexCoord3fvARB (offset 395) */
"ip\0"
"glMultiTexCoord3fv\0"
"glMultiTexCoord3fvARB\0"
"\0"
- /* _mesa_function_pool[36316]: GetProgramParameterfvNV (will be remapped) */
+ /* _mesa_function_pool[36418]: GetProgramParameterfvNV (will be remapped) */
"iiip\0"
"glGetProgramParameterfvNV\0"
"\0"
- /* _mesa_function_pool[36348]: BufferData (will be remapped) */
+ /* _mesa_function_pool[36450]: BufferData (will be remapped) */
"iipi\0"
"glBufferData\0"
"glBufferDataARB\0"
"\0"
- /* _mesa_function_pool[36383]: TexSubImage2D (offset 333) */
+ /* _mesa_function_pool[36485]: TexSubImage2D (offset 333) */
"iiiiiiiip\0"
"glTexSubImage2D\0"
"glTexSubImage2DEXT\0"
"\0"
- /* _mesa_function_pool[36429]: FragmentLightivSGIX (dynamic) */
+ /* _mesa_function_pool[36531]: FragmentLightivSGIX (dynamic) */
"iip\0"
"glFragmentLightivSGIX\0"
"\0"
- /* _mesa_function_pool[36456]: GetTexParameterPointervAPPLE (dynamic) */
+ /* _mesa_function_pool[36558]: GetTexParameterPointervAPPLE (dynamic) */
"iip\0"
"glGetTexParameterPointervAPPLE\0"
"\0"
- /* _mesa_function_pool[36492]: TexGenfv (offset 191) */
+ /* _mesa_function_pool[36594]: TexGenfv (offset 191) */
"iip\0"
"glTexGenfv\0"
"glTexGenfvOES\0"
"\0"
- /* _mesa_function_pool[36522]: GetVertexAttribiv (will be remapped) */
+ /* _mesa_function_pool[36624]: GetVertexAttribiv (will be remapped) */
"iip\0"
"glGetVertexAttribiv\0"
"glGetVertexAttribivARB\0"
"\0"
- /* _mesa_function_pool[36570]: TexCoordP2uiv (will be remapped) */
+ /* _mesa_function_pool[36672]: TexCoordP2uiv (will be remapped) */
"ip\0"
"glTexCoordP2uiv\0"
"\0"
- /* _mesa_function_pool[36590]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[36692]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */
"ppp\0"
"glReplacementCodeuiColor3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[36634]: Uniform3fv (will be remapped) */
+ /* _mesa_function_pool[36736]: Uniform3fv (will be remapped) */
"iip\0"
"glUniform3fv\0"
"glUniform3fvARB\0"
"\0"
- /* _mesa_function_pool[36668]: BlendEquation (offset 337) */
+ /* _mesa_function_pool[36770]: BlendEquation (offset 337) */
"i\0"
"glBlendEquation\0"
"glBlendEquationEXT\0"
"glBlendEquationOES\0"
"\0"
- /* _mesa_function_pool[36725]: VertexAttrib3dNV (will be remapped) */
+ /* _mesa_function_pool[36827]: VertexAttrib3dNV (will be remapped) */
"iddd\0"
"glVertexAttrib3dNV\0"
"\0"
- /* _mesa_function_pool[36750]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[36852]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
"ppppp\0"
"glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[36814]: IndexFuncEXT (dynamic) */
+ /* _mesa_function_pool[36916]: IndexFuncEXT (dynamic) */
"if\0"
"glIndexFuncEXT\0"
"\0"
- /* _mesa_function_pool[36833]: UseShaderProgramEXT (will be remapped) */
+ /* _mesa_function_pool[36935]: UseShaderProgramEXT (will be remapped) */
"ii\0"
"glUseShaderProgramEXT\0"
"\0"
- /* _mesa_function_pool[36859]: PushName (offset 201) */
+ /* _mesa_function_pool[36961]: PushName (offset 201) */
"i\0"
"glPushName\0"
"\0"
- /* _mesa_function_pool[36873]: GenFencesNV (dynamic) */
+ /* _mesa_function_pool[36975]: GenFencesNV (dynamic) */
"ip\0"
"glGenFencesNV\0"
"\0"
- /* _mesa_function_pool[36891]: CullParameterfvEXT (dynamic) */
+ /* _mesa_function_pool[36993]: CullParameterfvEXT (dynamic) */
"ip\0"
"glCullParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[36916]: DeleteRenderbuffers (will be remapped) */
+ /* _mesa_function_pool[37018]: DeleteRenderbuffers (will be remapped) */
"ip\0"
"glDeleteRenderbuffers\0"
"glDeleteRenderbuffersEXT\0"
"glDeleteRenderbuffersOES\0"
"\0"
- /* _mesa_function_pool[36992]: VertexAttrib1dv (will be remapped) */
+ /* _mesa_function_pool[37094]: VertexAttrib1dv (will be remapped) */
"ip\0"
"glVertexAttrib1dv\0"
"glVertexAttrib1dvARB\0"
"\0"
- /* _mesa_function_pool[37035]: ImageTransformParameteriHP (dynamic) */
+ /* _mesa_function_pool[37137]: ImageTransformParameteriHP (dynamic) */
"iii\0"
"glImageTransformParameteriHP\0"
"\0"
- /* _mesa_function_pool[37069]: IsShader (will be remapped) */
+ /* _mesa_function_pool[37171]: IsShader (will be remapped) */
"i\0"
"glIsShader\0"
"\0"
- /* _mesa_function_pool[37083]: Rotated (offset 299) */
+ /* _mesa_function_pool[37185]: Rotated (offset 299) */
"dddd\0"
"glRotated\0"
"\0"
- /* _mesa_function_pool[37099]: Color4iv (offset 32) */
+ /* _mesa_function_pool[37201]: Color4iv (offset 32) */
"p\0"
"glColor4iv\0"
"\0"
- /* _mesa_function_pool[37113]: Disablei (will be remapped) */
- "ii\0"
- "glDisableIndexedEXT\0"
- "glDisablei\0"
+ /* _mesa_function_pool[37215]: PointParameterxv (will be remapped) */
+ "ip\0"
+ "glPointParameterxvOES\0"
+ "glPointParameterxv\0"
"\0"
- /* _mesa_function_pool[37148]: Rotatex (will be remapped) */
+ /* _mesa_function_pool[37260]: Rotatex (will be remapped) */
"iiii\0"
"glRotatexOES\0"
"glRotatex\0"
"\0"
- /* _mesa_function_pool[37177]: FramebufferTextureLayer (will be remapped) */
+ /* _mesa_function_pool[37289]: FramebufferTextureLayer (will be remapped) */
"iiiii\0"
"glFramebufferTextureLayer\0"
"glFramebufferTextureLayerARB\0"
"glFramebufferTextureLayerEXT\0"
"\0"
- /* _mesa_function_pool[37268]: TexEnvfv (offset 185) */
+ /* _mesa_function_pool[37380]: TexEnvfv (offset 185) */
"iip\0"
"glTexEnvfv\0"
"\0"
- /* _mesa_function_pool[37284]: ProgramUniformMatrix3fv (will be remapped) */
+ /* _mesa_function_pool[37396]: ProgramUniformMatrix3fv (will be remapped) */
"iiiip\0"
"glProgramUniformMatrix3fv\0"
"glProgramUniformMatrix3fvEXT\0"
"\0"
- /* _mesa_function_pool[37346]: LoadMatrixf (offset 291) */
+ /* _mesa_function_pool[37458]: LoadMatrixf (offset 291) */
"p\0"
"glLoadMatrixf\0"
"\0"
- /* _mesa_function_pool[37363]: GetProgramLocalParameterfvARB (will be remapped) */
+ /* _mesa_function_pool[37475]: GetProgramLocalParameterfvARB (will be remapped) */
"iip\0"
"glGetProgramLocalParameterfvARB\0"
"\0"
- /* _mesa_function_pool[37400]: LoadMatrixx (will be remapped) */
+ /* _mesa_function_pool[37512]: LoadMatrixx (will be remapped) */
"p\0"
"glLoadMatrixxOES\0"
"glLoadMatrixx\0"
"\0"
- /* _mesa_function_pool[37434]: DrawRangeElementsBaseVertex (will be remapped) */
+ /* _mesa_function_pool[37546]: DrawRangeElementsBaseVertex (will be remapped) */
"iiiiipi\0"
"glDrawRangeElementsBaseVertex\0"
"\0"
- /* _mesa_function_pool[37473]: MatrixIndexuivARB (dynamic) */
+ /* _mesa_function_pool[37585]: MatrixIndexuivARB (dynamic) */
"ip\0"
"glMatrixIndexuivARB\0"
"\0"
- /* _mesa_function_pool[37497]: Tangent3sEXT (dynamic) */
+ /* _mesa_function_pool[37609]: Tangent3sEXT (dynamic) */
"iii\0"
"glTangent3sEXT\0"
"\0"
- /* _mesa_function_pool[37517]: SecondaryColor3bv (will be remapped) */
+ /* _mesa_function_pool[37629]: SecondaryColor3bv (will be remapped) */
"p\0"
"glSecondaryColor3bv\0"
"glSecondaryColor3bvEXT\0"
"\0"
- /* _mesa_function_pool[37563]: GlobalAlphaFactorusSUN (dynamic) */
+ /* _mesa_function_pool[37675]: GlobalAlphaFactorusSUN (dynamic) */
"i\0"
"glGlobalAlphaFactorusSUN\0"
"\0"
- /* _mesa_function_pool[37591]: GetCombinerOutputParameterivNV (dynamic) */
+ /* _mesa_function_pool[37703]: GetCombinerOutputParameterivNV (dynamic) */
"iiip\0"
"glGetCombinerOutputParameterivNV\0"
"\0"
- /* _mesa_function_pool[37630]: DrawTexxvOES (will be remapped) */
+ /* _mesa_function_pool[37742]: DrawTexxvOES (will be remapped) */
"p\0"
"glDrawTexxvOES\0"
"\0"
- /* _mesa_function_pool[37648]: TexParameterfv (offset 179) */
+ /* _mesa_function_pool[37760]: TexParameterfv (offset 179) */
"iip\0"
"glTexParameterfv\0"
"\0"
- /* _mesa_function_pool[37670]: Color4ubv (offset 36) */
+ /* _mesa_function_pool[37782]: Color4ubv (offset 36) */
"p\0"
"glColor4ubv\0"
"\0"
- /* _mesa_function_pool[37685]: TexCoord2fv (offset 105) */
+ /* _mesa_function_pool[37797]: TexCoord2fv (offset 105) */
"p\0"
"glTexCoord2fv\0"
"\0"
- /* _mesa_function_pool[37702]: FogCoorddv (will be remapped) */
+ /* _mesa_function_pool[37814]: FogCoorddv (will be remapped) */
"p\0"
"glFogCoorddv\0"
"glFogCoorddvEXT\0"
"\0"
- /* _mesa_function_pool[37734]: VDPAUUnregisterSurfaceNV (will be remapped) */
+ /* _mesa_function_pool[37846]: VDPAUUnregisterSurfaceNV (will be remapped) */
"i\0"
"glVDPAUUnregisterSurfaceNV\0"
"\0"
- /* _mesa_function_pool[37764]: ColorP3ui (will be remapped) */
+ /* _mesa_function_pool[37876]: ColorP3ui (will be remapped) */
"ii\0"
"glColorP3ui\0"
"\0"
- /* _mesa_function_pool[37780]: ClearBufferuiv (will be remapped) */
+ /* _mesa_function_pool[37892]: ClearBufferuiv (will be remapped) */
"iip\0"
"glClearBufferuiv\0"
"\0"
- /* _mesa_function_pool[37802]: GetShaderPrecisionFormat (will be remapped) */
+ /* _mesa_function_pool[37914]: GetShaderPrecisionFormat (will be remapped) */
"iipp\0"
"glGetShaderPrecisionFormat\0"
"\0"
- /* _mesa_function_pool[37835]: ProgramNamedParameter4dvNV (will be remapped) */
+ /* _mesa_function_pool[37947]: ProgramNamedParameter4dvNV (will be remapped) */
"iipp\0"
"glProgramNamedParameter4dvNV\0"
"\0"
- /* _mesa_function_pool[37870]: Flush (offset 217) */
+ /* _mesa_function_pool[37982]: Flush (offset 217) */
"\0"
"glFlush\0"
"\0"
- /* _mesa_function_pool[37880]: VertexAttribI4iEXT (will be remapped) */
+ /* _mesa_function_pool[37992]: VertexAttribI4iEXT (will be remapped) */
"iiiii\0"
"glVertexAttribI4iEXT\0"
"glVertexAttribI4i\0"
"\0"
- /* _mesa_function_pool[37926]: FogCoordd (will be remapped) */
+ /* _mesa_function_pool[38038]: FogCoordd (will be remapped) */
"d\0"
"glFogCoordd\0"
"glFogCoorddEXT\0"
"\0"
- /* _mesa_function_pool[37956]: Uniform3iv (will be remapped) */
+ /* _mesa_function_pool[38068]: Uniform3iv (will be remapped) */
"iip\0"
"glUniform3iv\0"
"glUniform3ivARB\0"
"\0"
- /* _mesa_function_pool[37990]: TexStorage2DMultisample (will be remapped) */
+ /* _mesa_function_pool[38102]: TexStorage2DMultisample (will be remapped) */
"iiiiii\0"
"glTexStorage2DMultisample\0"
"\0"
- /* _mesa_function_pool[38024]: UnlockArraysEXT (will be remapped) */
+ /* _mesa_function_pool[38136]: UnlockArraysEXT (will be remapped) */
"\0"
"glUnlockArraysEXT\0"
"\0"
- /* _mesa_function_pool[38044]: VertexAttrib1svNV (will be remapped) */
+ /* _mesa_function_pool[38156]: VertexAttrib1svNV (will be remapped) */
"ip\0"
"glVertexAttrib1svNV\0"
"\0"
- /* _mesa_function_pool[38068]: VertexAttrib4iv (will be remapped) */
+ /* _mesa_function_pool[38180]: VertexAttrib4iv (will be remapped) */
"ip\0"
"glVertexAttrib4iv\0"
"glVertexAttrib4ivARB\0"
"\0"
- /* _mesa_function_pool[38111]: CopyTexSubImage3D (offset 373) */
+ /* _mesa_function_pool[38223]: CopyTexSubImage3D (offset 373) */
"iiiiiiiii\0"
"glCopyTexSubImage3D\0"
"glCopyTexSubImage3DEXT\0"
"glCopyTexSubImage3DOES\0"
"\0"
- /* _mesa_function_pool[38188]: GetInteger64v (will be remapped) */
+ /* _mesa_function_pool[38300]: GetInteger64v (will be remapped) */
"ip\0"
"glGetInteger64v\0"
"\0"
- /* _mesa_function_pool[38208]: DetachObjectARB (will be remapped) */
+ /* _mesa_function_pool[38320]: DetachObjectARB (will be remapped) */
"ii\0"
"glDetachObjectARB\0"
"\0"
- /* _mesa_function_pool[38230]: Indexiv (offset 49) */
+ /* _mesa_function_pool[38342]: Indexiv (offset 49) */
"p\0"
"glIndexiv\0"
"\0"
- /* _mesa_function_pool[38243]: TexEnvi (offset 186) */
+ /* _mesa_function_pool[38355]: TexEnvi (offset 186) */
"iii\0"
"glTexEnvi\0"
"\0"
- /* _mesa_function_pool[38258]: TexEnvf (offset 184) */
+ /* _mesa_function_pool[38370]: TexEnvf (offset 184) */
"iif\0"
"glTexEnvf\0"
"\0"
- /* _mesa_function_pool[38273]: TexEnvx (will be remapped) */
+ /* _mesa_function_pool[38385]: TexEnvx (will be remapped) */
"iii\0"
"glTexEnvxOES\0"
"glTexEnvx\0"
"\0"
- /* _mesa_function_pool[38301]: StopInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[38413]: StopInstrumentsSGIX (dynamic) */
"i\0"
"glStopInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[38326]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */
+ /* _mesa_function_pool[38438]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */
"fffffffffffffff\0"
"glTexCoord4fColor4fNormal3fVertex4fSUN\0"
"\0"
- /* _mesa_function_pool[38382]: InvalidateBufferSubData (will be remapped) */
+ /* _mesa_function_pool[38494]: InvalidateBufferSubData (will be remapped) */
"iii\0"
"glInvalidateBufferSubData\0"
"\0"
- /* _mesa_function_pool[38413]: UniformMatrix4x2fv (will be remapped) */
+ /* _mesa_function_pool[38525]: UniformMatrix4x2fv (will be remapped) */
"iiip\0"
"glUniformMatrix4x2fv\0"
"\0"
- /* _mesa_function_pool[38440]: ClearTexImage (will be remapped) */
+ /* _mesa_function_pool[38552]: ClearTexImage (will be remapped) */
"iiiip\0"
"glClearTexImage\0"
"\0"
- /* _mesa_function_pool[38463]: PolygonOffset (offset 319) */
+ /* _mesa_function_pool[38575]: PolygonOffset (offset 319) */
"ff\0"
"glPolygonOffset\0"
"\0"
- /* _mesa_function_pool[38483]: BeginPerfQueryINTEL (will be remapped) */
+ /* _mesa_function_pool[38595]: BeginPerfQueryINTEL (will be remapped) */
"i\0"
"glBeginPerfQueryINTEL\0"
"\0"
- /* _mesa_function_pool[38508]: SamplerParameterfv (will be remapped) */
+ /* _mesa_function_pool[38620]: SamplerParameterfv (will be remapped) */
"iip\0"
"glSamplerParameterfv\0"
"\0"
- /* _mesa_function_pool[38534]: Normal3fVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[38646]: Normal3fVertex3fSUN (dynamic) */
"ffffff\0"
"glNormal3fVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[38564]: ProgramEnvParameter4fARB (will be remapped) */
+ /* _mesa_function_pool[38676]: ProgramEnvParameter4fARB (will be remapped) */
"iiffff\0"
"glProgramEnvParameter4fARB\0"
"glProgramParameter4fNV\0"
"\0"
- /* _mesa_function_pool[38622]: ClearDepth (offset 208) */
+ /* _mesa_function_pool[38734]: ClearDepth (offset 208) */
"d\0"
"glClearDepth\0"
"\0"
- /* _mesa_function_pool[38638]: VertexAttrib3dvNV (will be remapped) */
+ /* _mesa_function_pool[38750]: VertexAttrib3dvNV (will be remapped) */
"ip\0"
"glVertexAttrib3dvNV\0"
"\0"
- /* _mesa_function_pool[38662]: Color4fv (offset 30) */
+ /* _mesa_function_pool[38774]: Color4fv (offset 30) */
"p\0"
"glColor4fv\0"
"\0"
- /* _mesa_function_pool[38676]: GetnMinmaxARB (will be remapped) */
+ /* _mesa_function_pool[38788]: GetnMinmaxARB (will be remapped) */
"iiiiip\0"
"glGetnMinmaxARB\0"
"\0"
- /* _mesa_function_pool[38700]: ColorPointer (offset 308) */
+ /* _mesa_function_pool[38812]: ColorPointer (offset 308) */
"iiip\0"
"glColorPointer\0"
"\0"
- /* _mesa_function_pool[38721]: GetPointerv (offset 329) */
+ /* _mesa_function_pool[38833]: GetPointerv (offset 329) */
"ip\0"
"glGetPointerv\0"
"glGetPointervEXT\0"
"\0"
- /* _mesa_function_pool[38756]: Lightiv (offset 162) */
+ /* _mesa_function_pool[38868]: Lightiv (offset 162) */
"iip\0"
"glLightiv\0"
"\0"
- /* _mesa_function_pool[38771]: GetTexParameteriv (offset 283) */
+ /* _mesa_function_pool[38883]: GetTexParameteriv (offset 283) */
"iip\0"
"glGetTexParameteriv\0"
"\0"
- /* _mesa_function_pool[38796]: TransformFeedbackVaryings (will be remapped) */
+ /* _mesa_function_pool[38908]: TransformFeedbackVaryings (will be remapped) */
"iipi\0"
"glTransformFeedbackVaryings\0"
"glTransformFeedbackVaryingsEXT\0"
"\0"
- /* _mesa_function_pool[38861]: VertexAttrib3sv (will be remapped) */
+ /* _mesa_function_pool[38973]: VertexAttrib3sv (will be remapped) */
"ip\0"
"glVertexAttrib3sv\0"
"glVertexAttrib3svARB\0"
"\0"
- /* _mesa_function_pool[38904]: IsVertexArray (will be remapped) */
+ /* _mesa_function_pool[39016]: IsVertexArray (will be remapped) */
"i\0"
"glIsVertexArray\0"
"glIsVertexArrayAPPLE\0"
"glIsVertexArrayOES\0"
"\0"
- /* _mesa_function_pool[38963]: PushClientAttrib (offset 335) */
+ /* _mesa_function_pool[39075]: PushClientAttrib (offset 335) */
"i\0"
"glPushClientAttrib\0"
"\0"
- /* _mesa_function_pool[38985]: ProgramUniform4ui (will be remapped) */
+ /* _mesa_function_pool[39097]: ProgramUniform4ui (will be remapped) */
"iiiiii\0"
"glProgramUniform4ui\0"
"glProgramUniform4uiEXT\0"
"\0"
- /* _mesa_function_pool[39036]: Uniform1f (will be remapped) */
+ /* _mesa_function_pool[39148]: Uniform1f (will be remapped) */
"if\0"
"glUniform1f\0"
"glUniform1fARB\0"
"\0"
- /* _mesa_function_pool[39067]: FragmentMaterialfSGIX (dynamic) */
+ /* _mesa_function_pool[39179]: FragmentMaterialfSGIX (dynamic) */
"iif\0"
"glFragmentMaterialfSGIX\0"
"\0"
- /* _mesa_function_pool[39096]: Uniform1i (will be remapped) */
+ /* _mesa_function_pool[39208]: Uniform1i (will be remapped) */
"ii\0"
"glUniform1i\0"
"glUniform1iARB\0"
"\0"
- /* _mesa_function_pool[39127]: GetPolygonStipple (offset 274) */
+ /* _mesa_function_pool[39239]: GetPolygonStipple (offset 274) */
"p\0"
"glGetPolygonStipple\0"
"\0"
- /* _mesa_function_pool[39150]: PixelTexGenSGIX (dynamic) */
+ /* _mesa_function_pool[39262]: PixelTexGenSGIX (dynamic) */
"i\0"
"glPixelTexGenSGIX\0"
"\0"
- /* _mesa_function_pool[39171]: ReplacementCodeusvSUN (dynamic) */
+ /* _mesa_function_pool[39283]: ReplacementCodeusvSUN (dynamic) */
"p\0"
"glReplacementCodeusvSUN\0"
"\0"
- /* _mesa_function_pool[39198]: UseProgram (will be remapped) */
+ /* _mesa_function_pool[39310]: UseProgram (will be remapped) */
"i\0"
"glUseProgram\0"
"glUseProgramObjectARB\0"
"\0"
- /* _mesa_function_pool[39236]: StartInstrumentsSGIX (dynamic) */
+ /* _mesa_function_pool[39348]: StartInstrumentsSGIX (dynamic) */
"\0"
"glStartInstrumentsSGIX\0"
"\0"
- /* _mesa_function_pool[39261]: FlushMappedBufferRangeAPPLE (will be remapped) */
+ /* _mesa_function_pool[39373]: FlushMappedBufferRangeAPPLE (will be remapped) */
"iii\0"
"glFlushMappedBufferRangeAPPLE\0"
"\0"
- /* _mesa_function_pool[39296]: GetFragDataLocation (will be remapped) */
+ /* _mesa_function_pool[39408]: GetFragDataLocation (will be remapped) */
"ip\0"
"glGetFragDataLocationEXT\0"
"glGetFragDataLocation\0"
"\0"
- /* _mesa_function_pool[39347]: PixelMapuiv (offset 252) */
+ /* _mesa_function_pool[39459]: PixelMapuiv (offset 252) */
"iip\0"
"glPixelMapuiv\0"
"\0"
- /* _mesa_function_pool[39366]: VertexWeightfvEXT (dynamic) */
+ /* _mesa_function_pool[39478]: VertexWeightfvEXT (dynamic) */
"p\0"
"glVertexWeightfvEXT\0"
"\0"
- /* _mesa_function_pool[39389]: GetFenceivNV (dynamic) */
+ /* _mesa_function_pool[39501]: GetFenceivNV (dynamic) */
"iip\0"
"glGetFenceivNV\0"
"\0"
- /* _mesa_function_pool[39409]: CurrentPaletteMatrixARB (dynamic) */
+ /* _mesa_function_pool[39521]: CurrentPaletteMatrixARB (dynamic) */
"i\0"
"glCurrentPaletteMatrixARB\0"
"glCurrentPaletteMatrixOES\0"
"\0"
- /* _mesa_function_pool[39464]: GetInteger64i_v (will be remapped) */
+ /* _mesa_function_pool[39576]: GetInteger64i_v (will be remapped) */
"iip\0"
"glGetInteger64i_v\0"
"\0"
- /* _mesa_function_pool[39487]: TexCoord2fColor4ubVertex3fSUN (dynamic) */
+ /* _mesa_function_pool[39599]: TexCoord2fColor4ubVertex3fSUN (dynamic) */
"ffiiiifff\0"
"glTexCoord2fColor4ubVertex3fSUN\0"
"\0"
- /* _mesa_function_pool[39530]: TagSampleBufferSGIX (dynamic) */
+ /* _mesa_function_pool[39642]: TagSampleBufferSGIX (dynamic) */
"\0"
"glTagSampleBufferSGIX\0"
"\0"
- /* _mesa_function_pool[39554]: Color3s (offset 17) */
+ /* _mesa_function_pool[39666]: Color3s (offset 17) */
"iii\0"
"glColor3s\0"
"\0"
- /* _mesa_function_pool[39569]: TexCoordPointer (offset 320) */
+ /* _mesa_function_pool[39681]: TexCoordPointer (offset 320) */
"iiip\0"
"glTexCoordPointer\0"
"\0"
- /* _mesa_function_pool[39593]: Color3i (offset 15) */
+ /* _mesa_function_pool[39705]: Color3i (offset 15) */
"iii\0"
"glColor3i\0"
"\0"
- /* _mesa_function_pool[39608]: EvalCoord2d (offset 232) */
+ /* _mesa_function_pool[39720]: EvalCoord2d (offset 232) */
"dd\0"
"glEvalCoord2d\0"
"\0"
- /* _mesa_function_pool[39626]: EvalCoord2f (offset 234) */
+ /* _mesa_function_pool[39738]: EvalCoord2f (offset 234) */
"ff\0"
"glEvalCoord2f\0"
"\0"
- /* _mesa_function_pool[39644]: Color3b (offset 9) */
+ /* _mesa_function_pool[39756]: Color3b (offset 9) */
"iii\0"
"glColor3b\0"
"\0"
- /* _mesa_function_pool[39659]: ExecuteProgramNV (will be remapped) */
+ /* _mesa_function_pool[39771]: ExecuteProgramNV (will be remapped) */
"iip\0"
"glExecuteProgramNV\0"
"\0"
- /* _mesa_function_pool[39683]: Color3f (offset 13) */
+ /* _mesa_function_pool[39795]: Color3f (offset 13) */
"fff\0"
"glColor3f\0"
"\0"
- /* _mesa_function_pool[39698]: Color3d (offset 11) */
+ /* _mesa_function_pool[39810]: Color3d (offset 11) */
"ddd\0"
"glColor3d\0"
"\0"
- /* _mesa_function_pool[39713]: GetVertexAttribdv (will be remapped) */
+ /* _mesa_function_pool[39825]: GetVertexAttribdv (will be remapped) */
"iip\0"
"glGetVertexAttribdv\0"
"glGetVertexAttribdvARB\0"
"\0"
- /* _mesa_function_pool[39761]: GetBufferPointerv (will be remapped) */
+ /* _mesa_function_pool[39873]: GetBufferPointerv (will be remapped) */
"iip\0"
"glGetBufferPointerv\0"
"glGetBufferPointervARB\0"
"glGetBufferPointervOES\0"
"\0"
- /* _mesa_function_pool[39832]: GenFramebuffers (will be remapped) */
+ /* _mesa_function_pool[39944]: GenFramebuffers (will be remapped) */
"ip\0"
"glGenFramebuffers\0"
"glGenFramebuffersEXT\0"
"glGenFramebuffersOES\0"
"\0"
- /* _mesa_function_pool[39896]: GenBuffers (will be remapped) */
+ /* _mesa_function_pool[40008]: GenBuffers (will be remapped) */
"ip\0"
"glGenBuffers\0"
"glGenBuffersARB\0"
"\0"
- /* _mesa_function_pool[39929]: ClearDepthx (will be remapped) */
+ /* _mesa_function_pool[40041]: ClearDepthx (will be remapped) */
"i\0"
"glClearDepthxOES\0"
"glClearDepthx\0"
"\0"
- /* _mesa_function_pool[39963]: BlendEquationSeparate (will be remapped) */
+ /* _mesa_function_pool[40075]: BlendEquationSeparate (will be remapped) */
"ii\0"
"glBlendEquationSeparate\0"
"glBlendEquationSeparateEXT\0"
"glBlendEquationSeparateATI\0"
"glBlendEquationSeparateOES\0"
"\0"
- /* _mesa_function_pool[40072]: PixelTransformParameteriEXT (dynamic) */
+ /* _mesa_function_pool[40184]: PixelTransformParameteriEXT (dynamic) */
"iii\0"
"glPixelTransformParameteriEXT\0"
"\0"
- /* _mesa_function_pool[40107]: MultiTexCoordP4ui (will be remapped) */
+ /* _mesa_function_pool[40219]: MultiTexCoordP4ui (will be remapped) */
"iii\0"
"glMultiTexCoordP4ui\0"
"\0"
- /* _mesa_function_pool[40132]: VertexAttribIPointer (will be remapped) */
+ /* _mesa_function_pool[40244]: VertexAttribIPointer (will be remapped) */
"iiiip\0"
"glVertexAttribIPointerEXT\0"
"glVertexAttribIPointer\0"
"\0"
- /* _mesa_function_pool[40188]: EnableVertexAttribArray (will be remapped) */
+ /* _mesa_function_pool[40300]: EnableVertexAttribArray (will be remapped) */
"i\0"
"glEnableVertexAttribArray\0"
"glEnableVertexAttribArrayARB\0"
"\0"
- /* _mesa_function_pool[40246]: FrameZoomSGIX (dynamic) */
+ /* _mesa_function_pool[40358]: FrameZoomSGIX (dynamic) */
"i\0"
"glFrameZoomSGIX\0"
"\0"
- /* _mesa_function_pool[40265]: RasterPos4sv (offset 85) */
+ /* _mesa_function_pool[40377]: RasterPos4sv (offset 85) */
"p\0"
"glRasterPos4sv\0"
"\0"
- /* _mesa_function_pool[40283]: SelectBuffer (offset 195) */
+ /* _mesa_function_pool[40395]: SelectBuffer (offset 195) */
"ip\0"
"glSelectBuffer\0"
"\0"
- /* _mesa_function_pool[40302]: GetSynciv (will be remapped) */
+ /* _mesa_function_pool[40414]: GetSynciv (will be remapped) */
"iiipp\0"
"glGetSynciv\0"
"\0"
- /* _mesa_function_pool[40321]: TextureView (will be remapped) */
+ /* _mesa_function_pool[40433]: TextureView (will be remapped) */
"iiiiiiii\0"
"glTextureView\0"
"\0"
- /* _mesa_function_pool[40345]: TexEnviv (offset 187) */
+ /* _mesa_function_pool[40457]: TexEnviv (offset 187) */
"iip\0"
"glTexEnviv\0"
"\0"
- /* _mesa_function_pool[40361]: TexSubImage3D (offset 372) */
+ /* _mesa_function_pool[40473]: TexSubImage3D (offset 372) */
"iiiiiiiiiip\0"
"glTexSubImage3D\0"
"glTexSubImage3DEXT\0"
"glTexSubImage3DOES\0"
"\0"
- /* _mesa_function_pool[40428]: Bitmap (offset 8) */
+ /* _mesa_function_pool[40540]: Bitmap (offset 8) */
"iiffffp\0"
"glBitmap\0"
"\0"
- /* _mesa_function_pool[40446]: VertexAttribDivisor (will be remapped) */
+ /* _mesa_function_pool[40558]: VertexAttribDivisor (will be remapped) */
"ii\0"
"glVertexAttribDivisorARB\0"
"glVertexAttribDivisor\0"
"\0"
- /* _mesa_function_pool[40497]: DrawTransformFeedbackStream (will be remapped) */
+ /* _mesa_function_pool[40609]: DrawTransformFeedbackStream (will be remapped) */
"iii\0"
"glDrawTransformFeedbackStream\0"
"\0"
- /* _mesa_function_pool[40532]: GetIntegerv (offset 263) */
+ /* _mesa_function_pool[40644]: GetIntegerv (offset 263) */
"ip\0"
"glGetIntegerv\0"
"\0"
- /* _mesa_function_pool[40550]: EndPerfQueryINTEL (will be remapped) */
+ /* _mesa_function_pool[40662]: EndPerfQueryINTEL (will be remapped) */
"i\0"
"glEndPerfQueryINTEL\0"
"\0"
- /* _mesa_function_pool[40573]: FragmentLightfvSGIX (dynamic) */
+ /* _mesa_function_pool[40685]: FragmentLightfvSGIX (dynamic) */
"iip\0"
"glFragmentLightfvSGIX\0"
"\0"
- /* _mesa_function_pool[40600]: TexCoord2fColor3fVertex3fvSUN (dynamic) */
+ /* _mesa_function_pool[40712]: TexCoord2fColor3fVertex3fvSUN (dynamic) */
"ppp\0"
"glTexCoord2fColor3fVertex3fvSUN\0"
"\0"
- /* _mesa_function_pool[40637]: GetActiveUniform (will be remapped) */
+ /* _mesa_function_pool[40749]: GetActiveUniform (will be remapped) */
"iiipppp\0"
"glGetActiveUniform\0"
"glGetActiveUniformARB\0"
"\0"
- /* _mesa_function_pool[40687]: AlphaFuncx (will be remapped) */
+ /* _mesa_function_pool[40799]: AlphaFuncx (will be remapped) */
"ii\0"
"glAlphaFuncxOES\0"
"glAlphaFuncx\0"
"\0"
- /* _mesa_function_pool[40720]: VertexAttribI2ivEXT (will be remapped) */
+ /* _mesa_function_pool[40832]: VertexAttribI2ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI2ivEXT\0"
"glVertexAttribI2iv\0"
"\0"
- /* _mesa_function_pool[40765]: VertexBlendARB (dynamic) */
+ /* _mesa_function_pool[40877]: VertexBlendARB (dynamic) */
"i\0"
"glVertexBlendARB\0"
"\0"
- /* _mesa_function_pool[40785]: Map1d (offset 220) */
+ /* _mesa_function_pool[40897]: Map1d (offset 220) */
"iddiip\0"
"glMap1d\0"
"\0"
- /* _mesa_function_pool[40801]: Map1f (offset 221) */
+ /* _mesa_function_pool[40913]: Map1f (offset 221) */
"iffiip\0"
"glMap1f\0"
"\0"
- /* _mesa_function_pool[40817]: AreTexturesResident (offset 322) */
+ /* _mesa_function_pool[40929]: AreTexturesResident (offset 322) */
"ipp\0"
"glAreTexturesResident\0"
"glAreTexturesResidentEXT\0"
"\0"
- /* _mesa_function_pool[40869]: ProgramNamedParameter4fNV (will be remapped) */
+ /* _mesa_function_pool[40981]: ProgramNamedParameter4fNV (will be remapped) */
"iipffff\0"
"glProgramNamedParameter4fNV\0"
"\0"
- /* _mesa_function_pool[40906]: PixelTransferi (offset 248) */
+ /* _mesa_function_pool[41018]: PixelTransferi (offset 248) */
"ii\0"
"glPixelTransferi\0"
"\0"
- /* _mesa_function_pool[40927]: VertexAttrib3fvNV (will be remapped) */
+ /* _mesa_function_pool[41039]: VertexAttrib3fvNV (will be remapped) */
"ip\0"
"glVertexAttrib3fvNV\0"
"\0"
- /* _mesa_function_pool[40951]: GetFinalCombinerInputParameterivNV (dynamic) */
+ /* _mesa_function_pool[41063]: GetFinalCombinerInputParameterivNV (dynamic) */
"iip\0"
"glGetFinalCombinerInputParameterivNV\0"
"\0"
- /* _mesa_function_pool[40993]: SecondaryColorP3ui (will be remapped) */
+ /* _mesa_function_pool[41105]: SecondaryColorP3ui (will be remapped) */
"ii\0"
"glSecondaryColorP3ui\0"
"\0"
- /* _mesa_function_pool[41018]: BindTextures (will be remapped) */
+ /* _mesa_function_pool[41130]: BindTextures (will be remapped) */
"iip\0"
"glBindTextures\0"
"\0"
- /* _mesa_function_pool[41038]: GetMapParameterivNV (dynamic) */
+ /* _mesa_function_pool[41150]: GetMapParameterivNV (dynamic) */
"iip\0"
"glGetMapParameterivNV\0"
"\0"
- /* _mesa_function_pool[41065]: VertexAttrib4fvNV (will be remapped) */
+ /* _mesa_function_pool[41177]: VertexAttrib4fvNV (will be remapped) */
"ip\0"
"glVertexAttrib4fvNV\0"
"\0"
- /* _mesa_function_pool[41089]: Rectiv (offset 91) */
+ /* _mesa_function_pool[41201]: Rectiv (offset 91) */
"pp\0"
"glRectiv\0"
"\0"
- /* _mesa_function_pool[41102]: MultiTexCoord1iv (offset 381) */
+ /* _mesa_function_pool[41214]: MultiTexCoord1iv (offset 381) */
"ip\0"
"glMultiTexCoord1iv\0"
"glMultiTexCoord1ivARB\0"
"\0"
- /* _mesa_function_pool[41147]: PassTexCoordATI (will be remapped) */
+ /* _mesa_function_pool[41259]: PassTexCoordATI (will be remapped) */
"iii\0"
"glPassTexCoordATI\0"
"\0"
- /* _mesa_function_pool[41170]: Tangent3dEXT (dynamic) */
+ /* _mesa_function_pool[41282]: Tangent3dEXT (dynamic) */
"ddd\0"
"glTangent3dEXT\0"
"\0"
- /* _mesa_function_pool[41190]: Vertex2fv (offset 129) */
+ /* _mesa_function_pool[41302]: Vertex2fv (offset 129) */
"p\0"
"glVertex2fv\0"
"\0"
- /* _mesa_function_pool[41205]: BindRenderbufferEXT (will be remapped) */
+ /* _mesa_function_pool[41317]: BindRenderbufferEXT (will be remapped) */
"ii\0"
"glBindRenderbufferEXT\0"
"\0"
- /* _mesa_function_pool[41231]: Vertex3sv (offset 141) */
+ /* _mesa_function_pool[41343]: Vertex3sv (offset 141) */
"p\0"
"glVertex3sv\0"
"\0"
- /* _mesa_function_pool[41246]: EvalMesh1 (offset 236) */
+ /* _mesa_function_pool[41358]: EvalMesh1 (offset 236) */
"iii\0"
"glEvalMesh1\0"
"\0"
- /* _mesa_function_pool[41263]: DiscardFramebufferEXT (will be remapped) */
+ /* _mesa_function_pool[41375]: DiscardFramebufferEXT (will be remapped) */
"iip\0"
"glDiscardFramebufferEXT\0"
"\0"
- /* _mesa_function_pool[41292]: Uniform2f (will be remapped) */
+ /* _mesa_function_pool[41404]: Uniform2f (will be remapped) */
"iff\0"
"glUniform2f\0"
"glUniform2fARB\0"
"\0"
- /* _mesa_function_pool[41324]: ColorPointerEXT (will be remapped) */
+ /* _mesa_function_pool[41436]: ColorPointerEXT (will be remapped) */
"iiiip\0"
"glColorPointerEXT\0"
"\0"
- /* _mesa_function_pool[41349]: LineWidth (offset 168) */
+ /* _mesa_function_pool[41461]: LineWidth (offset 168) */
"f\0"
"glLineWidth\0"
"\0"
- /* _mesa_function_pool[41364]: Uniform2i (will be remapped) */
+ /* _mesa_function_pool[41476]: Uniform2i (will be remapped) */
"iii\0"
"glUniform2i\0"
"glUniform2iARB\0"
"\0"
- /* _mesa_function_pool[41396]: MultiDrawElementsBaseVertex (will be remapped) */
+ /* _mesa_function_pool[41508]: MultiDrawElementsBaseVertex (will be remapped) */
"ipipip\0"
"glMultiDrawElementsBaseVertex\0"
"\0"
- /* _mesa_function_pool[41434]: Lightxv (will be remapped) */
+ /* _mesa_function_pool[41546]: Lightxv (will be remapped) */
"iip\0"
"glLightxvOES\0"
"glLightxv\0"
"\0"
- /* _mesa_function_pool[41462]: DepthRangeIndexed (will be remapped) */
+ /* _mesa_function_pool[41574]: DepthRangeIndexed (will be remapped) */
"idd\0"
"glDepthRangeIndexed\0"
"\0"
- /* _mesa_function_pool[41487]: GetConvolutionParameterfv (offset 357) */
+ /* _mesa_function_pool[41599]: GetConvolutionParameterfv (offset 357) */
"iip\0"
"glGetConvolutionParameterfv\0"
"glGetConvolutionParameterfvEXT\0"
"\0"
- /* _mesa_function_pool[41551]: GetTexBumpParameterfvATI (will be remapped) */
+ /* _mesa_function_pool[41663]: GetTexBumpParameterfvATI (will be remapped) */
"ip\0"
"glGetTexBumpParameterfvATI\0"
"\0"
- /* _mesa_function_pool[41582]: ProgramNamedParameter4dNV (will be remapped) */
+ /* _mesa_function_pool[41694]: ProgramNamedParameter4dNV (will be remapped) */
"iipdddd\0"
"glProgramNamedParameter4dNV\0"
"\0"
- /* _mesa_function_pool[41619]: GetMaterialfv (offset 269) */
+ /* _mesa_function_pool[41731]: GetMaterialfv (offset 269) */
"iip\0"
"glGetMaterialfv\0"
"\0"
- /* _mesa_function_pool[41640]: TexImage3DMultisample (will be remapped) */
+ /* _mesa_function_pool[41752]: TexImage3DMultisample (will be remapped) */
"iiiiiii\0"
"glTexImage3DMultisample\0"
"\0"
- /* _mesa_function_pool[41673]: VertexAttrib1fvNV (will be remapped) */
+ /* _mesa_function_pool[41785]: VertexAttrib1fvNV (will be remapped) */
"ip\0"
"glVertexAttrib1fvNV\0"
"\0"
- /* _mesa_function_pool[41697]: GetUniformBlockIndex (will be remapped) */
+ /* _mesa_function_pool[41809]: GetUniformBlockIndex (will be remapped) */
"ip\0"
"glGetUniformBlockIndex\0"
"\0"
- /* _mesa_function_pool[41724]: DetachShader (will be remapped) */
+ /* _mesa_function_pool[41836]: DetachShader (will be remapped) */
"ii\0"
"glDetachShader\0"
"\0"
- /* _mesa_function_pool[41743]: CopyTexSubImage2D (offset 326) */
+ /* _mesa_function_pool[41855]: CopyTexSubImage2D (offset 326) */
"iiiiiiii\0"
"glCopyTexSubImage2D\0"
"glCopyTexSubImage2DEXT\0"
"\0"
- /* _mesa_function_pool[41796]: SampleCoverage (will be remapped) */
+ /* _mesa_function_pool[41908]: SampleCoverage (will be remapped) */
"fi\0"
"glSampleCoverage\0"
"glSampleCoverageARB\0"
"\0"
- /* _mesa_function_pool[41837]: GetObjectParameterivARB (will be remapped) */
+ /* _mesa_function_pool[41949]: GetObjectParameterivARB (will be remapped) */
"iip\0"
"glGetObjectParameterivARB\0"
"\0"
- /* _mesa_function_pool[41868]: Color3iv (offset 16) */
+ /* _mesa_function_pool[41980]: Color3iv (offset 16) */
"p\0"
"glColor3iv\0"
"\0"
- /* _mesa_function_pool[41882]: DrawElements (offset 311) */
+ /* _mesa_function_pool[41994]: DrawElements (offset 311) */
"iiip\0"
"glDrawElements\0"
"\0"
- /* _mesa_function_pool[41903]: ScissorArrayv (will be remapped) */
+ /* _mesa_function_pool[42015]: ScissorArrayv (will be remapped) */
"iip\0"
"glScissorArrayv\0"
"\0"
- /* _mesa_function_pool[41924]: GetInternalformativ (will be remapped) */
+ /* _mesa_function_pool[42036]: GetInternalformativ (will be remapped) */
"iiiip\0"
"glGetInternalformativ\0"
"\0"
- /* _mesa_function_pool[41953]: EvalPoint2 (offset 239) */
+ /* _mesa_function_pool[42065]: EvalPoint2 (offset 239) */
"ii\0"
"glEvalPoint2\0"
"\0"
- /* _mesa_function_pool[41970]: EvalPoint1 (offset 237) */
+ /* _mesa_function_pool[42082]: EvalPoint1 (offset 237) */
"i\0"
"glEvalPoint1\0"
"\0"
- /* _mesa_function_pool[41986]: PopMatrix (offset 297) */
+ /* _mesa_function_pool[42098]: PopMatrix (offset 297) */
"\0"
"glPopMatrix\0"
"\0"
- /* _mesa_function_pool[42000]: FinishFenceNV (dynamic) */
+ /* _mesa_function_pool[42112]: FinishFenceNV (dynamic) */
"i\0"
"glFinishFenceNV\0"
"\0"
- /* _mesa_function_pool[42019]: Tangent3bvEXT (dynamic) */
+ /* _mesa_function_pool[42131]: Tangent3bvEXT (dynamic) */
"p\0"
"glTangent3bvEXT\0"
"\0"
- /* _mesa_function_pool[42038]: GetTexGeniv (offset 280) */
+ /* _mesa_function_pool[42150]: GetTexGeniv (offset 280) */
"iip\0"
"glGetTexGeniv\0"
"glGetTexGenivOES\0"
"\0"
- /* _mesa_function_pool[42074]: GetFirstPerfQueryIdINTEL (will be remapped) */
+ /* _mesa_function_pool[42186]: GetFirstPerfQueryIdINTEL (will be remapped) */
"p\0"
"glGetFirstPerfQueryIdINTEL\0"
"\0"
- /* _mesa_function_pool[42104]: ActiveProgramEXT (will be remapped) */
+ /* _mesa_function_pool[42216]: ActiveProgramEXT (will be remapped) */
"i\0"
"glActiveProgramEXT\0"
"\0"
- /* _mesa_function_pool[42126]: PixelTransformParameterivEXT (dynamic) */
+ /* _mesa_function_pool[42238]: PixelTransformParameterivEXT (dynamic) */
"iip\0"
"glPixelTransformParameterivEXT\0"
"\0"
- /* _mesa_function_pool[42162]: TexCoord4fVertex4fvSUN (dynamic) */
+ /* _mesa_function_pool[42274]: TexCoord4fVertex4fvSUN (dynamic) */
"pp\0"
"glTexCoord4fVertex4fvSUN\0"
"\0"
- /* _mesa_function_pool[42191]: UnmapBuffer (will be remapped) */
+ /* _mesa_function_pool[42303]: UnmapBuffer (will be remapped) */
"i\0"
"glUnmapBuffer\0"
"glUnmapBufferARB\0"
"glUnmapBufferOES\0"
"\0"
- /* _mesa_function_pool[42242]: EvalCoord1d (offset 228) */
+ /* _mesa_function_pool[42354]: EvalCoord1d (offset 228) */
"d\0"
"glEvalCoord1d\0"
"\0"
- /* _mesa_function_pool[42259]: EvalCoord1f (offset 230) */
+ /* _mesa_function_pool[42371]: EvalCoord1f (offset 230) */
"f\0"
"glEvalCoord1f\0"
"\0"
- /* _mesa_function_pool[42276]: IndexMaterialEXT (dynamic) */
+ /* _mesa_function_pool[42388]: IndexMaterialEXT (dynamic) */
"ii\0"
"glIndexMaterialEXT\0"
"\0"
- /* _mesa_function_pool[42299]: Materialf (offset 169) */
+ /* _mesa_function_pool[42411]: Materialf (offset 169) */
"iif\0"
"glMaterialf\0"
"\0"
- /* _mesa_function_pool[42316]: VertexAttribs2dvNV (will be remapped) */
+ /* _mesa_function_pool[42428]: VertexAttribs2dvNV (will be remapped) */
"iip\0"
"glVertexAttribs2dvNV\0"
"\0"
- /* _mesa_function_pool[42342]: ProgramUniform1uiv (will be remapped) */
+ /* _mesa_function_pool[42454]: ProgramUniform1uiv (will be remapped) */
"iiip\0"
"glProgramUniform1uiv\0"
"glProgramUniform1uivEXT\0"
"\0"
- /* _mesa_function_pool[42393]: EvalCoord1dv (offset 229) */
+ /* _mesa_function_pool[42505]: EvalCoord1dv (offset 229) */
"p\0"
"glEvalCoord1dv\0"
"\0"
- /* _mesa_function_pool[42411]: Materialx (will be remapped) */
+ /* _mesa_function_pool[42523]: Materialx (will be remapped) */
"iii\0"
"glMaterialxOES\0"
"glMaterialx\0"
"\0"
- /* _mesa_function_pool[42443]: GetLightiv (offset 265) */
+ /* _mesa_function_pool[42555]: GetLightiv (offset 265) */
"iip\0"
"glGetLightiv\0"
"\0"
- /* _mesa_function_pool[42461]: BindBuffer (will be remapped) */
+ /* _mesa_function_pool[42573]: BindBuffer (will be remapped) */
"ii\0"
"glBindBuffer\0"
"glBindBufferARB\0"
"\0"
- /* _mesa_function_pool[42494]: ProgramUniform1i (will be remapped) */
+ /* _mesa_function_pool[42606]: ProgramUniform1i (will be remapped) */
"iii\0"
"glProgramUniform1i\0"
"glProgramUniform1iEXT\0"
"\0"
- /* _mesa_function_pool[42540]: ProgramUniform1f (will be remapped) */
+ /* _mesa_function_pool[42652]: ProgramUniform1f (will be remapped) */
"iif\0"
"glProgramUniform1f\0"
"glProgramUniform1fEXT\0"
"\0"
- /* _mesa_function_pool[42586]: WindowPos3iv (will be remapped) */
+ /* _mesa_function_pool[42698]: WindowPos3iv (will be remapped) */
"p\0"
"glWindowPos3iv\0"
"glWindowPos3ivARB\0"
"glWindowPos3ivMESA\0"
"\0"
- /* _mesa_function_pool[42641]: CopyConvolutionFilter2D (offset 355) */
+ /* _mesa_function_pool[42753]: CopyConvolutionFilter2D (offset 355) */
"iiiiii\0"
"glCopyConvolutionFilter2D\0"
"glCopyConvolutionFilter2DEXT\0"
"\0"
- /* _mesa_function_pool[42704]: CopyBufferSubData (will be remapped) */
+ /* _mesa_function_pool[42816]: CopyBufferSubData (will be remapped) */
"iiiii\0"
"glCopyBufferSubData\0"
"\0"
- /* _mesa_function_pool[42731]: WeightfvARB (dynamic) */
+ /* _mesa_function_pool[42843]: WeightfvARB (dynamic) */
"ip\0"
"glWeightfvARB\0"
"\0"
- /* _mesa_function_pool[42749]: UniformMatrix3x4fv (will be remapped) */
+ /* _mesa_function_pool[42861]: UniformMatrix3x4fv (will be remapped) */
"iiip\0"
"glUniformMatrix3x4fv\0"
"\0"
- /* _mesa_function_pool[42776]: Recti (offset 90) */
+ /* _mesa_function_pool[42888]: Recti (offset 90) */
"iiii\0"
"glRecti\0"
"\0"
- /* _mesa_function_pool[42790]: VertexAttribI3ivEXT (will be remapped) */
+ /* _mesa_function_pool[42902]: VertexAttribI3ivEXT (will be remapped) */
"ip\0"
"glVertexAttribI3ivEXT\0"
"glVertexAttribI3iv\0"
"\0"
- /* _mesa_function_pool[42835]: DeleteSamplers (will be remapped) */
+ /* _mesa_function_pool[42947]: DeleteSamplers (will be remapped) */
"ip\0"
"glDeleteSamplers\0"
"\0"
- /* _mesa_function_pool[42856]: SamplerParameteri (will be remapped) */
+ /* _mesa_function_pool[42968]: SamplerParameteri (will be remapped) */
"iii\0"
"glSamplerParameteri\0"
"\0"
- /* _mesa_function_pool[42881]: Rectf (offset 88) */
+ /* _mesa_function_pool[42993]: Rectf (offset 88) */
"ffff\0"
"glRectf\0"
"\0"
- /* _mesa_function_pool[42895]: Rectd (offset 86) */
+ /* _mesa_function_pool[43007]: Rectd (offset 86) */
"dddd\0"
"glRectd\0"
"\0"
- /* _mesa_function_pool[42909]: SamplerParameterf (will be remapped) */
+ /* _mesa_function_pool[43021]: SamplerParameterf (will be remapped) */
"iif\0"
"glSamplerParameterf\0"
"\0"
- /* _mesa_function_pool[42934]: Rects (offset 92) */
+ /* _mesa_function_pool[43046]: Rects (offset 92) */
"iiii\0"
"glRects\0"
"\0"
- /* _mesa_function_pool[42948]: CombinerParameterfNV (dynamic) */
+ /* _mesa_function_pool[43060]: CombinerParameterfNV (dynamic) */
"if\0"
"glCombinerParameterfNV\0"
"\0"
- /* _mesa_function_pool[42975]: GetVertexAttribIiv (will be remapped) */
+ /* _mesa_function_pool[43087]: GetVertexAttribIiv (will be remapped) */
"iip\0"
"glGetVertexAttribIivEXT\0"
"glGetVertexAttribIiv\0"
"\0"
- /* _mesa_function_pool[43025]: ClientWaitSync (will be remapped) */
+ /* _mesa_function_pool[43137]: ClientWaitSync (will be remapped) */
"iii\0"
"glClientWaitSync\0"
"\0"
- /* _mesa_function_pool[43047]: TexCoord4s (offset 124) */
+ /* _mesa_function_pool[43159]: TexCoord4s (offset 124) */
"iiii\0"
"glTexCoord4s\0"
"\0"
- /* _mesa_function_pool[43066]: TexEnvxv (will be remapped) */
+ /* _mesa_function_pool[43178]: TexEnvxv (will be remapped) */
"iip\0"
"glTexEnvxvOES\0"
"glTexEnvxv\0"
"\0"
- /* _mesa_function_pool[43096]: TexCoord4i (offset 122) */
+ /* _mesa_function_pool[43208]: TexCoord4i (offset 122) */
"iiii\0"
"glTexCoord4i\0"
"\0"
- /* _mesa_function_pool[43115]: ObjectPurgeableAPPLE (will be remapped) */
+ /* _mesa_function_pool[43227]: ObjectPurgeableAPPLE (will be remapped) */
"iii\0"
"glObjectPurgeableAPPLE\0"
"\0"
- /* _mesa_function_pool[43143]: TexCoord4d (offset 118) */
+ /* _mesa_function_pool[43255]: TexCoord4d (offset 118) */
"dddd\0"
"glTexCoord4d\0"
"\0"
- /* _mesa_function_pool[43162]: TexCoord4f (offset 120) */
+ /* _mesa_function_pool[43274]: TexCoord4f (offset 120) */
"ffff\0"
"glTexCoord4f\0"
"\0"
- /* _mesa_function_pool[43181]: GetBooleanv (offset 258) */
+ /* _mesa_function_pool[43293]: GetBooleanv (offset 258) */
"ip\0"
"glGetBooleanv\0"
"\0"
- /* _mesa_function_pool[43199]: IsAsyncMarkerSGIX (dynamic) */
+ /* _mesa_function_pool[43311]: IsAsyncMarkerSGIX (dynamic) */
"i\0"
"glIsAsyncMarkerSGIX\0"
"\0"
- /* _mesa_function_pool[43222]: LockArraysEXT (will be remapped) */
+ /* _mesa_function_pool[43334]: LockArraysEXT (will be remapped) */
"ii\0"
"glLockArraysEXT\0"
"\0"
- /* _mesa_function_pool[43242]: GetActiveUniformBlockiv (will be remapped) */
+ /* _mesa_function_pool[43354]: GetActiveUniformBlockiv (will be remapped) */
"iiip\0"
"glGetActiveUniformBlockiv\0"
"\0"
- /* _mesa_function_pool[43274]: GetPerfMonitorCountersAMD (will be remapped) */
+ /* _mesa_function_pool[43386]: GetPerfMonitorCountersAMD (will be remapped) */
"ippip\0"
"glGetPerfMonitorCountersAMD\0"
"\0"
- /* _mesa_function_pool[43309]: ObjectPtrLabel (will be remapped) */
+ /* _mesa_function_pool[43421]: ObjectPtrLabel (will be remapped) */
"pip\0"
"glObjectPtrLabel\0"
"\0"
- /* _mesa_function_pool[43331]: Rectfv (offset 89) */
+ /* _mesa_function_pool[43443]: Rectfv (offset 89) */
"pp\0"
"glRectfv\0"
"\0"
- /* _mesa_function_pool[43344]: BindImageTexture (will be remapped) */
+ /* _mesa_function_pool[43456]: BindImageTexture (will be remapped) */
"iiiiiii\0"
"glBindImageTexture\0"
"\0"
- /* _mesa_function_pool[43372]: ClearDepthf (will be remapped) */
+ /* _mesa_function_pool[43484]: ClearDepthf (will be remapped) */
"f\0"
"glClearDepthf\0"
"glClearDepthfOES\0"
"\0"
- /* _mesa_function_pool[43406]: VertexP4uiv (will be remapped) */
+ /* _mesa_function_pool[43518]: VertexP4uiv (will be remapped) */
"ip\0"
"glVertexP4uiv\0"
"\0"
- /* _mesa_function_pool[43424]: MinSampleShading (will be remapped) */
+ /* _mesa_function_pool[43536]: MinSampleShading (will be remapped) */
"f\0"
"glMinSampleShadingARB\0"
"glMinSampleShading\0"
"\0"
- /* _mesa_function_pool[43468]: GetRenderbufferParameteriv (will be remapped) */
+ /* _mesa_function_pool[43580]: GetRenderbufferParameteriv (will be remapped) */
"iip\0"
"glGetRenderbufferParameteriv\0"
"glGetRenderbufferParameterivEXT\0"
"glGetRenderbufferParameterivOES\0"
"\0"
- /* _mesa_function_pool[43566]: EdgeFlagPointerListIBM (dynamic) */
+ /* _mesa_function_pool[43678]: EdgeFlagPointerListIBM (dynamic) */
"ipi\0"
"glEdgeFlagPointerListIBM\0"
"\0"
- /* _mesa_function_pool[43596]: WindowPos2sv (will be remapped) */
+ /* _mesa_function_pool[43708]: WindowPos2sv (will be remapped) */
"p\0"
"glWindowPos2sv\0"
"glWindowPos2svARB\0"
"glWindowPos2svMESA\0"
"\0"
- /* _mesa_function_pool[43651]: VertexArrayRangeNV (dynamic) */
+ /* _mesa_function_pool[43763]: VertexArrayRangeNV (dynamic) */
"ip\0"
"glVertexArrayRangeNV\0"
"\0"
- /* _mesa_function_pool[43676]: GetPerfMonitorCounterStringAMD (will be remapped) */
+ /* _mesa_function_pool[43788]: GetPerfMonitorCounterStringAMD (will be remapped) */
"iiipp\0"
"glGetPerfMonitorCounterStringAMD\0"
"\0"
- /* _mesa_function_pool[43716]: EndFragmentShaderATI (will be remapped) */
+ /* _mesa_function_pool[43828]: EndFragmentShaderATI (will be remapped) */
"\0"
"glEndFragmentShaderATI\0"
"\0"
- /* _mesa_function_pool[43741]: Uniform4iv (will be remapped) */
+ /* _mesa_function_pool[43853]: Uniform4iv (will be remapped) */
"iip\0"
"glUniform4iv\0"
"glUniform4ivARB\0"
@@ -6092,842 +6100,843 @@ static const char _mesa_function_pool[] =
/* these functions need to be remapped */
static const struct gl_function_pool_remap MESA_remap_table_functions[] = {
- { 17927, CompressedTexImage1D_remap_index },
- { 15417, CompressedTexImage2D_remap_index },
- { 11307, CompressedTexImage3D_remap_index },
- { 28414, CompressedTexSubImage1D_remap_index },
- { 34369, CompressedTexSubImage2D_remap_index },
- { 5818, CompressedTexSubImage3D_remap_index },
- { 3918, GetCompressedTexImage_remap_index },
- { 17136, LoadTransposeMatrixd_remap_index },
- { 17084, LoadTransposeMatrixf_remap_index },
- { 31850, MultTransposeMatrixd_remap_index },
- { 12614, MultTransposeMatrixf_remap_index },
- { 41796, SampleCoverage_remap_index },
+ { 17938, CompressedTexImage1D_remap_index },
+ { 15428, CompressedTexImage2D_remap_index },
+ { 11318, CompressedTexImage3D_remap_index },
+ { 28480, CompressedTexSubImage1D_remap_index },
+ { 34435, CompressedTexSubImage2D_remap_index },
+ { 5829, CompressedTexSubImage3D_remap_index },
+ { 3939, GetCompressedTexImage_remap_index },
+ { 17147, LoadTransposeMatrixd_remap_index },
+ { 17095, LoadTransposeMatrixf_remap_index },
+ { 31916, MultTransposeMatrixd_remap_index },
+ { 12625, MultTransposeMatrixf_remap_index },
+ { 41908, SampleCoverage_remap_index },
{ 3187, BlendFuncSeparate_remap_index },
- { 20718, FogCoordPointer_remap_index },
- { 37926, FogCoordd_remap_index },
- { 37702, FogCoorddv_remap_index },
- { 30892, MultiDrawArrays_remap_index },
- { 29281, PointParameterf_remap_index },
- { 4528, PointParameterfv_remap_index },
- { 29239, PointParameteri_remap_index },
- { 8163, PointParameteriv_remap_index },
- { 4950, SecondaryColor3b_remap_index },
- { 37517, SecondaryColor3bv_remap_index },
- { 32051, SecondaryColor3d_remap_index },
- { 11440, SecondaryColor3dv_remap_index },
- { 5046, SecondaryColor3i_remap_index },
- { 27601, SecondaryColor3iv_remap_index },
- { 4826, SecondaryColor3s_remap_index },
- { 14703, SecondaryColor3sv_remap_index },
- { 20871, SecondaryColor3ub_remap_index },
- { 6711, SecondaryColor3ubv_remap_index },
- { 20919, SecondaryColor3ui_remap_index },
- { 22801, SecondaryColor3uiv_remap_index },
- { 20762, SecondaryColor3us_remap_index },
- { 9163, SecondaryColor3usv_remap_index },
- { 33153, SecondaryColorPointer_remap_index },
- { 11065, WindowPos2d_remap_index },
- { 16150, WindowPos2dv_remap_index },
- { 11012, WindowPos2f_remap_index },
- { 22155, WindowPos2fv_remap_index },
- { 11118, WindowPos2i_remap_index },
- { 6072, WindowPos2iv_remap_index },
- { 11171, WindowPos2s_remap_index },
- { 43596, WindowPos2sv_remap_index },
- { 14950, WindowPos3d_remap_index },
- { 14434, WindowPos3dv_remap_index },
- { 15037, WindowPos3f_remap_index },
- { 8022, WindowPos3fv_remap_index },
- { 15146, WindowPos3i_remap_index },
- { 42586, WindowPos3iv_remap_index },
- { 15262, WindowPos3s_remap_index },
- { 23524, WindowPos3sv_remap_index },
- { 5954, BeginQuery_remap_index },
- { 42461, BindBuffer_remap_index },
- { 36348, BufferData_remap_index },
- { 9660, BufferSubData_remap_index },
- { 29552, DeleteBuffers_remap_index },
- { 21165, DeleteQueries_remap_index },
- { 18750, EndQuery_remap_index },
- { 39896, GenBuffers_remap_index },
+ { 20729, FogCoordPointer_remap_index },
+ { 38038, FogCoordd_remap_index },
+ { 37814, FogCoorddv_remap_index },
+ { 30958, MultiDrawArrays_remap_index },
+ { 29347, PointParameterf_remap_index },
+ { 4549, PointParameterfv_remap_index },
+ { 29305, PointParameteri_remap_index },
+ { 8174, PointParameteriv_remap_index },
+ { 4971, SecondaryColor3b_remap_index },
+ { 37629, SecondaryColor3bv_remap_index },
+ { 32117, SecondaryColor3d_remap_index },
+ { 11451, SecondaryColor3dv_remap_index },
+ { 5067, SecondaryColor3i_remap_index },
+ { 27667, SecondaryColor3iv_remap_index },
+ { 4847, SecondaryColor3s_remap_index },
+ { 14714, SecondaryColor3sv_remap_index },
+ { 20882, SecondaryColor3ub_remap_index },
+ { 6722, SecondaryColor3ubv_remap_index },
+ { 20930, SecondaryColor3ui_remap_index },
+ { 22812, SecondaryColor3uiv_remap_index },
+ { 20773, SecondaryColor3us_remap_index },
+ { 9174, SecondaryColor3usv_remap_index },
+ { 33219, SecondaryColorPointer_remap_index },
+ { 11076, WindowPos2d_remap_index },
+ { 16161, WindowPos2dv_remap_index },
+ { 11023, WindowPos2f_remap_index },
+ { 22166, WindowPos2fv_remap_index },
+ { 11129, WindowPos2i_remap_index },
+ { 6083, WindowPos2iv_remap_index },
+ { 11182, WindowPos2s_remap_index },
+ { 43708, WindowPos2sv_remap_index },
+ { 14961, WindowPos3d_remap_index },
+ { 14445, WindowPos3dv_remap_index },
+ { 15048, WindowPos3f_remap_index },
+ { 8033, WindowPos3fv_remap_index },
+ { 15157, WindowPos3i_remap_index },
+ { 42698, WindowPos3iv_remap_index },
+ { 15273, WindowPos3s_remap_index },
+ { 23560, WindowPos3sv_remap_index },
+ { 5965, BeginQuery_remap_index },
+ { 42573, BindBuffer_remap_index },
+ { 36450, BufferData_remap_index },
+ { 9671, BufferSubData_remap_index },
+ { 29618, DeleteBuffers_remap_index },
+ { 21176, DeleteQueries_remap_index },
+ { 18761, EndQuery_remap_index },
+ { 40008, GenBuffers_remap_index },
{ 1815, GenQueries_remap_index },
- { 27075, GetBufferParameteriv_remap_index },
- { 39761, GetBufferPointerv_remap_index },
- { 29591, GetBufferSubData_remap_index },
- { 7701, GetQueryObjectiv_remap_index },
- { 7370, GetQueryObjectuiv_remap_index },
- { 11633, GetQueryiv_remap_index },
- { 17617, IsBuffer_remap_index },
- { 27322, IsQuery_remap_index },
- { 11744, MapBuffer_remap_index },
- { 42191, UnmapBuffer_remap_index },
+ { 27124, GetBufferParameteriv_remap_index },
+ { 39873, GetBufferPointerv_remap_index },
+ { 29657, GetBufferSubData_remap_index },
+ { 7712, GetQueryObjectiv_remap_index },
+ { 7381, GetQueryObjectuiv_remap_index },
+ { 11644, GetQueryiv_remap_index },
+ { 17628, IsBuffer_remap_index },
+ { 27371, IsQuery_remap_index },
+ { 11755, MapBuffer_remap_index },
+ { 42303, UnmapBuffer_remap_index },
{ 315, AttachShader_remap_index },
- { 34837, BindAttribLocation_remap_index },
- { 39963, BlendEquationSeparate_remap_index },
- { 30591, CompileShader_remap_index },
- { 13923, CreateProgram_remap_index },
- { 29467, CreateShader_remap_index },
- { 19576, DeleteProgram_remap_index },
- { 30573, DeleteShader_remap_index },
- { 41724, DetachShader_remap_index },
- { 32803, DisableVertexAttribArray_remap_index },
- { 21953, DrawBuffers_remap_index },
- { 40188, EnableVertexAttribArray_remap_index },
- { 35490, GetActiveAttrib_remap_index },
- { 40637, GetActiveUniform_remap_index },
- { 16723, GetAttachedShaders_remap_index },
- { 26041, GetAttribLocation_remap_index },
- { 10752, GetProgramInfoLog_remap_index },
- { 21723, GetProgramiv_remap_index },
+ { 34903, BindAttribLocation_remap_index },
+ { 40075, BlendEquationSeparate_remap_index },
+ { 30657, CompileShader_remap_index },
+ { 13934, CreateProgram_remap_index },
+ { 29533, CreateShader_remap_index },
+ { 19587, DeleteProgram_remap_index },
+ { 30639, DeleteShader_remap_index },
+ { 41836, DetachShader_remap_index },
+ { 32869, DisableVertexAttribArray_remap_index },
+ { 21964, DrawBuffers_remap_index },
+ { 40300, EnableVertexAttribArray_remap_index },
+ { 35556, GetActiveAttrib_remap_index },
+ { 40749, GetActiveUniform_remap_index },
+ { 16734, GetAttachedShaders_remap_index },
+ { 26090, GetAttribLocation_remap_index },
+ { 10763, GetProgramInfoLog_remap_index },
+ { 21734, GetProgramiv_remap_index },
{ 3680, GetShaderInfoLog_remap_index },
- { 7061, GetShaderSource_remap_index },
- { 16484, GetShaderiv_remap_index },
- { 6005, GetUniformLocation_remap_index },
- { 12767, GetUniformfv_remap_index },
+ { 7072, GetShaderSource_remap_index },
+ { 16495, GetShaderiv_remap_index },
+ { 6016, GetUniformLocation_remap_index },
+ { 12778, GetUniformfv_remap_index },
{ 2074, GetUniformiv_remap_index },
- { 33521, GetVertexAttribPointerv_remap_index },
- { 39713, GetVertexAttribdv_remap_index },
- { 34130, GetVertexAttribfv_remap_index },
- { 36522, GetVertexAttribiv_remap_index },
- { 4104, IsProgram_remap_index },
- { 37069, IsShader_remap_index },
- { 27794, LinkProgram_remap_index },
- { 36165, ShaderSource_remap_index },
- { 36137, StencilFuncSeparate_remap_index },
- { 34452, StencilMaskSeparate_remap_index },
- { 35634, StencilOpSeparate_remap_index },
- { 39036, Uniform1f_remap_index },
- { 7877, Uniform1fv_remap_index },
- { 39096, Uniform1i_remap_index },
- { 17798, Uniform1iv_remap_index },
- { 41292, Uniform2f_remap_index },
- { 21889, Uniform2fv_remap_index },
- { 41364, Uniform2i_remap_index },
- { 19818, Uniform2iv_remap_index },
+ { 33587, GetVertexAttribPointerv_remap_index },
+ { 39825, GetVertexAttribdv_remap_index },
+ { 34196, GetVertexAttribfv_remap_index },
+ { 36624, GetVertexAttribiv_remap_index },
+ { 4125, IsProgram_remap_index },
+ { 37171, IsShader_remap_index },
+ { 27860, LinkProgram_remap_index },
+ { 36267, ShaderSource_remap_index },
+ { 36239, StencilFuncSeparate_remap_index },
+ { 34518, StencilMaskSeparate_remap_index },
+ { 35736, StencilOpSeparate_remap_index },
+ { 39148, Uniform1f_remap_index },
+ { 7888, Uniform1fv_remap_index },
+ { 39208, Uniform1i_remap_index },
+ { 17809, Uniform1iv_remap_index },
+ { 41404, Uniform2f_remap_index },
+ { 21900, Uniform2fv_remap_index },
+ { 41476, Uniform2i_remap_index },
+ { 19829, Uniform2iv_remap_index },
{ 889, Uniform3f_remap_index },
- { 36634, Uniform3fv_remap_index },
+ { 36736, Uniform3fv_remap_index },
{ 802, Uniform3i_remap_index },
- { 37956, Uniform3iv_remap_index },
- { 4398, Uniform4f_remap_index },
- { 8574, Uniform4fv_remap_index },
- { 4335, Uniform4i_remap_index },
- { 43741, Uniform4iv_remap_index },
- { 9766, UniformMatrix2fv_remap_index },
- { 22535, UniformMatrix3fv_remap_index },
- { 10235, UniformMatrix4fv_remap_index },
- { 39198, UseProgram_remap_index },
- { 23955, ValidateProgram_remap_index },
- { 17886, VertexAttrib1d_remap_index },
- { 36992, VertexAttrib1dv_remap_index },
- { 18009, VertexAttrib1s_remap_index },
- { 33978, VertexAttrib1sv_remap_index },
- { 7835, VertexAttrib2d_remap_index },
- { 23275, VertexAttrib2dv_remap_index },
- { 7747, VertexAttrib2s_remap_index },
- { 14056, VertexAttrib2sv_remap_index },
- { 11667, VertexAttrib3d_remap_index },
- { 21813, VertexAttrib3dv_remap_index },
- { 11542, VertexAttrib3s_remap_index },
- { 38861, VertexAttrib3sv_remap_index },
- { 11790, VertexAttrib4Nbv_remap_index },
- { 27690, VertexAttrib4Niv_remap_index },
- { 20154, VertexAttrib4Nsv_remap_index },
+ { 38068, Uniform3iv_remap_index },
+ { 4419, Uniform4f_remap_index },
+ { 8585, Uniform4fv_remap_index },
+ { 4356, Uniform4i_remap_index },
+ { 43853, Uniform4iv_remap_index },
+ { 9777, UniformMatrix2fv_remap_index },
+ { 22546, UniformMatrix3fv_remap_index },
+ { 10246, UniformMatrix4fv_remap_index },
+ { 39310, UseProgram_remap_index },
+ { 23991, ValidateProgram_remap_index },
+ { 17897, VertexAttrib1d_remap_index },
+ { 37094, VertexAttrib1dv_remap_index },
+ { 18020, VertexAttrib1s_remap_index },
+ { 34044, VertexAttrib1sv_remap_index },
+ { 7846, VertexAttrib2d_remap_index },
+ { 23311, VertexAttrib2dv_remap_index },
+ { 7758, VertexAttrib2s_remap_index },
+ { 14067, VertexAttrib2sv_remap_index },
+ { 11678, VertexAttrib3d_remap_index },
+ { 21824, VertexAttrib3dv_remap_index },
+ { 11553, VertexAttrib3s_remap_index },
+ { 38973, VertexAttrib3sv_remap_index },
+ { 11801, VertexAttrib4Nbv_remap_index },
+ { 27756, VertexAttrib4Niv_remap_index },
+ { 20165, VertexAttrib4Nsv_remap_index },
{ 1439, VertexAttrib4Nub_remap_index },
- { 32360, VertexAttrib4Nubv_remap_index },
- { 10309, VertexAttrib4Nuiv_remap_index },
- { 34719, VertexAttrib4Nusv_remap_index },
- { 9093, VertexAttrib4bv_remap_index },
- { 27953, VertexAttrib4d_remap_index },
- { 28330, VertexAttrib4dv_remap_index },
- { 38068, VertexAttrib4iv_remap_index },
- { 28021, VertexAttrib4s_remap_index },
- { 18850, VertexAttrib4sv_remap_index },
- { 9995, VertexAttrib4ubv_remap_index },
- { 20109, VertexAttrib4uiv_remap_index },
+ { 32426, VertexAttrib4Nubv_remap_index },
+ { 10320, VertexAttrib4Nuiv_remap_index },
+ { 34785, VertexAttrib4Nusv_remap_index },
+ { 9104, VertexAttrib4bv_remap_index },
+ { 28019, VertexAttrib4d_remap_index },
+ { 28396, VertexAttrib4dv_remap_index },
+ { 38180, VertexAttrib4iv_remap_index },
+ { 28087, VertexAttrib4s_remap_index },
+ { 18861, VertexAttrib4sv_remap_index },
+ { 10006, VertexAttrib4ubv_remap_index },
+ { 20120, VertexAttrib4uiv_remap_index },
{ 1365, VertexAttrib4usv_remap_index },
- { 32445, VertexAttribPointer_remap_index },
- { 29079, UniformMatrix2x3fv_remap_index },
+ { 32511, VertexAttribPointer_remap_index },
+ { 29145, UniformMatrix2x3fv_remap_index },
{ 922, UniformMatrix2x4fv_remap_index },
- { 10282, UniformMatrix3x2fv_remap_index },
- { 42749, UniformMatrix3x4fv_remap_index },
- { 38413, UniformMatrix4x2fv_remap_index },
- { 11585, UniformMatrix4x3fv_remap_index },
- { 16390, BeginConditionalRender_remap_index },
- { 24039, BeginTransformFeedback_remap_index },
- { 12489, BindBufferBase_remap_index },
- { 7589, BindBufferRange_remap_index },
- { 22319, BindFragDataLocation_remap_index },
- { 23383, ClampColor_remap_index },
- { 16750, ClearBufferfi_remap_index },
- { 16599, ClearBufferfv_remap_index },
- { 20577, ClearBufferiv_remap_index },
- { 37780, ClearBufferuiv_remap_index },
- { 13124, ColorMaski_remap_index },
- { 37113, Disablei_remap_index },
- { 15004, Enablei_remap_index },
- { 22849, EndConditionalRender_remap_index },
- { 19395, EndTransformFeedback_remap_index },
- { 11978, GetBooleani_v_remap_index },
- { 39296, GetFragDataLocation_remap_index },
- { 20598, GetIntegeri_v_remap_index },
- { 28313, GetStringi_remap_index },
- { 30076, GetTexParameterIiv_remap_index },
- { 13320, GetTexParameterIuiv_remap_index },
- { 30290, GetTransformFeedbackVarying_remap_index },
- { 35935, GetUniformuiv_remap_index },
- { 42975, GetVertexAttribIiv_remap_index },
- { 20409, GetVertexAttribIuiv_remap_index },
- { 33436, IsEnabledi_remap_index },
- { 19634, TexParameterIiv_remap_index },
- { 16205, TexParameterIuiv_remap_index },
- { 38796, TransformFeedbackVaryings_remap_index },
- { 5441, Uniform1ui_remap_index },
- { 25481, Uniform1uiv_remap_index },
- { 24855, Uniform2ui_remap_index },
- { 13166, Uniform2uiv_remap_index },
- { 32697, Uniform3ui_remap_index },
- { 18909, Uniform3uiv_remap_index },
- { 11901, Uniform4ui_remap_index },
- { 17832, Uniform4uiv_remap_index },
- { 35065, VertexAttribI1iv_remap_index },
- { 11393, VertexAttribI1uiv_remap_index },
- { 7418, VertexAttribI4bv_remap_index },
- { 10146, VertexAttribI4sv_remap_index },
- { 8374, VertexAttribI4ubv_remap_index },
- { 6877, VertexAttribI4usv_remap_index },
- { 40132, VertexAttribIPointer_remap_index },
- { 8321, PrimitiveRestartIndex_remap_index },
- { 33650, TexBuffer_remap_index },
+ { 10293, UniformMatrix3x2fv_remap_index },
+ { 42861, UniformMatrix3x4fv_remap_index },
+ { 38525, UniformMatrix4x2fv_remap_index },
+ { 11596, UniformMatrix4x3fv_remap_index },
+ { 16401, BeginConditionalRender_remap_index },
+ { 24075, BeginTransformFeedback_remap_index },
+ { 12500, BindBufferBase_remap_index },
+ { 7600, BindBufferRange_remap_index },
+ { 22330, BindFragDataLocation_remap_index },
+ { 23419, ClampColor_remap_index },
+ { 16761, ClearBufferfi_remap_index },
+ { 16610, ClearBufferfv_remap_index },
+ { 20588, ClearBufferiv_remap_index },
+ { 37892, ClearBufferuiv_remap_index },
+ { 13135, ColorMaski_remap_index },
+ { 5794, Disablei_remap_index },
+ { 15015, Enablei_remap_index },
+ { 22860, EndConditionalRender_remap_index },
+ { 19406, EndTransformFeedback_remap_index },
+ { 11989, GetBooleani_v_remap_index },
+ { 39408, GetFragDataLocation_remap_index },
+ { 20609, GetIntegeri_v_remap_index },
+ { 28379, GetStringi_remap_index },
+ { 30142, GetTexParameterIiv_remap_index },
+ { 13331, GetTexParameterIuiv_remap_index },
+ { 30356, GetTransformFeedbackVarying_remap_index },
+ { 36037, GetUniformuiv_remap_index },
+ { 43087, GetVertexAttribIiv_remap_index },
+ { 20420, GetVertexAttribIuiv_remap_index },
+ { 33502, IsEnabledi_remap_index },
+ { 19645, TexParameterIiv_remap_index },
+ { 16216, TexParameterIuiv_remap_index },
+ { 38908, TransformFeedbackVaryings_remap_index },
+ { 5462, Uniform1ui_remap_index },
+ { 25530, Uniform1uiv_remap_index },
+ { 24904, Uniform2ui_remap_index },
+ { 13177, Uniform2uiv_remap_index },
+ { 32763, Uniform3ui_remap_index },
+ { 18920, Uniform3uiv_remap_index },
+ { 11912, Uniform4ui_remap_index },
+ { 17843, Uniform4uiv_remap_index },
+ { 35131, VertexAttribI1iv_remap_index },
+ { 11404, VertexAttribI1uiv_remap_index },
+ { 7429, VertexAttribI4bv_remap_index },
+ { 10157, VertexAttribI4sv_remap_index },
+ { 8385, VertexAttribI4ubv_remap_index },
+ { 6888, VertexAttribI4usv_remap_index },
+ { 40244, VertexAttribIPointer_remap_index },
+ { 8332, PrimitiveRestartIndex_remap_index },
+ { 33716, TexBuffer_remap_index },
{ 111, FramebufferTexture_remap_index },
- { 23789, GetBufferParameteri64v_remap_index },
- { 39464, GetInteger64i_v_remap_index },
- { 40446, VertexAttribDivisor_remap_index },
- { 43424, MinSampleShading_remap_index },
- { 7106, BindProgramARB_remap_index },
- { 30758, DeleteProgramsARB_remap_index },
- { 15091, GenProgramsARB_remap_index },
- { 14099, GetProgramEnvParameterdvARB_remap_index },
- { 29517, GetProgramEnvParameterfvARB_remap_index },
- { 30937, GetProgramLocalParameterdvARB_remap_index },
- { 37363, GetProgramLocalParameterfvARB_remap_index },
- { 22464, GetProgramStringARB_remap_index },
- { 8207, GetProgramivARB_remap_index },
- { 31259, IsProgramARB_remap_index },
- { 17204, ProgramEnvParameter4dARB_remap_index },
+ { 23825, GetBufferParameteri64v_remap_index },
+ { 39576, GetInteger64i_v_remap_index },
+ { 40558, VertexAttribDivisor_remap_index },
+ { 43536, MinSampleShading_remap_index },
+ { 7117, BindProgramARB_remap_index },
+ { 30824, DeleteProgramsARB_remap_index },
+ { 15102, GenProgramsARB_remap_index },
+ { 14110, GetProgramEnvParameterdvARB_remap_index },
+ { 29583, GetProgramEnvParameterfvARB_remap_index },
+ { 31003, GetProgramLocalParameterdvARB_remap_index },
+ { 37475, GetProgramLocalParameterfvARB_remap_index },
+ { 22475, GetProgramStringARB_remap_index },
+ { 8218, GetProgramivARB_remap_index },
+ { 31325, IsProgramARB_remap_index },
+ { 17215, ProgramEnvParameter4dARB_remap_index },
{ 2660, ProgramEnvParameter4dvARB_remap_index },
- { 38564, ProgramEnvParameter4fARB_remap_index },
- { 24544, ProgramEnvParameter4fvARB_remap_index },
- { 22899, ProgramLocalParameter4dARB_remap_index },
- { 3974, ProgramLocalParameter4dvARB_remap_index },
- { 30489, ProgramLocalParameter4fARB_remap_index },
- { 19197, ProgramLocalParameter4fvARB_remap_index },
- { 31331, ProgramStringARB_remap_index },
- { 11937, VertexAttrib1fARB_remap_index },
- { 31754, VertexAttrib1fvARB_remap_index },
- { 22113, VertexAttrib2fARB_remap_index },
- { 13417, VertexAttrib2fvARB_remap_index },
+ { 38676, ProgramEnvParameter4fARB_remap_index },
+ { 24580, ProgramEnvParameter4fvARB_remap_index },
+ { 22910, ProgramLocalParameter4dARB_remap_index },
+ { 3995, ProgramLocalParameter4dvARB_remap_index },
+ { 30555, ProgramLocalParameter4fARB_remap_index },
+ { 19208, ProgramLocalParameter4fvARB_remap_index },
+ { 31397, ProgramStringARB_remap_index },
+ { 11948, VertexAttrib1fARB_remap_index },
+ { 31820, VertexAttrib1fvARB_remap_index },
+ { 22124, VertexAttrib2fARB_remap_index },
+ { 13428, VertexAttrib2fvARB_remap_index },
{ 334, VertexAttrib3fARB_remap_index },
- { 26333, VertexAttrib3fvARB_remap_index },
- { 25215, VertexAttrib4fARB_remap_index },
- { 14391, VertexAttrib4fvARB_remap_index },
- { 35722, AttachObjectARB_remap_index },
- { 22508, CreateProgramObjectARB_remap_index },
- { 16648, CreateShaderObjectARB_remap_index },
- { 15476, DeleteObjectARB_remap_index },
- { 38208, DetachObjectARB_remap_index },
- { 36061, GetAttachedObjectsARB_remap_index },
- { 24749, GetHandleARB_remap_index },
- { 20526, GetInfoLogARB_remap_index },
- { 21331, GetObjectParameterfvARB_remap_index },
- { 41837, GetObjectParameterivARB_remap_index },
- { 5553, DrawArraysInstancedARB_remap_index },
- { 7285, DrawElementsInstancedARB_remap_index },
- { 13880, BindFramebuffer_remap_index },
- { 8230, BindRenderbuffer_remap_index },
- { 33836, BlitFramebuffer_remap_index },
- { 6276, CheckFramebufferStatus_remap_index },
- { 20010, DeleteFramebuffers_remap_index },
- { 36916, DeleteRenderbuffers_remap_index },
- { 31169, FramebufferRenderbuffer_remap_index },
- { 33887, FramebufferTexture1D_remap_index },
- { 23164, FramebufferTexture2D_remap_index },
- { 26961, FramebufferTexture3D_remap_index },
- { 37177, FramebufferTextureLayer_remap_index },
- { 39832, GenFramebuffers_remap_index },
- { 33315, GenRenderbuffers_remap_index },
- { 7529, GenerateMipmap_remap_index },
- { 5249, GetFramebufferAttachmentParameteriv_remap_index },
- { 43468, GetRenderbufferParameteriv_remap_index },
- { 6440, IsFramebuffer_remap_index },
- { 25563, IsRenderbuffer_remap_index },
+ { 26382, VertexAttrib3fvARB_remap_index },
+ { 25264, VertexAttrib4fARB_remap_index },
+ { 14402, VertexAttrib4fvARB_remap_index },
+ { 35824, AttachObjectARB_remap_index },
+ { 22519, CreateProgramObjectARB_remap_index },
+ { 16659, CreateShaderObjectARB_remap_index },
+ { 15487, DeleteObjectARB_remap_index },
+ { 38320, DetachObjectARB_remap_index },
+ { 36163, GetAttachedObjectsARB_remap_index },
+ { 24785, GetHandleARB_remap_index },
+ { 20537, GetInfoLogARB_remap_index },
+ { 21342, GetObjectParameterfvARB_remap_index },
+ { 41949, GetObjectParameterivARB_remap_index },
+ { 5574, DrawArraysInstancedARB_remap_index },
+ { 7296, DrawElementsInstancedARB_remap_index },
+ { 13891, BindFramebuffer_remap_index },
+ { 8241, BindRenderbuffer_remap_index },
+ { 33902, BlitFramebuffer_remap_index },
+ { 6287, CheckFramebufferStatus_remap_index },
+ { 20021, DeleteFramebuffers_remap_index },
+ { 37018, DeleteRenderbuffers_remap_index },
+ { 31235, FramebufferRenderbuffer_remap_index },
+ { 33953, FramebufferTexture1D_remap_index },
+ { 23200, FramebufferTexture2D_remap_index },
+ { 27010, FramebufferTexture3D_remap_index },
+ { 37289, FramebufferTextureLayer_remap_index },
+ { 39944, GenFramebuffers_remap_index },
+ { 33381, GenRenderbuffers_remap_index },
+ { 7540, GenerateMipmap_remap_index },
+ { 5270, GetFramebufferAttachmentParameteriv_remap_index },
+ { 43580, GetRenderbufferParameteriv_remap_index },
+ { 6451, IsFramebuffer_remap_index },
+ { 25612, IsRenderbuffer_remap_index },
{ 629, RenderbufferStorage_remap_index },
- { 14874, RenderbufferStorageMultisample_remap_index },
- { 19100, FramebufferTextureFaceARB_remap_index },
- { 5176, FlushMappedBufferRange_remap_index },
- { 30974, MapBufferRange_remap_index },
- { 13259, BindVertexArray_remap_index },
+ { 14885, RenderbufferStorageMultisample_remap_index },
+ { 19111, FramebufferTextureFaceARB_remap_index },
+ { 5197, FlushMappedBufferRange_remap_index },
+ { 31040, MapBufferRange_remap_index },
+ { 13270, BindVertexArray_remap_index },
{ 1133, DeleteVertexArrays_remap_index },
- { 17525, GenVertexArrays_remap_index },
- { 38904, IsVertexArray_remap_index },
- { 13039, GetActiveUniformBlockName_remap_index },
- { 43242, GetActiveUniformBlockiv_remap_index },
+ { 17536, GenVertexArrays_remap_index },
+ { 39016, IsVertexArray_remap_index },
+ { 13050, GetActiveUniformBlockName_remap_index },
+ { 43354, GetActiveUniformBlockiv_remap_index },
{ 3106, GetActiveUniformName_remap_index },
- { 14027, GetActiveUniformsiv_remap_index },
- { 41697, GetUniformBlockIndex_remap_index },
- { 10406, GetUniformIndices_remap_index },
- { 34676, UniformBlockBinding_remap_index },
- { 42704, CopyBufferSubData_remap_index },
- { 43025, ClientWaitSync_remap_index },
- { 11269, DeleteSync_remap_index },
- { 34703, FenceSync_remap_index },
- { 38188, GetInteger64v_remap_index },
- { 40302, GetSynciv_remap_index },
- { 15497, IsSync_remap_index },
- { 33505, WaitSync_remap_index },
- { 13074, DrawElementsBaseVertex_remap_index },
- { 16838, DrawElementsInstancedBaseVertex_remap_index },
- { 37434, DrawRangeElementsBaseVertex_remap_index },
- { 41396, MultiDrawElementsBaseVertex_remap_index },
- { 24289, ProvokingVertex_remap_index },
- { 5498, GetMultisamplefv_remap_index },
- { 35172, SampleMaski_remap_index },
+ { 14038, GetActiveUniformsiv_remap_index },
+ { 41809, GetUniformBlockIndex_remap_index },
+ { 10417, GetUniformIndices_remap_index },
+ { 34742, UniformBlockBinding_remap_index },
+ { 42816, CopyBufferSubData_remap_index },
+ { 43137, ClientWaitSync_remap_index },
+ { 11280, DeleteSync_remap_index },
+ { 34769, FenceSync_remap_index },
+ { 38300, GetInteger64v_remap_index },
+ { 40414, GetSynciv_remap_index },
+ { 15508, IsSync_remap_index },
+ { 33571, WaitSync_remap_index },
+ { 13085, DrawElementsBaseVertex_remap_index },
+ { 16849, DrawElementsInstancedBaseVertex_remap_index },
+ { 37546, DrawRangeElementsBaseVertex_remap_index },
+ { 41508, MultiDrawElementsBaseVertex_remap_index },
+ { 24325, ProvokingVertex_remap_index },
+ { 5519, GetMultisamplefv_remap_index },
+ { 35238, SampleMaski_remap_index },
{ 1944, TexImage2DMultisample_remap_index },
- { 41640, TexImage3DMultisample_remap_index },
- { 22977, BlendEquationSeparateiARB_remap_index },
- { 27454, BlendEquationiARB_remap_index },
+ { 41752, TexImage3DMultisample_remap_index },
+ { 22988, BlendEquationSeparateiARB_remap_index },
+ { 27503, BlendEquationiARB_remap_index },
{ 3732, BlendFuncSeparateiARB_remap_index },
- { 24785, BlendFunciARB_remap_index },
+ { 24821, BlendFunciARB_remap_index },
{ 1686, BindFragDataLocationIndexed_remap_index },
- { 28902, GetFragDataIndex_remap_index },
+ { 28968, GetFragDataIndex_remap_index },
{ 2827, BindSampler_remap_index },
- { 42835, DeleteSamplers_remap_index },
- { 35683, GenSamplers_remap_index },
+ { 42947, DeleteSamplers_remap_index },
+ { 35785, GenSamplers_remap_index },
{ 2527, GetSamplerParameterIiv_remap_index },
- { 5742, GetSamplerParameterIuiv_remap_index },
- { 23246, GetSamplerParameterfv_remap_index },
- { 24948, GetSamplerParameteriv_remap_index },
- { 26186, IsSampler_remap_index },
- { 8634, SamplerParameterIiv_remap_index },
- { 12328, SamplerParameterIuiv_remap_index },
- { 42909, SamplerParameterf_remap_index },
- { 38508, SamplerParameterfv_remap_index },
- { 42856, SamplerParameteri_remap_index },
- { 28177, SamplerParameteriv_remap_index },
- { 23333, GetQueryObjecti64v_remap_index },
- { 4026, GetQueryObjectui64v_remap_index },
- { 12914, QueryCounter_remap_index },
- { 37764, ColorP3ui_remap_index },
- { 6595, ColorP3uiv_remap_index },
- { 17645, ColorP4ui_remap_index },
- { 25928, ColorP4uiv_remap_index },
- { 13783, MultiTexCoordP1ui_remap_index },
- { 25698, MultiTexCoordP1uiv_remap_index },
- { 34060, MultiTexCoordP2ui_remap_index },
- { 8947, MultiTexCoordP2uiv_remap_index },
- { 26016, MultiTexCoordP3ui_remap_index },
+ { 5763, GetSamplerParameterIuiv_remap_index },
+ { 23282, GetSamplerParameterfv_remap_index },
+ { 24997, GetSamplerParameteriv_remap_index },
+ { 26235, IsSampler_remap_index },
+ { 8645, SamplerParameterIiv_remap_index },
+ { 12339, SamplerParameterIuiv_remap_index },
+ { 43021, SamplerParameterf_remap_index },
+ { 38620, SamplerParameterfv_remap_index },
+ { 42968, SamplerParameteri_remap_index },
+ { 28243, SamplerParameteriv_remap_index },
+ { 23369, GetQueryObjecti64v_remap_index },
+ { 4047, GetQueryObjectui64v_remap_index },
+ { 12925, QueryCounter_remap_index },
+ { 37876, ColorP3ui_remap_index },
+ { 6606, ColorP3uiv_remap_index },
+ { 17656, ColorP4ui_remap_index },
+ { 25977, ColorP4uiv_remap_index },
+ { 13794, MultiTexCoordP1ui_remap_index },
+ { 25747, MultiTexCoordP1uiv_remap_index },
+ { 34126, MultiTexCoordP2ui_remap_index },
+ { 8958, MultiTexCoordP2uiv_remap_index },
+ { 26065, MultiTexCoordP3ui_remap_index },
{ 391, MultiTexCoordP3uiv_remap_index },
- { 40107, MultiTexCoordP4ui_remap_index },
- { 34178, MultiTexCoordP4uiv_remap_index },
- { 36254, NormalP3ui_remap_index },
- { 25623, NormalP3uiv_remap_index },
- { 40993, SecondaryColorP3ui_remap_index },
- { 5690, SecondaryColorP3uiv_remap_index },
+ { 40219, MultiTexCoordP4ui_remap_index },
+ { 34244, MultiTexCoordP4uiv_remap_index },
+ { 36356, NormalP3ui_remap_index },
+ { 25672, NormalP3uiv_remap_index },
+ { 41105, SecondaryColorP3ui_remap_index },
+ { 5711, SecondaryColorP3uiv_remap_index },
{ 162, TexCoordP1ui_remap_index },
{ 609, TexCoordP1uiv_remap_index },
- { 26292, TexCoordP2ui_remap_index },
- { 36570, TexCoordP2uiv_remap_index },
- { 14749, TexCoordP3ui_remap_index },
- { 17688, TexCoordP3uiv_remap_index },
- { 33959, TexCoordP4ui_remap_index },
+ { 26341, TexCoordP2ui_remap_index },
+ { 36672, TexCoordP2uiv_remap_index },
+ { 14760, TexCoordP3ui_remap_index },
+ { 17699, TexCoordP3uiv_remap_index },
+ { 34025, TexCoordP4ui_remap_index },
{ 1769, TexCoordP4uiv_remap_index },
- { 14818, VertexAttribP1ui_remap_index },
- { 4078, VertexAttribP1uiv_remap_index },
- { 29689, VertexAttribP2ui_remap_index },
- { 4872, VertexAttribP2uiv_remap_index },
+ { 14829, VertexAttribP1ui_remap_index },
+ { 4099, VertexAttribP1uiv_remap_index },
+ { 29755, VertexAttribP2ui_remap_index },
+ { 4893, VertexAttribP2uiv_remap_index },
{ 1487, VertexAttribP3ui_remap_index },
- { 28203, VertexAttribP3uiv_remap_index },
- { 4310, VertexAttribP4ui_remap_index },
- { 16028, VertexAttribP4uiv_remap_index },
- { 34801, VertexP2ui_remap_index },
- { 32427, VertexP2uiv_remap_index },
- { 22491, VertexP3ui_remap_index },
- { 5987, VertexP3uiv_remap_index },
+ { 28269, VertexAttribP3uiv_remap_index },
+ { 4331, VertexAttribP4ui_remap_index },
+ { 16039, VertexAttribP4uiv_remap_index },
+ { 34867, VertexP2ui_remap_index },
+ { 32493, VertexP2uiv_remap_index },
+ { 22502, VertexP3ui_remap_index },
+ { 5998, VertexP3uiv_remap_index },
{ 3061, VertexP4ui_remap_index },
- { 43406, VertexP4uiv_remap_index },
+ { 43518, VertexP4uiv_remap_index },
{ 777, DrawArraysIndirect_remap_index },
- { 23496, DrawElementsIndirect_remap_index },
- { 10778, BindTransformFeedback_remap_index },
- { 10650, DeleteTransformFeedbacks_remap_index },
- { 35334, DrawTransformFeedback_remap_index },
- { 3868, GenTransformFeedbacks_remap_index },
- { 32949, IsTransformFeedback_remap_index },
- { 30546, PauseTransformFeedback_remap_index },
- { 35000, ResumeTransformFeedback_remap_index },
- { 22407, BeginQueryIndexed_remap_index },
- { 40497, DrawTransformFeedbackStream_remap_index },
- { 18999, EndQueryIndexed_remap_index },
- { 21679, GetQueryIndexediv_remap_index },
- { 43372, ClearDepthf_remap_index },
- { 23855, DepthRangef_remap_index },
- { 37802, GetShaderPrecisionFormat_remap_index },
+ { 23532, DrawElementsIndirect_remap_index },
+ { 10789, BindTransformFeedback_remap_index },
+ { 10661, DeleteTransformFeedbacks_remap_index },
+ { 35400, DrawTransformFeedback_remap_index },
+ { 3889, GenTransformFeedbacks_remap_index },
+ { 33015, IsTransformFeedback_remap_index },
+ { 30612, PauseTransformFeedback_remap_index },
+ { 35066, ResumeTransformFeedback_remap_index },
+ { 22418, BeginQueryIndexed_remap_index },
+ { 40609, DrawTransformFeedbackStream_remap_index },
+ { 19010, EndQueryIndexed_remap_index },
+ { 21690, GetQueryIndexediv_remap_index },
+ { 43484, ClearDepthf_remap_index },
+ { 23891, DepthRangef_remap_index },
+ { 37914, GetShaderPrecisionFormat_remap_index },
{ 3161, ReleaseShaderCompiler_remap_index },
- { 25086, ShaderBinary_remap_index },
- { 19472, GetProgramBinary_remap_index },
- { 11835, ProgramBinary_remap_index },
- { 12070, ProgramParameteri_remap_index },
- { 26682, DepthRangeArrayv_remap_index },
- { 41462, DepthRangeIndexed_remap_index },
- { 32929, GetDoublei_v_remap_index },
- { 35190, GetFloati_v_remap_index },
- { 41903, ScissorArrayv_remap_index },
- { 24889, ScissorIndexed_remap_index },
- { 28229, ScissorIndexedv_remap_index },
- { 18440, ViewportArrayv_remap_index },
- { 31448, ViewportIndexedf_remap_index },
- { 19520, ViewportIndexedfv_remap_index },
- { 8421, GetGraphicsResetStatusARB_remap_index },
- { 29832, GetnColorTableARB_remap_index },
+ { 25135, ShaderBinary_remap_index },
+ { 19483, GetProgramBinary_remap_index },
+ { 11846, ProgramBinary_remap_index },
+ { 12081, ProgramParameteri_remap_index },
+ { 26731, DepthRangeArrayv_remap_index },
+ { 41574, DepthRangeIndexed_remap_index },
+ { 32995, GetDoublei_v_remap_index },
+ { 35256, GetFloati_v_remap_index },
+ { 42015, ScissorArrayv_remap_index },
+ { 24938, ScissorIndexed_remap_index },
+ { 28295, ScissorIndexedv_remap_index },
+ { 18451, ViewportArrayv_remap_index },
+ { 31514, ViewportIndexedf_remap_index },
+ { 19531, ViewportIndexedfv_remap_index },
+ { 8432, GetGraphicsResetStatusARB_remap_index },
+ { 29898, GetnColorTableARB_remap_index },
{ 2793, GetnCompressedTexImageARB_remap_index },
{ 1233, GetnConvolutionFilterARB_remap_index },
- { 4746, GetnHistogramARB_remap_index },
- { 18325, GetnMapdvARB_remap_index },
- { 12219, GetnMapfvARB_remap_index },
- { 34085, GetnMapivARB_remap_index },
- { 38676, GetnMinmaxARB_remap_index },
+ { 4767, GetnHistogramARB_remap_index },
+ { 18336, GetnMapdvARB_remap_index },
+ { 12230, GetnMapfvARB_remap_index },
+ { 34151, GetnMapivARB_remap_index },
+ { 38788, GetnMinmaxARB_remap_index },
{ 3585, GetnPixelMapfvARB_remap_index },
- { 5716, GetnPixelMapuivARB_remap_index },
- { 11516, GetnPixelMapusvARB_remap_index },
- { 22021, GetnPolygonStippleARB_remap_index },
- { 28670, GetnSeparableFilterARB_remap_index },
- { 10040, GetnTexImageARB_remap_index },
- { 27769, GetnUniformdvARB_remap_index },
- { 33747, GetnUniformfvARB_remap_index },
+ { 5737, GetnPixelMapuivARB_remap_index },
+ { 11527, GetnPixelMapusvARB_remap_index },
+ { 22032, GetnPolygonStippleARB_remap_index },
+ { 28736, GetnSeparableFilterARB_remap_index },
+ { 10051, GetnTexImageARB_remap_index },
+ { 27835, GetnUniformdvARB_remap_index },
+ { 33813, GetnUniformfvARB_remap_index },
{ 3136, GetnUniformivARB_remap_index },
- { 13643, GetnUniformuivARB_remap_index },
- { 25259, ReadnPixelsARB_remap_index },
- { 32600, DrawArraysInstancedBaseInstance_remap_index },
- { 10191, DrawElementsInstancedBaseInstance_remap_index },
+ { 13654, GetnUniformuivARB_remap_index },
+ { 25308, ReadnPixelsARB_remap_index },
+ { 32666, DrawArraysInstancedBaseInstance_remap_index },
+ { 10202, DrawElementsInstancedBaseInstance_remap_index },
{ 2605, DrawElementsInstancedBaseVertexBaseInstance_remap_index },
- { 34943, DrawTransformFeedbackInstanced_remap_index },
- { 13372, DrawTransformFeedbackStreamInstanced_remap_index },
- { 41924, GetInternalformativ_remap_index },
- { 19595, GetActiveAtomicCounterBufferiv_remap_index },
- { 43344, BindImageTexture_remap_index },
- { 21244, MemoryBarrier_remap_index },
- { 33815, TexStorage1D_remap_index },
- { 23106, TexStorage2D_remap_index },
- { 26938, TexStorage3D_remap_index },
+ { 35009, DrawTransformFeedbackInstanced_remap_index },
+ { 13383, DrawTransformFeedbackStreamInstanced_remap_index },
+ { 42036, GetInternalformativ_remap_index },
+ { 19606, GetActiveAtomicCounterBufferiv_remap_index },
+ { 43456, BindImageTexture_remap_index },
+ { 21255, MemoryBarrier_remap_index },
+ { 33881, TexStorage1D_remap_index },
+ { 23142, TexStorage2D_remap_index },
+ { 26987, TexStorage3D_remap_index },
{ 1410, TextureStorage1DEXT_remap_index },
- { 34887, TextureStorage2DEXT_remap_index },
- { 22082, TextureStorage3DEXT_remap_index },
- { 35594, ClearBufferData_remap_index },
+ { 34953, TextureStorage2DEXT_remap_index },
+ { 22093, TextureStorage3DEXT_remap_index },
+ { 35660, ClearBufferData_remap_index },
{ 2112, ClearBufferSubData_remap_index },
- { 31017, DispatchCompute_remap_index },
- { 6360, DispatchComputeIndirect_remap_index },
- { 40321, TextureView_remap_index },
- { 21573, BindVertexBuffer_remap_index },
- { 29394, VertexAttribBinding_remap_index },
- { 29859, VertexAttribFormat_remap_index },
- { 32541, VertexAttribIFormat_remap_index },
- { 36109, VertexAttribLFormat_remap_index },
- { 34612, VertexBindingDivisor_remap_index },
+ { 31083, DispatchCompute_remap_index },
+ { 6371, DispatchComputeIndirect_remap_index },
+ { 35700, CopyImageSubData_remap_index },
+ { 40433, TextureView_remap_index },
+ { 21584, BindVertexBuffer_remap_index },
+ { 29460, VertexAttribBinding_remap_index },
+ { 29925, VertexAttribFormat_remap_index },
+ { 32607, VertexAttribIFormat_remap_index },
+ { 36211, VertexAttribLFormat_remap_index },
+ { 34678, VertexBindingDivisor_remap_index },
{ 3299, MultiDrawArraysIndirect_remap_index },
- { 18050, MultiDrawElementsIndirect_remap_index },
- { 17985, TexBufferRange_remap_index },
- { 37990, TexStorage2DMultisample_remap_index },
- { 28122, TexStorage3DMultisample_remap_index },
+ { 18061, MultiDrawElementsIndirect_remap_index },
+ { 17996, TexBufferRange_remap_index },
+ { 38102, TexStorage2DMultisample_remap_index },
+ { 28188, TexStorage3DMultisample_remap_index },
{ 3331, BufferStorage_remap_index },
- { 38440, ClearTexImage_remap_index },
- { 13007, ClearTexSubImage_remap_index },
- { 4173, BindBuffersBase_remap_index },
- { 14364, BindBuffersRange_remap_index },
- { 10625, BindImageTextures_remap_index },
+ { 38552, ClearTexImage_remap_index },
+ { 13018, ClearTexSubImage_remap_index },
+ { 4194, BindBuffersBase_remap_index },
+ { 14375, BindBuffersRange_remap_index },
+ { 10636, BindImageTextures_remap_index },
{ 2773, BindSamplers_remap_index },
- { 41018, BindTextures_remap_index },
- { 24921, BindVertexBuffers_remap_index },
- { 6389, InvalidateBufferData_remap_index },
- { 38382, InvalidateBufferSubData_remap_index },
- { 21204, InvalidateFramebuffer_remap_index },
- { 15765, InvalidateSubFramebuffer_remap_index },
- { 11876, InvalidateTexImage_remap_index },
- { 25286, InvalidateTexSubImage_remap_index },
- { 12666, PolygonOffsetEXT_remap_index },
- { 35701, DrawTexfOES_remap_index },
- { 24767, DrawTexfvOES_remap_index },
+ { 41130, BindTextures_remap_index },
+ { 24970, BindVertexBuffers_remap_index },
+ { 6400, InvalidateBufferData_remap_index },
+ { 38494, InvalidateBufferSubData_remap_index },
+ { 21215, InvalidateFramebuffer_remap_index },
+ { 15776, InvalidateSubFramebuffer_remap_index },
+ { 11887, InvalidateTexImage_remap_index },
+ { 25335, InvalidateTexSubImage_remap_index },
+ { 12677, PolygonOffsetEXT_remap_index },
+ { 35803, DrawTexfOES_remap_index },
+ { 24803, DrawTexfvOES_remap_index },
{ 986, DrawTexiOES_remap_index },
- { 29768, DrawTexivOES_remap_index },
- { 12023, DrawTexsOES_remap_index },
- { 21398, DrawTexsvOES_remap_index },
- { 25945, DrawTexxOES_remap_index },
- { 37630, DrawTexxvOES_remap_index },
- { 24180, PointSizePointerOES_remap_index },
+ { 29834, DrawTexivOES_remap_index },
+ { 12034, DrawTexsOES_remap_index },
+ { 21409, DrawTexsvOES_remap_index },
+ { 25994, DrawTexxOES_remap_index },
+ { 37742, DrawTexxvOES_remap_index },
+ { 24216, PointSizePointerOES_remap_index },
{ 949, QueryMatrixxOES_remap_index },
- { 19063, SampleMaskSGIS_remap_index },
- { 32655, SamplePatternSGIS_remap_index },
- { 41324, ColorPointerEXT_remap_index },
- { 27348, EdgeFlagPointerEXT_remap_index },
- { 12743, IndexPointerEXT_remap_index },
- { 12933, NormalPointerEXT_remap_index },
- { 26747, TexCoordPointerEXT_remap_index },
- { 23997, VertexPointerEXT_remap_index },
- { 41263, DiscardFramebufferEXT_remap_index },
- { 10574, ActiveShaderProgram_remap_index },
- { 15978, BindProgramPipeline_remap_index },
- { 27400, CreateShaderProgramv_remap_index },
+ { 19074, SampleMaskSGIS_remap_index },
+ { 32721, SamplePatternSGIS_remap_index },
+ { 41436, ColorPointerEXT_remap_index },
+ { 27397, EdgeFlagPointerEXT_remap_index },
+ { 12754, IndexPointerEXT_remap_index },
+ { 12944, NormalPointerEXT_remap_index },
+ { 26796, TexCoordPointerEXT_remap_index },
+ { 24033, VertexPointerEXT_remap_index },
+ { 41375, DiscardFramebufferEXT_remap_index },
+ { 10585, ActiveShaderProgram_remap_index },
+ { 15989, BindProgramPipeline_remap_index },
+ { 27449, CreateShaderProgramv_remap_index },
{ 3483, DeleteProgramPipelines_remap_index },
- { 24977, GenProgramPipelines_remap_index },
- { 7911, GetProgramPipelineInfoLog_remap_index },
- { 29935, GetProgramPipelineiv_remap_index },
- { 25040, IsProgramPipeline_remap_index },
- { 43222, LockArraysEXT_remap_index },
- { 42540, ProgramUniform1f_remap_index },
- { 9362, ProgramUniform1fv_remap_index },
- { 42494, ProgramUniform1i_remap_index },
- { 14604, ProgramUniform1iv_remap_index },
- { 33105, ProgramUniform1ui_remap_index },
- { 42342, ProgramUniform1uiv_remap_index },
+ { 25026, GenProgramPipelines_remap_index },
+ { 7922, GetProgramPipelineInfoLog_remap_index },
+ { 30001, GetProgramPipelineiv_remap_index },
+ { 25089, IsProgramPipeline_remap_index },
+ { 43334, LockArraysEXT_remap_index },
+ { 42652, ProgramUniform1f_remap_index },
+ { 9373, ProgramUniform1fv_remap_index },
+ { 42606, ProgramUniform1i_remap_index },
+ { 14615, ProgramUniform1iv_remap_index },
+ { 33171, ProgramUniform1ui_remap_index },
+ { 42454, ProgramUniform1uiv_remap_index },
{ 2251, ProgramUniform2f_remap_index },
- { 17399, ProgramUniform2fv_remap_index },
+ { 17410, ProgramUniform2fv_remap_index },
{ 2334, ProgramUniform2i_remap_index },
- { 20643, ProgramUniform2iv_remap_index },
- { 6956, ProgramUniform2ui_remap_index },
- { 8755, ProgramUniform2uiv_remap_index },
- { 4432, ProgramUniform3f_remap_index },
- { 28951, ProgramUniform3fv_remap_index },
- { 4480, ProgramUniform3i_remap_index },
- { 12958, ProgramUniform3iv_remap_index },
- { 14653, ProgramUniform3ui_remap_index },
- { 17348, ProgramUniform3uiv_remap_index },
- { 27828, ProgramUniform4f_remap_index },
- { 32142, ProgramUniform4fv_remap_index },
- { 27877, ProgramUniform4i_remap_index },
+ { 20654, ProgramUniform2iv_remap_index },
+ { 6967, ProgramUniform2ui_remap_index },
+ { 8766, ProgramUniform2uiv_remap_index },
+ { 4453, ProgramUniform3f_remap_index },
+ { 29017, ProgramUniform3fv_remap_index },
+ { 4501, ProgramUniform3i_remap_index },
+ { 12969, ProgramUniform3iv_remap_index },
+ { 14664, ProgramUniform3ui_remap_index },
+ { 17359, ProgramUniform3uiv_remap_index },
+ { 27894, ProgramUniform4f_remap_index },
+ { 32208, ProgramUniform4fv_remap_index },
+ { 27943, ProgramUniform4i_remap_index },
{ 1848, ProgramUniform4iv_remap_index },
- { 38985, ProgramUniform4ui_remap_index },
- { 31902, ProgramUniform4uiv_remap_index },
- { 19135, ProgramUniformMatrix2fv_remap_index },
- { 21507, ProgramUniformMatrix2x3fv_remap_index },
- { 7635, ProgramUniformMatrix2x4fv_remap_index },
- { 37284, ProgramUniformMatrix3fv_remap_index },
- { 32863, ProgramUniformMatrix3x2fv_remap_index },
- { 26376, ProgramUniformMatrix3x4fv_remap_index },
- { 31086, ProgramUniformMatrix4fv_remap_index },
+ { 39097, ProgramUniform4ui_remap_index },
+ { 31968, ProgramUniform4uiv_remap_index },
+ { 19146, ProgramUniformMatrix2fv_remap_index },
+ { 21518, ProgramUniformMatrix2x3fv_remap_index },
+ { 7646, ProgramUniformMatrix2x4fv_remap_index },
+ { 37396, ProgramUniformMatrix3fv_remap_index },
+ { 32929, ProgramUniformMatrix3x2fv_remap_index },
+ { 26425, ProgramUniformMatrix3x4fv_remap_index },
+ { 31152, ProgramUniformMatrix4fv_remap_index },
{ 2185, ProgramUniformMatrix4x2fv_remap_index },
- { 7199, ProgramUniformMatrix4x3fv_remap_index },
- { 38024, UnlockArraysEXT_remap_index },
- { 31040, UseProgramStages_remap_index },
+ { 7210, ProgramUniformMatrix4x3fv_remap_index },
+ { 38136, UnlockArraysEXT_remap_index },
+ { 31106, UseProgramStages_remap_index },
{ 1628, ValidateProgramPipeline_remap_index },
- { 16054, DebugMessageCallback_remap_index },
- { 31541, DebugMessageControl_remap_index },
- { 15335, DebugMessageInsert_remap_index },
- { 6759, GetDebugMessageLog_remap_index },
- { 6550, GetObjectLabel_remap_index },
- { 12044, GetObjectPtrLabel_remap_index },
- { 30526, ObjectLabel_remap_index },
- { 43309, ObjectPtrLabel_remap_index },
- { 17868, PopDebugGroup_remap_index },
- { 32279, PushDebugGroup_remap_index },
- { 8275, SecondaryColor3fEXT_remap_index },
- { 7789, SecondaryColor3fvEXT_remap_index },
- { 28620, MultiDrawElementsEXT_remap_index },
- { 10706, FogCoordfEXT_remap_index },
- { 18085, FogCoordfvEXT_remap_index },
- { 4151, ResizeBuffersMESA_remap_index },
- { 34021, WindowPos4dMESA_remap_index },
- { 27245, WindowPos4dvMESA_remap_index },
- { 4260, WindowPos4fMESA_remap_index },
- { 11285, WindowPos4fvMESA_remap_index },
- { 9045, WindowPos4iMESA_remap_index },
+ { 16065, DebugMessageCallback_remap_index },
+ { 31607, DebugMessageControl_remap_index },
+ { 15346, DebugMessageInsert_remap_index },
+ { 6770, GetDebugMessageLog_remap_index },
+ { 6561, GetObjectLabel_remap_index },
+ { 12055, GetObjectPtrLabel_remap_index },
+ { 30592, ObjectLabel_remap_index },
+ { 43421, ObjectPtrLabel_remap_index },
+ { 17879, PopDebugGroup_remap_index },
+ { 32345, PushDebugGroup_remap_index },
+ { 8286, SecondaryColor3fEXT_remap_index },
+ { 7800, SecondaryColor3fvEXT_remap_index },
+ { 28686, MultiDrawElementsEXT_remap_index },
+ { 10717, FogCoordfEXT_remap_index },
+ { 18096, FogCoordfvEXT_remap_index },
+ { 4172, ResizeBuffersMESA_remap_index },
+ { 34087, WindowPos4dMESA_remap_index },
+ { 27294, WindowPos4dvMESA_remap_index },
+ { 4281, WindowPos4fMESA_remap_index },
+ { 11296, WindowPos4fvMESA_remap_index },
+ { 9056, WindowPos4iMESA_remap_index },
{ 3658, WindowPos4ivMESA_remap_index },
- { 27997, WindowPos4sMESA_remap_index },
+ { 28063, WindowPos4sMESA_remap_index },
{ 1080, WindowPos4svMESA_remap_index },
- { 28720, MultiModeDrawArraysIBM_remap_index },
- { 19783, MultiModeDrawElementsIBM_remap_index },
- { 32774, AreProgramsResidentNV_remap_index },
- { 39659, ExecuteProgramNV_remap_index },
- { 29485, GetProgramParameterdvNV_remap_index },
- { 36316, GetProgramParameterfvNV_remap_index },
- { 19232, GetProgramStringNV_remap_index },
- { 15689, GetProgramivNV_remap_index },
- { 18370, GetTrackMatrixivNV_remap_index },
- { 18812, GetVertexAttribdvNV_remap_index },
- { 16975, GetVertexAttribfvNV_remap_index },
- { 15871, GetVertexAttribivNV_remap_index },
- { 36039, LoadProgramNV_remap_index },
- { 19883, ProgramParameters4dvNV_remap_index },
- { 20495, ProgramParameters4fvNV_remap_index },
- { 6171, RequestResidentProgramsNV_remap_index },
- { 29106, TrackMatrixNV_remap_index },
- { 14134, VertexAttrib1dNV_remap_index },
- { 28065, VertexAttrib1dvNV_remap_index },
- { 28391, VertexAttrib1fNV_remap_index },
- { 41673, VertexAttrib1fvNV_remap_index },
- { 21063, VertexAttrib1sNV_remap_index },
- { 38044, VertexAttrib1svNV_remap_index },
- { 18346, VertexAttrib2dNV_remap_index },
- { 34305, VertexAttrib2dvNV_remap_index },
- { 27129, VertexAttrib2fNV_remap_index },
- { 25824, VertexAttrib2fvNV_remap_index },
- { 12839, VertexAttrib2sNV_remap_index },
- { 5666, VertexAttrib2svNV_remap_index },
- { 36725, VertexAttrib3dNV_remap_index },
- { 38638, VertexAttrib3dvNV_remap_index },
- { 4925, VertexAttrib3fNV_remap_index },
- { 40927, VertexAttrib3fvNV_remap_index },
- { 7143, VertexAttrib3sNV_remap_index },
- { 18397, VertexAttrib3svNV_remap_index },
- { 8477, VertexAttrib4dNV_remap_index },
+ { 28786, MultiModeDrawArraysIBM_remap_index },
+ { 19794, MultiModeDrawElementsIBM_remap_index },
+ { 32840, AreProgramsResidentNV_remap_index },
+ { 39771, ExecuteProgramNV_remap_index },
+ { 29551, GetProgramParameterdvNV_remap_index },
+ { 36418, GetProgramParameterfvNV_remap_index },
+ { 19243, GetProgramStringNV_remap_index },
+ { 15700, GetProgramivNV_remap_index },
+ { 18381, GetTrackMatrixivNV_remap_index },
+ { 18823, GetVertexAttribdvNV_remap_index },
+ { 16986, GetVertexAttribfvNV_remap_index },
+ { 15882, GetVertexAttribivNV_remap_index },
+ { 36141, LoadProgramNV_remap_index },
+ { 19894, ProgramParameters4dvNV_remap_index },
+ { 20506, ProgramParameters4fvNV_remap_index },
+ { 6182, RequestResidentProgramsNV_remap_index },
+ { 29172, TrackMatrixNV_remap_index },
+ { 14145, VertexAttrib1dNV_remap_index },
+ { 28131, VertexAttrib1dvNV_remap_index },
+ { 28457, VertexAttrib1fNV_remap_index },
+ { 41785, VertexAttrib1fvNV_remap_index },
+ { 21074, VertexAttrib1sNV_remap_index },
+ { 38156, VertexAttrib1svNV_remap_index },
+ { 18357, VertexAttrib2dNV_remap_index },
+ { 34371, VertexAttrib2dvNV_remap_index },
+ { 27178, VertexAttrib2fNV_remap_index },
+ { 25873, VertexAttrib2fvNV_remap_index },
+ { 12850, VertexAttrib2sNV_remap_index },
+ { 5687, VertexAttrib2svNV_remap_index },
+ { 36827, VertexAttrib3dNV_remap_index },
+ { 38750, VertexAttrib3dvNV_remap_index },
+ { 4946, VertexAttrib3fNV_remap_index },
+ { 41039, VertexAttrib3fvNV_remap_index },
+ { 7154, VertexAttrib3sNV_remap_index },
+ { 18408, VertexAttrib3svNV_remap_index },
+ { 8488, VertexAttrib4dNV_remap_index },
{ 3408, VertexAttrib4dvNV_remap_index },
- { 8548, VertexAttrib4fNV_remap_index },
- { 41065, VertexAttrib4fvNV_remap_index },
- { 17483, VertexAttrib4sNV_remap_index },
- { 10890, VertexAttrib4svNV_remap_index },
+ { 8559, VertexAttrib4fNV_remap_index },
+ { 41177, VertexAttrib4fvNV_remap_index },
+ { 17494, VertexAttrib4sNV_remap_index },
+ { 10901, VertexAttrib4svNV_remap_index },
{ 1601, VertexAttrib4ubNV_remap_index },
- { 10681, VertexAttrib4ubvNV_remap_index },
- { 28871, VertexAttribPointerNV_remap_index },
- { 27296, VertexAttribs1dvNV_remap_index },
- { 30817, VertexAttribs1fvNV_remap_index },
- { 6145, VertexAttribs1svNV_remap_index },
- { 42316, VertexAttribs2dvNV_remap_index },
- { 4284, VertexAttribs2fvNV_remap_index },
- { 27374, VertexAttribs2svNV_remap_index },
+ { 10692, VertexAttrib4ubvNV_remap_index },
+ { 28937, VertexAttribPointerNV_remap_index },
+ { 27345, VertexAttribs1dvNV_remap_index },
+ { 30883, VertexAttribs1fvNV_remap_index },
+ { 6156, VertexAttribs1svNV_remap_index },
+ { 42428, VertexAttribs2dvNV_remap_index },
+ { 4305, VertexAttribs2fvNV_remap_index },
+ { 27423, VertexAttribs2svNV_remap_index },
{ 1789, VertexAttribs3dvNV_remap_index },
- { 35362, VertexAttribs3fvNV_remap_index },
- { 14001, VertexAttribs3svNV_remap_index },
- { 19446, VertexAttribs4dvNV_remap_index },
- { 24331, VertexAttribs4fvNV_remap_index },
- { 20692, VertexAttribs4svNV_remap_index },
- { 32097, VertexAttribs4ubvNV_remap_index },
- { 41551, GetTexBumpParameterfvATI_remap_index },
- { 10432, GetTexBumpParameterivATI_remap_index },
- { 35462, TexBumpParameterfvATI_remap_index },
- { 8520, TexBumpParameterivATI_remap_index },
- { 9245, AlphaFragmentOp1ATI_remap_index },
+ { 35428, VertexAttribs3fvNV_remap_index },
+ { 14012, VertexAttribs3svNV_remap_index },
+ { 19457, VertexAttribs4dvNV_remap_index },
+ { 24367, VertexAttribs4fvNV_remap_index },
+ { 20703, VertexAttribs4svNV_remap_index },
+ { 32163, VertexAttribs4ubvNV_remap_index },
+ { 41663, GetTexBumpParameterfvATI_remap_index },
+ { 10443, GetTexBumpParameterivATI_remap_index },
+ { 35528, TexBumpParameterfvATI_remap_index },
+ { 8531, TexBumpParameterivATI_remap_index },
+ { 9256, AlphaFragmentOp1ATI_remap_index },
{ 3432, AlphaFragmentOp2ATI_remap_index },
- { 9701, AlphaFragmentOp3ATI_remap_index },
- { 33288, BeginFragmentShaderATI_remap_index },
+ { 9712, AlphaFragmentOp3ATI_remap_index },
+ { 33354, BeginFragmentShaderATI_remap_index },
{ 3705, BindFragmentShaderATI_remap_index },
- { 7168, ColorFragmentOp1ATI_remap_index },
- { 12805, ColorFragmentOp2ATI_remap_index },
- { 23918, ColorFragmentOp3ATI_remap_index },
- { 16790, DeleteFragmentShaderATI_remap_index },
- { 43716, EndFragmentShaderATI_remap_index },
- { 22950, GenFragmentShadersATI_remap_index },
- { 41147, PassTexCoordATI_remap_index },
- { 35442, SampleMapATI_remap_index },
- { 34766, SetFragmentShaderConstantATI_remap_index },
- { 8451, ActiveStencilFaceEXT_remap_index },
- { 8077, BindVertexArrayAPPLE_remap_index },
- { 16320, GenVertexArraysAPPLE_remap_index },
- { 35028, GetProgramNamedParameterdvNV_remap_index },
- { 22700, GetProgramNamedParameterfvNV_remap_index },
- { 41582, ProgramNamedParameter4dNV_remap_index },
- { 37835, ProgramNamedParameter4dvNV_remap_index },
- { 40869, ProgramNamedParameter4fNV_remap_index },
- { 25386, ProgramNamedParameter4fvNV_remap_index },
- { 24238, PrimitiveRestartNV_remap_index },
- { 24727, GetTexGenxvOES_remap_index },
- { 14489, TexGenxOES_remap_index },
- { 32341, TexGenxvOES_remap_index },
- { 8001, DepthBoundsEXT_remap_index },
- { 5915, BindFramebufferEXT_remap_index },
- { 41205, BindRenderbufferEXT_remap_index },
- { 4369, BufferParameteriAPPLE_remap_index },
- { 39261, FlushMappedBufferRangeAPPLE_remap_index },
- { 27647, VertexAttribI1iEXT_remap_index },
- { 11224, VertexAttribI1uiEXT_remap_index },
- { 20216, VertexAttribI2iEXT_remap_index },
- { 40720, VertexAttribI2ivEXT_remap_index },
- { 25517, VertexAttribI2uiEXT_remap_index },
- { 35125, VertexAttribI2uivEXT_remap_index },
- { 19313, VertexAttribI3iEXT_remap_index },
- { 42790, VertexAttribI3ivEXT_remap_index },
- { 22632, VertexAttribI3uiEXT_remap_index },
- { 20967, VertexAttribI3uivEXT_remap_index },
- { 37880, VertexAttribI4iEXT_remap_index },
- { 6666, VertexAttribI4ivEXT_remap_index },
+ { 7179, ColorFragmentOp1ATI_remap_index },
+ { 12816, ColorFragmentOp2ATI_remap_index },
+ { 23954, ColorFragmentOp3ATI_remap_index },
+ { 16801, DeleteFragmentShaderATI_remap_index },
+ { 43828, EndFragmentShaderATI_remap_index },
+ { 22961, GenFragmentShadersATI_remap_index },
+ { 41259, PassTexCoordATI_remap_index },
+ { 35508, SampleMapATI_remap_index },
+ { 34832, SetFragmentShaderConstantATI_remap_index },
+ { 8462, ActiveStencilFaceEXT_remap_index },
+ { 8088, BindVertexArrayAPPLE_remap_index },
+ { 16331, GenVertexArraysAPPLE_remap_index },
+ { 35094, GetProgramNamedParameterdvNV_remap_index },
+ { 22711, GetProgramNamedParameterfvNV_remap_index },
+ { 41694, ProgramNamedParameter4dNV_remap_index },
+ { 37947, ProgramNamedParameter4dvNV_remap_index },
+ { 40981, ProgramNamedParameter4fNV_remap_index },
+ { 25435, ProgramNamedParameter4fvNV_remap_index },
+ { 24274, PrimitiveRestartNV_remap_index },
+ { 24763, GetTexGenxvOES_remap_index },
+ { 14500, TexGenxOES_remap_index },
+ { 32407, TexGenxvOES_remap_index },
+ { 8012, DepthBoundsEXT_remap_index },
+ { 5926, BindFramebufferEXT_remap_index },
+ { 41317, BindRenderbufferEXT_remap_index },
+ { 4390, BufferParameteriAPPLE_remap_index },
+ { 39373, FlushMappedBufferRangeAPPLE_remap_index },
+ { 27713, VertexAttribI1iEXT_remap_index },
+ { 11235, VertexAttribI1uiEXT_remap_index },
+ { 20227, VertexAttribI2iEXT_remap_index },
+ { 40832, VertexAttribI2ivEXT_remap_index },
+ { 25566, VertexAttribI2uiEXT_remap_index },
+ { 35191, VertexAttribI2uivEXT_remap_index },
+ { 19324, VertexAttribI3iEXT_remap_index },
+ { 42902, VertexAttribI3ivEXT_remap_index },
+ { 22643, VertexAttribI3uiEXT_remap_index },
+ { 20978, VertexAttribI3uivEXT_remap_index },
+ { 37992, VertexAttribI4iEXT_remap_index },
+ { 6677, VertexAttribI4ivEXT_remap_index },
{ 2557, VertexAttribI4uiEXT_remap_index },
- { 27504, VertexAttribI4uivEXT_remap_index },
+ { 27570, VertexAttribI4uivEXT_remap_index },
{ 2983, ClearColorIiEXT_remap_index },
{ 1208, ClearColorIuiEXT_remap_index },
- { 24261, BindBufferOffsetEXT_remap_index },
- { 18117, BeginPerfMonitorAMD_remap_index },
- { 32732, DeletePerfMonitorsAMD_remap_index },
- { 5418, EndPerfMonitorAMD_remap_index },
- { 26861, GenPerfMonitorsAMD_remap_index },
- { 12531, GetPerfMonitorCounterDataAMD_remap_index },
- { 34639, GetPerfMonitorCounterInfoAMD_remap_index },
- { 43676, GetPerfMonitorCounterStringAMD_remap_index },
- { 43274, GetPerfMonitorCountersAMD_remap_index },
- { 14205, GetPerfMonitorGroupStringAMD_remap_index },
- { 29638, GetPerfMonitorGroupsAMD_remap_index },
- { 13842, SelectPerfMonitorCountersAMD_remap_index },
- { 14302, GetObjectParameterivAPPLE_remap_index },
- { 43115, ObjectPurgeableAPPLE_remap_index },
+ { 24297, BindBufferOffsetEXT_remap_index },
+ { 18128, BeginPerfMonitorAMD_remap_index },
+ { 32798, DeletePerfMonitorsAMD_remap_index },
+ { 5439, EndPerfMonitorAMD_remap_index },
+ { 26910, GenPerfMonitorsAMD_remap_index },
+ { 12542, GetPerfMonitorCounterDataAMD_remap_index },
+ { 34705, GetPerfMonitorCounterInfoAMD_remap_index },
+ { 43788, GetPerfMonitorCounterStringAMD_remap_index },
+ { 43386, GetPerfMonitorCountersAMD_remap_index },
+ { 14216, GetPerfMonitorGroupStringAMD_remap_index },
+ { 29704, GetPerfMonitorGroupsAMD_remap_index },
+ { 13853, SelectPerfMonitorCountersAMD_remap_index },
+ { 14313, GetObjectParameterivAPPLE_remap_index },
+ { 43227, ObjectPurgeableAPPLE_remap_index },
{ 1897, ObjectUnpurgeableAPPLE_remap_index },
- { 42104, ActiveProgramEXT_remap_index },
- { 27267, CreateShaderProgramEXT_remap_index },
- { 36833, UseShaderProgramEXT_remap_index },
- { 30409, TextureBarrierNV_remap_index },
+ { 42216, ActiveProgramEXT_remap_index },
+ { 27316, CreateShaderProgramEXT_remap_index },
+ { 36935, UseShaderProgramEXT_remap_index },
+ { 30475, TextureBarrierNV_remap_index },
{ 2142, VDPAUFiniNV_remap_index },
{ 835, VDPAUGetSurfaceivNV_remap_index },
- { 23771, VDPAUInitNV_remap_index },
- { 21485, VDPAUIsSurfaceNV_remap_index },
- { 6415, VDPAUMapSurfacesNV_remap_index },
+ { 23807, VDPAUInitNV_remap_index },
+ { 21496, VDPAUIsSurfaceNV_remap_index },
+ { 6426, VDPAUMapSurfacesNV_remap_index },
{ 3024, VDPAURegisterOutputSurfaceNV_remap_index },
- { 12400, VDPAURegisterVideoSurfaceNV_remap_index },
- { 10963, VDPAUSurfaceAccessNV_remap_index },
- { 4719, VDPAUUnmapSurfacesNV_remap_index },
- { 37734, VDPAUUnregisterSurfaceNV_remap_index },
- { 38483, BeginPerfQueryINTEL_remap_index },
- { 33609, CreatePerfQueryINTEL_remap_index },
- { 16251, DeletePerfQueryINTEL_remap_index },
- { 40550, EndPerfQueryINTEL_remap_index },
- { 42074, GetFirstPerfQueryIdINTEL_remap_index },
- { 30362, GetNextPerfQueryIdINTEL_remap_index },
- { 31953, GetPerfCounterInfoINTEL_remap_index },
+ { 12411, VDPAURegisterVideoSurfaceNV_remap_index },
+ { 10974, VDPAUSurfaceAccessNV_remap_index },
+ { 4740, VDPAUUnmapSurfacesNV_remap_index },
+ { 37846, VDPAUUnregisterSurfaceNV_remap_index },
+ { 38595, BeginPerfQueryINTEL_remap_index },
+ { 33675, CreatePerfQueryINTEL_remap_index },
+ { 16262, DeletePerfQueryINTEL_remap_index },
+ { 40662, EndPerfQueryINTEL_remap_index },
+ { 42186, GetFirstPerfQueryIdINTEL_remap_index },
+ { 30428, GetNextPerfQueryIdINTEL_remap_index },
+ { 32019, GetPerfCounterInfoINTEL_remap_index },
{ 746, GetPerfQueryDataINTEL_remap_index },
- { 22287, GetPerfQueryIdByNameINTEL_remap_index },
- { 19977, GetPerfQueryInfoINTEL_remap_index },
- { 20378, StencilFuncSeparateATI_remap_index },
- { 5631, ProgramEnvParameters4fvEXT_remap_index },
- { 30660, ProgramLocalParameters4fvEXT_remap_index },
- { 3825, EGLImageTargetRenderbufferStorageOES_remap_index },
+ { 22298, GetPerfQueryIdByNameINTEL_remap_index },
+ { 19988, GetPerfQueryInfoINTEL_remap_index },
+ { 20389, StencilFuncSeparateATI_remap_index },
+ { 5652, ProgramEnvParameters4fvEXT_remap_index },
+ { 30726, ProgramLocalParameters4fvEXT_remap_index },
+ { 3846, EGLImageTargetRenderbufferStorageOES_remap_index },
{ 3610, EGLImageTargetTexture2DOES_remap_index },
- { 40687, AlphaFuncx_remap_index },
- { 19358, ClearColorx_remap_index },
- { 39929, ClearDepthx_remap_index },
- { 35807, Color4x_remap_index },
- { 23709, DepthRangex_remap_index },
+ { 40799, AlphaFuncx_remap_index },
+ { 19369, ClearColorx_remap_index },
+ { 40041, ClearDepthx_remap_index },
+ { 35909, Color4x_remap_index },
+ { 23745, DepthRangex_remap_index },
{ 2381, Fogx_remap_index },
- { 14768, Fogxv_remap_index },
- { 8722, Frustumf_remap_index },
- { 8819, Frustumx_remap_index },
- { 19278, LightModelx_remap_index },
- { 32191, LightModelxv_remap_index },
- { 28925, Lightx_remap_index },
- { 41434, Lightxv_remap_index },
+ { 14779, Fogxv_remap_index },
+ { 8733, Frustumf_remap_index },
+ { 8830, Frustumx_remap_index },
+ { 19289, LightModelx_remap_index },
+ { 32257, LightModelxv_remap_index },
+ { 28991, Lightx_remap_index },
+ { 41546, Lightxv_remap_index },
{ 3540, LineWidthx_remap_index },
- { 37400, LoadMatrixx_remap_index },
- { 42411, Materialx_remap_index },
- { 25336, Materialxv_remap_index },
- { 29128, MultMatrixx_remap_index },
- { 31356, MultiTexCoord4x_remap_index },
- { 25185, Normal3x_remap_index },
- { 15388, Orthof_remap_index },
- { 15569, Orthox_remap_index },
- { 27551, PointSizex_remap_index },
+ { 37512, LoadMatrixx_remap_index },
+ { 42523, Materialx_remap_index },
+ { 25385, Materialxv_remap_index },
+ { 29194, MultMatrixx_remap_index },
+ { 31422, MultiTexCoord4x_remap_index },
+ { 25234, Normal3x_remap_index },
+ { 15399, Orthof_remap_index },
+ { 15580, Orthox_remap_index },
+ { 27617, PointSizex_remap_index },
{ 70, PolygonOffsetx_remap_index },
- { 37148, Rotatex_remap_index },
- { 19934, SampleCoveragex_remap_index },
- { 12689, Scalex_remap_index },
- { 38273, TexEnvx_remap_index },
- { 43066, TexEnvxv_remap_index },
+ { 37260, Rotatex_remap_index },
+ { 19945, SampleCoveragex_remap_index },
+ { 12700, Scalex_remap_index },
+ { 38385, TexEnvx_remap_index },
+ { 43178, TexEnvxv_remap_index },
{ 1976, TexParameterx_remap_index },
- { 31682, Translatex_remap_index },
- { 33072, ClipPlanef_remap_index },
- { 32974, ClipPlanex_remap_index },
+ { 31748, Translatex_remap_index },
+ { 33138, ClipPlanef_remap_index },
+ { 33040, ClipPlanex_remap_index },
{ 707, GetClipPlanef_remap_index },
{ 570, GetClipPlanex_remap_index },
- { 19852, GetFixedv_remap_index },
+ { 19863, GetFixedv_remap_index },
{ 1267, GetLightxv_remap_index },
- { 22737, GetMaterialxv_remap_index },
- { 21362, GetTexEnvxv_remap_index },
- { 16675, GetTexParameterxv_remap_index },
- { 29162, PointParameterx_remap_index },
- { 5773, PointParameterxv_remap_index },
- { 19021, TexParameterxv_remap_index },
+ { 22748, GetMaterialxv_remap_index },
+ { 21373, GetTexEnvxv_remap_index },
+ { 16686, GetTexParameterxv_remap_index },
+ { 29228, PointParameterx_remap_index },
+ { 37215, PointParameterxv_remap_index },
+ { 19032, TexParameterxv_remap_index },
{ -1, -1 }
};
/* these functions are in the ABI, but have alternative names */
static const struct gl_function_remap MESA_alt_functions[] = {
/* from GL_EXT_blend_color */
- { 34253, _gloffset_BlendColor },
+ { 34319, _gloffset_BlendColor },
/* from GL_EXT_blend_minmax */
- { 36668, _gloffset_BlendEquation },
+ { 36770, _gloffset_BlendEquation },
/* from GL_EXT_color_subtable */
- { 5375, _gloffset_ColorSubTable },
- { 21263, _gloffset_CopyColorSubTable },
+ { 5396, _gloffset_ColorSubTable },
+ { 21274, _gloffset_CopyColorSubTable },
/* from GL_EXT_convolution */
{ 1301, _gloffset_GetConvolutionParameteriv },
- { 13685, _gloffset_ConvolutionParameterfv },
- { 16537, _gloffset_CopyConvolutionFilter1D },
- { 18533, _gloffset_SeparableFilter2D },
- { 19728, _gloffset_GetConvolutionFilter },
- { 23441, _gloffset_ConvolutionFilter1D },
- { 25724, _gloffset_ConvolutionFilter2D },
- { 28478, _gloffset_GetSeparableFilter },
- { 30020, _gloffset_ConvolutionParameteri },
- { 30142, _gloffset_ConvolutionParameterf },
- { 35836, _gloffset_ConvolutionParameteriv },
- { 41487, _gloffset_GetConvolutionParameterfv },
- { 42641, _gloffset_CopyConvolutionFilter2D },
+ { 13696, _gloffset_ConvolutionParameterfv },
+ { 16548, _gloffset_CopyConvolutionFilter1D },
+ { 18544, _gloffset_SeparableFilter2D },
+ { 19739, _gloffset_GetConvolutionFilter },
+ { 23477, _gloffset_ConvolutionFilter1D },
+ { 25773, _gloffset_ConvolutionFilter2D },
+ { 28544, _gloffset_GetSeparableFilter },
+ { 30086, _gloffset_ConvolutionParameteri },
+ { 30208, _gloffset_ConvolutionParameterf },
+ { 35938, _gloffset_ConvolutionParameteriv },
+ { 41599, _gloffset_GetConvolutionParameterfv },
+ { 42753, _gloffset_CopyConvolutionFilter2D },
/* from GL_EXT_copy_texture */
- { 27183, _gloffset_CopyTexImage2D },
- { 29786, _gloffset_CopyTexImage1D },
- { 32228, _gloffset_CopyTexSubImage1D },
- { 38111, _gloffset_CopyTexSubImage3D },
- { 41743, _gloffset_CopyTexSubImage2D },
+ { 27232, _gloffset_CopyTexImage2D },
+ { 29852, _gloffset_CopyTexImage1D },
+ { 32294, _gloffset_CopyTexSubImage1D },
+ { 38223, _gloffset_CopyTexSubImage3D },
+ { 41855, _gloffset_CopyTexSubImage2D },
/* from GL_EXT_draw_range_elements */
- { 24676, _gloffset_DrawRangeElements },
+ { 24712, _gloffset_DrawRangeElements },
/* from GL_EXT_histogram */
- { 4618, _gloffset_GetHistogramParameterfv },
- { 8103, _gloffset_GetHistogramParameteriv },
- { 9485, _gloffset_Minmax },
- { 13941, _gloffset_GetMinmax },
- { 21856, _gloffset_Histogram },
- { 29714, _gloffset_GetMinmaxParameteriv },
- { 30697, _gloffset_ResetMinmax },
- { 31642, _gloffset_GetHistogram },
- { 33382, _gloffset_GetMinmaxParameterfv },
- { 34329, _gloffset_ResetHistogram },
+ { 4639, _gloffset_GetHistogramParameterfv },
+ { 8114, _gloffset_GetHistogramParameteriv },
+ { 9496, _gloffset_Minmax },
+ { 13952, _gloffset_GetMinmax },
+ { 21867, _gloffset_Histogram },
+ { 29780, _gloffset_GetMinmaxParameteriv },
+ { 30763, _gloffset_ResetMinmax },
+ { 31708, _gloffset_GetHistogram },
+ { 33448, _gloffset_GetMinmaxParameterfv },
+ { 34395, _gloffset_ResetHistogram },
/* from GL_EXT_paletted_texture */
- { 13547, _gloffset_ColorTable },
- { 18142, _gloffset_GetColorTableParameterfv },
- { 26506, _gloffset_GetColorTable },
- { 30198, _gloffset_GetColorTableParameteriv },
+ { 13558, _gloffset_ColorTable },
+ { 18153, _gloffset_GetColorTableParameterfv },
+ { 26555, _gloffset_GetColorTable },
+ { 30264, _gloffset_GetColorTableParameteriv },
/* from GL_EXT_subtexture */
{ 2413, _gloffset_TexSubImage1D },
- { 36383, _gloffset_TexSubImage2D },
+ { 36485, _gloffset_TexSubImage2D },
/* from GL_EXT_texture3D */
- { 22230, _gloffset_TexImage3D },
- { 40361, _gloffset_TexSubImage3D },
+ { 22241, _gloffset_TexImage3D },
+ { 40473, _gloffset_TexSubImage3D },
/* from GL_EXT_texture_object */
- { 4197, _gloffset_GenTextures },
- { 8866, _gloffset_BindTexture },
- { 17318, _gloffset_IsTexture },
- { 22582, _gloffset_PrioritizeTextures },
- { 26706, _gloffset_DeleteTextures },
- { 40817, _gloffset_AreTexturesResident },
+ { 4218, _gloffset_GenTextures },
+ { 8877, _gloffset_BindTexture },
+ { 17329, _gloffset_IsTexture },
+ { 22593, _gloffset_PrioritizeTextures },
+ { 26755, _gloffset_DeleteTextures },
+ { 40929, _gloffset_AreTexturesResident },
/* from GL_EXT_vertex_array */
- { 18631, _gloffset_ArrayElement },
- { 29205, _gloffset_DrawArrays },
- { 38721, _gloffset_GetPointerv },
+ { 18642, _gloffset_ArrayElement },
+ { 29271, _gloffset_DrawArrays },
+ { 38833, _gloffset_GetPointerv },
/* from GL_NV_read_buffer */
- { 29989, _gloffset_ReadBuffer },
+ { 30055, _gloffset_ReadBuffer },
/* from GL_OES_blend_subtract */
- { 36668, _gloffset_BlendEquation },
+ { 36770, _gloffset_BlendEquation },
/* from GL_OES_texture_3D */
- { 22230, _gloffset_TexImage3D },
- { 38111, _gloffset_CopyTexSubImage3D },
- { 40361, _gloffset_TexSubImage3D },
+ { 22241, _gloffset_TexImage3D },
+ { 38223, _gloffset_CopyTexSubImage3D },
+ { 40473, _gloffset_TexSubImage3D },
/* from GL_OES_texture_cube_map */
- { 16904, _gloffset_TexGeni },
- { 16932, _gloffset_TexGenf },
- { 20294, _gloffset_GetTexGenfv },
- { 34204, _gloffset_TexGeniv },
- { 36492, _gloffset_TexGenfv },
- { 42038, _gloffset_GetTexGeniv },
+ { 16915, _gloffset_TexGeni },
+ { 16943, _gloffset_TexGenf },
+ { 20305, _gloffset_GetTexGenfv },
+ { 34270, _gloffset_TexGeniv },
+ { 36594, _gloffset_TexGenfv },
+ { 42150, _gloffset_GetTexGeniv },
/* from GL_SGI_color_table */
{ 2717, _gloffset_ColorTableParameteriv },
- { 13547, _gloffset_ColorTable },
- { 17262, _gloffset_ColorTableParameterfv },
- { 18142, _gloffset_GetColorTableParameterfv },
- { 26506, _gloffset_GetColorTable },
- { 26584, _gloffset_CopyColorTable },
- { 30198, _gloffset_GetColorTableParameteriv },
+ { 13558, _gloffset_ColorTable },
+ { 17273, _gloffset_ColorTableParameterfv },
+ { 18153, _gloffset_GetColorTableParameterfv },
+ { 26555, _gloffset_GetColorTable },
+ { 26633, _gloffset_CopyColorTable },
+ { 30264, _gloffset_GetColorTableParameteriv },
{ -1, -1 }
};