summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/glew/README.chromium3
-rw-r--r--third_party/glew/include/GL/glxew.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/third_party/glew/README.chromium b/third_party/glew/README.chromium
index a1f839d..2f12b4f 100644
--- a/third_party/glew/README.chromium
+++ b/third_party/glew/README.chromium
@@ -19,5 +19,8 @@ Compared to the original distribution:
- A GLEW_NO_GLU #define was added to prevent including GL/glu.h.
+ - glxewContextInit() was exposed in glxew.h in order to allow the
+ GLX 1.3 entry points to be used to create the first context.
+
Originally obtained from http://glew.sourceforge.net/ . The
LICENSE.txt from that distribution has been preserved here.
diff --git a/third_party/glew/include/GL/glxew.h b/third_party/glew/include/GL/glxew.h
index ef89998..bece8ce 100644
--- a/third_party/glew/include/GL/glxew.h
+++ b/third_party/glew/include/GL/glxew.h
@@ -1429,6 +1429,7 @@ extern GLboolean glxewContextIsSupported (GLXEWContext* ctx, const char* name);
#define GLXEW_GET_FUN(x) x
extern GLenum glxewInit ();
+extern GLenum glxewContextInit ();
extern GLboolean glxewIsSupported (const char* name);
#endif /* GLEW_MX */