- "Generic" in vendor string no longer triggers software rasterizer performance workarounds
This commit is contained in:
@@ -400,7 +400,7 @@ void GLimp_InitExtraExtensions()
|
|||||||
{
|
{
|
||||||
// glConfig.hardwareType = GLHW_PCX2;
|
// 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;
|
softwaremode = 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user