Merge branch 'blender-v3.3-release'
This commit is contained in:
@@ -1559,7 +1559,7 @@ class CyclesPreferences(bpy.types.AddonPreferences):
|
||||
import sys
|
||||
col.label(text="Requires Intel GPU with Xe-HPG architecture", icon='BLANK1')
|
||||
if sys.platform.startswith("win"):
|
||||
col.label(text="and Windows driver version 101.1660 or newer", icon='BLANK1')
|
||||
col.label(text="and Windows driver version 101.3259 or newer", icon='BLANK1')
|
||||
elif sys.platform.startswith("linux"):
|
||||
col.label(text="and Linux driver version xx.xx.23570 or newer", icon='BLANK1')
|
||||
elif device_type == 'METAL':
|
||||
|
@@ -669,7 +669,7 @@ bool oneapi_enqueue_kernel(KernelContext *kernel_context,
|
||||
return success;
|
||||
}
|
||||
|
||||
static const int lowest_supported_driver_version_win = 1011660;
|
||||
static const int lowest_supported_driver_version_win = 1013259;
|
||||
static const int lowest_supported_driver_version_neo = 23570;
|
||||
|
||||
static int parse_driver_build_version(const sycl::device &device)
|
||||
|
Reference in New Issue
Block a user