forked from organicmaps/organicmaps-tmp
[drape] Disable Vulkan for Mali-G71.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
6f67523f87
commit
21560203de
1 changed files with 5 additions and 1 deletions
|
@ -123,8 +123,12 @@ bool SupportManager::IsVulkanForbidden(std::string const & deviceName,
|
|||
Configuration{"Adreno (TM) 506", {1, 1, 66}, {512, 313, 0}},
|
||||
Configuration{"Adreno (TM) 530", {1, 1, 66}, {512, 313, 0}},
|
||||
|
||||
/// @todo Route line is flickering in nav mode.
|
||||
/// Samsung Galaxy S8 (SM-G950F)
|
||||
Configuration{"Mali-G71", {1, 0, 97}, {16, 0, 0}},
|
||||
|
||||
/// @todo Dashed lines stopped drawing after updating LineShape::Construct<DashedLineBuilder>.
|
||||
/// Should obtain a device (Huawei P20) for better investigation.
|
||||
/// Huawei P20
|
||||
Configuration{"Mali-G72", {1, 1, 97}, {18, 0, 0}},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue