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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-11-01 14:51:32 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-11-01 15:22:42 +0300
commitdc9e0b819b814bbbbb38d4238c2fec21d9092437 (patch)
tree46b6150b93e17b4e40628643eb7babc09b2971e4 /intern/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl
parent84e8b05e97522b9c12bd389c931601814307e5ff (diff)
Cycles: Remove unused argument from the split kernel functions
Should be no functional changes, just simplifies operation with kernels.
Diffstat (limited to 'intern/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl')
-rw-r--r--intern/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl b/intern/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl
index feee4b7a01e..73de387ba86 100644
--- a/intern/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl
+++ b/intern/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl
@@ -18,7 +18,6 @@
__kernel void kernel_ocl_path_trace_lamp_emission(
ccl_global char *kg,
- ccl_constant KernelData *data,
ccl_global char *sd, /* Required for lamp emission */
ccl_global float3 *throughput_coop, /* Required for lamp emission */
PathRadiance *PathRadiance_coop, /* Required for lamp emission */
@@ -69,7 +68,6 @@ __kernel void kernel_ocl_path_trace_lamp_emission(
}
kernel_lamp_emission((KernelGlobals *)kg,
- data,
(ShaderData *)sd,
throughput_coop,
PathRadiance_coop,