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>2015-10-12 07:04:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-12 07:08:20 +0300
commit9cea429f787727d8a19b9dfe179a5b7ba2d92fd0 (patch)
tree2b71c91be73e10e91fa566e63ae8c2e8ad7753d1 /intern/glew-mx/glew-mx.h
parente0c05a1e6ab82b365146b5149cec1dfd89b1cd2f (diff)
Fix T46431: Init glew before glx-context crashes
Initialize glxew before glew, so we can check whats supported before creating the context. This also removes need for mxIgnoreNoVersion.
Diffstat (limited to 'intern/glew-mx/glew-mx.h')
-rw-r--r--intern/glew-mx/glew-mx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/glew-mx/glew-mx.h b/intern/glew-mx/glew-mx.h
index 92450d67812..ed17ea4a0e6 100644
--- a/intern/glew-mx/glew-mx.h
+++ b/intern/glew-mx/glew-mx.h
@@ -95,8 +95,6 @@ MXContext *mxGetCurrentContext (void);
void mxMakeCurrentContext(MXContext *ctx);
void mxDestroyContext (MXContext *ctx);
-void mxIgnoreNoVersion(int ignore);
-
GLenum glew_chk(GLenum error, const char *file, int line, const char *text);
#ifndef NDEBUG