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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2017-10-05 17:41:41 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-10-05 18:57:58 +0300
commit4537e8558468c71a03bf53f59c60f888b3412de2 (patch)
tree4d37289a9a889411bda77fdd6a9ac29b0a3338d6 /intern/cycles/util
parentfb99ea79f84b49bf3de2d80c14a08c9040dc4ac1 (diff)
Fix T53001: more workarounds for crash in AMD compiler with recent drivers.
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_defines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/cycles/util/util_defines.h b/intern/cycles/util/util_defines.h
index ae654092c87..98944a19022 100644
--- a/intern/cycles/util/util_defines.h
+++ b/intern/cycles/util/util_defines.h
@@ -30,7 +30,8 @@
# define ccl_device static inline
# define ccl_device_noinline static
# define ccl_global
-# define ccl_constant
+# define ccl_static_constant static const
+# define ccl_constant const
# define ccl_local
# define ccl_local_param
# define ccl_private