Blender Git Commit Log

Git Commits -> Revision a3ef51b

Revision a3ef51b by Thomas Dinges (master)
May 24, 2015, 23:02 (GMT)
Fix T44833, OpenCL compile error on AMD.

This was broken after the kernel file restructure.
Variables allocated in the __local address space can only be defined
inside a __kernel function.

We probably need to solve this a bit differently once we do the CUDA
kernel split, but this fix shoud be good enough until then.

Commit Details:

Full Hash: a3ef51bba5f0494f5ff87acf52222c3f48eb3684
Parent Commit: c3ab5b3
Lines Changed: +11, -11

11 Modified Paths:

/intern/cycles/kernel/split/kernel_background_buffer_update.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_data_init.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_direct_lighting.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_lamp_emission.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_next_iteration_setup.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_queue_enqueue.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_scene_intersect.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_shader_eval.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_shadow_blocked.h (+1, -1) (Diff)
/intern/cycles/kernel/split/kernel_sum_all_radiance.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021