mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 05:45:03 -06:00
vk: Enable primitive restart workaround for polaris and vega on linux as well
- Looks like it might be a hardware erratum
This commit is contained in:
parent
34a6085cc0
commit
8f324dfc0a
@ -259,7 +259,6 @@ namespace vk
|
|||||||
{
|
{
|
||||||
g_current_renderer = device;
|
g_current_renderer = device;
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
const std::array<std::string, 8> 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
|
||||||
@ -282,7 +281,6 @@ namespace vk
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool emulate_primitive_restart()
|
bool emulate_primitive_restart()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user