From ef7c36f5edf00bad99d5897758d780ae48cde6f3 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 8 Mar 2017 10:26:29 +0100 Subject: [PATCH] Cycles: Cleanup, remove residue of previous split kernel data This is all in split data state array. --- intern/cycles/device/opencl/opencl_split.cpp | 2 -- intern/cycles/kernel/kernel_globals.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/intern/cycles/device/opencl/opencl_split.cpp b/intern/cycles/device/opencl/opencl_split.cpp index be931599e39..aadd9f778b5 100644 --- a/intern/cycles/device/opencl/opencl_split.cpp +++ b/intern/cycles/device/opencl/opencl_split.cpp @@ -114,8 +114,6 @@ public: ccl_global type *name; #include "kernel_textures.h" #undef KERNEL_TEX - void *sd_input; - void *isect_shadow; SplitData split_data; SplitParams split_param_data; } KernelGlobals; diff --git a/intern/cycles/kernel/kernel_globals.h b/intern/cycles/kernel/kernel_globals.h index 5dbea4481a3..12d35787462 100644 --- a/intern/cycles/kernel/kernel_globals.h +++ b/intern/cycles/kernel/kernel_globals.h @@ -110,8 +110,6 @@ typedef ccl_addr_space struct KernelGlobals { # include "kernel_textures.h" # ifdef __SPLIT_KERNEL__ - ShaderData *sd_input; - Intersection *isect_shadow; SplitData split_data; SplitParams split_param_data; # endif