Block a user
deps_builder: update Embree to 4.1.0
deps_builder: update Embree to 4.1.0
7fe08b48f9
deps_builder: update Embree to 4.1.0
36983fb5e4
Geometry Nodes: Add 'Signed Distance' input node
8a9f3b2a68
Shader Nodes: Move socket defaults to node declaration
2db23d38ca
Fix #107826: Missing defaults for principlied volume string sockets
5d09699d3c
Cleanup: use more descriptive names for snap cursor API
Cycles: add RT HW support through Embree for oneAPI backend
done! Thanks for the reminder. Also a quick update: we can upgrade Embree to their next minor release that should be available between now and a couple of days. That will allow us to drop all the…
Cycles: use intrinsics for fast_rint
Yes precision is the same - you can check the assembly on the godbolt.org link. The only difference in gcc's generated assembly is the rounding control value, which when you use rintf() is set to…
Cycles: use intrinsics for fast_rint
587f2e9583
Cycles: use intrinsics for fast_rint
f6931a9ead
CMake: only generate & install the man-page when it may be outdated
bdaf8e3715
Cleanup: Avoid storing redundant information in corner normals task data
803f03ae32
Cleanup: Remove redundant namespaces in mesh normals code
93f99859bc
Cleanup: Standardize mesh corner normals code
Cycles: add RT HW support through Embree for oneAPI backend
Cycles: add RT HW support through Embree for oneAPI backend
Thanks Brecht, Ray. I've just landed it in a few separate commits:
- 66b4e426cc: Cycles: build Embree 4 with GPU support
- 5cdf0c9ee9: Cycles: update compute-runtime to 23.05.25593.18 -…
70892e82ac
Cycles: oneAPI: use specialization constant to compile with/without Embree on GPU
9821a2d397
Cycles: pass kernel features to get_bvh_layout_mask
3f8c995109
Cycles: add hardware raytracing support to oneAPI device
887022257d
Cycles: update DPCPP to 2022-12 release
5cdf0c9ee9
Cycles: update compute-runtime to 23.05.25593.18
Cycles: add RT HW support through Embree for oneAPI backend
It's close to not being experimental anymore, we can keep it off and switch it on during bcon2.
Cycles: add RT HW support through Embree for oneAPI backend
Thanks for the review brecht, I've addressed all your points in d11a69fa2f
Cycles: add RT HW support through Embree for oneAPI backend
done, I've moved the string to after this block since it also checks for embree_device init.