Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2021-11-01 12:18:30 +0300
committerThomas Dinges <blender@dingto.org>2021-11-01 12:18:30 +0300
commit5327413b37760db2fd1b4457c4dd2db7eee50a8b (patch)
treee0e71f5ac6395a6fa5e48789fa2f90eef452a1e7 /intern/cycles/device/hip/device.cpp
parent289f013e644ad231b32bbc3144d0458b66a96841 (diff)
Cleanup: Remove Cycles device checks for half float.
All supported devices support half float now, so we can remove the check. Differential Revision: https://developer.blender.org/D13021
Diffstat (limited to 'intern/cycles/device/hip/device.cpp')
-rw-r--r--intern/cycles/device/hip/device.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/device/hip/device.cpp b/intern/cycles/device/hip/device.cpp
index f71732d14bb..41b4f3e41fd 100644
--- a/intern/cycles/device/hip/device.cpp
+++ b/intern/cycles/device/hip/device.cpp
@@ -141,7 +141,6 @@ void device_hip_info(vector<DeviceInfo> &devices)
info.description = string(name);
info.num = num;
- info.has_half_images = (major >= 3);
info.has_nanovdb = true;
info.denoisers = 0;