1GLX_AMD_gpu_association
2http://www.opengl.org/registry/specs/AMD/glx_gpu_association.txt
3GLX_AMD_gpu_association
4
5	GLX_GPU_VENDOR_AMD 0x1F00
6	GLX_GPU_RENDERER_STRING_AMD 0x1F01
7	GLX_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
8	GLX_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
9	GLX_GPU_RAM_AMD 0x21A3
10	GLX_GPU_CLOCK_AMD 0x21A4
11	GLX_GPU_NUM_PIPES_AMD 0x21A5
12	GLX_GPU_NUM_SIMD_AMD 0x21A6
13	GLX_GPU_NUM_RB_AMD 0x21A7
14	GLX_GPU_NUM_SPI_AMD 0x21A8
15	void glXBlitContextFramebufferAMD (GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
16	GLXContext glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list)
17	GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const int* attribList)
18	Bool glXDeleteAssociatedContextAMD (GLXContext ctx)
19	unsigned int glXGetContextGPUIDAMD (GLXContext ctx)
20	GLXContext glXGetCurrentAssociatedContextAMD (void)
21	unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int* ids)
22	int glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, void* data)
23	Bool glXMakeAssociatedContextCurrentAMD (GLXContext ctx)
24