Cycles: Cleanup, wipe obviously outdated parts of split kernel comments

This commit is contained in:
2017-03-13 17:15:40 +01:00
parent 0c72008592
commit 76acaefdd7
12 changed files with 114 additions and 336 deletions

View File

@@ -21,7 +21,6 @@ CCL_NAMESPACE_BEGIN
*
* Ray state of rays outside the tile-boundary will be marked RAY_INACTIVE
*/
ccl_device void kernel_path_init(KernelGlobals *kg) {
int ray_index = ccl_global_id(0) + ccl_global_id(1) * ccl_global_size(0);
@@ -101,4 +100,3 @@ ccl_device void kernel_path_init(KernelGlobals *kg) {
}
CCL_NAMESPACE_END