Fix #134509: GPU: Node editor links are invisible on Intel GPU

This bug also affects integrated GPU as well.
Remove the GPU familly check.
This commit is contained in:
Clément Foucault
2025-03-06 18:48:56 +01:00
parent 4fd96e61d5
commit b4a1a140d7
+1 -3
View File
@@ -497,9 +497,7 @@ static void detect_workarounds()
/* #134509 Intel ARC GPU have a driver bug that break the display of batched node-links.
* Disabling batching fixes the issue. */
if (GPU_type_matches(GPU_DEVICE_INTEL, GPU_OS_ANY, GPU_DRIVER_OFFICIAL)) {
if (strstr(renderer, "Arc")) {
GCaps.node_link_instancing_workaround = true;
}
GCaps.node_link_instancing_workaround = true;
}
/* Fix #123787: Multi viewport creates small triangle discard on RDNA2 GPUs with official