Skip to content

Commit

Permalink
fix #5640:
Browse files Browse the repository at this point in the history
remove invalid check / mesa is mature!
  • Loading branch information
abma committed Jul 10, 2017
1 parent 05aaeb0 commit bfbf9d6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions rts/Rendering/GL/myGL.cpp
Expand Up @@ -238,16 +238,6 @@ bool ShowDriverWarning(const char* glVendor, const char* glRenderer)
return true;
}

if (gpuModel.find("mesa ") != np || gpuModel.find("gallium ") != np) {
const char* msg =
"You are using an open-source (Mesa / Gallium) graphics card driver, "
"which may not work well with the Spring engine.\n\nIf you experience "
"problems, switch to proprietary drivers or try \"spring --safemode\".\n";

LOG_L(L_WARNING, "%s", msg);
Platform::MsgBox(msg, "Warning", MBF_EXCL);
return true;
}
#endif

return true;
Expand Down

0 comments on commit bfbf9d6

Please sign in to comment.