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:
authorLukas Stockner <lukas.stockner@freenet.de>2017-02-02 07:45:09 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2017-02-04 06:08:11 +0300
commit4bc56ca9b1a414cb326b759ff65979e2ce40f966 (patch)
tree64a429e73eac654b924c0b2234c5f00fb6aefdc3 /intern/cycles/kernel/kernel_compat_cuda.h
parent8308c5632ecb28294e15b594e94b559bbfb294a7 (diff)
Cycles Denoising: Move denoising kernels to a separate compilation unit
Previously, the denoising kernels were just included with the other kernels. However, that is not ideal, since the kernels already take very long to compile. Also, it isn't needed since the rendering and denoising kernels share basically no code. So, this commit adds intern/cycles/filter/, which contains the filtering kernels.
Diffstat (limited to 'intern/cycles/kernel/kernel_compat_cuda.h')
-rw-r--r--intern/cycles/kernel/kernel_compat_cuda.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/kernel/kernel_compat_cuda.h b/intern/cycles/kernel/kernel_compat_cuda.h
index b3932f9f402..e0c7b17c6a0 100644
--- a/intern/cycles/kernel/kernel_compat_cuda.h
+++ b/intern/cycles/kernel/kernel_compat_cuda.h
@@ -50,7 +50,6 @@
#define ccl_addr_space
#define ccl_restrict __restrict__
#define ccl_align(n) __align__(n)
-#define ccl_readonly_ptr const * __restrict__
/* No assert supported for CUDA */