Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/extensions/gl/WGL_AMD_gpu_association')
-rw-r--r--Libraries/glew-2.0.0/auto/extensions/gl/WGL_AMD_gpu_association23
1 files changed, 0 insertions, 23 deletions
diff --git a/Libraries/glew-2.0.0/auto/extensions/gl/WGL_AMD_gpu_association b/Libraries/glew-2.0.0/auto/extensions/gl/WGL_AMD_gpu_association
deleted file mode 100644
index 02a9ab13..00000000
--- a/Libraries/glew-2.0.0/auto/extensions/gl/WGL_AMD_gpu_association
+++ /dev/null
@@ -1,23 +0,0 @@
-WGL_AMD_gpu_association
-http://www.opengl.org/registry/specs/AMD/wgl_gpu_association.txt
-WGL_AMD_gpu_association
-
- WGL_GPU_VENDOR_AMD 0x1F00
- WGL_GPU_RENDERER_STRING_AMD 0x1F01
- WGL_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
- WGL_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
- WGL_GPU_RAM_AMD 0x21A3
- WGL_GPU_CLOCK_AMD 0x21A4
- WGL_GPU_NUM_PIPES_AMD 0x21A5
- WGL_GPU_NUM_SIMD_AMD 0x21A6
- WGL_GPU_NUM_RB_AMD 0x21A7
- WGL_GPU_NUM_SPI_AMD 0x21A8
- VOID wglBlitContextFramebufferAMD (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
- HGLRC wglCreateAssociatedContextAMD (UINT id)
- HGLRC wglCreateAssociatedContextAttribsAMD (UINT id, HGLRC hShareContext, const int* attribList)
- BOOL wglDeleteAssociatedContextAMD (HGLRC hglrc)
- UINT wglGetContextGPUIDAMD (HGLRC hglrc)
- HGLRC wglGetCurrentAssociatedContextAMD (void)
- UINT wglGetGPUIDsAMD (UINT maxCount, UINT* ids)
- INT wglGetGPUInfoAMD (UINT id, INT property, GLenum dataType, UINT size, void* data)
- BOOL wglMakeAssociatedContextCurrentAMD (HGLRC hglrc)