mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:37:28 +02:00
Merge pull request #15983 from samcake/toulouse
BUGZ-1080: Changing the default Intel GPU platform profile from mid to low
This commit is contained in:
commit
7486e906eb
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ bool filterOnProcessors(const platform::json& computer, const platform::json& cp
|
||||||
|
|
||||||
// intel integrated graphics
|
// intel integrated graphics
|
||||||
if (gpuVendor.find(keys::gpu::vendor_Intel) != std::string::npos) {
|
if (gpuVendor.find(keys::gpu::vendor_Intel) != std::string::npos) {
|
||||||
// go mid because GPU
|
// go LOW because Intel GPU
|
||||||
tier = Profiler::Tier::MID;
|
tier = Profiler::Tier::LOW;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// AMD gpu
|
// AMD gpu
|
||||||
|
|
Loading…
Reference in a new issue