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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-18 19:37:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-18 19:37:36 +0400
commit049838fe0ce1b2e737c7d2c539cb8a945d52b902 (patch)
treee15b221bf15d5620f34337b38263e899409b27d1 /extern/glew/include/GL/wglew.h
parent9a0b035e1dbfe4a7fe992d33c0cca3eaa0369c02 (diff)
update glew from 1.6 to 1.7:
from their site: adds support for OpenGL 4.2, new extensions, fixes bugs remove ChangeLog, its missing from the 1.7 bundle, also remove html doc dir.
Diffstat (limited to 'extern/glew/include/GL/wglew.h')
-rw-r--r--extern/glew/include/GL/wglew.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/glew/include/GL/wglew.h b/extern/glew/include/GL/wglew.h
index deb64682811..05f054fc855 100644
--- a/extern/glew/include/GL/wglew.h
+++ b/extern/glew/include/GL/wglew.h
@@ -193,6 +193,8 @@ typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, in
#define WGL_CONTEXT_MINOR_VERSION_ARB 0x2092
#define WGL_CONTEXT_LAYER_PLANE_ARB 0x2093
#define WGL_CONTEXT_FLAGS_ARB 0x2094
+#define ERROR_INVALID_VERSION_ARB 0x2095
+#define ERROR_INVALID_PROFILE_ARB 0x2096
typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int* attribList);