Skip to content

Commit

Permalink
Hide Mesa startup warning for AMD devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Teteros committed Sep 16, 2018
1 parent a9b6448 commit e737fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenGL/Widget.cpp
Expand Up @@ -2177,7 +2177,7 @@ QWidget *GL_create_widget(QWidget *parent){



if (s_version.contains("mesa", Qt::CaseInsensitive) != s_renderer.contains("DRM 3") && show_mesa_warning==true)
if (s_version.contains("mesa", Qt::CaseInsensitive) != s_renderer.contains("AMD") && show_mesa_warning==true)
GFX_Message(NULL,
"Warning!\n"
"MESA OpenGL driver detected.\n"
Expand Down

0 comments on commit e737fde

Please sign in to comment.