X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fextension.cpp;fp=source%2Fextension.cpp;h=bceab7ad964e1e3e68fe44bb174b76d8b992fd5b;hb=a480d4cc323db7cc77388f5af0094dd593dc66e9;hp=023510da4bdce0d751317735800eb06329477559;hpb=9afdf8a0813de5c4d5277b0ccbfe86051af5624e;p=libs%2Fgl.git diff --git a/source/extension.cpp b/source/extension.cpp index 023510da..bceab7ad 100644 --- a/source/extension.cpp +++ b/source/extension.cpp @@ -82,7 +82,7 @@ bool is_supported(const string &ext) } string renderer = reinterpret_cast(glGetString(GL_RENDERER)); - if(renderer.find("Radeon")!=string::npos) + if(renderer.find("Radeon")!=string::npos || renderer.find("AMD")!=string::npos) { /* Radeon doesn't process NV_primitive_restart correctly and treats the restart index as a normal element if the indices are stored in a