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>2017-03-17 13:55:59 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-03-17 13:55:59 +0300
commitd6b4fb6429443a3550a953b7cc131e50f1ad2875 (patch)
tree10523686c6bec19fdec4198b9061737eb372da3d /intern/cycles
parent502c4be56e481fc3d6c45d40d8bc3da2bf93226e (diff)
Cycles: Fix mistake in previous split kernel commits
Own stupid mistake. Reported by nirved in IRC, thanks!
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h b/intern/cycles/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h
index e4bf513ffdc..1834a791b91 100644
--- a/intern/cycles/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h
+++ b/intern/cycles/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h
@@ -263,7 +263,7 @@ ccl_device void kernel_holdout_emission_blurring_pathtermination_ao(
QUEUE_SHADOW_RAY_CAST_AO_RAYS,
enqueue_flag_AO_SHADOW_RAY_CAST,
kernel_split_params.queue_size,
- &locals->queue_atomics_bg,
+ &locals->queue_atomics_ao,
kernel_split_state.queue_data,
kernel_split_params.queue_index);
#endif