add RX 550 to AMD vulkan cards with restart bug

This commit is contained in:
kd-11 2017-10-18 14:21:27 +03:00
parent ddcacb8258
commit d8ee6a2edb

View file

@ -260,12 +260,13 @@ namespace vk
g_current_renderer = device; g_current_renderer = device;
#ifdef _WIN32 #ifdef _WIN32
const std::array<std::string, 6> black_listed = const std::array<std::string, 8> black_listed =
{ {
// Black list all polaris unless its proven they dont have a problem with primitive restart // Black list all polaris unless its proven they dont have a problem with primitive restart
"RX 580", "RX 580",
"RX 570", "RX 570",
"RX 560", "RX 560",
"RX 550",
"RX 480", "RX 480",
"RX 470", "RX 470",
"RX 460", "RX 460",