Fix #111587: Enable SSBOs for Intel 4400/4600 GPUs
This commit is contained in:
@@ -439,13 +439,6 @@ static void detect_workarounds()
|
||||
GLContext::generate_mipmap_workaround = true;
|
||||
}
|
||||
|
||||
/* Buggy interface query functions cause crashes when handling SSBOs (#93680) */
|
||||
if (GPU_type_matches(GPU_DEVICE_INTEL, GPU_OS_ANY, GPU_DRIVER_ANY) &&
|
||||
(strstr(renderer, "HD Graphics 4400") || strstr(renderer, "HD Graphics 4600")))
|
||||
{
|
||||
GCaps.shader_storage_buffer_objects_support = false;
|
||||
}
|
||||
|
||||
/* Certain Intel/AMD based platforms don't clear the viewport textures. Always clearing leads to
|
||||
* noticeable performance regressions on other platforms as well. */
|
||||
if (GPU_type_matches(GPU_DEVICE_ANY, GPU_OS_MAC, GPU_DRIVER_ANY) ||
|
||||
|
||||
Reference in New Issue
Block a user