Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_select.c
| Context not available. | |||||
| { | { | ||||
| return GLEW_ARB_occlusion_query && | return GLEW_ARB_occlusion_query && | ||||
| ((U.gpu_select_method == USER_SELECT_USE_OCCLUSION_QUERY) || | ((U.gpu_select_method == USER_SELECT_USE_OCCLUSION_QUERY) || | ||||
| ((U.gpu_select_method == USER_SELECT_AUTO) && GPU_type_matches(GPU_DEVICE_ATI, GPU_OS_ANY, GPU_DRIVER_ANY))); | ((U.gpu_select_method == USER_SELECT_AUTO) && | ||||
| (GPU_type_matches(GPU_DEVICE_ATI, GPU_OS_ANY, GPU_DRIVER_ANY) || | |||||
| GPU_type_matches(GPU_DEVICE_INTEL, GPU_OS_UNIX, GPU_DRIVER_ANY)))); | |||||
| } | } | ||||
| Context not available. | |||||