Files
test2/intern
Michael Jones eb7827e797 Cycles: Fix film convert address space mismatch on Metal
This patch fixes an address space mismatch in the film convert kernels on Metal. The `film_get_pass_pixel_...` functions take a `ccl_private` result pointer, but the film convert kernels pass a `ccl_global` memory pointer. Specialising the pass-fetch functions with templates results in compilation errors on Visual Studio, so instead this patch just adds an intermediate local on Metal.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D13350
2021-11-26 13:58:48 +00:00
..
2020-10-19 08:43:08 -07:00
2021-11-23 17:17:36 -08:00
2021-06-22 10:54:50 -07:00
2021-11-01 14:00:58 +11:00
2021-09-01 17:13:33 +10:00
2020-11-19 17:19:48 +01:00