Fix T79158: Eevee cubemaps shows black
Same as T75943 that was fixed by rBff97545c50f4
This commit is contained in:
@@ -350,7 +350,8 @@ void gpu_extensions_init(void)
|
||||
|
||||
/* Intel Ivy Bridge GPU's seems to have buggy cube-map array support. (see T75943) */
|
||||
if (GPU_type_matches(GPU_DEVICE_INTEL, GPU_OS_WIN, GPU_DRIVER_OFFICIAL) &&
|
||||
(strstr(renderer, "HD Graphics 4000") || strstr(renderer, "HD Graphics 2500"))) {
|
||||
(strstr(renderer, "HD Graphics 4000") || strstr(renderer, "HD Graphics 4400") ||
|
||||
strstr(renderer, "HD Graphics 2500"))) {
|
||||
GG.glew_arb_texture_cube_map_array_is_supported = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user