From: Mikko Rasa Date: Sun, 8 Jan 2017 13:59:57 +0000 (+0200) Subject: Disable core version of primitive restart on Radeon as well X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=ad3238a5acffa0f200a550c5668c18d931d1c569 Disable core version of primitive restart on Radeon as well Maybe there's something wrong with my code but I can't figure what. This is the easy solution. --- diff --git a/source/extension.cpp b/source/extension.cpp index 692037c3..c543328b 100644 --- a/source/extension.cpp +++ b/source/extension.cpp @@ -142,6 +142,9 @@ bool is_disabled(const string &ext) buffer. */ disabled_exts.insert("GL_NV_primitive_restart"); + // The core primitive restart feature does not work either. + disabled_exts.insert("GL_MSP_primitive_restart"); + /* AMD's uniform buffer objects only work with the core version of shaders. */ if(get_gl_version()