From ad3238a5acffa0f200a550c5668c18d931d1c569 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 8 Jan 2017 15:59:57 +0200 Subject: [PATCH] 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. --- source/extension.cpp | 3 +++ 1 file changed, 3 insertions(+) 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()