GPU: Add Intel HD Graphics 530 to the list of buggy intel gpus

This commit is contained in:
Clément Foucault 2018-12-17 08:56:38 +01:00
parent 30a0f1a2bf
commit 99457dd981
1 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,8 @@ void gpu_extensions_init(void)
GG.driver = GPU_DRIVER_OFFICIAL;
if (strstr(renderer, "UHD Graphics") ||
/* Not UHD but affected by the same bugs. */
strstr(renderer, "HD Graphics 530") ||
strstr(renderer, "Kaby Lake GT2"))
{
GG.device |= GPU_DEVICE_INTEL_UHD;