diff options
author | marha <marha@users.sourceforge.net> | 2012-03-28 10:27:22 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-28 10:27:22 +0200 |
commit | 20f3d5fe27c7c939479ee6c824bd3502e5f99c14 (patch) | |
tree | 7f5bc54fabcabc0c65cdaf40babfa1a0099ba1ba /xorg-server/hw/xwin/glx/wglext.h | |
parent | 46408a5a4bc46de10f3370ba3da1c404a2730f76 (diff) | |
download | vcxsrv-20f3d5fe27c7c939479ee6c824bd3502e5f99c14.tar.gz vcxsrv-20f3d5fe27c7c939479ee6c824bd3502e5f99c14.tar.bz2 vcxsrv-20f3d5fe27c7c939479ee6c824bd3502e5f99c14.zip |
Synchronised files
Diffstat (limited to 'xorg-server/hw/xwin/glx/wglext.h')
-rw-r--r-- | xorg-server/hw/xwin/glx/wglext.h | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/xorg-server/hw/xwin/glx/wglext.h b/xorg-server/hw/xwin/glx/wglext.h index 4cbbd10fb..b5dc7bf7f 100644 --- a/xorg-server/hw/xwin/glx/wglext.h +++ b/xorg-server/hw/xwin/glx/wglext.h @@ -6,7 +6,7 @@ extern "C" { #endif /* -** Copyright (c) 2007-2011 The Khronos Group Inc. +** Copyright (c) 2007-2012 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the @@ -48,9 +48,9 @@ extern "C" { /*************************************************************/ /* Header file version number */ -/* wglext.h last updated 2011/04/13 */ +/* wglext.h last updated 2012/01/04 */ /* Current version at http://www.opengl.org/registry/ */ -#define WGL_WGLEXT_VERSION 23 +#define WGL_WGLEXT_VERSION 24 #ifndef WGL_ARB_buffer_region #define WGL_FRONT_COLOR_BUFFER_BIT_ARB 0x00000001 @@ -422,6 +422,12 @@ extern "C" { #define WGL_ACCESS_WRITE_DISCARD_NV 0x00000002 #endif +#ifndef WGL_NV_DX_interop2 +#endif + +#ifndef WGL_EXT_swap_control_tear +#endif + /*************************************************************/ @@ -921,6 +927,14 @@ typedef BOOL (WINAPI * PFNWGLDXLOCKOBJECTSNVPROC) (HANDLE hDevice, GLint count, typedef BOOL (WINAPI * PFNWGLDXUNLOCKOBJECTSNVPROC) (HANDLE hDevice, GLint count, HANDLE *hObjects); #endif +#ifndef WGL_NV_DX_interop2 +#define WGL_NV_DX_interop2 1 +#endif + +#ifndef WGL_EXT_swap_control_tear +#define WGL_EXT_swap_control_tear 1 +#endif + #ifdef __cplusplus } |