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
path: root/tests
diff options
context:
space:
mode:
authorMichael Jones <michael_p_jones@apple.com>2022-10-12 19:06:06 +0300
committerMichael Jones <michael_p_jones@apple.com>2022-10-12 19:06:50 +0300
commitba67a383fa3931b95bebd9ce92c9fc71928fb409 (patch)
treeeeadd7d8a622dcd80f70ef64d8a28cb96e421436 /tests
parentd586f8962de4037a3aceb3da9aa13a02862d0d3c (diff)
Cycles: Enable MNEE on Metal (macOS >= 13)
This patch enables MNEE on macOS >= 13. There was an inefficiency in the calculation of spill requirements, fixed as of macOS 13. This patch also adds a temporary inlining workaround for a Metal compiler bug which causes `mnee_compute_constraint_derivatives` to behave incorrectly. Reviewed By: brecht Differential Revision: https://developer.blender.org/D16235
Diffstat (limited to 'tests')
-rw-r--r--tests/python/cycles_render_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py
index 4f823f854bf..c7e12dd5b7c 100644
--- a/tests/python/cycles_render_tests.py
+++ b/tests/python/cycles_render_tests.py
@@ -33,7 +33,7 @@ BLACKLIST_OPTIX = [
]
BLACKLIST_METAL = [
- # No MNEE for Metal currently
+ # MNEE only works on Metal with macOS >= 13
"underwater_caustics.blend",
]