From f263f0def0492c9dd92abec42624982e5f95cfa2 Mon Sep 17 00:00:00 2001 From: nigels Date: Wed, 16 Jun 2010 17:13:32 +0000 Subject: [PATCH] Fixups for GLX_AMD_gpu_association and GL_NV_vdpau_interop which recently appeared in opengl.org repository git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@605 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/core/GLX_AMD_gpu_association | 13 +++++++++++++ auto/core/GL_NV_vdpau_interop | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 auto/core/GLX_AMD_gpu_association create mode 100644 auto/core/GL_NV_vdpau_interop diff --git a/auto/core/GLX_AMD_gpu_association b/auto/core/GLX_AMD_gpu_association new file mode 100644 index 0000000..e5561d9 --- /dev/null +++ b/auto/core/GLX_AMD_gpu_association @@ -0,0 +1,13 @@ +GLX_AMD_gpu_association +http://www.opengl.org/registry/specs/AMD/glx_gpu_association.txt +GLX_AMD_gpu_association + GLX_GPU_VENDOR_AMD 0x1F00 + GLX_GPU_RENDERER_STRING_AMD 0x1F01 + GLX_GPU_OPENGL_VERSION_STRING_AMD 0x1F02 + GLX_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2 + GLX_GPU_RAM_AMD 0x21A3 + GLX_GPU_CLOCK_AMD 0x21A4 + GLX_GPU_NUM_PIPES_AMD 0x21A5 + GLX_GPU_NUM_SIMD_AMD 0x21A6 + GLX_GPU_NUM_RB_AMD 0x21A7 + GLX_GPU_NUM_SPI_AMD 0x21A8 diff --git a/auto/core/GL_NV_vdpau_interop b/auto/core/GL_NV_vdpau_interop new file mode 100644 index 0000000..5c547ae --- /dev/null +++ b/auto/core/GL_NV_vdpau_interop @@ -0,0 +1,7 @@ +GL_NV_vdpau_interop +http://www.opengl.org/registry/specs/NV/vdpau_interop.txt +GL_NV_vdpau_interop + GL_SURFACE_STATE_NV 0x86EB + GL_SURFACE_REGISTERED_NV 0x86FD + GL_SURFACE_MAPPED_NV 0x8700 + GL_WRITE_DISCARD_NV 0x88BE