Sprinkle some Intel GPU support on Linux
This commit is contained in:
@@ -626,6 +626,10 @@ void LLFeatureManager::applyBaseMasks()
|
||||
{
|
||||
maskFeatures("GeForceFX");
|
||||
}
|
||||
if (gGLManager.mIsIntel && gGLManager.mGLVersion<3.0f)
|
||||
{
|
||||
maskFeatures("IntelPre30");
|
||||
}
|
||||
if (gGLManager.mIsIntel)
|
||||
{
|
||||
maskFeatures("Intel");
|
||||
|
||||
Reference in New Issue
Block a user