- "Generic" in vendor string no longer triggers software rasterizer performance workarounds

This commit is contained in:
leilei-
2016-11-16 00:32:08 -05:00
parent ecb1a7a219
commit f62b262b27

View File

@@ -400,7 +400,7 @@ void GLimp_InitExtraExtensions()
{
// glConfig.hardwareType = GLHW_PCX2;
}
else if ( strstr( buf, "generic" ) || strstr( buf, "brian" ) || strstr( buf, "paul" ) || strstr( buf, "GDI" ) ) // software mode opengl needs speedup tricks
else if ( strstr( buf, "brian" ) || strstr( buf, "paul" ) || strstr( buf, "GDI" ) ) // software mode opengl needs speedup tricks
{
softwaremode = 1;
}